.page-wrapper{
	overflow:hidden;
}
.page-wrapper > p{
	display:none;
}
.normal-section.half-section .container,
.default-section .container{
	padding-left:0px;
	padding-right:0px;
}
.default-section .progress-box{
	margin-bottom:30px;
}
.no-padd-top .no-padd-bottom{
	padding-top:0px;
}
.no-padd-top section {
    padding-top: 0;
}
.page-title{
	background-image:url(../images/parallax/image-1.jpg);
}
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-radius:20px !important;
}
.centered-pagination li > span{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    color: #1a1a1a;
    display: block;
    font-size: 14px;
    line-height: 24px;
    min-width: 40px;
    padding: 8px 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.centered-pagination li > span:hover,.centered-pagination li > span.current{
	background: #11c3f0 none repeat scroll 0 0;
    border-color: #11c3f0;
    color: #ffffff;
}
.not_found{
	margin-top:100px;
	margin-bottom:100px;
}
.sidebar-page .pagination{
	margin:0px;
}
.comment-reply-link{
	line-height: 36px;
    padding: 0 10px 0 45px;
	background: #ffa800 none repeat scroll 0 0;
	border-radius: 22px;
    color: #ffffff !important;
    display: inline-block;
	position: relative;
    transition: all 500ms ease 0s;
	font-family:"Montserrat",sans-serif;
}
.comment-reply-link .txt {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.comment-reply-link .img-circle {
    height: 32px;
    left: 2px;
    line-height: 32px;
    width: 32px;
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    display: block;
	position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    transition: all 300ms ease 0s;
	border-radius: 50%;
}
.comment-reply-link:hover {
    padding-right: 20px !important;
}
.comment-box ul.children{
	padding-left:40px;
}
.main-slider .radial-btn{
	background: #00aeff none repeat scroll 0 0;
    border-radius: 22px;
    color: #ffffff !important;
    position: relative;
	padding:0 50px 0 25px !important;
	transition: all 0.2s ease-out 0s !important;
}
.main-slider .radial-btn .txt{
	display:inline-block;
	line-height:44px !important;
	font-size:12px !important; 
}
.main-slider .radial-btn .img-circle{
	line-height:40px !important;
}
.main-slider .radial-btn:hover {
    padding-right: 60px !important;
}
.widget ul li{
	line-height: 32px;
    margin-bottom: 10px;
    position: relative;
	color:#f78243;
}
.widget_categories ul li{
	text-align:right;
}
.widget_categories ul li a{
	float:left;
}
.widget ul li a{
	color: #3d3d3d;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.widget ul li a:hover{
	color:#f78243;
}
.flicker-widget .image {
    float: left;
    padding: 0 10px 10px 0;
    position: relative;
    width: 33.333%;
}
.flicker-widget .image a img{
	width:100%;
}
.tagcloud a{
	background: #ffffff none repeat scroll 0 0;
    border-color: #e0e0e0 #e0e0e0 #e0e0e0 #00aeff;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 2px;
    color: #000000;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    margin: 0 5px 12px 0;
    padding: 7px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
.tagcloud a:hover{
	background-color: #2591ff;
    border-color: #00aeff;
    color: #ffffff;
}
.wpb_revslider_element{
	margin-bottom:0px !important;
}
.ajax-loading {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ajax-loading:before  {
    background: url("../images/ajax-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 32px;
    left: 50%;
    margin: -5.5px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
}
body > .ajax-loading {
    position: fixed;
}
#pop {
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 500px;
}
.pop {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 15px 20px;
}
/*--------------------------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;
	}
	.screen-reader-text{
	}	
/***********************************************Theme Unit Testing********************************************/
.sticky article {background: #efefef !important; border: 3px solid #fff !important; padding:15px !important; }
.sticky article .post-header,
.sticky article .post-desc{
	background:none !important;
}
.blog-post h1,.comments h1,.blog-container h1{
	font-weight: 400;
	margin-bottom:20px;
	font-size:32px;
	color:#1a1a1a;
}
.blog-post h2,.comments h2,.blog-container h2{
	font-weight: 600;
	margin-bottom:20px;
	font-size:28px;
	color:#1a1a1a;
}
.blog-post h3,.comments h3,.blog-container h3{
	font-weight: 400;
	margin-bottom:20px;
	font-size:24px;
	color:#1a1a1a;
}
.blog-post h4,.comments h4,.blog-container h4{
	font-weight: 600;
	margin-bottom:20px;
	font-size:20px;
	color:#1a1a1a;
}
.blog-post h5,.comments h5,.blog-container h5{
	font-weight: 400;
	margin-bottom:20px;
	font-size:16px;
	color:#1a1a1a;
}
.blog-post h6,.comments h6,.blog-container h6{
	font-weight: 400;
	margin-bottom:20px;
	font-size:13px;
	color:#1a1a1a;
}
.blog-post table thead tr th,.comments table thead tr th,.blog-container table thead tr th{
	border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.blog-post table tbody tr th,.comments table tbody tr th,.blog-container table tbody tr th{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.blog-post tbody tr td,.comments table tbody tr td,.blog-container table tbody tr td{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.blog-post ul,.comments ul,.blog-container ul,
.blog-post ol,.comments ol, .blog-container ol{
	padding-left:14px;
}
.blog-post ul li,.comments ul li,.blog-container ul li{ list-style-type:disc !important;} 
.blog-post ol li,.comments ol li, .blog-container ol li{ list-style:decimal !important;}
.blog-post li,.comments li, .blog-container li{
	margin-bottom:0px !important;
}
.blog-post ul li ul li,.comments ul li ul li,.blog-container ul li ul li{
	list-style-type:square !important;
}
.blog-post ol li ol li,.comments ol li ol li,.blog-container ol li ol li{
	list-style-type:lower-alpha !important;
}
.blog-post ul li ul li ul li,.comments ul li ul li ul li,.blog-container ul li ul li ul li{
	list-style-type:circle !important;
}
.blog-post ol li ol li ol li,.comments ol li ol li ol li,.blog-container ol li ol li ol li{
	list-style-type:lower-roman !important;
}
.blog-post ul li ul,.blog-post ol li ol,.comment-list .children,.blog-container ul li ul,.blog-container ol li ol{
	padding-left:40px;
}
.paginate-links{
	margin-bottom:30px;
}
.paginate-links > span{
 	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    color: #1a1a1a;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    min-width: 40px;
    padding: 8px 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.paginate-links a{
 	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    color: #1a1a1a;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    min-width: 40px;
    padding: 8px 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.paginate-links > span:hover,.paginate-links a:hover,.paginate-links > span{
	background: #11c3f0 none repeat scroll 0 0;
    border-color: #11c3f0;
    color: #ffffff;
}
.blog-post figure img,.blog-container figure img{
	max-width:100%;
	display:block;
	height:auto;
}
figure{
	max-width:100%;
	display:block;
}
.blog-post p img,.blog-container p img {
    max-width: 100%;
	height:auto;
	display:block;
}
.sidebar-page #categories-2 ul li{
	text-align:left;
}
.sidebar-page #categories-2 ul li a{
	display:block;
	float:none;
}
/*----------------------Default widget styling--------------------------*/
.widget select {
    max-width: 100%;
    width: 100%;
	border:1px solid #999999;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget.widget_search{
	background:none !important;
}