.page-wrapper{
	overflow:hidden;
}
.news-section-container .container, .sidebar-page-container .container {
    max-width: 1230px;
    width: 100%;
}
.styled-pagination ul.pagination {
    display: block;
}
.page-title{
	background-image:url(../images/background/page-title-1.jpg);
}
.styled-pagination ul li.next a::before {
    top: 5px;
}
.styled-pagination ul li>a,
.styled-pagination ul li>span,.paginate-links > span,.paginate-links a {
	border: 1px solid #e6e6e6;
    color: #777777;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 29px;
    position: relative;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 40px;
}
.paginate-links > span,.paginate-links a{
	line-height:38px;
}
.styled-pagination ul li a:hover,.paginate-links > span,.paginate-links a:hover,
.styled-pagination ul li>span{
	background-color: #484848;
    color: #ffffff;
}
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span{
	border:0px;
}
.styled-pagination ul li>a.prev,
.styled-pagination ul li>span.prev{
	border: 0 none;
    color: #777777;
    float: right;
    font-size: 14px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}
.styled-pagination ul li>a.prev:hover,
.styled-pagination ul li>a.next:hover,
.styled-pagination ul li>span.prev,
.styled-pagination ul li>span.next{
	background-color:transparent;
	color:#484848;
}
/***********************Lang Switcher***************************/
.header-style-one #lang_sel{
	height:auto !important;
}
#lang_sel li{
	float:none;
	background:none;
	width:auto;
}
#lang_sel li:hover{
	background:none;
}
#lang_sel a{
	border:none;
	color:#ffffff !important;
	line-height:normal;
	padding-left:0px;
	padding-bottom:25px;
}
#lang_sel a.lang_sel_sel{
	background:none !important;
	display:block;
}
#lang_sel a.lang_sel_sel span{
	color:#ffffff;
}
.header-style-one #lang_sel a{
	padding:0px !important;
}
.header-style-one #lang_sel a.lang_sel_sel span{
	color:#888888;
}
#lang_sel ul ul{
	border:none;
	top:auto !important;
	bottom:-1px !important;
	border:1px solid #e5e5e5 !important;
	z-index:99;
}
#lang_sel ul ul li a{
	line-height: 1.42857;
	color:#333333 !important;
	border-bottom:1px dotted #e5e5e5;
	width:100%;
	line-height:normal;
}
#lang_sel ul ul li span{
	color:#333333;
}
#lang_sel ul ul li a:hover{
	background:#3563a9;
	color:#ffffff;
}
#lang_sel ul ul li a:hover span{
	color:#ffffff;
}
.comment-form .comment-title{
	margin:10px 0 15px; 
}
.default-form > h2{
	font-size:18px;
}
.default-form h2 a{
	text-transform:lowercase;
}
.default-form h2 small{
	font-size:100% !important;
}
.default-form h2 small a{
	color:#777777;
}
.default-form h2 small a:hover{
	color:#153e4d;
}
/*************** Custom Widget****************/
.widget ul li {
    border-bottom: 1px solid #efefef;
    position: relative;
}
.widget ul li:before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    left: 5px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    top: 24px;
    transition: all 300ms ease 0s;
}
.widget ul li a {
    color: #777777;
    display: inline-block;
	width:88%;
    font-family: "Cabin",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0 10px 24px;
    position: relative;
    transition: all 500ms ease 0s;
}
.widget ul li a:hover {
    color: #153e4d;
}
.tagcloud a {
    border: 1px solid #e8e8e8;
    color: #777777;
    display: inline-block;
    font-family: "Cabin",sans-serif;
    font-size: 16px !important;
    line-height: 24px;
    margin: 0 5px 9px 0;
    padding: 7px 20px;
    position: relative;
    text-align: center;
    transition: all 300ms ease 0s;
}
.tagcloud a:hover {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #444444;
}
.sidebar .twitter-feed .feed{
	padding-left:0px;
}
.sidebar .twitter-feed .feed li{
	position:relative;
	padding-left:30px;
}
.sidebar .twitter-feed .feed li:after{
	content:'\f099';
	font-family: 'FontAwesome';
	color: #fde953;
    font-size: 18px;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 8px;
}
.sidebar .twitter-feed .feed li p a{
	color: #153e4d;
    font-family: "Cabin",sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    transition: all 500ms ease 0s;
	display:block;
}
.sidebar .twitter-feed .feed li p a:hover {
    color: #fbca00;
}
/*--------------------------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;
	}	
	.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;
}

/* 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 Testing***********************/
.sticky .lower-content{
	background:#fafafa;
	padding:15px;
}
.inner-box h1,.inner-box h2,.inner-box h3,.inner-box h4,.inner-box h5,.inner-box h6,
.comment .text h1,.comment .text h2,.comment .text h3,.comment .text h4,.comment .text h5,.comment .text h6,
.news-section h1,.news-section h2,.news-section h3,.news-section h4,.news-section h5,.news-section h6{
	font-family: "Asap",sans-serif;
	margin-bottom:15px;
	font-weight:400;
	color: #333333;
	line-height:1em;
}
.inner-box h2+h1+h2{
	margin:0 0 15px 0;
}
.inner-box h1,.comment .text h1,.news-section h1{
	font-size:36px;
}
.inner-box h2,.comment .text h2,.news-section h2{
	font-size:32px;
}
.inner-box h3,.comment .text h3,.news-section h3{
	font-size:28px;
}
.inner-box h4,.comment .text h4,.news-section h4{
	font-size:24px;
}
.inner-box h5,.comment .text h5,.news-section h5{
	font-size:20px;
}
.inner-box h6,.comment .text h6,.news-section h6{
	font-size:14px;
}
.inner-box table thead tr th,.comment .text table thead tr th,.news-section table thead tr th{
	border: 1px solid #ddd;
	padding:3px 10px;
    vertical-align: bottom;
}
.inner-box table tbody tr th,.comment .text table tbody tr th,.news-section table tbody tr th{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
table{
	margin-bottom:30px;
}
.inner-box table tbody tr td,.comment .text table tbody tr td,.news-section table tbody tr td{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.inner-box ul:first-child,.inner-box ol:first-child,
.comment .text ul:first-child,.comment .text ol:first-child,
.news-section ul:first-child,.news-section ol:first-child{
	padding:0px;
}
.comment .text ul, .comment .text ol,
.news-section ul, .news-section ol{
	padding-left:40px !important;
}
.inner-box ul li,.comment .text ul li,
.news-section ul li,.news-section ul li{
	list-style-type:disc;
	display:list-item;
}
.inner-box ul li ul li, .comment .text ul li ul li,
.news-section ul li ul li{
	list-style-type:circle;
}
.inner-box 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:square;
}
.inner-box ol li,.comment .text ol li,.news-section ol li{
	list-style-type:decimal;
	display:list-item;
}
.inner-box ol li ol li,.comment .text ol li ol li,.news-section ol li ol li{
	list-style-type:lower-alpha;
}
.inner-box ol li ol li ol li,.comment .text ol li ol li ol li,.news-section ol li ol li ol li{
	list-style-type:upper-roman;
}
.inner-box p img,.inner-box figure img,.inner-box img,.news-section p img,.news-section figure img{
	max-width:100%;
	display:block;
	height:auto;
}
.comment .text-list .children{
	margin-left:50px;
}
figure{
	max-width:100%;
	display:block;
}
.inner-box .alignright{
	float:right;
	padding:10px;
}
.comment .text ul.children li{
	list-style-type:none !important;
}
/****************Custom Widget*********************/
.widget_recent_comments ul li{
	padding:10px 0 10px 24px;
}
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:10px 0;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget ul{
	padding-bottom:0px;
}
.widget ul li ul li{
	border-bottom:none;
	border-top:1px solid #ebebeb;
}
.inner-box .post-option .share-post ul{
	padding-left:0px !important;
}
.inner-box .post-option .share-post ul li{
	list-style-type:none !important;
	display:inline-block !important;
}
.inner-box .share-box ul li img{
	display:inline-block !important;
}
.post-password-form input[type="password"]{
	border:1px solid #38ccea;
	padding:5px 10px;
}
.post-password-form input[type="submit"]{
	background:#38ccea;
	color:#fff;
	padding:6px 15px; 
	
}
.post-option .share-post ul{
	padding:0px !important;
}
.inner-box .sec-title-three h2{
	color:#ffffff;
	font-size:30px;
}
/* =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;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	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;
}
.news-section ul.pagination{
	padding:0px !important;
}
.news-section ul.pagination li{
	display:inline-block !important;
	list-style:none !important;
}
.news-section ul.pagination li a:last-child{
	border:1px solid #e6e6e6 !important;
}
ul.social-icons-two li,.news-section ul {
	list-style-type:none !important;
	display:inline-block;
}
.info-des ul li{
	list-style-type:none !important;
}
.info-box .inner-box ul li{
	list-style-type:none !important;
}