.kc_row .kc_col-sm-12{
 padding-left:0px !important;
 padding-right:0px !important; 
}
.admin-bar .main-header.fixed-header .sticky-header{
	top:32px;
}
.kc-row-container.kc-container{
	max-width:1200px;
	width:100%;
}
.page-title{
	background-image:url(../images/background/5.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.pagination{
	margin:0px;
	padding:0px;
}
.pagination li a, .pagination li span{
	position: relative;
    display: inline-block;
    height: 40px;
    font-size: 14px;
    text-transform: capitalize;
    min-width: 40px;
    background: #eaeaea;
    color: #777777;
    font-weight: 400;
    text-align: center;
    border-radius: 5px;
    line-height: 28px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.pagination li a:hover, .pagination li span.current, .pagination li span:focus{
	color: #ffffff;
    background: #20acea;
}
.sidebar .search-box form{
	position:relative;
}
.sidebar .search-box .form-group{
	margin-bottom:0px;
}
.sidebar .search-box .form-group input[type="text"], 
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 24px;
    background: #f6f6f6;
    color: #222222;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 48px;
    border-radius: 3px;
    padding: 10px 50px 10px 20px;
    border: 1px solid transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 48px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #ffffff;
    background: #ffca00;
    border-radius: 0px 3px 3px 0px;
    font-weight: normal;
}
.sidebar .search-box .form-group input:focus + button, 
.sidebar .search-box .form-group button:hover {
    background-color: #8ac53f;;
}
.sidebar .search-box .form-group input:focus {
    border-color: #8ac53f;;
}
.main-header .search-box-outer .dropdown.open .search-box-btn .fa-search:before{
	content:"\f00d";
}
.comment-default-form .group-title{
	margin-bottom:10px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background:none;
	position: relative;
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 8px 7px;
    text-transform: uppercase;
    border: 1px solid #ececec;
}
.ui-menu .ui-menu-item{
	padding:10px 20px;
}
.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
	background-image:none;
	border: 1px solid #20acea;
    background-color: #20acea;
    font-weight: normal;
    color: #ffffff;
}
/*-----------------------wishlist-----------------------*/
.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;
}

/*--------------------- Blog Style -------------------------*/

.widget_categories .sidebar-title{
	margin-bottom:0px;
}

.widget ul{
	position:relative;
}
.widget ul li{
	position:relative;
	padding:25px 0px;
	border-bottom:1px solid #ececec;
	color:#777777;
}
.widget ul li:last-child{
	border:0px;	
}
.widget ul li a{
	color:#777777;
	font-size:15px;
	font-weight:400;
	padding-left:28px;
	transition: all 500ms ease;
	width:87%;
	display:inline-block;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.widget ul li a:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 50%;
    width:5px;
	height:5px;
	margin-top:-3px;
	background-color:#333333;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.widget ul li a:hover::before{
	background-color:#20acea;
}
.widget ul li a:hover,
.widget ul li:hover{
	color:#333333;
}
/*Popular Tags*/

.widget .tagcloud a{
	position:relative;
	display:inline-block;
	line-height:22px !important;
	padding:7px 22px;
	color:#777777;
	font-size:14px !important;
	text-align:center;
	margin:0px 3px 6px 0px;
	background-color:#f4f4f4;
	transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	border-radius:5px 0px 5px 0px;
}

.widget .tagcloud a:hover{
	background-color:#20acea;
	color:#ffffff;	
}





