/*



Theme Name: Local Government



Theme URI: http://www.crunchpress.com/demo/local_government



Author: CrunchPress Team



Author URI: http://www.crunchpress.com



Description: Local Government | Local City Government WordPress Theme



Version: 1.0



License URI: http://themeforest.net/licenses



Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready



Text Domain: local-government



*/



/* Table of Content 

[Master Stylesheet]



Project:		Local Government

Version:		1.0

Author:			CrunchPress

Primary use:	Local Government







[Color codes]



Background:	#ffffff (white)

Content:	#777777 (grey)

Header h1:	#ffffff (white)

Header h2:	#222222 (dark grey)

Footer:		#cccccc (grey)





[Typography]



Body:				font:14px/22px 'Raleway', sans-serif;

Headers:			font:16px/16px 'Raleway', sans-serif;

Input, textarea:	font:14px/14px 'Lato', sans-serif;

Sidebar heading:	font:20px/20px 'Raleway', sans-serif;







/** Table of Content 

- 	WRAPPER    	  					LENE 		000  		-		000

-	HEADER 							LINE		000			-		000

-	BANNER 							LINE		000			-		000	

-	HIGHLIGHTS ROW					LINE		000			-		000	

-	SERVICES BOARD					LINE		000			-		000	

-	FACTS FIGURES SECTION			LINE		000			-		000	

-	NEW SECTION						LINE		000			-		000	

-	UPCOMING EVENTS					LINE		000			-		000	

-	DEPARTMENTS SECTION 			LINE		000			-		000	

-	GOVERNOR MESSAGE SECTION		LINE		000			-		000	

-	EXPLORE SECTION					LINE		000			-		000	

-	COMMUNITY AND CITIZENS 			LINE		000			-		000

-	FOOTER							LINE		000			-		000	

-	FOOTER SECTION 2				LINE		000			-		000	

-	INNER BANNER 					LINE		000			-		000	

-	CONTACT PAGE					LINE		000			-		000	

-	ERROR PAGE						LINE		000			-		000	

-	TEAM PAGE						LINE		000			-		000	

-	COMING SOON SECTION 			LINE		000			-		000	

-	ABOUT PAGE						LINE		000			-		000	

-	SIDEBAR							LINE		000			-		000	

-	DONATION PAGE					LINE		000			-		000	

-	BLOG PAGE						LINE		000			-		000	



End of Table of Conten*/

body {
	margin: 0;
	padding: 0;
	font: 400 14px/22px 'Lato', sans-serif;
	color: #777;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: 'Raleway', sans-serif;
	color: #222;
	margin: 0;
}
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a {
	color: #222;
}
body h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 800;
	text-shadow: 0 7px 5px rgba(0,0,0,0.21);
	margin: 0 0 10px 0;
}
body h2 {
	font-size: 32px;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: 800;
	margin: 0 0 10px 0;
}
body h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
body h4 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
body h5 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
body h6 {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
body em {
	font: italic 400 16px/14px 'Lato', sans-serif;
	/*display: block;*/

	color: #555;/*padding: 0 0 20px 0;*/

}
.element_wrap em {
	display: block;
	padding: 0 0 20px 0;
}
body p {
	font: 400 14px/22px 'Lato', sans-serif;
	color: #777;
}
.btn-row {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
}
.btn-row a.btn-style-1 {
	display: inline-block;
	float: none;
}
.btn-row a.btn-style-2 {
	display: inline-block;
	float: none;
}
a.btn-style-1 {
	font: 700 13px/13px 'Lato', sans-serif;
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 8px 15px;
	text-align: center;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
a.btn-style-1:hover {
	text-decoration: none;
	color: #fff;
}
a.btn-style-1:hover:after {
	height: 100%;
}
a.btn-style-1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	z-index: -1;
}
a.btn-style-2 {
	font: 700 18px/18px 'Lato', sans-serif;
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 17px 35px 16px 35px;
	text-align: center;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
a.btn-style-2:hover {
	text-decoration: none;
	color: #fff;
}
a.btn-style-2:hover:after {
	height: 100%;
}
a.btn-style-2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	z-index: -1;
}
.btn-row {
	float: left;
	width: 100%;
}
.btn-row a.btn-style-1, .btn-row a.btn-style-2 {
	float: none;
	display: inline-block;
}
.frame {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #000;
	position: relative;
}
.frame img {
	display: block;
	width: 100%;
}
.text-box {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.holder {
	float: left;
	width: 100%;
	position: relative;
}
.heading-style-1 {
	display: inline-block;
	position: relative;
}
.heading-style-1:before {
	content: '';
	position: absolute;
	right: -90px;
	bottom: 14px;
	background: url(images/heading-pattren.gif) no-repeat right top;
	width: 80px;
	height: 12px;
}
/************************************************WRAPPER CSS START*************************************************/

#wrapper {
	float: left;
	width: 100%;
}
#main {
	float: left;
	width: 100%;
}
/*********************************************************HEADER CSS START**********************************************************/

#header {
	float: left;
	width: 100%;
}
.top-row {
	float: left;
	width: 100%;
	padding: 7px 0;
}
.top-row .left-box {
	float: left;
	padding: 3px 0;
}
.top-row .left-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.top-row .left-box ul li .sub-menu {
	padding: 0 0 0 10px;
}
.top-row .left-box ul li {
	float: left;
	color: #c0c0c0;
	line-height: 25px;
	padding: 0 19px 0 0;
}
.top-row .left-box ul li a {
	text-decoration: none;
	float: left;
	font: 400 13px/25px 'Lato', sans-serif;
	color: #c0c0c0;
	font-size: 13px;
}
.top-row .left-box ul li a:hover .fa {
	color: #fff;
}
.top-row .left-box ul li a:hover {
	color: #fff;
}
.top-row .left-box ul li:before {
	margin: 0 6px 0 0;
	font-size: 12px;
	border: 1px solid #c0c0c0;
	width: 25px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 23px;
	border-radius: 3px;
}
.top-row a.btn-style-1 {
	float: right;
	background: #fff;
	color: #222;
	padding: 8px 19px;
}
.top-row a.btn-style-1:hover {
	color: #fff;
}
.logo-row {
	float: left;
	width: 100%;
	padding: 20px 0;
}
strong.logo {
	float: left;
	margin: 0;
}
strong.logo h1 {
	font-size: 23px !important;
}
.menu-col {
	float: right;
	width: 75%;
}
.menu-col-top {
	float: right;
}
.menu-col-top a.btn-style-1 {
	padding: 12px 27px;
}
.menu-col-top a.btn-style-1 {
	float: right;
}
.menu-col-top ul {
	float: left;
	padding: 0;
	margin: 8px 0 0 0;
	list-style: none;
}
.menu-col-top ul li {
	float: left;
	padding: 3px 14px;
	border-left: 1px solid #ccc;
	font: 400 13px/13px 'Lato', sans-serif;
	color: #888;
}
.menu-col-top ul li:first-child {
	border: 0;
}
.menu-col-top ul li a {
	text-decoration: none;
}
.btm-row {
	float: right;
	width: 100%;
	margin: 14px 0 0 0;
}
/*BURGER MENU CSS START*/

.cp-burger-nav {
	float: right;
	margin: 0 0 0 26px;
}
.cp_side-menu {
	float: right;
	font-size: 17px;
}
#cp_side-menu > a.crose {
	position: absolute;
	right: 45px;
	top: 45px;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	z-index: 9;
	line-height: 36px;
	font-size: 20px;
}
#cp_side-menu {
	background: #000 url(images/sidebar-menu-img.png) no-repeat left top/cover;
	color: #fff;
	height: 100%;
	margin-right: -410px;
	position: fixed;
	right: 0;
	top: 0;
	width: 374px;
	z-index: 999999;
	padding: 0;
}
#cp_side-menu-btn a:hover {
	text-decoration: none;
}
.cp_side-navigation {
	float: left;
	width: 100%;
}
.cp_side-navigation .navbar-nav {
	list-style: outside none none;
	margin: 0 0 40px 50px;
	overflow: hidden;
	padding: 0;
	float: left;
}
.cp_side-navigation li {
	float: left;
	width: 100%;
	position: relative;
}
.cp_side-navigation li ul {
	position: static;
	left: 0;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
	display: none;
}
.cp_side-navigation li ul li {
	padding: 10px 0;
}
.cp_side-navigation li:hover ul {
	display: block;
}
.cp-burger-nav .cp_side-navigation li a {
	font: 700 14px/14px "Raleway", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
.cp_side-navigation .dropdown-menu {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: inherit;
	margin: 0;
	min-width: 100%;
	padding: 0;
	position: static;
	top: 100%;
	z-index: 1000;
}
.cp_side-navigation .dropdown-menu > li > a {
	font: 700 14px/14px "Raleway", sans-serif;
	color: #fff;
	display: block;
	padding: 10px 40px;
}
.navbar-nav > li > a .caret {
	margin-left: 10px;
}
#cp_side-menu a.btn-style-1 {
	margin-bottom: 60px;
}
#cp_side-menu strong.copy {
	display: block;
	font: 400 13px/13px "Lato", sans-serif;
	color: #fff;
	padding: 0 0 15px 50px;
}
#cp_side-menu strong.copy a {
	color: #fff;
	text-decoration: none;
}
#cp_side-menu strong.copy b {
	padding: 0 5px;
	font-size: 18px;
}
.sidebar-social {
	float: left;
	width: 100%;
}
.sidebar-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	text-align: center;
}
.sidebar-social ul li {
	display: inline-block;
	padding: 0 10px;
}
.sidebar-social ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}
#cp_side-menu #content-1 {
	height: 400px;
	overflow: hidden;
	padding: 0;
	margin: 105px 0 0 0;
	width: 100%;
}
#cp_side-menu .mCustomScrollbar {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
/*BURGER MENU CSS END*/

.header-search {
	float: right;
	margin: 0 0 0 43px;
}
.header-search .fa {
	font-size: 14px;
	color: #222;
}
.header-search .btn {
	border: 0;
	padding: 0;
	background: none;
}
.header-search .btn-default:hover {
	background: none;
}
.header-search .btn-default:active:hover, .header-search .btn-default.active:hover, .header-search .open > .dropdown-toggle.btn-default:hover, .header-search .btn-default:active:focus, .header-search .btn-default.active:focus, .header-search .open > .dropdown-toggle.btn-default:focus, .header-search .btn-default.focus:active, .header-search .btn-default.active.focus, .header-search .open > .dropdown-toggle.btn-default.focus {
	background: none;
	border-color: transparent;
}
.header-search .btn-default:focus, .header-search .btn-default.focus {
	background: none;
}
.header-search .btn-default:active, .header-search .btn-default.active, .header-search .open > .dropdown-toggle.btn-default {
	background: none;
}
/* Menu CSS Start */

