/* CSS DOCUMENT */

/*-------------------------- GENERAL --------------------------*/
body {
	padding: 0;
	margin: 0;
	background: url(/images/body-bg.gif) 0 0 repeat-x #144276;
	color: #414141;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}

div,
img,
p,
a,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
}

ul {
	list-style-type: none;
}

/*-------------------------- HEADER PART --------------------------*/
div#header {
	width: 960px;
	margin: 0 auto;
	height: 51px;
	background: url(images/header-bg.jpg) 0 0 no-repeat;
	position: relative;
}

@media (max-width: 978px) {
	div#header {
		display: none;
	}
}

div#header img.logo {
	display: block;
	cursor: pointer;
	position: absolute;
	left: 13px;
	top: 0;
}

div#header ul {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: inherit;
	padding: 15px 0 0 577px;
	height: 36px;
}

div#header ul li {
	float: left;
	margin-right: 8px;
	height: 36px;
	width: 180px;
}

div#header ul li img {
	display: block;
	float: left;
	margin-right: 8px;
}

div#header ul li strong {
	display: block;
	text-align: right;
	float: left;
	font-weight: normal;
}

div#header ul li strong span {
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #fff600;
	background-color: inherit;
}

div#header_mobile {
	display: none;
	background: #fff;
}

@media (max-width: 978px) {
	div#header_mobile {
		display: block;
	}
}

div#header_mobile > div:nth-child(1) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #950000;
	height: 60px;
	padding: 0 10px;
	position: fixed;
	z-index: 99;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	top: 0;
}

div#header_mobile > div:nth-child(1) .logo {
	height: 50px;
}

div#header_mobile > div:nth-child(1) .menu-hamburger {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #950000;
	cursor: pointer;
}

div#header_mobile > div:nth-child(1) .menu-hamburger span {
	transition: all 0.4s;
}

div#header_mobile > div:nth-child(1) .menu-hamburger span:nth-child(1) {
	width: 28px;
	height: 1px;
	background: #fff;
}

div#header_mobile > div:nth-child(1) .menu-hamburger span:nth-child(2) {
	width: 28px;
	height: 1px;
	background: #fff;
	margin: 7px 0;
}

div#header_mobile > div:nth-child(1) .menu-hamburger span:nth-child(3) {
	width: 28px;
	height: 1px;
	background: #fff;
}

div#header_mobile > div:nth-child(1) .menu-hamburger.active span:nth-child(1) {
	transform: rotate(45deg);
	position: absolute;
}

div#header_mobile > div:nth-child(1) .menu-hamburger.active span:nth-child(2) {
	display: none;
}

div#header_mobile > div:nth-child(1) .menu-hamburger.active span:nth-child(3) {
	transform: rotate(-45deg);
	position: absolute;
}

div#header_mobile > div:nth-child(2) {
	display: flex;
	align-items: center;
	padding: 10px;
	margin-top: 60px;
}

div#header_mobile > div:nth-child(2) ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

div#header_mobile > div:nth-child(2) ul li {
	margin: 0 10px;
}

/*-------------------------- MAIN --------------------------*/
div#main {
	width: 934px;
	padding: 18px 13px 20px;
	margin: 0 auto;
	color: #333;
	background-color: #fff;
	box-sizing: border-box;
}

div#main div#sidePannelContainer .mainTitle {
	margin: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
}

div#main div#sidePannelContainer .mainTitle h1 {
	display: none;
	font-size: 0;
	line-height: 0;
	text-indent: -20000px;
	height: 44px;
	background: url(images/blog-hdr.gif) 100% 0 no-repeat;
}

@media (max-width: 978px) {
	div#main {
		width: 100%;
	}
}

@media (max-width: 480px) {
	div#main div#sidePannelContainer .mainTitle img {
		width: 100%;
	}
}

/*-------------------------- MAIN NAVIGATION PART --------------------------*/

@media (min-width: 978px) {
	div#main div#sidePannelContainer ul.mainMenu {
		height: 27px;
		border-left: 1px solid #950000;
		border-right: 1px solid #950000;
		background: url(images/main-menu-bg.gif) 0 0 repeat-x;
		padding: 6px 0 0 18px;
		font: bold 12px/26px Arial, Helvetica, sans-serif;
		margin-bottom: 30px;
		display: flex;
	}

	div#main div#sidePannelContainer ul.mainMenu a {
		padding: 0 10px;
		color: #fff;
	}

	div#main div#sidePannelContainer ul.mainMenu span {
		height: 100%;
		padding: 0 10px;
		color: #950000;
		background: #fff;
		display: inline-block;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
}

