/*--------------------------theme check----------------------------------*/
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right; 
		color: #bfbfbf; 
		font-size: 12px; 
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#wp-calendar thead { 
		font-size: 10px;
	}
	#wp-calendar thead th { 
		padding-bottom: 10px;
	}
	#wp-calendar tbody { 
		color: #aaa; 
	}
	#wp-calendar tbody td { 
		background: #f5f5f5; 
		border: 1px solid #fff; 
		text-align: center; 
		padding:8px;
	}
	#wp-calendar tbody td:hover { 
		background: #fff; 
	}
	#wp-calendar tbody .pad { 
		background: none; 
	}
	#wp-calendar tfoot #next { 
		font-size: 10px; 
		text-transform: uppercase; 
		text-align: right;
	}
	#wp-calendar tfoot #prev { 
		font-size: 10px; 
		text-transform: uppercase; 
		padding-top: 10px; 
	}
	
	.sticky .post{background: #efefef; border: 3px solid #fff; }
	.sticky .post .content{ background-color:transparent; }
	.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	.gallery-caption {}
	.bypostauthor{}
	.alignright{ 
		text-align:right;
	}
	.alignleft{ 
		text-align:left;
	}
	.aligncenter{ 
		text-align:center;
	}	
	.alignnone {
    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;
}

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: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    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;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*------------------------------theme unit test----------------------------*/

.content h1,.comment .text h1{
	font-size:30px;
	color: #444545;
	font-weight: 700;
	
}
.content h2,.comment .text h2{
	font-size:24px;
	color: #444545;
	font-weight: 700;
	
}
.content h3,.comment .text h3{
	font-size:20px !important;
	color: #444545;
	font-weight: 700;
	
}
.content h4,.comment .text h4{
	font-size:18px !important;
	color: #444545;
	font-weight: 700;
}
.content h5,.comment .text h5{
	font-size:16px;
	color: #444545;
	font-weight: 700;
	
}
.content h6,.comment .text h6{
	font-size:12px;
	color: #444545;

}
.content table thead tr th,.comment .text table thead tr th,.news-section table thead tr th{
	border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.content table tbody tr th,.comment .text table tbody tr th,.news-section table tbody tr th{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.content table tbody tr td,.comment .text table tbody tr td,.news-section table tbody tr td{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.content ul{margin-top:0px !important;}
.content ul > li,.comment .text ul li,.news-section ul li{ list-style-type:disc !important; display:list-item ; border-right:none !important;} 
.content ul li ul li,.comment .text ul li ul li,.news-section ul li ul li{list-style-type:square !important;}
.content ul li ul li ul li,.comment .text ul li ul li ul li,.news-section ul li ul li ul li{list-style-type:circle !important;}
.content ol li,.comment .text ol li,.news-section ol li{ list-style:decimal !important;}
.content ol li ol li,.comment .text ol li ol li,.news-section ol li ol li{ list-style:upper-roman !important;}
.content ol li ol li ol li,.comment .text ol li ol li ol li,.news-section ol li ol li ol li{ list-style:lower-alpha !important;}
.content li,comment .text li,.news-section li{
	margin-bottom:0px !important;
}
.content ol,.content ul,.comment .text ul,.comment .text ol{
	padding-left:20px;
}
.content ol li ol,.content ul li ul,
.comment .text ol li ol,.comment .text ul li ul,
.news-section ol,.news-section ul{
	padding-left:40px !important;
}
.paginate-links{
	margin-bottom:30px;
}


.content p img,.content figure img,.news-section p img,.news-section figure img{
	max-width:100%;
	height:auto;
}
.content figure img,.content figure img,.news-section figure img,.news-section figure img{
	max-width:100%;
	display:block;
	height:auto;
}
figure{
	max-width:100%;
	display:block;
}	
.page .sidebar-page-container .news-section{
	background:#ffffff;
	padding:30px;
}	
/*----------------------Default widget styling--------------------------*/
.widget ul li a{
	width:88%;
	display:inline-block;
	color: #4a4a4a;
	padding: 7px 0px;
}
.widget ul li a:hover{
	color: #6cbe03;
}
.widget ul.children,.widget ul.sub-menu{
	padding:0px !important;
	
}
.widget ul.children > li,.widget ul.sub-menu > li{
	border-bottom:0px;
	margin-bottom:12px;
	margin-left:-25px;
}
.widget select {
    max-width: 100%;
    width: 100%;
	border:1px solid #7d7d7c;
	padding:10px 15px;
}
.textwidget{
	padding:20px 0px;
}


.widget label{
	padding:15px 25px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.th-comment-list .children{
	margin-left:50px;
}
.widget_recent_comments ul li{
	padding:12px 0 12px 20px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    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;
}

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: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    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;
	color: #5a5a5a;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post .blog-news-column .image-box a img{
	height:auto !important;
}
.pagination > li > a, .pagination > li > span{
	padding-top:5px;
	padding-bottom:5px;
}
.blog-news-column .image-box img{
	max-width:100%;
}
.blog-news-column .content .text input[type="password"]{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #3a3a3a;
    display: inline-block;
    font-size: 13px;
    height: 42px;
    line-height: 24px;
    padding: 8px 40px 8px 20px;
    position: relative;
    transition: all 500ms ease 0s;
}
.blog-news-column .content .text input[type="submit"]{
	height:42px;
	line-height:40px;
	background:#71b100;
	border:1px solid #71b100;
	color: #ffffff;
    display: inline-block;
    font-size: 13px;
	text-align:center;
	padding:0 15px;
	border-radius: 3px;
}
.blog-news-column .content .text input[type="submit"]:hover{
	color:#71b100;
	background:rgba(0,0,0,0);
}
.post-password-form label input {
    border: 1px solid #a5a5a5;
    padding: 8px;
    margin-left: 15px;
}
.post-password-form input[type=submit]{ cursor: pointer;
    padding: 8px 15px;
    color: #000;
    margin-left: -5px;
    border: 1px solid #a5a5a5;}
.children {
    margin-left: 50px;
}
@media only screen and (max-width: 767px){
	
	.children {
    margin-left:0px!important;
    }
	 .news-section ul {
    margin-left:-35px!important;
    }
}
.footer-widget ul li a {
    color: #ababab;
    width: 88%;
    text-align: left;
    display: inline-block;
}
.footer-widget ul li a:hover {
    color: #fff;
}

nav.navigation.comment-navigation {
	overflow:hidden;
	margin-bottom:30px;
}
select option {
    color: #7b7b7b;
}
select {
    font-family: 'PT Sans', sans-serif;
    background: #ffffff;
    width: 100%!important;
    padding: 8px;
    color: #676767;
}

/*Comment Navigator */	
.nav-previous  a{    
    margin-right: 15px;
    border: 1px solid #cecece;
    padding: 8px;
	float:left;
	display:inline-block;
	max-width: 300px;
	margin-top: 20px;

	}
.nav-next  a{
    border: 1px solid #cecece;
    padding: 8px;
    margin-right: 18px;
	display:inline-block;
    padding: 8px;
    float: right;
    max-width: 300px;
	margin-top: 20px;
    }
.sidebar-page-container .comments-area {
	margin-bottom:90px;
}
.comment-navigation{margin-bottom:60px}
/*Comment Navigator */
/* Pagination */	
.paginate-links a {
    position: relative;
    display: inline-block;
    line-height: 15px;
    padding: 7px 14px;
    font-size: 13px;
    text-transform: uppercase;
    min-width: 36px;
    border: 1px solid #6cbe03;
    background: #ffffff;
    color: #6cbe03;
    font-weight: 700;
    text-align: center;
    border-radius: 1px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.paginate-links a:hover{
    color: #ffffff;
    background: #6cbe03;
    border-color: #6cbe03;
}
.paginate-links > span{
   color: #ffffff;
    background: #6cbe03;
    border-color: #6cbe03;
    padding: 6px 14px;
}
.paginate-links > span:hover{
    color: #ffffff;
    background: #6cbe03;
    border-color: #6cbe03;
}
/* Pagination */		
.news-style-one .image-box img{
	max-width:100%!important;
}
#wp-calendar tbody td {
    background: #000000;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}
ul.pagination li{
    list-style-type: none!important;
    display: inline-block!important;
    border-right: none!important;
}