#nav {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	padding: 0;
	position: relative;
}
#nav li:first-child {
	background: none;
}
#nav li a {
	font: 700 14px/14px 'Raleway', sans-serif;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 12px 28px 13px;
	display: block;
	position: relative;
	z-index: 20;
}
#nav li:hover > a {
	color: #fff;
}
#nav li ul li a:hover, #nav li ul li:hover > a {
	text-decoration: none;
	color: #fff;
}
#nav li ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 180px;
	background: #fff;
	padding: 0;
	display: none;
	list-style: none;
	z-index: 10;
}
#nav li:hover > ul {
	display: block;
}
#nav li ul li > ul {
	position: absolute;
	left: 180px;
	top: 0;
	width: 180px;
	padding: 0;
}
#nav li ul li {
	float: none;
	width: auto;
	background: none;
}
#nav li ul li a {
	background: none;
	font: 700 14px/14px 'Raleway', sans-serif;
	text-align: left;
	padding: 12px;
	display: block;
}
.menu-col .navbar-inverse {
	border-color: transparent;
	background: none;
	border: 0;
}
.menu-col .navbar {
	float: right;
	margin: 0;
	min-height: auto;
}
.menu-col .navbar-collapse {
	padding: 0;
}
.menu-col .navbar-inverse .navbar-nav > .active > a, .menu-col .navbar-inverse .navbar-nav > .active > a:hover, .menu-col .navbar-inverse .navbar-nav > .active > a:focus {
	background: none;
}
.nav-top {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-row .left-box .nav-top li {
	float: left;
	padding: 0;
	position: relative;
}
.nav-top li:first-child {
	background: none;
}
.top-row .left-box .nav-top ul li:before {
	margin: 0;
}
.nav-top li a {
	font: 400 13px/25px 'Lato', sans-serif;
	color: #222;
	text-decoration: none;
	padding: 0 12px 0 13px;
	display: block;
	position: relative;
	z-index: 20;
}
.nav-top li:hover > a {
	color: #fff;
}
.nav-top li ul li a:hover, .nav-top li ul li:hover > a {
	text-decoration: none;
	color: #fff;
}
.nav-top li ul {
	position: absolute;
	left: 0;
	top: 24px;
	width: 180px;
	background: #fff;
	padding: 0;
	display: none;
	list-style: none;
	z-index: 99;
	background: #222;
}
.nav-top li:hover > ul {
	display: block;
}
.nav-top li ul li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 180px;
	padding: 0;
}
.nav-top li ul li {
	float: none;
	width: 100%;
	background: none;
}
.nav-top li ul li a {
	background: none;
	font: 700 14px/14px 'Raleway', sans-serif;
	text-align: left;
	padding: 12px;
	display: block;
	padding: 10px;
}
/* Menu CSS End */





/*********************************************************HEADER CSS END**********************************************************/



/*********************************************************BANNER CSS START**********************************************************/

#banner {
	float: left;
	width: 100%;
	position: relative;
}
#banner img {
	display: block;
	width: 100%;
}
#banner span.slide {
	position: absolute;
	top: 0;
	left: 0;
}
#banner .caption {
	position: absolute;
	left: 0;
	top: 151px;
	width: 100%;
}
#banner .caption .holder {
	float: left;
	width: 625px;
}
#banner .caption .holder h1 {
	font: 500 60px 'Raleway', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	display: block;
	text-shadow: 0 7px 5px rgba(0,0,0,0.25);
}
#banner .caption .holder h1 span {
	font-weight: 800;
}
#banner .caption .holder strong.title {
	display: block;
	font: 400 30px 'Raleway', sans-serif;
	color: #fff;
	text-shadow: 0 7px 5px rgba(0,0,0,0.25);
	padding: 0 0 37px 0;
}
#banner .caption .holder a.btn-style-2 {
	padding: 19px 40px;
}
/*********************************************************BANNER CSS END**********************************************************/



/****************************************HIGHLIGHTS ROW START***************************************/

.highlights-row {
	float: left;
	width: 100%;
	padding: 50px 0 65px 0;
}
.highlight-box {
	float: left;
	width: 100%;
	background: #009688;
	padding: 34px 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.highlight-box .top-col {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}
.highlight-box strong.title {
	float: left;
	font: 700 24px/24px 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	margin: 0 32px 0 0;
}
.highlight-box strong.title:before {
	content: '';
	position: absolute;
	right: -15px;
	height: 27px;
	width: 1px;
	top: 0;
	background: #fff;
}
.highlight-box strong.title:after {
	content: '';
	position: absolute;
	right: -17px;
	height: 27px;
	width: 1px;
	top: 0;
	background: #fff;
}
.highlight-box span.date {
	float: left;
	font: 400 13px/13px 'Lato', sans-serif;
	color: #fff;
	padding: 5px 0 0 0;
}
.highlight-box span.date .fa {
	padding: 0 6px 0 0;
}
.highlight-box b {
	font: 500 18px/18px 'Raleway', sans-serif;
	color: #fff;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0 0 9px 0;
}
.highlight-box p {
	color: #fff;
}
/****************************************HIGHLIGHTS ROW END***************************************/



/*******************************************SERVICES BOARD SECTION START****************************************/

.services-board {
	float: left;
	width: 100%;
}
.services-board .box {
	float: left;
	width: 100%;
	padding: 39px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	margin-bottom: 50px;
}
.board-color-1 {
	background: #f44336 url(../images/icon-1-img.html) no-repeat right bottom;
	color: #f44336;
}
.board-color-2 {
	background: #3f51b5 url(../images/icon-2-img.html) no-repeat right bottom;
	color: #3f51b5;
}
.board-color-3 {
	background: #009688 url(../images/icon-3-img.html) no-repeat right bottom;
	color: #009688;
}
.board-color-4 {
	background: #795548 url(../images/icon-4-img.html) no-repeat right bottom;
	color: #795548;
}
.board-color-5 {
	background: #4caf50 url(../images/icon-5-img.html) no-repeat right bottom;
	color: #4caf50;
}
.board-color-6 {
	background: #9e9e9e url(../images/icon-6-img.html) no-repeat right bottom;
	color: #9e9e9e;
}
.board-color-7 {
	background: #374046 url(../images/icon-7-img.html) no-repeat right bottom;
	color: #374046;
}
.board-color-8 {
	background: #03a9f4 url(../images/icon-8-img.html) no-repeat right bottom;
	color: #03a9f4;
}
.board-color-1 .round-icon a {
	color: #f44336;
}
.board-color-2 .round-icon a {
	color: #3f51b5;
}
.board-color-3 .round-icon a {
	color: #009688;
}
.board-color-4 .round-icon a {
	color: #795548;
}
.board-color-5 .round-icon a {
	color: #4caf50;
}
.board-color-6 .round-icon a {
	color: #9e9e9e;
}
.board-color-7 .round-icon a {
	color: #374046;
}
.board-color-8 .round-icon a {
	color: #03a9f4;
}
.round-icon {
	width: 97px;
	height: 97px;
	background: #fff;
	border-radius: 100%;
	margin: 0 auto 18px;
	display: block;
	font-size: 45px;
	text-align: center;
	line-height: 110px;
	box-shadow: 5px 0px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 5px 0px 0px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 5px 0px 0px 0px rgba(0, 0, 0, 0.15);
}
.services-board .box h3 {
	line-height: 30px;
	margin: 0 0 12px 0;
}
.services-board .box h3 a {
	color: #fff;
}
.services-board .box h3 a span {
	display: block;
}
.services-board em {
	padding: 0 0 26px 0;
	display: block;
}
.services-board .box p {
	color: #fff;
	margin: 0;
}
.services-board .owl-nav {
	position: absolute;
	right: 0;
	top: -56px;
}
.services-board .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: #fff;
	border-radius: 0;
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	border: 2px solid #ccc;
}
.services-board .owl-next {
	position: absolute;
	right: 0;
	top: 0;
}
.services-board .owl-next:before {
	content: "\f061";
	font-size: 12px;
	color: #999;
	display: block;
	text-align: center;
	line-height: 28px;
	font-family: FontAwesome;
}
.services-board .owl-next:hover:before, .services-board .owl-prev:hover:before {
	color: #fff;
}
.services-board .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border: 2px solid rgba(0,0,0,0);
}
.services-board .owl-prev {
	position: absolute;
	right: 35px;
	top: 0;
}
.services-board .owl-prev:before {
	content: "\f060";
	font-size: 12px;
	color: #999;
	display: block;
	text-align: center;
	line-height: 28px;
	font-family: FontAwesome;
}
/*******************************************SERVICES BOARD SECTION END****************************************/



/*******************************************FACTS FIGURES SECTION START****************************************/

.facts-figures {
	float: left;
	width: 100%;
	margin-bottom: 65px;
}
.facts-figures .holder {
	float: left;
	width: 100%;
	background: #000 url(../images/facts-bg.html) no-repeat left top/cover;
	padding: 30px 0;
}
.facts-figures .holder .box {
	float: left;
	width: 100%;
	text-align: center;
}
.facts-figures .holder .box:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	border-right: 2px solid #ccc;
}
.facts-figures .holder .box.border-none:before {
	display: none;
}
.facts-figures .holder .box strong.number {
	display: block;
	font: 800 60px 'Raleway', sans-serif;
	color: #fff;
	padding: 3px 0 16px 0;
}
.facts-figures .holder .box span {
	font: 500 24px/24px 'Raleway', sans-serif;
	color: #fff;
	display: block;
	padding: 0 0 26px 0;
}
#wrapper .border-none {
	border: 0;
}
/*******************************************FACTS FIGURES SECTION END****************************************/



/*******************************************NEW SECTION START****************************************/

