/* Add here all your CSS customizations */
@media (min-width: 1500px)
.container, #footer .container {
    max-width: 1460px!important;
}

.slider-container{background:#ffffff!important;}

/* Header */
html.sticky-header-active #header .header-body{
	background: #fff!important;
    border-bottom-color: #cecece!important;
}

#header .header-nav-main nav > ul > li > a{
	color: #111!important;
}

#header .header-nav-main nav > ul > li > a.active {
    color: #283c8f !important;
}

#header .header-nav-main nav > ul > li:hover > a, #header .header-nav-main nav > ul > li.open > a {color: #283c8f !important;}

#header .header-nav-main nav > ul > li:hover > a.active{color: #283c8f !important;}
	
.custom-divider-1:after {border-right: 1px solid #cecece;}
#header .header-body{
    border-top: 1px solid #cecece!important;
    border-bottom: 1px solid #cecece!important;
}

.social-icons.custom-social-icons-style-1 li a{color:#000!important;}

#header .header-btn-collapse-nav{background:#fff!important;}
#header .header-btn-collapse-nav{color:#000;}

@media (min-width: 992px) {
	.logo-cc-header{width:290px; height:auto;}
}
@media (max-width: 991px) {
.logo-cc-header{width:230px; height:auto;}
html.sticky-header-active #header .header-body {
	background: #ffffff;
	border-bottom-color: #cecece;
}
@media (max-width: 991px) {
	html:not(.sticky-header-active) #header .header-body {
		background: #ffffff;
		border-bottom-color: #cecece;
	}
}
}