/* ---------------------------------------------------------
	1. General reset
	2. Common site styles
	3. Styles for responsive breakpoints
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/
html { background: #818285; }
body { min-width: 320px; }
a:active { background-color: transparent; }
/* placeholder input styles */
::-webkit-input-placeholder {color: #555;}
:-moz-placeholder {color: #555;}
::-moz-placeholder {
	color: #555;
	opacity: 1;
}
:-ms-input-placeholder {color: #555;}
/* Accessability styles */
.skip a {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.skip a:focus { position: static; }
/* ---------------------------------------------------------
   2. Common site styles
   ---------------------------------------------------------*/
/* Site logo styles */
.logo {
	background: url(images/logo.png) no-repeat;
	width: 91px;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	margin: -7px 0 0;
	float:left;
}
.logo a {
	display: block;
	height: 100%;
}
/* Header styles */
#header {
	background: #fff;
	position: relative;
	z-index: 5;
	border-bottom: 1px solid #b3b3b3;
}
.login-area ul {
	background: #e7e7e8;
	margin: 0 0 0 13px;
	padding: 6px 14px 4px 7px;
	list-style: none;
	color: #004a87;
	float: left;
	text-transform: capitalize;
	font-size: 12px;
}
.login-area ul li {
	float: left;
	position: relative;
}
.login-area ul li:after {
	background: url(images/sprite.png) no-repeat -99px 0;
	margin: 4px;
	content: "";
	height: 5px;
	width: 5px;
	float: left;
}
.login-area ul li:first-child:after { display: none; }
.btn-login {
	float: left;
	font-size: 14px;
	line-height: 19px;
	margin: 5px 0 0 7px;
}
.btn-login:after {
	background: url(images/sprite.png) no-repeat -61px 0;
	width: 20px;
	height: 16px;
	content: "";
	float: left;
}
.social-networks {
	float: right;
	margin: 0;
	padding: 6px 0;
	list-style: none;
}
.social-networks li {
	float: left;
	margin: 0 0 0 10px;
}
.social-networks li a {
	background: url(images/sprite.png) no-repeat;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}
.social-networks li .facebook { background-position: 0 0; }
.social-networks li .twitter { background-position: -30px 0; }
/* Main navigation styles */
.navbar-default {
	background: none;
	float: left;
	width: 80%;
	font-size: 18px;
	line-height: 20px;
	border: none;
	margin-top: 37px;
}
.navbar-default .navbar-nav {
	margin: 0 0 0 12px;
	float:none;
}
.navbar-default .navbar-nav > li { margin: 0 4.6% 0 0; }
.navbar-default .navbar-nav > li > a { padding: 0; }
.navbar-default .navbar-nav > li.hover > a,
.navbar-default .navbar-nav > li > a:focus { color: #215a1d; }
.navbar-default .navbar-nav > li.hover > a { padding-bottom: 21px; }
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus{ background:none;}
.navbar-default .navbar-nav ul {
	left: -9999px;
	position: absolute;
	top: 100%;
	background: #404041;
	width: 197px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #b3b3b3;
}
.navbar-default .navbar-nav ul li {border-bottom: 1px solid #b3b3b3;}
.navbar-default .navbar-nav ul li a { 
	color: #457dab;
	padding: 11px 14px 11px;
	display:block;
}
.navbar-default .navbar-nav > li.hover ul { left:-14px; }
/* Search form styles */
.search {
	margin: 33px 0 0;
	float: right;
	position: relative;
	max-width:15%;
}
.search .btn-default {
	background: url(images/sprite.png) no-repeat 0 -27px;
	width: 24px;
	overflow: hidden;
	height: 26px;
	margin:0;
	position:relative;
	vertical-align:top;
	border:none;
	padding:0;
	text-indent: -9999px;
}
.search .btn-default:focus,
.search .btn-default:active { box-shadow: none; }
.search .area {
	position: absolute;
	right: 35px;
	top: -5px;
	width: 267px;
}
.search .area .form-control { font-size:18px; }
/* Main Content styles */
#main { overflow: hidden; }
#main.home { padding-top: 16px; }
#main > .container { padding-bottom: 15px; }
#main.home > .container { padding-bottom: 23px; }
h2 {
	color: #004a87;
	font-size: 18px;
	text-transform: capitalize;
	margin: 0 0 11px;
	overflow: hidden;
	font-weight: normal;
}
/* Alert styles */
.alert-warning {
	padding: 21px 35px 19px 14px;
	margin: -8px 0 12px;
	color: #231f20;
	position: relative;
	font-size: 14px;
}
.alert-warning strong {
	text-transform: uppercase;
	color: #f00;
	font-weight: normal;
}
.alert-warning .sign {
	background: #f00;
	width: 30px;
	line-height: 30px;
	font-size: 24px;
	float: left;
	border-radius: 100%;
	color: #fff;
	margin: -7px 18px 0 0;
	text-align: center;
}
.alert-warning .close {
	opacity: 1;
	position: absolute;
	right: 19px;
	top: 20px;
	background: url(images/sprite.png) no-repeat -37px -27px;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
	filter: none;
}
/* widget planner styles */
.widget-planner {
	overflow: hidden;
	padding: 0 0 29px;
}
.widget-planner .placeholder { overflow: hidden; }
.widget-planner .placeholder img {
	width: 100%;
	height: auto;
}
/* twitter updates styles */
.twitter-updates { padding: 0 0 20px; }
.twitter-updates .header { padding: 0 42px 0 0; }
.twitter-updates .header h2 { margin: 0 0 10px; }
.twitter-updates .twitter {
	float: right;
	margin: -2px 0 0 10px;
}
.twitter-updates ul {
	background: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
	font-size: 14px;
	line-height: 17px;
	overflow: hidden;
	border-top: 1px solid #b3b3b3;
}
.twitter-updates ul li {
	padding: 9px 20px 10px 12px;
	border-bottom: 1px solid #b3b3b3;
}
.twitter-updates .img-area {
	width: 45px;
	margin: 5px 5px 0 0;
	float: left;
}
.twitter-updates .textbox { overflow: hidden; }
.twitter-updates .meta {
	margin: -1px 0 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	border: none;
}
.twitter-updates p { margin: 0; }
.twitter-updates .meta li {
	float: left;
	border: none;
	color: #004a87;
	padding: 0;
}
.twitter-updates .meta li:after {
	background: url(images/sprite.png) no-repeat -30px -29px;
	width: 2px;
	height: 2px;
	float: right;
	margin: 8px 4px;
	content: "";
}
.twitter-updates .meta li.last-child:after { display: none; }
/* map plugin styles */
.map-plugin {
	border: 1px solid #abadb0;
	box-shadow: 0 0 1px 1px rgba(171,173,176,0.5);
	-webkit-box-shadow: 0 0 1px 1px rgba(171,173,176,0.5);
	overflow: hidden;
	margin: 0 0 20px;
}
.map-plugin img {
	display: block;
	height: auto;
	width: 100%;
}
/* news styles */
.news-post {
	border: 1px solid #a7a9ac;
	overflow: hidden;
	background: #fff;
	line-height: 20px;
	color: #464646;
}
.news-post .img-responsive {
	width: 100%;
	border-bottom: 1px solid #86878c;
}
.news-post .textbox {
	overflow: hidden;
	padding: 15px 13px 17px;
	border-top: 1px solid #b9babd;
}
.news-post h3 { margin: 0 0 9px; }
.news-post p { margin: 0 0 18px; }
.news-post h3 a { color: #464646; }
.news-post .btn-default {
	text-transform: capitalize;
	border: none;
	position: relative;
	font-size: 14px;
	padding: 4px 19px 5px 7px;
	max-width:100%;
	white-space:inherit;
}
.news-post .btn-default:hover { background: #6c7075; }
.news-post .btn-default:after {
	background: url(images/sprite.png) no-repeat -86px 0;
	content: "";
	width: 6px;
	height: 9px;
	position: absolute;
	right: 7px;
	top: 50%;
	margin: -4px 0 0;
}
.news-post .btn-default:hover:after { background-position: -86px -12px; }
/* Services styles */
.services {
	background: #fff;
	border-top: 1px solid #b3b3b3;
	padding: 25px 0 27px;
	overflow: hidden;
	text-align: center;
}
.services .img-responsive {
	width: 100%;
	margin: 0 0 10px;
}
.services .title {
	display: block;
	font-size: 18px;
	font-weight: normal;
}
.services a:hover{ text-decoration:none;}
.services a:hover .title {color: #000;}
/* Footer styles */
#footer {
	background: #818285;
	overflow: hidden;
	color: #000;
	font-size: 12px;
	padding: 12px 0;
	min-height: 108px;
	border-top: 1px solid #b3b3b3;
}
#footer .title {
	font-weight: normal;
	text-transform: capitalize;
	display: block;
}
#footer .fnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .fnav ul li {
	padding: 0 0 6px;
	overflow: hidden;
}
#footer a { color: #000; }
/* Breadcrumb styles */
.breadcrumb-area {
	background: #427cab;
	color: #fff;
	font-size: 18px;
	margin: 0 0 14px;
	text-transform: capitalize;
}
.breadcrumb-area .breadcrumb { padding: 19px 0 2px; }
.breadcrumb-area .breadcrumb a { color: #fff; }
.breadcrumb > li + li:before { padding: 0 4px; }
/* twocolumns styles*/
#twocolumns {
	background: #fff;
	overflow: hidden;
	margin: 0 0 0 -10px;
	padding: 0 0 40px;
}
/* Sidenav styles */
.sidenav {
	overflow: hidden;
	padding: 16px 10px 10px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidenav ul li { 
	padding: 0 0 12px;
	position:relative;
}
.sidenav .active {padding: 0 14px 12px; font-weight:bold;}
.sidenav .active:after {
	background: url(images/sprite.png) no-repeat -99px -8px;
	width: 6px;
	height: 11px;
	content: "";
	position: absolute;
	left: 1px;
	top: 3px;
}
/* posts styles */
.post-area {
	overflow: hidden;
	padding: 1px 40px 20px 0;
}
.post-area .holder { overflow: hidden; }
.post-area .post {
	border-bottom: 1px solid #b3b3b3;
	margin: 0 0 16px;
	overflow: hidden;
	padding: 0 0 14px;
}
.post-area .post:first-child { padding: 0 0 19px; }
.post-area .post .img-area {
	float: left;
	width: 38.2%;
	margin: 3px 4.2% 0 0;
}
.post-area .post .img-area .img-responsive { width: 100%; }
.post-area .post .textbox { overflow: hidden; }
.post-area .post h3 a { color: #4f5255; }
#content .post-area .post h3 { margin: 0 15px 12px 0; }
#content .post-area .post p { margin:0; }
/* Content styles */
#content { padding-top: 11px; }
#content h1 {
	color: #004a87;
	margin: 0 0 10px;
	line-height: 48px;
	font-weight: 400;
}
#content h2 {
	color: #4f5255;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 11px;
	line-height: 28px;
	text-transform: inherit;
}
#content h3 { margin: 0 0 9px; }
#main h4 {
	color: #004a87;
	font-weight: 400;
	margin: 0 0 12px;
	text-transform: capitalize;
}
#content h4{padding: 15px 0 0;}
#content p { margin: 0 0 12px; }
/* Sidebar styles */
#sidebar { margin: 0 -10px 0 0; }
/* Sidebar widget styles */
#sidebar .widget {
	background: #fff;
	padding: 7px 11px;
	min-height: 169px;
	color: #004a87;
	margin: 0 0 14px;
	overflow: hidden;
}
/* sidebar twitter updates styles */
#sidebar .twitter-updates { padding: 9px 0 13px; }
#sidebar .twitter-updates .header { padding: 0 0 5px; }
#sidebar .twitter-updates .header h4 {margin: 0 2px 6px;}
#sidebar .twitter-updates .header .twitter {
	display: block;
	float: none;
	margin: 0;
}
#sidebar .twitter-updates .img-area {
	width: 25px;
	margin: 2px 7px 0 0;
}
#sidebar .twitter-updates .img-area .img-responsive { width: 100%; }
#sidebar .twitter-updates ul li { padding: 11px 8px 13px 8px;}
#sidebar .twitter-updates .meta { line-height: 14px; }
#sidebar .twitter-updates .meta li { 
	padding: 0
}
#sidebar .twitter-updates .meta a { float: left; }
#sidebar .twitter-updates .meta li:after { 
	float:none;
	display:inline-block;
	vertical-align:top;
	margin:6px 3px;
}
#sidebar .twitter-updates .meta li:first-child:after{ margin:6px 3px 6px 0;}
#sidebar .twitter-updates .meta li.last-child:after{ display:none;}
/* ---------------------------------------------------------
   3. Styles for responsive breakpoints
   ---------------------------------------------------------*/