.news-section {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.news-section em {
	padding: 0 0 31px 0;
	display: block;
}
.news-section a.btn-style-1 {
	float: right;
	margin: -60px 0 0 0;
}
.news-section .box {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.news-section .box .tp-row {
	float: left;
	width: 100%;
	padding: 5px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	margin-bottom: 14px;
}
.news-section .box .round-thumb {
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 5px 0 0;
}
.news-section .box .round-thumb img {
	display: block;
	width: 100%;
	border-radius: 100%;
}
.news-section .box .text-box {
	padding: 0 10px 3px 10px;
	border: 1px solid #ccc;
	border-top: 0;
}
.news-section .box .text-box .inner {
	float: left;
	width: 100%;
	padding: 0 0 3px 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news-section .box .text-box .inner h4 {
	line-height: 26px;
	margin: 0 0 6px 0;
}
.news-section .box em {
	float: left;
	font: italic 700 13px/35px 'Lato', sans-serif;
	padding: 0;
}
.news-section .box .text-box .inner p {
	margin: 0;
}
.news-section .box span.date {
	float: right;
	font: 700 12px/35px 'Lato', sans-serif;
	color: #888;
}
.news-section .box .btm-row {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 8px 0 0 0;
}
.news-section .box .btm-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.news-section .box .btm-row ul li {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #ccc;
}
.news-section .box .btm-row ul li:first-child {
	border: 0;
	padding: 0 15px 0 0;
}
.news-section .box .btm-row ul li a {
	text-decoration: none;
	font: 700 17px/17px 'Lato', sans-serif;
	color: #888;
}
.news-section .box .btm-row ul li a .fa {
	padding: 0 8px 0 0;
}
.news-section .box .btm-row a.btn-1 {
	float: right;
	font: 700 12px/12px 'Lato', sans-serif;
	color: #fff;
	padding: 6px 10px;
	border-radius: 3px;
	box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.btn-color-1 {
	background: #9e9e9e;
}
.btn-color-2 {
	background: #03a9f4;
}
.btn-color-3 {
	background: #3f51b5;
}
.btn-color-4 {
	background: #795548;
}
.news-section .box:hover .frame img {
	opacity: 0.5;
}
.news-section .box:hover .text-box .inner h4 a {
	text-decoration: none;
}
.news-section .box:hover .btm-row ul li a {
}
.news-section .box .btm-row a.btn-1:hover {
	text-decoration: none;
}
.news-section .pagination-col {
	margin: 20px 0 50px 0;
}
.news-list .frame {
	width: auto;
}
.news-list .box .text-box {
	float: none;
	width: auto;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 4px 15px 0;
}
.news-detail .box .text-box {
	border: 0;
	padding: 0;
}
.news-detail .box {
	margin: 0;
}
.news-detail .box .btm-row {
	width: auto;
	padding: 0 0 0 15px;
	margin: 6px 0 0 0;
	border: 0;
	border-left: 1px solid #ccc;
}
.news-detail .box span.date {
	float: left;
	padding: 0 15px 0 30px;
}
.news-detail .box .text-box .inner p {
	margin-bottom: 20px;
}
.news-detail .post-box .box .text-box .inner blockquote p {
	margin: 0;
}
/*******************************************NEW SECTION END****************************************/



/*************************************************UPCOMING EVENTS SECTION START***********************************************/

.upcoming-event {
	float: left;
	width: 100%;
	background: #f7f7f7;
	padding: 30px 0 65px 0;
}
.upcoming-event em {
	padding: 0 0 61px 0;
	display: block;
}
.upcoming-event a.btn-style-1 {
	margin: -89px 0 0 0;
	float: right;
}
.upcoming-event #bx-pager {
	float: left;
	width: 100%;
}
.upcoming-event #bx-pager a {
	float: left;
}
.upcoming-event .bx-wrapper {
	float: left;
	width: 100%;
}
.upcoming-event #bx-pager a.active img {
	opacity: 0.5;
}
.event-slider {
	float: left;
	width: 100%;
	position: relative;
}
.event-slider ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#wrapper .event-caption {
	position: absolute;
	width: 350px;
	height: 300px;
	background: #fff;
	border: 1px solid #ccc;
	left: 30px;
	top: -30px;
	padding: 32px 25px 30px 18px;
}
.event-slider .flexslider {
	margin: 0;
	border: 0;
	border-radius: 0;
}
.flex-active-slide img {
	opacity: 0.5;
}
.event-caption .date-box {
	float: left;
	font: 900 32px 'Raleway', sans-serif;
	text-align: center;
	border-right: 1px solid #ccc;
	padding: 0 18px 14px 0;
	margin: 0 18px 0 0;
}
.event-caption .date-box span {
	display: block;
	font: 700 14px 'Raleway', sans-serif;
	color: #888;
	padding: 2px 0 0 0;
}
.event-caption .text-col {
	overflow: hidden;
	padding: 5px 0 0 0;
}
.event-caption .text-col h3 {
	line-height: 28px;
	margin: 0 0 14px 0;
}
.event-caption .text-col span.time {
	display: block;
	font: 700 12px/12px 'Lato', sans-serif;
	color: #888;
	padding: 0 0 14px 3px;
}
.event-caption .text-col span.time .fa {
	padding: 0 8px 0 0;
}
.event-caption .text-col p {
	margin: 0 0 16px 3px;
}
.event-caption .text-col a.btn-style-1 {
	float: left;
	margin: 0 0 0 3px;
	padding: 8px 14px;
}
.event-caption .flex-direction-nav {
	display: none;
}
.flex-prev {
	background: #fff;
	border: 2px solid #ccc;
	bottom: 30px;
	float: right;
	font-size: 0;
	height: 40px;
	left: 340px;
	position: absolute;
	width: 40px;
	z-index: 9;
}
.flex-next {
	background: #fff;
	border: 2px solid #ccc;
	bottom: 30px;
	float: right;
	font-size: 0;
	height: 40px;
	left: 380px;
	position: absolute;
	width: 40px;
	z-index: 9;
}
.flex-next:before {
	content: "\f061";
	font-family: FontAwesome;
	font-size: 12px;
	color: #999;
	display: block;
	text-align: center;
	line-height: 36px;
}
.flex-prev:before {
	content: "\f060";
	font-family: FontAwesome;
	font-size: 12px;
	color: #999;
	display: block;
	text-align: center;
	line-height: 36px;
}
.flex-next:hover, .flex-prev:hover {
	border: 2px solid rgba(0,0,0,0);
	text-decoration: none;
}
.flex-next:hover:before, .flex-prev:hover:before {
	color: #fff;
}
/*************************************************UPCOMING EVENTS SECTION END***********************************************/



/*****************************************DEPARTMENTS SECTION START***************************************/

.department-section {
	float: left;
	width: 100%;
	padding: 30px 0 65px 0;
	margin-bottom: 40px;
}
.department-section em {
	margin: 0 0 11px 0;
}
.department-section .box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 30px;
}
.department-section .box .frame .caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.department-section .box .frame .caption .holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	width: 90%;
	height: 90%;
	text-align: center;
	transform: scale(0.7);
}
.department-section .box .frame .caption .holder .fa {
	font-size: 32px;
	color: #fff;
	line-height: 135px;
}
.department-section .text-box {
	text-align: center;
	padding: 15px 0 14px 0;
}
.department-section .text-box h4 {
	margin: 0;
}
.department-section .box:hover .frame img {
	opacity: 0.4;
}
.department-section .box:hover .frame .caption .holder {
	opacity: 0.9;
	transform: scale(1);
}
.department-section .box:hover .text-box h4 a {
	text-decoration: none;
}
.department-section .btn-row {
	margin: 10px 0 0 0;
}
.department-space {
	padding: 0 0 40px 0;
	margin: 0;
}
.department-page {
	float: left;
	width: 100%;
}
.call-action-style-2 {
	float: left;
	width: 100%;
	/* background: #000 url(../images/call-action-bg.png) no-repeat left top/cover; */

	padding: 85px 0;
	text-align: center;
}
.call-action-style-2 h2 {
	color: #fff;
	margin: 0 0 15px 0;
}
.call-action-style-2 .text-col {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 712px;
}
.call-action-style-2 p {
	font: italic 400 22px/36px 'Lato', sans-serif;
	color: #fff;
	margin: 0 0 30px 0;
}
.call-action-style-2 .owl-theme .owl-dots .owl-dot span {
	background: none;
	border: 2px solid #fff;
	border-radius: 100%;
	display: block;
	height: 12px;
	margin: 0 5px;
	width: 12px;
}
.call-action-style-2 .owl-theme .owl-dots .owl-dot.active span, .call-action-style-2 .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
.call-action-style-1 {
	float: left;
	width: 100%;
	/* background: #000 url(../images/call-action-bg-2.png) no-repeat left top/cover; */

	padding: 35px 0 70px 0;
	text-align: center;
	margin: 0;
}
.call-action-style-1 h2 {
	color: #fff;
	margin: 0 0 20px 0;
}
.call-action-style-1 em {
	display: block;
	text-align: center;
	font: italic 400 22px/34px 'Lato', sans-serif;
	color: #fff;
	padding: 0 0 25px 0;
}
.call-action-style-1 .space-box {
	margin: 0 auto;
	display: block;
	width: 870px;
	overflow: hidden;
}
.call-action-style-1 a.btn-style-2 {
	padding: 18px 65px;
}
#filter {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 10px 0 45px 0;
}
#filter li {
	float: left;
	margin: 0 10px 0 0;
}
#filter li a {
	text-decoration: none;
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px 30px;
	font: 400 13px/13px 'Lato', sans-serif;
	color: #777;
	display: block;
}
#filter li a:hover {
	cursor: pointer;
	color: #fff;
	border-color: transparent;
}
#filter .current {
	color: #fff;
	border-color: transparent;
}
#filter li a.selected {
	cursor: pointer;
	color: #fff;
	border-color: transparent;
}
.portfolio_block {
	width: 100%;
}
.portfolio_block .col-md-4 {
	padding: 1px;
}
.portfolio_block .gall img {
	width: 100%;
}
.isotope-hidden.isotope-item {
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
/*****************************************DEPARTMENTS SECTION END***************************************/



/**************************************************GOVERNOR MESSAGE SECTION START************************************************/

.governor-message {
	float: left;
	width: 100%;
}
.governor-message .holder {
	margin: 0 auto;
	float: none;
	width: 1200px;
	background: url(../images/governor-message-bg.html) no-repeat left top/cover;
	padding: 69px 0 68px 0;
	position: relative;
	height: 400px;
}
.governor-message .holder .image-frame {
	position: absolute;
	left: 0;
	top: -22px;
}
.governor-message .holder .text-box {
	position: absolute;
	top: 69px;
	right: 142px;
	width: 540px;
}
.governor-message .holder .text-box h2 {
	color: #fff;
	margin: 0 0 32px 0;
}
.governor-message .holder .text-box blockquote {
	padding: 0;
	border: 0;
	font: italic 400 22px/36px 'Lato', sans-serif;
	color: #fff;
	position: relative;
	margin: 0 0 37px 0;
}
.governor-message .holder .text-box blockquote span {
	float: left;
	font: 900 72px 'Lato', sans-serif;
	padding: 0 9px 0 0;
	margin: -9px 0 0 0;
}
.governor-message .holder .text-box blockquote em {
	float: right;
	font: 900 72px 'Lato', sans-serif;
	padding: 0;
}
.governor-message .holder .text-box h4 {
	color: #fff;
	margin: 0 0 5px 0;
}
.governor-message .holder .text-box strong.name {
	display: block;
	color: #fff;
	font: 400 26px 'Dancing Script', cursive;
}
/**************************************************GOVERNOR MESSAGE SECTION END************************************************/



/*************************************************EXPLORE SECTION START*************************************************/

.explore-section {
	float: left;
	width: 100%;
	padding: 65px 0 70px 0;
}
.explore-section em {
	margin: 0 0 11px 0;
}
.explore-section .btn-style-1 {
	float: right;
	margin: -60px 0 0 0;
}
.explore-section .video-frame {
	float: left;
	width: 100%;
	background: url(../images/video-img.html) no-repeat left top;
	height: 420px;
	position: relative;
}
.explore-section .video-frame a.btn-play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(images/play-btn-1.png) no-repeat center center;
	width: 80px;
	height: 80px;
}
.explore-section .video-frame .modal-dialog {
	width: 1000px;
}
.explore-section .video-frame .modal-header {
	border: 0;
	padding: 0;
}
.explore-section .video-frame .modal-body {
	padding: 0;
}
.explore-section .video-frame .modal-body iframe {
	width: 100%;
	height: 424px;
	border: 0;
}
.explore-section .video-frame .close {
	position: absolute;
	right: -30px;
	top: 0;
	width: 30px;
	height: 30px;
	opacity: 1;
	background: #fff;
}
.explore-section .video-frame .modal-content {
	border: 0;
	background: none;
	border-radius: 0;
}
.popular-videos {
	float: left;
	width: 100%;
}
.popular-videos .popular-head {
	float: left;
	width: 100%;
	text-align: center;
	padding: 16px 0;
}
.popular-videos .popular-head h3 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.popular-videos .text-box {
	border: 1px solid #ccc;
	border-top: 0;
	padding: 0 20px 2px 20px;
}
.popular-videos .text-box ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.popular-videos .text-box ul li {
	overflow: hidden;
	border-top: 1px dashed #ccc;
	padding: 20px 0;
}
.popular-videos .text-box ul li:first-child {
	border: 0;
}
.video-frame-1 {
	float: left;
	width: 220px;
	background: url(../images/video-img-2.html) no-repeat left top;
	height: 140px;
	position: relative;
	margin: 0 22px 0 0;
}
.video-frame-2 {
	float: left;
	width: 220px;
	background: url(../images/video-img-3.html) no-repeat left top;
	height: 140px;
	position: relative;
	margin: 0 22px 0 0;
}
.video-frame-1 a.btn-play {
	background: url(images/play-btn-2.png) no-repeat center center;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.video-frame-2 a.btn-play {
	background: url(images/play-btn-2.png) no-repeat center center;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.popular-videos .text-col {
	overflow: hidden;
	padding: 17px 0 0 0;
}
.popular-videos .text-col h4 {
	line-height: 26px;
}
.popular-videos .text-col .btm-row {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 8px 0 0 0;
	padding: 9px 0 0 0;
}
.popular-videos .text-col .btm-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: auto;
}
.popular-videos .text-col .btm-row ul li {
	float: left;
	padding: 0 16px;
	border-top: 0;
	border-left: 1px solid #ccc;
}
.popular-videos .text-col .btm-row ul li:first-child {
	border: 0;
	padding: 0 17px 0 0;
}
.popular-videos .text-col .btm-row ul li a {
	text-decoration: none;
	font: 700 16px/16px 'Lato', sans-serif;
	color: #888;
}
.popular-videos .text-col .btm-row ul li a .fa {
	padding: 0 5px 0 0;
}
.popular-videos .text-box ul li:hover .text-col h4 a {
	text-decoration: none;
}
/*************************************************EXPLORE SECTION END*************************************************/



/*********************************************************COMMUNITY AND CITIZENS SECTION START******************************************************/

.community-citizen {
	float: left;
	width: 100%;
	padding: 0 0 126px 0;
}
.community-citizen em {
	padding: 0 0 24px 0;
	display: block;
}
.community-citizen .holder {
	float: none;
	margin: 0 auto;
	display: block;
	width: 1260px;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	padding: 63px 0 0 0;
}
.community-citizen .box {
	float: left;
	width: 100%;
}
.community-citizen .box h4 {
	line-height: 25px;
	margin: 0 0 19px 0;
}
.community-citizen .box .fa {
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	margin: 0 7px 0 0;
}
.community-citizen .box ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.community-citizen .box ul li {
	display: block;
	overflow: hidden;
	padding: 0 0 14px 16px;
	line-height: 14px;
	position: relative;
}
.community-citizen .box ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
.community-citizen .box ul li a {
	text-decoration: none;
	font: 500 14px/14px 'Raleway', sans-serif;
	color: #555;
}
.mayor-row {
	float: left;
	width: 100%;
	top: 57px;
	position: relative;
}
.mayor-space {
	top: 0;
	padding: 70px 0;
}
.mayor-row .row {
	margin: 0;
}
.mayor-row .col-md-6 {
	padding: 0;
}
.mayor-office {
	float: left;
	width: 100%;
	position: relative;
	padding: 27px 100px 26px 98px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mayor-office h3 {
	color: #fff;
	margin: 0 0 7px 0;
}
.mayor-office h2 {
	color: #fff;
	margin: 0;
}
.mayor-office a.link {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #222;
	position: absolute;
	right: 0;
	margin: -28px 78px 0 0;
}
.mayor-colo-2 {
	padding: 27px 100px 26px 113px;
}
.mayor-colo-2 a.link {
	margin: -28px 97px 0 0;
}
/*********************************************************COMMUNITY AND CITIZENS SECTION END******************************************************/



/***************************************FOOTER START****************************************/

#footer {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}
.footer-section-1 {
	float: left;
	width: 100%;
	background: #2b2b2b url(images/pattren.png);
	position: relative;
	padding: 46px 0 0 0;
}
.news-widget ul li:hover .text-area a {
	color: #fff;
}
.footer-section-1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/footer-bg.jpg) no-repeat left top;
	width: 644px;
	height: 100%;
}
.footer-box {
	float: left;
	width: 100%;
}
.footer-box h3 {
	color: #fff;
	margin: 0 0 22px 0;
}
strong.footer-logo {
	display: block;
	margin: 0 0 23px 0;
}
.footer-box .text-col p {
	font: 400 16px/24px 'Lato', sans-serif;
	color: #fff;
	margin: 0 0 28px 0;
}
.footer-box .text-col {
	width: 228px;
}
.footer-box .text-col a.btn-style-1 {
	background: #fff;
	padding: 11px 19px;
	color: #222;
}
.footer-box .text-col a.btn-style-1:hover {
	color: #fff;
}
.news-widget {
	float: left;
	width: 100%;
}
.news-widget ul {
	padding: 0;
	width: 100%;
	margin: 0;
	list-style: none;
	float: left;
}
.news-widget ul li {
	overflow: hidden;
	border-top: 1px dashed #777;
	padding: 15px 0;
}
.news-widget ul li:first-child {
	padding: 0 0 15px 0;
	border: 0;
}
.news-widget ul li:last-child {
	padding: 15px 0 0 0;
}
.news-widget .thumb {
	float: left;
	background: #000;
	margin: 0 15px 0 0;
	overflow: hidden;
}
.news-widget .text-area {
	overflow: hidden;
	margin: -6px 0 0 0;
}
.news-widget .text-area a {
	font: 500 14px/24px 'Raleway', sans-serif;
	color: #ccc;
	display: block;
	text-decoration: none;
	padding: 0 0 8px 0;
}
.news-widget .text-area span {
	display: block;
	font: 700 12px/12px 'Lato', sans-serif;
	color: #888;
}
.news-widget .text-area span .fa {
	padding: 0 9px 0 0;
}
.news-widget ul li:hover .thumb img {
	opacity: 0.5;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news-widget ul li:hover .text-area a {
}
.links-widget {
	float: left;
	width: 100%;
}
.links-widget ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.links-widget ul li {
	display: block;
	padding: 0 0 14px 20px;
	position: relative;
	line-height: 14px;
}
.links-widget ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 100%;
}
.links-widget ul li a {
	font: 500 14px/14px 'Raleway', sans-serif;
	color: #ccc;
	text-decoration: none;
}
.footer-box input[type="text"], .footer-box input[type="email"], .footer-box input[type="tel"] {
	float: left;
	width: 100%;
	height: 40px;
	background: none;
	border: 1px solid #ccc;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 13px/13px 'Lato', sans-serif;
	color: #ccc;
	margin-bottom: 5px;
}
.footer-box textarea {
	float: left;
	width: 100%;
	height: 90px;
	resize: none;
	background: none;
	border: 1px solid #777;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 13px/13px 'Lato', sans-serif;
	color: #777;
	margin-bottom: 5px;
}
.footer-box input[type="submit"] {
	float: left;
	width: 100%;
	border: 0;
	height: 36px;
	color: #fff;
	font: 700 13px 'Lato', sans-serif;
}
/***************************************FOOTER END****************************************/