@media (max-width: 978px) {
	div#main div#sidePannelContainer ul.mainMenu {
		display: none;
		position: fixed;
		z-index: 99;
		top: 60px;
		left: 0;
		width: 100%;
		background: #990000;
	}

	div#main div#sidePannelContainer ul.mainMenu.active {
		display: block;
	}

	div#main div#sidePannelContainer ul.mainMenu > li {
		/* height: 30px; */
		border-bottom: 1px solid #fff;
		padding: 10px;
	}
	div#main div#sidePannelContainer ul.mainMenu > li:last-child {
		border-bottom: 0;
	}
	div#main div#sidePannelContainer ul.mainMenu > li .mainNavLeft {
		display: none;
	}
	div#main div#sidePannelContainer ul.mainMenu > li a {
		color: #fff;
	}
	div#main div#sidePannelContainer ul.mainMenu > li span {
		color: #fff;
		text-decoration: underline;
	}
	div#main div#sidePannelContainer ul.mainMenu > li ul {
		visibility: visible !important;
	}
	div#main div#sidePannelContainer ul.mainMenu > li ul li {
		margin-top: 10px;
		display: flex;
		align-items: center;
	}
	div#main div#sidePannelContainer ul.mainMenu > li ul li::before {
		content: "";
		width: 5px;
		height: 1px;
		background: #fff;
		display: inline-block;
		margin-right: 5px;
	}
	div#main div#sidePannelContainer ul.mainMenu > li ul li a {
		color: #fff;
	}
}

/* div#main div#sidePannelContainer ul.mainMenu li {
	float: left;
	padding: 0 10px;
	background: url(images/main-nav-divider.gif) 0 50% no-repeat;
	position: relative;
}

div#main div#sidePannelContainer ul.mainMenu li a,
div#main div#sidePannelContainer ul.mainMenu li span {
	float: left;
	font-weight: normal;
	display: block;
	height: 27px;
	color: #fff;
	background-color: inherit;
}

div#main div#sidePannelContainer ul.mainMenu li a strong,
div#main div#sidePannelContainer ul.mainMenu li span strong {
	display: block;
	height: 27px;
	float: left;
}

div#main div#sidePannelContainer ul.mainMenu li a strong {
	cursor: pointer;
}

div#main div#sidePannelContainer ul.mainMenu li a strong.mainNavLeft,
div#main div#sidePannelContainer ul.mainMenu li span strong.mainNavLeft {
	padding-left: 14px;
}

div#main div#sidePannelContainer ul.mainMenu li a strong.mainNavRight,
div#main div#sidePannelContainer ul.mainMenu li span strong.mainNavRight {
	padding-right: 14px;
} */

/* For IE 7.0 up */
/* *:first-child+html div#main div#sidePannelContainer ul.mainMenu li a strong.mainNavRight,
div#main div#sidePannelContainer ul.mainMenu li span strong.mainNavRight {
	padding-right: 6px;
}

*:first-child+html div#main div#sidePannelContainer ul.mainMenu li a strong.mainNavLeft,
div#main div#sidePannelContainer ul.mainMenu li span strong.mainNavLeft {
	padding-left: 6px;
}

div#main div#sidePannelContainer ul.mainMenu li a:hover,
div#main div#sidePannelContainer ul.mainMenu li span,
div#main div#sidePannelContainer ul.mainMenu li a.select {
	color: #B20000;
	background-color: #fff;
}

div#main div#sidePannelContainer ul.mainMenu li a:hover strong.mainNavLeft,
div#main div#sidePannelContainer ul.mainMenu li span strong.mainNavLeft,
div#main div#sidePannelContainer ul.mainMenu li a.select strong.mainNavLeft {
	background: url(images/main-nav-l-bg.gif) 0 0 no-repeat;
}

div#main div#sidePannelContainer ul.mainMenu li a:hover strong.mainNavRight,
div#main div#sidePannelContainer ul.mainMenu li span strong.mainNavRight,
div#main div#sidePannelContainer ul.mainMenu li a.select strong.mainNavRight {
	background: url(images/main-nav-r-bg.gif) 100% 0 no-repeat;
} */

