.general-row .wpb_column.col-md-12,.general-row .wpb_column.col-md-3 {
	padding-left:0px;
	padding-right:0px;
}
.wpb_revslider_element{
	margin-bottom:0px !important;
}
.member.col-md-3{
	padding-left:15px;
	padding-right:15px;
}
.padding-bottom{
	padding-bottom:80px;
}
.padding-bottom-50{
	padding-bottom:50px;
}
.breadcrumb{
	margin-bottom:0px;
	padding:0px;
	background-color:transparent;
	border-radius:0px;
}
.breadcrumb li a{
	color:#ffffff;
}
.pagination .current,.pagination .current span{
	border:none;
	background-color:#0f86ff;
	color:#ffffff;
	border-radius:0px;
}
.pagination .current:hover,.pagination .current span:hover{
	border:none;
	background-color:#0f86ff;
	color:#ffffff;
	border-radius:0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius:0px!important;	
}

.pagination > li > span{
	padding:7px 12px;	
}
.zero-margin-top{
	margin-top:-60px;
}
/*--------------------------theme check----------------------------------*/

	#wp-calendar {

		width: 100%;

	}

	#wp-calendar caption {

		text-align: right; 

		color: #333; 

		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 .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;
	}	
/*----------------------Default widget styling--------------------------*/
.widget select {
    max-width: 100%;
    width: 100%;
	border:1px solid #cccccc;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget.widget_search{
	background:none !important;
}
/*-------------------------------Contact form------------------------------*/
.form-area fieldset {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
fieldset {
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
}
#message h1{
	text-align:left;
	padding-bottom:0px;
	margin-bottom:0px;
}
/*-------------------------theme unit test------------------------------------*/
.sticky article.post{
	padding:20px;
}
.post .desc h1,.page .left-content h1{
	margin-bottom:30px;
}
.post .desc h2,.page .left-content h2{
	margin-bottom:30px;
}
.post .desc h3,.page .left-content h3{
	margin-bottom:30px;
}
.post .desc h4,.page .left-content h4{
	margin-bottom:30px;
}
.post .desc h5,.page .left-content h5{
	margin-bottom:30px;
}
.post .desc h6,.page .left-content h6{
	margin-bottom:30px;
}
.post .desc table thead tr th,.page .left-content table thead tr th,.comment-details .comments table thead tr th{
	border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.post .desc table tbody tr th,.page .left-content table tbody tr th,.comment-details.comments table tbody tr th{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.post .desc table tbody tr td,.page .left-content table tbody tr td,.comment-details.comments table tbody tr td{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.post .desc ul,.post .desc ol,.page .left-content ul,.page .left-content ol,.comment-list .comment-details ul,.comment-list .comment-details ol{
	padding-left:40px;
}
.post .desc ul li,.page .left-content ul li,.comment-details .comments ul li{ list-style-type:disc !important;} 
.post .desc ol li,.page .left-content ol li,.comment-details .comments ol li{ list-style:decimal !important;}
.comment-list .comment-details li{
	margin-bottom:0px;
}
.paginate-links{
	margin-bottom:20px;
}
.paginate-links > span{
	background-color: hsl(210, 100%, 53%);
    border: medium none;
    border-radius: 0;
    color: hsl(0, 0%, 100%);
	padding: 7px 12px;
	display:inline-block;
	line-height: 1.42857;
	position: relative;
    text-decoration: none;
}
.paginate-links a{
 	background: hsl(0, 0%, 100%) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 !important;
    color: hsl(0, 0%, 18%);
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 12px;
    position: relative;
	margin-left: -1px;
	text-decoration: none;
}
.paginate-links > span:hover,.paginate-links a:hover,.paginate-links > span{
	background: none repeat scroll 0 0 hsl(210, 100%, 53%);
    border: medium none;
    color: #ffffff;
}
.post .desc figure img,.page .left-content figure img{
	max-width:100%;
	display:inline-block;
	height:auto;
}
.post .desc p img,.page .left-content p img {
    max-width: 100%;
	height:auto;
	display:block;
}
.post .desc p{
	word-wrap:break-word !important;
}
.post .desc figure,.page .left-content figure{
	max-width:96%;
	display:block;
}
/*--------------------------------------------------------------------------------*/
#twitter_update li{
	list-style-type:none !important;
}
.widget ul li{
	list-style-type:none !important;
}
.main-footer ul{
	padding-left:0px !important;
}
.message-welcome{
	margin-bottom:30px;
}