/************************************FOOTER SECTION 2 START************************************/

.footer-section-2 {
	float: left;
	width: 100%;
	background: #2d2d2d;
	padding: 20px 0;
}
.footer-social {
	float: left;
	width: 100%;
	text-align: center;
}
.footer-social strong.title {
	display: inline-block;
	font: 500 18px/18px 'Raleway', sans-serif;
	color: #fff;
	padding: 0 20px 0 0;
}
.footer-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.footer-social ul li {
	display: inline-block;
	padding: 0 20px 0 0;
}
.footer-social ul li a {
	font: 700 13px/13px 'Lato', sans-serif;
	color: #999;
}
.footer-social ul li .fa {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 15px;
	margin: 0 7px 0 0;
}
.social-color-1 {
	background: #29a9e1;
}
.social-color-2 {
	background: #3b5a9a;
}
.social-color-3 {
	background: #df4b38;
}
.social-color-4 {
	background: #5280a5;
}
.social-color-5 {
	background: #fba933;
}
.social-color-6 {
	background: #cb312e;
}
/************************************FOOTER SECTION 2 END************************************/



/************************************FOOTER SECTION 3 START************************************/

.footer-section-3 {
	float: left;
	width: 100%;
	background: #333;
	padding: 18px 0;
}
.footer-section-3 strong.copyrights {
	display: block;
	text-align: center;
	font: 400 13px/13px 'Lato', sans-serif;
	color: #777;
	text-indent: 8px;
}
.footer-section-3 strong.copyrights a {
	text-decoration: none;
	color: #777;
}
/************************************FOOTER SECTION 3 END************************************/



/**************************************INNER BANNER START*************************************/