/*-------------------------- BODY CONTAINER PART --------------------------*/
div#bodyContainerArea {
	height: 100%;
	overflow: hidden;
	display: flex;
	box-sizing: border-box;
}
div#bodyContainerArea #topPanel {
	display: none;
}

@media (max-width: 768px) {
	div#bodyContainerArea {
		flex-direction: column;
	}
	div#bodyContainerArea #topPanel {
		display: block;
	}
	div#bodyContainerArea #topPanel ul {
		display: flex;
	}
	div#bodyContainerArea #topPanel ul li {
		width: 200px;
		margin: 0 auto;
	}
}

/*-------------------------- LEFT PANEL --------------------------*/
div#leftPanel {
	width: 705px;
	float: left;
	margin-right: 10px;
}

div#leftPanel #respond textarea{
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 978px) {
	div#leftPanel { 
		width: 100%;
	}
}

/*-------------------------- LEFT PANEL - CONTENT AREA --------------------------*/
div.blogContentArea {
	padding-bottom: 25px;
	overflow: auto;
}

div.blogContentArea p {
	margin-bottom: 10px;
}

div.blogContentArea div.blogContentHdr {
	padding-bottom: 20px;
	height: 100%;
	overflow: hidden;
}

div.blogContentArea div.blogContentHdr h2.showDate {
	width: 47px;
	color: #fff;
	background-color: #125baa;
	text-align: center;
	float: left;
	font: normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	margin-top: 3px;
}

div.blogContentArea div.blogContentHdr h2.showDate span {
	display: block;
	font: normal 15px/19px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 20px;
	margin-bottom: 3px;
	color: #000;
	background-color: #d7d7d7;
}

div.blogContentArea div.blogContentHdr h2.showDate strong {
	display: block;
	text-transform: uppercase;
}

div.blogContentArea div.blogContentHdr div.blogNameArea {
	margin-left: 65px;
}

div.blogContentArea div.blogContentHdr div.blogNameArea h2 {
	font-size: 27px;
	line-height: 31px;
	color: #000;
	background-color: inherit;
	padding-bottom: 8px;
	font-weight: normal;
}

div.blogContentArea div.blogContentHdr div.blogNameArea h3 {
	height: 20px;
	line-height: 20px;
	width: 100%;
	padding-left: 24px;
	background: url(images/post-icon.gif) 6px 50% no-repeat #505050;
	font: normal 10px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

div.blogContentArea div.blogContentHdr div.blogNameArea h3 strong {
	font-size: 11px;
	padding-right: 5px;
}

div.blogContentArea div.blogContentHdr div.blogNameArea h3 a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	background-color: inherit;
}

div.blogContentArea div.blogContentHdr div.blogNameArea h3 a:hover,
div.blogContentArea div.blogContentHdr div.blogNameArea p a:hover,
div.blogContentArea div.blogContent p a:hover,
.nextLink:hover {
	text-decoration: none;
}

div.blogContentArea div.blogContent {
	height: 100%;
	overflow: hidden;
}

div.blogContentArea div.blogContent h4 {
	background-color: inherit;
	font-size: 13px;
	line-height: 17px;
	color: #125baa;
	padding-bottom: 10px;
}

div.blogContentArea div.blogContent p {
	padding-bottom: 20px;
}

div.blogContentArea div.blogContent p a {
	color: #125baa;
	background-color: inherit;
	text-decoration: underline;
}

div.blogContentArea div.blogBtmArea {
	height: 14px;
	background-color: #f1eee7;
	color: #000;
}

div.blogContentArea div.blogBtmArea span.moreLink {
	float: right;
	width: 50px;
	background: url(images/more-icon.gif) 5px 0 no-repeat #fff;
	padding-left: 25px;
	color: #fffffe;
}

div.blogContentArea div.blogBtmArea span.moreLink a {
	display: block;
	text-align: center;
	height: 14px;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #fff;
	background-color: #a1a1a1;
}

div.blogContentArea div.blogBtmArea span.moreLink a:hover {
	color: #fff;
	background-color: #7c7c7c;
}

