.kc_row .kc_col-sm-12{
 padding-left:0px !important;
 padding-right:0px !important; 
}
.admin-bar .mainmenu-area.stricky-fixed{
	top:32px;
}
.kc_column>.kc-col-container{
	display:block;
}
.kc-row-container.kc-container{
	max-width:1200px;
	width:100%;
}
.breadcrumb-area{
	background-image:url(../images/resources/breadcrumb-bg.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.breadcrumb-area .right ul li{
	position:relative;
    color: #252525;
}
.breadcrumb-area .right ul li a{
	color: #ffffff;
    transition: all 500ms ease;
	padding-right:12px;
	position:relative;
}
.breadcrumb-area .right ul li a:before{
	content:"\f105";
	position:absolute;
	right:-2px;
	top:-3px;
	font-size:16px;
	color:#fff;
	font-family:'FontAwesome';
}
.pagination li a, .pagination li span{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ebf8ff;
    color: #303030;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    padding: 11px 0;
    transition: all 500ms ease 0s;
    width: 50px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 3px;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	background: #093144;
    color: #fff;
    border: 1px solid #76c601;
}
.outer-search-box .seach-toggle.active .fa-search:before{
	content:'\f00d';
}
.default-form{
	margin-bottom:30px;
}
.blog-single-area .comment-box .title{
	padding-bottom:10px;
}
.default-form h4 small a{
	font-size:18px;
	font-weight:500;
}
/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:450px;
}
/*-----------------------wishlist-----------------------*/
.ajax-loading {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:99;
}
.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;
	z-index:99;
}
#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;
	z-index:99;
}
.pop {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 15px 20px;
	z-index:99;
}
/*************************** Footer Style ****************************/
.footer-widget ul {
    float: left;
    margin-top: -8px;
}
.footer-widget ul li.page_item{
    margin-bottom: 8px; 
    padding-left: 25px;
    position: relative;
}
.footer-widget ul li.page_item:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    font-family: Flaticon;
    font-size: 14px;
    font-style: normal;
    content: "\f113";
    color: #5c6475;
    transition: all 500ms ease;
}
.footer-widget ul li.page_item:last-child{
    margin-bottom: 0px;  
}
.footer-widget ul li.page_item a {
    color: #fafafa;
    font-size: 14px;
    font-weight: 400;
    transition: all 700ms ease;
}
.footer-widget ul li.page_item:hover:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    font-family: Flaticon;
    font-size: 14px;
    font-style: normal;
    content: "\f10b";
    color: #76c601;
    transition: all 500ms ease;
}
.footer-widget ul li.page_item:hover a{
    color: #76c601;
}
/********************** Blog Widget Style *************************/
.widget ul{
    background: #f3fbff;
    display: block;
    padding: 24px 30px 24px;
    border: 1px solid #ebf8ff;
}
.widget ul li {
    border-bottom: 1px solid #e0edf4;
    margin-bottom: 10px;
    padding-bottom: 7px;
}
.widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget ul li a {
    color: #949494;
    transition: all 500ms ease;
    font-size: 14px;
    font-weight: 400;
    position: relative;
	width:87%;
	display:inline-block;
}
.widget ul li a:hover,
.widget ul li:hover{
    color: #76c601;    
}
.error_page{
	padding:80px 0;
	text-align:center;
	position:relative;
}
.error_page .outer{
	max-width:900px;
	margin:0 auto;
}
.error_page h2{
	color: #76c601;
	font-size: 36px;
	font-weight: 500;
	text-transform: capitalize;
}
.error_page p{
	font-size:16px;
	color:#191919;
	margin:30px 0;
}
.error_page form{
	position:relative;
	display:inline-block;
}
.error_page form input{
	position:relative;
	display:inline-block;
	height:50px;
	line-height:48px;
	border:1px solid #76c601;
	color:#191919;
	padding:0px 50px 0 15px;
	font-size:14px;
}
.error_page form button{
	position:absolute;
	right:0px;
	top:0px;
	background:#76c601;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
}
.error_page a{
	background:#76c601;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	padding:6px 15px;
	display:inline-block;
	margin-top:30px;
}