#inner-banner {
	float: left;
	width: 100%;
	background: url(images/inner-banner.jpg) no-repeat left top/cover;
	padding: 93px 0 153px 0;
	position: relative;
	margin-bottom: 80px;
}
#inner-banner h1 {
	text-align: center;
	display: block;
	color: #fff;
}
#inner-banner em {
	display: block;
	text-align: center;
	font: italic 400 16px/16px 'Lato', sans-serif;
	color: #fff;
}
.inner-banner-heading:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -18px;
	background: url(images/inner-banner-icon.png) no-repeat center bottom;
	width: 54px;
	height: 12px;
	margin: auto;
}
#inner-banner .container {
	position: relative;
}
.breadcrumb-col {
	display: block;
	margin: 0 auto;
	width: 1140px;
	padding: 25px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f0f0f0;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -33px;
	margin: auto;
}
.breadcrumb-col a.btn-back {
	float: left;
	font: 400 13px/13px 'Lato', sans-serif;
	color: #555;
}
.breadcrumb-col a.btn-back:hover {
	text-decoration: none;
}
.breadcrumb-col a.btn-back .fa {
	padding: 0 8px 0 0;
}
.breadcrumb-col .breadcrumb {
	background-color: transparent;
	float: right;
	border-radius: 0;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
.breadcrumb-col .breadcrumb > li {
	float: left;
	font: 400 13px/13px 'Lato', sans-serif;
	color: #555;
}
.breadcrumb-col .breadcrumb > li a {
	text-decoration: none;
	font: 400 13px/13px 'Lato', sans-serif;
	color: #555;
}
.breadcrumb-col .breadcrumb > li + li:before {
	font: 400 13px/13px 'Lato', sans-serif;
	color: #555;
	content: "// ";
	padding: 0 2px;
}
/**************************************INNER BANNER END*************************************/



/***********************************CONTACT PAGE START**********************************/

.contact-style-1 {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
}
.contact-style-1 .address {
	float: left;
	width: 100%;
	padding-bottom: 65px;
}
.contact-style-1 .address .box {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 200px;
	text-align: center;
}
.contact-style-1 .address .box .fa {
	width: 97px;
	height: 97px;
	display: block;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 18px;
	font-size: 45px;
	line-height: 97px;
	color: #fff;
}
.contact-style-1 .address .box p {
	margin: 0;
}
.contact-style-1 .address .box h3 {
	margin: 0 0 15px 0;
}
.contact-style-1 .address .box a {
	display: block;
	font: 400 14px/22px "Roboto", sans-serif;
	color: #777;
	text-decoration: none;
}
.address-color-1 {
	background: #4caf50;
}
.address-color-2 {
	background: #9e9e9e;
}
.address-color-3 {
	background: #374046;
}
.address-color-4 {
	background: #03a9f4;
}
.map-form-section {
	float: left;
	width: 100%;
}
.map-box-1 {
	float: left;
	width: 100%;
}
.map-box-1 .map_canvas {
	height: 696px;
	width: 100%;
}
.contact-form {
	float: left;
	width: 100%;
	margin: 3px 0 0 0;
}
.contact-form h3 {
	margin: 0 0 15px 0;
}
.contact-form p {
	margin: 0 0 17px 0;
}
.contact-form textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .em-booking-form-details select {
	float: left;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 20px 0;
	font: 400 13px 'Lato', sans-serif;
	color: #777;
}
.contact-form textarea, .em-booking-form-details textarea {
	height: 270px;
	resize: none;
	padding: 15px;
	width: 100%;
}
.contact-form input[type="submit"] {
	font: 400 18px 'Lato', sans-serif;
	color: #fff;
	border: 0;
	padding: 17px 80px;
}
.btn-row .contact-form input[type="submit"] {
	float: none;
	display: inline-block;
}
 input::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
 input:-moz-placeholder {
 color:#777;
 opacity:1;
}
 input::-moz-placeholder {
 color:#777;
 opacity:1;
}
 input:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
 textarea::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
 textarea:-moz-placeholder {
 color:#777;
 opacity:1;
}
 textarea::-moz-placeholder {
 color:#777;
 opacity:1;
}
 textarea:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.contact-style-2 {
	float: left;
	width: 100%;
}
.contact-style-2 .contact-form {
	margin: 0;
	width: 100%;
}
.contact-style-2 .contact-form textarea {
	height: 209px;
}
.contact-style-2 .map-form-section {
	margin-bottom: 51px;
}
.map-box-2 {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.map-box-2 .map_canvas {
	height: 320px;
	width: 100%;
}
.address-style-2 {
	float: left;
	width: 100%;
	padding: 0 0 40px 0;
}
.address-style-2 .box {
	float: left;
	margin-bottom: 50px;
	padding: 0 0 0 19px;
	position: relative;
	width: 325px;
}
.address-style-2 .box .fa {
	position: absolute;
	font-size: 25px;
	left: 0;
}
.address-style-2 .box .text-box {
	overflow: hidden;
	padding: 0 0 0 20px
}
.address-style-2 .box .text-box p {
	margin: 0;
}
.address-style-2 .box .text-box a {
	color: #777;
	display: block;
	font: 400 14px/22px "Lato", sans-serif;
	text-decoration: none;
}
/***********************************CONTACT PAGE END**********************************/



/******************************************ERROR PAGE START******************************************/

.error-section {
	float: left;
	width: 100%;
	padding: 30px 0 140px 0;
}
.error-section .holder {
	margin: 0 auto;
	width: 555px;
	display: block;
	overflow: hidden;
	float: none;
}
.error-section h1 {
	font: 800 200px/200px 'Raleway', sans-serif !important;
	display: block;
	text-shadow: none;
	margin: 0 0 20px 0;
	text-align: center;
}
.error-section strong.title {
	display: block;
	font: 600 80px/80px 'Raleway', sans-serif;
	color: #999;
	text-align: center;
	padding: 0 0 20px 0;
}
.error-section span {
	display: block;
	text-align: center;
	font: 600 20px/20px 'Raleway', sans-serif;
	color: #222;
	padding: 0 0 50px 0;
}
.error-section form {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.error-section form input[type="text"] {
	height: 45px;
	margin: 0;
}
.error-section form button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	color: #fff;
	font-size: 16px;
	padding: 0 18px;
	height: 45px;
}
.error-section a.btn-back {
	display: inline-block;
	font: 700 18px/18px 'Lato', sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 18px 56px;
}
/******************************************ERROR PAGE END******************************************/



/******************************************TEAM PAGE START****************************************/

.team-section {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
}
.team-section .box {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.team-section .text-box {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	padding: 100px 0 25px 0;
	margin: -74px 0 0 0;
}
.team-section .text-box strong.title {
	font: 600 18px/18px 'Raleway', sans-serif;
	color: #777;
	display: block;
}
.team-section .box .outer {
	float: left;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.team-section .box .frame .caption {
	position: absolute;
	left: -140%;
	top: 0;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.team-section .box .frame .caption .inner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 88%;
	height: 88%;
	padding: 70px 23px;
	background: rgba(255,255,255,0.80);
	text-align: center;
}
.team-section .box .frame .caption .inner p {
	margin: 0 0 15px 0;
}
.team-social {
	float: left;
	width: 100%;
}
.team-social ul {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.team-social ul li {
	display: inline-block;
	padding: 0 2px;
}
.team-social ul li a {
	text-decoration: none;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	color: #fff;
}
.team-social-color-1 {
	background: #29a9e1;
}
.team-social-color-2 {
	background: #3b5a9a;
}
.team-social-color-3 {
	background: #df4b38;
}
.team-section .box:hover .frame .caption {
	left: 0;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.team-section .box:hover .frame img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.team-section .box:hover h3 a {
	text-decoration: none;
}
.team-section .pagination-col {
	margin: 20px 0 0 0;
}
.pagination-col {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.pagination-col .pagination {
	border-radius: 0;
	display: inline-block;
	margin: 0 0;
	padding-left: 0;
}
.pagination-col .pagination > li {
	display: inline-block;
}
.pagination-col .pagination > li > a, .pagination-col .pagination > li > span {
	background-color: #fff;
	border: 2px solid #ccc;
	color: #777;
	font: 400 14px/14px 'Lato', sans-serif;
	margin: 0 5px;
	padding: 11px 14px;
	text-transform: uppercase;
}
.pagination-col .pagination > .active > a, .pagination-col .pagination > .active > span, .pagination-col .pagination > .active > a:hover, .pagination-col .pagination > .active > span:hover, .pagination-col .pagination > .active > a:focus, .pagination-col .pagination > .active > span:focus {
	color: #fff;
	border-color: transparent;
}
.pagination-col .pagination > li > a:hover, .pagination-col .pagination > li > span:hover, .pagination-col .pagination > li > a:focus, .pagination-col .pagination > li > span:focus {
	color: #fff;
	border-color: transparent;
}
.pagination-col .pagination > li:first-child > a, .pagination-col .pagination > li:first-child > span {
	border-radius: 0;
}
.pagination-col .pagination > li:last-child > a, .pagination-col .pagination > li:last-child > span {
	border-radius: 0;
}
/******************************************TEAM PAGE END****************************************/



/************************************************COMING SOON SECTION START***********************************************/

.coming-soon {
	float: left;
	width: 100%;
	background: url(images/coming-bg.jpg) no-repeat left top/cover;
	padding: 193px 0 0 0;
}
strong.logo-2 {
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 70px;
}
.coming-soon .inner-content {
	margin: 0 auto;
	width: 950px;
	display: block;
	overflow: hidden;
	text-align: center;
}
.coming-soon .inner-content h1 {
	color: #fff;
	font-size: 80px !important;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}
.coming-soon .inner-content p {
	font: 400 24px/35px 'Lato', sans-serif !important;
	color: #fff;
	text-shadow: 0 7px 5px rgba(0, 0, 0, 0.21);
	margin: 0 0 90px 0;
}
.coming-soon .inner-content h2 {
	color: #fff;
	margin: 0 0 40px 0;
	text-shadow: 0 7px 5px rgba(0, 0, 0, 0.21);
}
.coming-soon .countdown-row {
	display: block;
	position: relative;
	z-index: 9999;
	top: -200%;
	margin-bottom: 90px;
}
.coming-soon .countdown-section {
	display: inline-block;
	float: none;
	font-size: 75%;
	text-align: center;
	width: 180px;
	position: relative;
	margin: 0 5px;
	padding: 20px 0;
}
.coming-soon .countdown-amount {
	font-size: 200%;
	font: 800 72px/72px 'Raleway', sans-serif;
	display: block;
	color: #fff;
	padding: 0 0 20px 0;
	margin: 0;
	position: relative;
	text-shadow: 0 7px 5px rgba(0, 0, 0, 0.21);
}
.coming-soon .countdown-period {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font: 800 16px/16px 'Raleway', sans-serif;
	text-shadow: 0 7px 5px rgba(0, 0, 0, 0.21);
}
/************************************************COMING SOON SECTION END***********************************************/



/************************************************ABOUT PAGE START************************************************/

.about-section {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
}
.about-section .text-box {
	padding: 40px 0 0 0;
}
.about-section .text-box em {
	font: italic 400 16px/24px "Lato", sans-serif;
}
.about-section .text-box strong.name {
	float: right;
	font: 26px/26px 'Dancing Script', cursive;
	color: #000;
}
.about-section .video-frame {
	float: left;
	width: 100%;
	/* background: url(../images/video-bg.jpg) no-repeat left top; */

	height: 370px;
	position: relative;
}
.about-section .video-frame:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -43px;
	width: 100%;
	background: url(images/video-frame-bg.png) no-repeat left top;
	height: 114px;
}
.about-section .video-frame a.btn-play {
	background: url(images/play-btn-1.png) no-repeat center center;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.about-section .video-frame .modal-dialog {
	width: 1000px;
}
.about-section .video-frame .modal-header {
	border: 0;
	padding: 0;
}
.about-section .video-frame .modal-body {
	padding: 0;
}
.about-section .video-frame .modal-body iframe {
	width: 100%;
	border: 0;
	height: 557px;
}
.about-section .video-frame .close {
	color: #000;
	background: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -30px;
	top: 0;
	opacity: 1;
	text-shadow: none;
}
.about-section .video-frame .modal-content {
	border: 0;
	background: none;
}
.ask-question {
	float: left;
	width: 100%;
}
.gallery-box {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}
.gallery-box .thumb {
	float: left;
	margin: 0 2px 5px 0;
}
.faq .accordion_cp {
	font: 600 24px/24px 'Raleway', sans-serif;
	padding: 20px 30px;
}
.accordion-style-1 {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.accordion_cp {
	margin: 0;
	padding: 17px 15px 17px 29px;
	border: 0;
	text-decoration: none;
	font: 600 18px/18px 'Raleway', sans-serif;
	color: #222;
	border: 1px solid #ccc;
	cursor: pointer;
	overflow: hidden;
}
.accordion_cp .fa {
	padding: 0;
}
.accordion-open {
	color: #444;
}
.outer-col {
	margin-bottom: 4px;
}
.accordion-open span {
	display: block;
	float: right;
	padding: 0;
	color: #777;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}
.accordion-open span {
}
.accordion-close span {
	display: block;
	float: right;
	padding: 0;
	color: #777;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}
div.contain_cp_accor {
	padding: 0;
	margin: 0;
}
div.content_cp_accor {
	margin: 4px 0;
	background: #f7f7f7;
	padding: 17px 15px 17px 29px;
	float: left;
	width: 100%;
	border: 1px solid #ccc;
}
div.content_cp_accor p {
	margin: 0;
}
.accordion-close span i:before {
	content: "\f067";
}
.accordion-open span i:before {
	content: "\f068";
}
.governor-space {
	margin-bottom: 80px;
}
/************************************************ABOUT PAGE END************************************************/



/************************************************SIDEBAR START************************************************/

.sidebar {
	float: left;
	width: 100%;
}
.widget-box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.widget-box h3 {
	margin: 0 0 20px 0;
}
.widget-box form {
	float: left;
	width: 100%;
	position: relative;
}
.widget-box form input[type="text"] {
	height: 45px;
	box-shadow: none;
	margin: 0;
}
.widget-box form button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	padding: 0 17px;
	border: 0;
	color: #fff;
	font-size: 16px;
}
.text-widget {
	float: left;
	width: 100%;
}
.text-widget p {
	margin: 0;
}
.widget-box .news-widget .text-area a {
	color: #222;
}
.archive-widget {
	float: left;
	width: 100%;
}
.archive-widget ul {
	padding: 0;
	margin: -12px 0 0 0;
	list-style: none;
}
.archive-widget ul li {
	display: block;
	overflow: hidden;
	font: 600 14px/14px 'Raleway', sans-serif;
	color: #222;
	border-bottom: 1px dashed #ccc;
	padding: 12px 0 12px 13px;
	position: relative;
}
.archive-widget ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border-radius: 100%;
}
.archive-widget ul li a {
	font: 600 14px/14px 'Raleway', sans-serif;
	color: #222;
	text-decoration: none;
	text-align: left;
	display: block;
}
.archive-widget ul li a span {
	text-align: right;
	float: right;
}
.causes-box {
	float: left;
	width: 100%;
}
.causes-box .text-box {
	padding: 20px 26px;
	border: 1px solid #ccc;
}
.causes-box .text-box h4 {
	line-height: 26px;
}
.causes-box .text-box p {
	margin: 0 0 15px 0;
}
.causes-box .progress {
	background-color: #e1e1e1;
	border-radius: 3px;
	box-shadow: none;
	height: 6px;
	margin-bottom: 17px;
	overflow: hidden;
}
.causes-box .progress-bar {
	box-shadow: none;
	color: #fff;
}
.causes-btm-row {
	float: left;
	width: 100%;
	padding: 0 0 22px 0;
}
.causes-btm-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.causes-btm-row ul li {
	float: left;
	padding: 0 0 0 33px;
}
.causes-btm-row ul li:first-child {
	padding: 0;
}
.causes-btm-row ul li strong.number {
	font: 900 13px/13px 'Lato', sans-serif;
	display: block;
	padding: 0 0 2px 0;
}
.causes-btm-row ul li span.title {
	display: block;
	font: 700 12px/12px 'Lato', sans-serif;
	color: #888;
}
.causes-box .btn-row {
	position: relative;
	margin: 5px 0 -40px 0;
}
.causes-box a.btn-style-2 {
	font: 700 13px/13px "Lato", sans-serif;
	padding: 11px 30px;
}
.causes-box:hover .frame img {
	opacity: 0.5;
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.causes-box:hover .text-box h4 a {
	text-decoration: none;
}
.causes-box .owl-carousel .owl-stage-outer {
	padding-bottom: 20px;
}
.causes-box .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: none;
	width: 25px;
	height: 25px;
	border: 2px solid #ccc;
	border-radius: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	color: #999;
}
.causes-box .owl-next {
	position: absolute;
	right: 0;
	top: -45px;
}
.causes-box .owl-next:before {
	content: "\f061";
	font-family: FontAwesome;
	display: block;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}
.causes-box .owl-prev {
	position: absolute;
	right: 30px;
	top: -45px;
}
.causes-box .owl-prev:before {
	content: "\f060";
	font-family: FontAwesome;
	display: block;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}
.causes-box .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border-color: transparent;
	color: #fff;
}
.sidebar-donation-box .selector {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 100%;
	height: 48px;
	position: relative;
	margin-bottom: 10px;
	font: 13px 'flamaregular';
	color: #777;
}
.sidebar-donation-box .selector select {
	line-height: 48px;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.sidebar-donation-box .full-width {
	width: 100%;
}
.sidebar-donation-box select {
	height: 48px;
	padding: 0;
}
.sidebar-donation-box select option {
	padding: 2px 10px;
}
.sidebar-donation-box .selector span.custom-select {
	display: inline-block;
	line-height: 48px;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.selector span.custom-select:after {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #777;
	content: "";
	position: absolute;
	right: 9px;
	top: 23px;
}
.selector span.custom-select:before {
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
}
.sidebar-donation-box {
	float: left;
	width: 100%;
}
.input-box {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.sidebar-donation-box .form-row input[type="submit"] {
	margin: 0;
}
.instagram-widget {
	float: left;
	width: 100%;
	margin: -10px 0 0 0;
}
.instagram-widget ul {
	padding: 0;
	margin: 0 -5px 0 0;
	list-style: none;
}
.instagram-widget ul li {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	background: #000;
}
.instagram-widget ul li:hover img {
	opacity: 0.5;
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.events-widget {
	float: left;
	width: 100%;
}
.events-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.events-widget ul li {
	display: block;
	overflow: hidden;
	padding: 25px 0 0 0;
}
.events-widget ul li:first-child {
	padding: 0;
}
.events-widget .date-box {
	border-right: 1px solid #ccc;
	float: left;
	font: 900 32px "Raleway", sans-serif;
	margin: 0 18px 0 0;
	padding: 0 15px 14px 0;
	text-align: center;
}
.events-widget .date-box span {
	color: #888;
	display: block;
	font: 700 14px "Raleway", sans-serif;
	padding: 2px 0 0;
}
.events-widget .text-col {
	overflow: hidden;
	margin: -3px 0 0 0;
}
.events-widget .text-col a {
	font: 600 14px/24px "Raleway", sans-serif;
	color: #222;
	display: block;
	padding: 0 0 10px 0;
}
.events-widget .text-col span.time {
	color: #888;
	display: block;
	font: 700 12px/12px "Lato", sans-serif;
	padding: 0 0 0 0;
}
.events-widget .text-col span.time .fa {
	padding: 0 8px 0 0;
}
.events-widget ul li:hover .text-col a {
	text-decoration: none;
}
.departments-box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.departments-box .text-box {
	text-align: center;
	background: #fff;
	padding: 14px 0;
}
.departments-box .text-box h4 {
	margin: 0;
}
.departments-box:hover .text-box h4 a {
	text-decoration: none;
}
.departments-box .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: none;
	width: 25px;
	height: 25px;
	border: 2px solid #ccc;
	border-radius: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	color: #999;
}
.departments-box .owl-next {
	position: absolute;
	right: 0;
	top: -45px;
}
.departments-box .owl-next:before {
	content: "\f061";
	font-family: FontAwesome;
	display: block;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}
.departments-box .owl-prev {
	position: absolute;
	right: 30px;
	top: -45px;
}
.departments-box .owl-prev:before {
	content: "\f060";
	font-family: FontAwesome;
	display: block;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}
.departments-box .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border-color: transparent;
	color: #fff;
}
/************************************************SIDEBAR END************************************************/





/****************************************************DONATION PAGE START****************************************************/

.donation-section {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.donation-section form {
	float: left;
	width: 100%;
}
.donation-section form ul {
	padding: 0;
	margin: 0 0 50px 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
	display: block;
}
.donation-section form ul li {
	display: inline-block;
	margin: 0 30px;
	position: relative;
}
.donation-section form ul li input.radio {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #ccc;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.donation-section form ul li label {
	display: block;
}
.donation-section form ul li span {
	border: 1px solid #ccc;
	clear: both;
	color: #222;
	font: 600 32px/97px 'Raleway', sans-serif;
	height: 97px;
	border-radius: 100%;
	margin-top: 23px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 97px;
	position: relative;
}
.donation-section form ul li span sup {
	font-size: 60%;
	top: -0.4em;
}
.donation-section form ul li span:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	margin: auto;
	height: 10px;
	width: 1px;
	background: #ccc;
}
.donation-section .input-box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
input.radio:checked + label > span.show-hover {
	display: inline-block;
	color: #fff;
}
span.show-hover {
	display: none;
}
input.radio:checked + label > span.show {
	display: none;
}
input.radio + label > span.show {
	display: inline-block;
}
input.radio+label>span.show-hover {
}
input.radio + label > span.show:before {
}
.form-row {
	float: left;
	width: 100%;
}
.form-row label {
	font: 600 18px/18px 'Raleway', sans-serif;
	color: #222;
	display: block;
	padding: 0 0 15px 0;
}
.form-row input[type="text"] {
	margin-bottom: 0;
}
.form-row input[type="submit"] {
	float: left;
	width: 100%;
	height: 50px;
	border: 0;
	padding: 0;
	font: 700 18px 'Lato', sans-serif;
	color: #fff;
	margin: 38px 0 0 0;
	border: 2px solid rgba(0,0,0,0);
}
.form-row .selector {
	margin-bottom: 0;
}
 .form-row input::-webkit-input-placeholder {
 color:#777;
 opacity:1;
}
 .form-row input:-moz-placeholder {
 color:#777;
 opacity:1;
}
 .form-row input::-moz-placeholder {
 color:#777;
 opacity:1;
}
 .form-row input:-ms-input-placeholder {
 color:#777;
 opacity:1;
}
.form-row input[type="submit"]:hover {
	color: #fff;
}
.donation-section .selector {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 100%;
	height: 50px;
	position: relative;
	margin-bottom: 10px;
	font: 400 13px "Lato", sans-serif;
	color: #777;
}
.donation-section .selector select {
	line-height: 50px;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.donation-section .full-width {
	width: 100%;
}
.donation-section select {
	height: 50px;
	padding: 0;
}
.donation-section select option {
	padding: 2px 10px;
}
.donation-section .selector span.custom-select {
	display: inline-block;
	line-height: 50px;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.donation-section .selector span.custom-select:after {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #777;
	content: "";
	position: absolute;
	right: 9px;
	top: 23px;
}
.donation-section .selector span.custom-select:before {
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
}
/****************************************************DONATION PAGE END****************************************************/



/*****************************************************BLOG PAGE START******************************************************/

.blog-page {
	float: left;
	width: 100%;
}
.post-box {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.post-box .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: none;
	border-radius: 0;
	padding: 0;
	font-size: 0;
	margin: auto;
}
.post-box .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	height: 50px;
}
.post-box .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	display: block;
}
.post-box .owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto;
	height: 50px;
}
.post-box .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	display: block;
}
.post-box .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background: none;
}
.video-frame {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
.video-frame iframe {
	width: 100%;
	border: 0;
	height: 400px;
}
.post-box .frame {
	margin-bottom: 20px;
}
.post-box .frame img {
	height: auto;
}
.post-box .frame strong.sticky {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 195px;
	height: 60px;
	text-align: center;
	font: 500 24px/60px 'Raleway', sans-serif;
	color: #fff;
}
.post-box .frame strong.date {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	color: #fff;
	font: 800 32px 'Raleway', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.post-box .frame strong.date span {
	font-size: 14px;
	display: block;
	margin: 2px 0 0 0;
}
.post-box .text-box .top-section {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
.post-box .text-box .top-section strong.name {
	float: left;
	font: italic 700 13px/13px 'Lato', sans-serif;
	padding: 0;
}
.post-box .text-box .top-section a.link {
	float: left;
	font: 700 16px/16px 'Lato', sans-serif;
	color: #888;
	border-right: 1px solid #ccc;
	padding: 0 15px;
	margin: 0 10px 0 0;
}
.border-none {
	border: 0;
}
.post-box .text-box .top-section a.link .fa {
	padding: 0 6px 0 0;
}
.post-box .text-box a.btn-read {
	float: left;
	font: 700 13px/13px 'Lato', sans-serif;
	color: #222;
	text-decoration: none;
}
.post-box .link-box {
	float: left;
	width: 100%;
	padding: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.post-box .link-box a.link-text {
	font: 600 24px/24px 'Raleway', sans-serif;
	text-decoration: none;
	display: block;
	padding: 10px 0 0 0;
}
.blog-page .pagination-col {
	margin: 20px 0 70px 0;
}
.post-box:hover .frame img {
	opacity: 0.5;
	height: auto;
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.post-box:hover .text-box h3 a {
	text-decoration: none;
}
.post-box:hover a.btn-read {
	text-decoration: none;
}
.blog-list .text-box {
	margin: 20px 0 0 0;
}
.blog-list .frame {
	margin: 0;
}
.post-box blockquote {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 25px 0;
	padding: 30px 37px;
	border: 0;
	font: italic 400 22px/36px 'Lato', sans-serif;
	color: #fff;
	position: relative;
}
.post-box blockquote:before {
	content: '';
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url(images/quot-icon.png) no-repeat right bottom;
	width: 73px;
	height: 59px;
}
.post-box blockquote p {
	font: italic 400 22px/36px 'Lato', sans-serif !important;
	color: #fff;
	margin: 0;
}
.post-box .share-box {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.post-box .share-box strong.title {
	float: left;
	font: 800 14px/32px 'Raleway', sans-serif;
	color: #222;
	padding: 0 12px 0 0;
}
.post-box .share-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.post-box .share-box ul li {
	float: left;
	padding: 0 10px 0 0;
}
.post-box .share-box ul li a {
	text-decoration: none;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 15px;
	display: block;
}
.comments-section {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.comments-section .round-thumb {
	border: 1px solid #ebebeb;
	width: 106px;
	height: 106px;
	border-radius: 100%;
	overflow: hidden;
	padding: 4px;
}
.comments-section .round-thumb img {
	display: block;
	width: 100%;
	border-radius: 100%;
}
.comments-section .media-left, .comments-section .media > .pull-left {
	padding-right: 35px;
}
.comments-section strong.name {
	display: block;
	font: italic 700 13px/13px 'Lato', sans-serif;
	padding: 0 0 10px 0;
}
.comments-section span.date {
	display: inline-block;
	font: 700 12px/12px 'Lato', sans-serif;
	color: #888;
	padding: 0 0 12px 0;
}
.comments-section .text-outer {
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}
.comments-section .text-outer p {
	margin: 0;
}
.comments-section .text-outer a.btn-replay {
	float: right;
	font-size: 12px;
}
.comments-section .media {
	margin-top: 20px;
}
.comments-section h3 {
	margin-bottom: 45px;
}
.comment-form {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.comment-form textarea {
	float: left;
	width: 100%;
	resize: none;
	height: 250px;
	padding: 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 29px 0;
	font: 400 13px 'Lato', sans-serif;
	color: #777;
}
.comment-form input[type="submit"] {
	float: right;
	padding: 18px 80px;
	border: 0;
	font: 700 18px/18px 'Lato', sans-serif;
	color: #fff;
}
.news-detail .post-box .share-box {
	margin: 10px 0 30px 0;
}
.news-detail {
	padding: 0;
}
.news-detail .post-box .frame {
	margin: 0 0 15px 0;
}
/*****************************************************BLOG PAGE END******************************************************/



/************************************************WRAPPER CSS END*************************************************/



.FONTS {
	font-family: 'Lato', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-family: 'Dancing Script', cursive;
}
.frame img, .menu-col-top ul li a, #nav li a, .top-row .left-box ul li a, .top-row .left-box ul li a .fa, .services-board .owl-theme .owl-controls .owl-nav [class*="owl-"], .services-board .owl-next:before, .services-board .owl-prev:before, .news-section .box .text-box .inner h4 a, .news-section .box .btm-row ul li a, .news-section .box .btm-row a.btn-1, .department-section .box .frame img, .department-section .box .frame .caption .holder, .department-section .text-box h4 a, .popular-videos .text-col h4 a, .popular-videos .popular-head, .popular-videos .text-col .btm-row ul li a .fa, .footer-box input[type="submit"], .footer-section-3 strong.copyrights a, .flex-prev, .flex-next, .flex-prev:before, .flex-next:before, .breadcrumb-col a.btn-back .fa, .breadcrumb-col .breadcrumb > li a, .contact-form input[type="submit"], .error-section form button[type="submit"], .error-section a.btn-back, .call-action-style-2 .owl-theme .owl-dots .owl-dot span, .team-section .box .frame .caption, .team-section .box .frame img, .team-section .text-box h3 a, .pagination-col .pagination > li > a, .pagination-col .pagination > li > span, #filter li a, .widget-box form button[type="submit"], .news-widget .thumb img, .news-widget .text-area a, .form-row input[type="submit"], .post-box .owl-next:before, .post-box .link-box a.link-text, .causes-box .owl-theme .owl-controls .owl-nav [class*="owl-"], .instagram-widget ul li img, .events-widget .text-col a, .departments-box .text-box h4 a, .departments-box .owl-theme .owl-controls .owl-nav [class*="owl-"], .post-box .text-box h3 a, .post-box .text-box a.btn-read, .comment-form input[type="submit"] {
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
/************************/

.flexslider.event-caption {
	top: -400px;
}
.bypostauthor {
	outline: none;
}
.gallery-caption {
	text-transform: capitalize;
}
/*FOR WORDPRESS FIX*/ 

#wrapper .weather-col {
	background: #2196f5;
	color: #fff;
	margin: 50px 0 0 0;
}
#wrapper #wpc-weather .location_name, #wpc-weather .time_temperature {
	text-align: left;
	font: 400 22px/22px 'Lato', sans-serif;
	padding: 0 0 6px 0;
}
#wrapper #wpc-weather .wpc-highlight {
	display: inline-block;
}
#wrapper #wpc-weather .infos .cloudiness, #wrapper #wpc-weather .infos .humidity, #wrapper #wpc-weather .infos .precipitation, #wrapper #wpc-weather .infos .pressure, #wrapper #wpc-weather .infos .wind {
	font-size: 12px;
	margin: 0;
	text-align: left;
}
#wrapper #wpc-weather {
	margin: 0;
	padding: 27px 15px !important;
}
#wpc-weather .hours {
	display: none !important;
}
#wrapper #wpc-weather .hours .symbol {
	display: none;
}
#wrapper #wpc-weather > div, #wrapper #wpc-weather > div div, #wrapper #wpc-weather > div div div {
	display: inline-block;
}
#wrapper .temperature {
	padding: 0 10px;
}
.cp-like-btn {
	float: left;
}
.event-slider .flex-direction-nav a:before {
	font-size: 12px;
	display: block;
	text-align: center;
}
.news-list.news-section .box .btm-row {
	padding: 5px 0 0 0;
}
.news-list.news-section .box .tp-row {
	margin-bottom: 7px;
}
.news-list.news-section .box .text-box .inner h4 {
	margin: 0;
	padding-bottom: 9px;
}
.news-list.news-section .box .btm-row {
	margin: 0;
}
.news-list.news-section .box .text-box .inner {
	padding: 0;
}
.news-detail .post-box .frame img {
	height: auto;
}
.instagram {
	float: left;
	width: 100%;
}
.instagram ul {
	padding: 0;
	margin: 0 -5px 0 0;
	list-style: none;
}
.instagram ul li {
	float: left;
	padding: 0;
	margin: 0 4px 4px 0;
	width: 85px;
	height: 85px;
}
.instagram ul li img {
	width: 100%;
	height: 100%;
}
.cp-comments {
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
}
.cp-comments li {
	padding: 5px 0;
}
.cp-comments li .thumb {
	float: left;
	margin: 0 15px 0 0;
}
.cp-comments li .text {
	overflow: hidden;
}
.cp-comments li .text p {
	margin: 0 0 4px 0;
}
.post-time {
	float: left;
	width: 100%;
}
.post-time ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.post-time ul li {
	float: left;
	padding: 0 10px 0 0;
}
.post-time ul li p {
	margin: 0;
}
.post-time ul li .comment-reply-link {
	margin: 0 0 0 0;
}
.widget_archive ul {
	padding: 0;
	margin: 0;
}
.give-form-370-wrap {
	float: left;
	width: 100%;
}
#give-donation-level-radio-list {
	display: block;
	margin: 20px 0 40px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#give-donation-level-radio-list li {
	display: inline-block;
	margin: 0 30px;
	position: relative;
}
#give-donation-level-radio-list li:before {
	background: #ccc none repeat scroll 0 0;
	content: "";
	height: 10px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 17px;
	width: 1px;
}
#give-donation-level-radio-list label {
	display: block;
	border: 1px solid #ccc;
	border-radius: 100%;
	clear: both;
	color: #222;
	font: 600 32px/97px "Raleway", sans-serif;
	height: 97px;
	margin: 5px 0 0 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 97px;
}
#give-donation-level-radio-list input[type="radio"], #give-donation-level-radio-list input[type="checkbox"] {
	display: inline-block;
	text-align: center;
}
#give_purchase_form_wrap {
	float: left;
	width: 100%;
}
#give_purchase_form_wrap input[type="submit"] {
	border: 2px solid rgba(0, 0, 0, 0);
	color: #fff;
	float: left;
	font: 700 18px "Lato", sans-serif;
	height: 50px;
	margin: 10px 0 0;
	padding: 0 40px;
}
#give-form-370-wrap {
	float: left;
	width: 100%;
	padding-bottom: 70px;
}
#give-form-370 {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}
#give-form-370 label.give-hidden {
	font: 600 18px/18px "Raleway", sans-serif;
	color: #222;
	display: block;
	padding: 0 0 10px 0;
}
#give-form-370 .give-donation-amount {
	font: 600 18px/18px "Raleway", sans-serif;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
}
#give_purchase_form_wrap .give-donation-total-label {
	font: 600 18px/18px "Raleway", sans-serif;
	color: #222;
	display: inline-block;
}
#give_purchase_form_wrap .give-final-total-amount {
	padding: 8px 15px;
	color: #fff;
	font-weight: 700;
}
/****************************************COLOR START****************************************/