/* Styles for 992px breakpoint */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav > li{ margin:0 4% 0 0;}
	#sidebar .twitter-updates .img-area{
		float:none;
		overflow:hidden;
		padding:0 0 5px;
		width:auto;
	}
	#sidebar .twitter-updates .img-area .img-responsive{
		width:auto;
		margin:0 auto;
	}
}
/* Styles for 767px breakpoint */
@media only screen and (max-width: 767px) {
	.logo {
		margin: 6px 0 0;
		background: url(images/logo-320.png) no-repeat;
		width: 76px;
		height: 50px;
	}
	.login-area ul {
		margin: 0 0 0 -15px;
		padding: 6px 11px 4px 12px;
	}
	.social-networks { padding: 4px 0; }
	.social-networks li { margin: 0 -2px 0 12px; }
	.search { margin: 23px 4px 0; }
	#header { padding: 0 0 1px }
	h2 {margin: 0 0 11px;}
	.navbar-default {
		margin: 27px 0 0 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.navbar-default .navbar-nav {
		margin: 0;
		border-top: 1px solid #ccc;
		background: #fff;
	}
	.navbar-default .navbar-toggle {
		border: none;
		color:#404041;
		font-size: 20px;
		line-height: 24px;
		padding: 0;
		border-radius: 0;
		margin: 0 54px 0 0;
	}
	.navbar-default .navbar-toggle .title {
		float: left;
		line-height: 21px;
	}
	.navbar-default .navbar-toggle .bar {
		float: left;
		margin: 0 0 0 7px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background:#404041;
		height: 4px;
		margin: 0 0 3px;
		width: 24px;
		border-radius: 0;
	}
	.navbar-default .navbar-toggle.collapsed{color: #5bab0b;}
	.navbar-default .navbar-toggle.collapsed .icon-bar {background: #5bab0b;}
	.navbar-default .navbar-toggle:hover{ color:#404041;}
	.navbar-default .navbar-toggle:hover .icon-bar{ background:#404041;}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus { background: none; }
	.navbar-default .navbar-collapse {
		max-height:inherit;
		width: 100%;
		border: none;
		margin: 17px 0 0;
	}
	.navbar-default .navbar-collapse.in { overflow: hidden; }
	.navbar-default .navbar-nav > li {
		float: none;
		margin: 0;
		border-bottom: 1px solid #ccc;
	}
	.navbar-default .navbar-nav > li a { padding: 10px 15px; }
	.navbar-default .navbar-nav > li.hover a { padding-bottom: 10px; }
	.navbar-default .navbar-nav > li.hover ul{ 
		left:0; 
		position: relative;
		width: 100%;
		top:0;
	}
	.navbar-default .navbar-nav ul li { padding: 0; }
	.navbar-default .navbar-nav ul li a {
		padding: 10px 20px;
		display: block;
		float: none;
	}
	#main.home { padding-top: 17px; }
	#main.home > .container { padding-bottom: 32px; }
	.map-plugin { margin: 0 0 21px; }
	.widget-planner { padding: 0 0 26px; }
	.twitter-updates { padding: 0 0 17px; }
	.twitter-updates .header { padding: 0 0 0 3px; }
	.twitter-updates ul li { padding: 11px 7px 10px 14px; }
	.twitter-updates ul li:first-child { padding: 9px 7px 10px 14px; }
	.twitter-updates .meta li:first-child { padding: 0; }
	.news-post {
		font-size: 23px;
		line-height: 28px;
	}
	.news-post h3 {
		font-size: 23px;
		line-height: 28px;
		margin: 0 0 14px;
	}
	.news-post .btn-default {
		font-size: 20px;
		padding: 6px 23px 6px 10px;
		border-radius: 5px;
	}
	.news-post .btn-default:after {
		background: url(images/sprite-320.png) no-repeat;
		width: 11px;
		height: 14px;
		margin: -7px 0 0;
	}
	.news-post .btn-default:hover:after { background-position: -20px 0; }
	.news-post .textbox { padding: 12px 13px 19px; }
	.news-post p { margin: 0 0 28px; }
	#footer {
		font-size: 16px;
		padding: 18px 0;
		min-height: 165px;
	}
	#footer .fnav ul li { padding: 0 0 5px; }
	#twocolumns { margin: 0; }
	#sidebar { margin: 0; }
	.sidenav > ul { border-bottom: 1px solid #b3b3b3; }
	.post-area { padding: 10px 0 }
	.post-area .post {
		padding: 0 0 15px;
		margin: 0 0 15px;
	}
	#content h1{ 
		font-size:30px;
		line-height:35px;
	}
	#content h2{
		font-size:20px;
		line-height:24px;
	}
}