div.blogContentArea div.blogBtmArea span.comments {
	float: right;
	width: 90px;
	background: url(images/comment-icon.gif) 11px 0 no-repeat #fff;
	padding-left: 30px;
	color: #000;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	height: 14px;
}

div.blogContentArea div.blogContent ul.blogTextList {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #414141;
	padding-bottom: 18px;
}

div.blogContentArea div.blogContent ul.blogTextList li {
	background: url(images/bull4.gif) 5px 4px no-repeat;
	padding: 0 0 5px 20px;
}

@media (max-width: 768px) {
	div.blogContentArea div.blogContentHdr div.blogNameArea h2 {
		font-size: 18px;
	}
}

/*-------------------------- RIGHT PANEL --------------------------*/
div#rightPanelArea {
	width: 188px;
	float: right;
}

@media (max-width: 768px) {
	div#rightPanelArea { 
		width: 100%;
	}
	div#rightPanelArea #searchform {
		display: none;
	}
}

@media (max-width: 380px) {
	div#rightPanelArea img { 
		width: 100%;
	}
}


/*-------------------------- RIGHT PANEL - SEARCH AREA --------------------------*/
form.searchArea {
	padding: 12px 22px 0;
	height: 90px;
	margin-bottom: 15px;
	border: 1px solid #cccbcb;
	background-color: #dcdcdc;
	color: #125baa;
}

form.searchArea h2 {
	font: normal 17px/19px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	color: #000;
	background-color: inherit;
}