#give_purchase_form_wrap input[type="submit"], #give-form-370 .give-donation-amount {
	background: #104382;
}
#give_purchase_form_wrap .give-final-total-amount {
	background: #d33030;
}
/****************************************COLOR END****************************************/

.content {
	float: left;
	width: 100%;
}
.navbar-inverse .navbar-toggle {
	background: #222;
}
.header-search .dropdown-menu {
	left: inherit;
	right: 0;
	top: 44px;
	min-width: 220px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
}
.header-search .dropdown-menu input[type="text"] {
	height: 38px;
	padding: 0 10px;
	margin: 0;
}
.header-search .dropdown-menu button.submit {
	position: absolute;
	right: 3px;
	top: 5px;
	color: #222;
	font-size: 14px;
	border: 0;
	background: none;
}
.header-search .dropdown-menu form {
	position: relative;
}
/* Theme Test Unit

-------------------------------------------------------------- */

.alignnone {
	max-width: 100%;
	height: auto;
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.cp_index_page {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px;
	margin-bottom: 40px;
}
.cp_index_page .post-box {
	margin: 0;
}
.cp_index_page li {
	padding: 3px 0;
}
.tags, .cp-categories {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.tags strong, .cp-categories strong {
	float: left;
	padding: 0 10px 0 0;
}
.tags a, .cp-categories a {
	float: left;
	padding: 0 8px 5px 0;
}
table {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
table td, table th {
	border: 1px solid #ccc;
	padding: 10px !important;
}
dt {
	padding-bottom: 10px;
}
.tag-featured-image .frame {
	width: auto;
	background: none;
}
.tag-featured-image a.btn-readmore {
	float: left;
}
.sticky {
	float: left;
	width: 100%;
	position: relative;
}
.sticky:before {
	content: "\f005";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #222;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
}
.archive .post-box {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px;
	margin-bottom: 40px;
}
.archive .tag-sticky-2 {
	float: left;
	width: 100%;
	position: relative;
}
.archive .tag-sticky-2:before {
	content: "\f005";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #222;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
}
.archive .tag-sticky-2 li {
	padding: 4px 0;
}
.archive .contact-form textarea, .archive input[type="text"], .archive input[type="password"], .archive input[type="datetime"], .archive input[type="datetime-local"], .archive input[type="date"], .archive input[type="month"], .archive input[type="time"], .archive input[type="week"], .archive input[type="number"], .archive input[type="email"], .archive input[type="url"], .archive input[type="search"], .archive input[type="tel"], .archive input[type="color"], .archive .uneditable-input {
	margin: 0 0 15px 0;
}
.single-post .contact-form textarea, .single-post input[type="text"], .single-post input[type="password"], .single-post input[type="datetime"], .single-post input[type="datetime-local"], .single-post input[type="date"], .single-post input[type="month"], .single-post input[type="time"], .single-post input[type="week"], .single-post input[type="number"], .single-post input[type="email"], .single-post input[type="url"], .single-post input[type="search"], .single-post input[type="tel"], .single-post input[type="color"], .single-post .uneditable-input {
	margin: 0 0 15px 0;
}
.archive .post-box li {
	padding: 4px 0;
}
.single-post .cp-comments li .text {
	padding-bottom: 20px;
}
.archive .post-box .frame {
	background: none;
	width: auto;
}
.single-post .post-box .frame {
	background: none;
	width: auto;
}
.page-links {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.page-links span.page-links-title {
	float: left;
	font-weight: 700;
	padding: 6px 10px 0 0;
}
.page-links a span {
	float: left;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0 5px 0 0;
}
.page-links span.screen-reader-text {
	float: left;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0 5px 0 0;
}
.pagination-box {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.pagination-box .pagination {
	border-radius: 0;
	display: block;
	text-align: center;
	margin: 0;
	padding-left: 0;
}
.pagination-box .pagination > li:last-child > a, .pagination-box .pagination > li:last-child > span {
	border-radius: 0;
}
.pagination-box .pagination > li > a, .pagination-box .pagination > li > span {
	background-color: #fff;
	border: 2px solid #ccc;
	color: #777;
	font: 400 14px/14px "Lato", sans-serif;
	margin-left: 0;
	padding: 11px 14px;
	text-transform: uppercase;
	float: none;
	display: inline-block;
}
.pagination-box .page-numbers.current, .pagination-col .page-numbers.current {
	color: #fff;
	border-color: transparent;
	background: #d33030;
}
.single-post .cp-comments li {
	float: left;
	width: 100%;
}
.single-post .cp-comments li .children {
	list-style: none;
}
.mejs-audio {
	margin-bottom: 15px;
}
iframe {
	width: 100%;
}
.single-event .event-caption {
	display: none;
}
.index_page_control .cp_index_page {
	background: #fff;
}
.btn-readmore {
	padding: 8px 13px;
	color: #fff !important;
	background: #104382;
	float: left;
}
.post-box .text-box h3 a {
	margin-bottom: 10px;
	display: inline-block;
}
.single-post .post_content_block {
	float: left;
	width: 100%;
	margin: 10px 0 20px 0;
}
.single-post .comment-form h3 {
	margin: 0 0 15px 0;
}
.popular-videos .popular-head, .community-citizen .box .fa, .community-citizen .box ul li:before, .mayor-colo-2, .pagination-col .pagination > .active > a, .pagination-col .pagination > .active > span, .pagination-col .pagination > .active > a:hover, .pagination-col .pagination > .active > span:hover, .pagination-col .pagination > .active > a:focus, .pagination-col .pagination > .active > span:focus, .pagination-col .pagination > li > a:hover, .pagination-col .pagination > li > span:hover, .pagination-col .pagination > li > a:focus, .pagination-col .pagination > li > span:focus, .archive-widget ul li:before, .causes-box .progress-bar, .post-box blockquote, .event-timer .countdown-section, .links-widget ul li:hover:before, a.btn-style-1:after, a.btn-style-2:after, .footer-box input[type="submit"]:hover, .contact-form input[type="submit"]:hover, .error-section form button[type="submit"]:hover, .error-section a.btn-back:hover, .widget-box form button[type="submit"]:hover, .form-row input[type="submit"]:hover, .comment-form input[type="submit"]:hover {
	background: #d33030;
}
body .astero .astero-small {
	padding: 20px 20px 10px;
	color: #fff;
}
body .astero .astero-small .astero-temp {
	font-size: 3em;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
}
body .astero .astero-small .astero-condition {
	display: none;
}
body .astero .astero-more, .astero .astero-more-placeholder {
	color: #fff;
	right: 30px;
	left: inherit;
}
body .astero .astero-small .astero-code {
	font-size: 1.4em;
	color: #fff;
}
body .astero .astero-small .astero-location {
	font-size: 0.7em;
	color: #fff;
}
body .astero .small-font-size, .astero .astero-details li {
	font-size: 0.6em;
	color: #fff;
}
.team-detail-box {
	float: left;
	width: 100%;
}
.team-detail-box .text-box h3 {
	padding: 0 0 0 30px;
}
.team-detail-box .frame {
	margin: 0 0 30px 0;
}
.team-detail-box .frame img {
	width: 100%;
	height: 100%;
}
.team-detail-box .text-box span {
	display: block;
	font: 500 18px "Raleway", sans-serif;
	color: #777;
	padding: 0 0 30px 30px;
}
.team-detail-box address {
	float: left;
	width: 100%;
	padding: 30px;
	border-top: 1px solid #ccc;
	margin: 0;
}
.team-detail-box address ul {
	padding: 0;
	margin: 0;
	lis-style: none;
}
.team-detail-box address ul li {
	display: block;
	position: relative;
	padding: 0 0 0 25px;
	font: 400 14/22px "Lato", sans-serif;
	color: #666;
}
.team-detail-box address ul li .fa {
	position: absolute;
	left: 0;
	top: 0;
}
.team-detail-social {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 30px;
}
.team-detail-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.team-detail-social ul li {
	float: left;
	padding: 0 10px 0 0;
}
.team-detail-social ul li a {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	font-size: 15px;
	color: #fff;
}
.single-team .gallery-icon {
	width: 97%;
}
.single-team #gallery-1 img {
	width: 100%;
	border: 0;
}
.single-team blockquote {
	background: #d33030;
	padding: 30px;
	border: 0;
	margin: 20px 0 30px 0;
}
.single-team blockquote p {
	font: italic 400 22px/36px "Lato", sans-serif !important;
	color: #fff;
}
/*************  8/8/2017  *************/



div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	clear: both;
	background: #fff;
	margin: 0px;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	clear: both;
	background: #fff;
	margin: 0px;
}
div.wpcf7-mail-sent-ok {
	clear: both;
	background: #fff;
	margin: 0px;
}
span.wpcf7-not-valid-tip {
	background: #fff;
	padding: 3px;
	clear: both;
	text-align: center;
}
.event-box .frame img {
	height: 100%;
	width: 100%;
}
.widget-box .news-widget .text-area a:hover {
	color: #104382;
}
.em-booking-form-details, .event_login_form {
	background: #fafafa;
	padding: 20px;
	margin: 20px 0;
}
input#em-booking-submit {
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
}
.em-booking-login a {
	margin: 10px 0;
	display: block;
}
.event_login_form label {
	display: inline-block;
}
.highlight-box a, .highlight-box a:hover, .highlight-box a:visited, .highlight-box a:active {
	color: #fff;
}
.dot-irecommendthis:hover, .dot-irecommendthis.active, .dot-irecommendthis {
	margin: 0px !important;
}
.astero .astero-fixed .astero-large-container,  .astero-temp {
	color: #fff;
}
body .department-team h3 {
	margin-bottom: 20px;
}
.department-team .col-md-4 .dt-box .team-text {
	padding: 14px 0 14px;
}
.department-team .col-md-8 .col-md-4 .dt-box .team-text {
	padding: 10px 0 5px;
}
.department-team .blue-box {
	padding: 10px;
}
body .department-team .blue-box h3 {
	margin: 0 0 5px;
}
.blue-box strong {
	font-size: 18px;
}
.blue-box a:hover {
	color: #fff;
}
.post-box:hover .department-team .frame img {
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
body .department-team {
	margin: 30px 0;
	padding: 0px;
}
.admin-bar .sticky-wrapper.is-sticky #header {
	top: 32px !important;
}
/******************** New HomePages (Asad)*********/

.causes-home-services {
	width: 100%;
	float: left;
	padding: 80px 0;
	background: #fff;
}
.cause-box {
	text-align: center;
}

.cause-box:hover .cause-icon {background:#d33030; color:#fff;} 

.cause-icon {
	border: 1px solid #cccccc;
	border-radius: 100%;
	font-size: 36px;
	height: 85px;
	line-height: 85px;
	margin: 0 auto 15px;
	width: 85px;
	color: #d33030;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
}

.video-block, .mayer-box-footer {
	float: left;
	width: 100%;
	overflow: hidden;
}
.video-block .mayer-box-footer {
	margin-top: -10px;
}
.video-block iframe {
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	min-height: 290px;
}
/************************************/

.services-block-two {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.ser-box {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.ser-icon {
	float: left;
	font-size: 48px;
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-right: 30px;
	background: #fff;
	border: 1px solid #cccccc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	transition: all ease-in-out 0.3s;
}
.ser-box:hover .ser-icon {
	background: #d33030;
}
.ser-box:hover .ser-icon a {
	color: #fff;
}
.ser-box:hover .ser-text a {
	color: #d33030;
}
.ser-icon a {
	color: #104382;
}
.city-mayer {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.ser-text a {
	text-decoration: none;
}
.ser-text a:hover {
	color: #d33030;
}
.mayer-thumb {
	width: 100%;
	background: #104382;
	position: relative;
}
.mayer-thumb > img {
	position: relative;
	z-index: 99;
}
.city-mayer:hover .mayer-thumb:after {
	height: 100%;
	opacity: 1;
}
.mayer-thumb:after {
	background: #222;
	width: 100%;
	height: 0%;
	opacity: 0;
	content: "";
	left: 0;
	bottom: 0;
	position: absolute;
	transition: all ease-in-out 0.3s;
}
.mayer-caption {
	position: absolute;
	right: 35px;
	top: 65px;
	width: 250px;
	z-index: 99;
}
.mayer-caption h3, .mayer-caption h4, .mayer-caption strong, .mayer-caption p {
	color: #fff;
}
.mayer-caption p {
	margin-bottom: 20px;
}
.mayer-caption strong {
	color: #ffffff;
	display: block;
	font: 400 26px "Dancing Script", cursive;
}
.mayer-box-footer .mayor-office {
	height: 100px;
	padding:20px 16px;
	width: 50%;
}
.mayer-box-footer p {
	color: #fff;
	font-size: 14px;
}
.featured-event {
	width: 100%;
	float: left;
	background: #fafafa;
	padding: 65px 0;
}
.city-services-thumbs {
	width: 100%;
	float: left;
	margin-bottom: 60px;
}
.ser-box-thumbed {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.ser-box-thumbed .frame {
	position: relative;
}
.ser-box-thumbed .frame a {
	color: #fff;
	width: 80px;
	height: 0px;
	position: absolute;
	left: 0;
	top: 50px;
	right: 0;
	margin: auto;
	text-align: center;
	line-height: 80px;
	background: #104382;
	font-size: 24px;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.ser-box-thumbed .ser-text {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 10px 0;
	background: #104382;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.ser-box-thumbed .ser-text a {
	color: #fff;
}
.ser-box-thumbed:hover .ser-text, .ser-box-thumbed .frame a:hover {
	background: #d33030;
}
.ser-box-thumbed:hover .frame a {
	opacity: 1;
	height: 80px;
}

.causes-list-4-btn a.btn-style-1 {
    float: right;
    margin: -60px 0 0 0;
}