form.searchArea input {
	width: 135px;
	height: 15px;
	padding: 1px 0 0 3px;
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

form.searchArea span {
	display: block;
	height: 12px;
}

form.searchArea span a {
	width: 95px;
	height: 12px;
	float: left;
	color: #125baa;
	font-size: 10px;
	line-height: 12px;
	padding-left: 12px;
	background: url(images/star-icon.gif) 3px 50% no-repeat #fffbf7;
}

form.searchArea span a:hover {
	color: #000;
	background-color: #fffbf7;
}

form.searchArea span input {
	width: 33px;
	height: 12px;
	padding: 0;
	float: right;
	margin-bottom: 0;
}

/*-------------------------- RIGHT PANEL - CATEGORIES AREA --------------------------*/
div.categoriesList,
div.blogrollList {
	padding: 9px;
	border: 1px solid #cccbcb;
	margin-bottom: 15px;
}

div.categoriesList h2,
div.blogrollList h2,
div.archivesList h2 {
	height: 23px;
	padding-left: 8px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	background-color: #b40000;
	margin-bottom: 12px;
}

div.categoriesList ul {
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	padding: 0 7px 10px;
}

div.categoriesList ul li {
	padding: 0 0 3px 18px;
	background: url(images/bull1.gif) 0 1px no-repeat;
}

div.categoriesList ul li a {
	color: #505050;
	background-color: inherit;
}

div.categoriesList ul li a:hover {
	color: #2772a3;
	background-color: inherit;
}

/*-------------------------- RIGHT PANEL - ARCHIVES AREA --------------------------*/
div.archivesList {
	padding: 9px;
	border: 1px solid #3f1010;
	margin-bottom: 15px;
	background-color: #b40000;
}

div.archivesList h2 {
	color: #fff;
	background-color: #3f1010;
}

div.archivesList ul {
	font: bold 11px/21px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

div.archivesList ul li {
	border-bottom: 1px solid #b40000;
}

div.archivesList ul li a {
	display: block;
	height: 21px;
	padding: 0 18px 0 7px;
	color: #424242;
	background: url(images/bull3.gif) 150px 7px no-repeat #fff;
}

div.archivesList ul li a:hover {
	color: #b40000;
	background-color: #fff;
}

/*-------------------------- RIGHT PANEL - BLOGROLL AREA --------------------------*/
div.blogrollList h2 {
	color: #fff;
	background-color: #1968b3;
}

div.blogrollList ul {
	font: bold 11px/17px Arial, Helvetica, sans-serif;
	padding: 0 7px 10px;
}

div.blogrollList ul li {
	padding: 0 0 3px 18px;
	background: url(images/bull2.gif) 0 5px no-repeat;
	border-bottom: 1px solid #dedede;
}

div.blogrollList ul li a {
	color: #505050;
	background-color: inherit;
}

div.blogrollList ul li a:hover {
	color: #e11e0d;
	background-color: inherit;
}

/*-------------------------- RIGHT PANEL - RSS AREA --------------------------*/
ul.rssLinks {
	padding-bottom: 50px;
	height: 18px;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	padding: 0 0 15px 18px;
}

ul.rssLinks li {
	float: left;
	margin-right: 12px;
	padding-right: 16px;
	background: url(images/rss-icon.gif) 100% 4px no-repeat;
}

ul.rssLinks li a {
	background-color: inherit;
	color: #505050;
}

ul.rssLinks li a:hover {
	text-decoration: underline;
}

/*-------------------------- MISLENIOUS --------------------------*/
.noBg {
	background: none !important;
}

.noTopMar {
	margin-top: 0 !important;
}

.noRightMar {
	margin-right: 0 !important;
}

.noBdr {
	border: none !important;
}

.rightPic {
	float: right;
	margin: 0 0 10px 10px;
	border: 10px solid #e8f2f9;
	padding: 1px;
}

.rightPic img {
	display: block;
}

.nextLink {
	color: #bc0000;
	background-color: inherit;
	text-decoration: underline;
}

/*************************** New Change On 20/01/2009 *****************************************/
.pagenav,
.linkcat,
.categories {
	padding: 9px;
	border: 1px solid #cccbcb;
	margin-bottom: 15px;
}

.pagenav h2,
.linkcat h2,
.categories h2,
.archivesList h2 {
	height: 23px;
	padding-left: 8px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	background-color: #b40000;
	margin-bottom: 12px;
}

.categories ul,
.pagenav ul {
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	padding: 0 7px 10px;
}

.categories ul li,
.pagenav ul li {
	padding: 0 0 3px 18px;
	background: url(images/bull1.gif) 0 1px no-repeat;
	line-height: 12px;
}

.categories ul li a,
.pagenav ul li a {
	color: #505050;
	background-color: inherit;
	font-weight: bold;
}

.categories ul li a:hover,
.pagenav ul li a:hover {
	color: #2772a3;
	background-color: inherit;
}

.linkcat h2 {
	color: #fff;
	background-color: #1968b3;
}

.linkcat ul {
	font: bold 11px/17px Arial, Helvetica, sans-serif;
	padding: 0 7px 10px;
}

.linkcat ul li {
	padding: 0 0 3px 18px;
	background: url(images/bull2.gif) 0 5px no-repeat;
	border-bottom: 1px solid #dedede;
}

.linkcat ul li a {
	color: #505050;
	background-color: inherit;
}

.linkcat ul li a:hover {
	color: #e11e0d;
	background-color: inherit;
}

.archivesList {
	padding: 9px;
	border: 1px solid #3f1010;
	margin-bottom: 15px;
	background-color: #b40000;
}

.archivesList h2 {
	color: #fff;
	background-color: #3f1010;
}

.archivesList ul {
	font: bold 11px/21px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.archivesList ul li {
	border-bottom: 1px solid #b40000;
}

.archivesList ul li a::after {
	content: '';  
	background: url(images/bull3.gif);
	width: 8px;
	height: 8px;
}

.archivesList ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 21px;
	padding: 0 18px 0 7px;
	color: #424242;
	background: #fff;
	/* background: url(images/bull3.gif) 150px 7px no-repeat #fff; */
}

.archivesList ul li a:hover {
	color: #b40000;
	background-color: #fff;
}

p.statement {
	margin-top: 5px;
	border-top: 1px solid #ccc;
	font: normal 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #aaa;
	padding-bottom: 5px;
	padding-top: 7px;
	text-align: center;
	letter-spacing: 0px;
}

#cformsform {
	/**/
}

@media (max-width: 580px) {
	#cformsform {
		width: 100%;
	}
	#cformsform ol li {
		display: flex;
		flex-wrap: wrap;
	}
	#cformsform ol li label{
		width: unset;
		order: 1;
		margin: 0;
	}
	#cformsform ol li label span {
		width: unset;
	}
	#cformsform ol li span{
		order: 2;
		margin: 0;
	}
	#cformsform ol li input{
		width: 100%;
		order: 3;
		margin: 0;
	}
	#cformsform ol li textarea{
		width: 100%;
		order: 3;
		margin: 0;
	}
	.linklove {
		width: 100% !important;
	}
}