@charset "UTF-8";
/* CSS Document */





/* BRAND STYLE START */

.cc-brand-clr a {color: dimgray !important;}

.cc-brand-text {color: dimgray !important;}

.cc-brand-bg {background: #485F2B !important;}

.cc-brand h2:after {content: ""; display: block; width: 40px; height: 5px; background: dimgray !important; margin: 20px 0px;}

.cc-brand h4:after {content: ""; display: block; width: 40px; height: 5px; background: dimgray !important; margin: 20px auto;}
 
.cc-brand-focus:focus{border: 2px dotted dimgray;}

.cc-brand-border {border: 2px solid dimgray;}
.cc-white-border {border: 2px solid white;}
.cc-black-border {border: 2px solid black;}
.cc-lightgray-border {border: 2px solid lightgray;}


.cc-maincta:hover {
    background-color: #9f0818 !important;
    transition: .6s;
	opacity: 1 !important;
}
.cc-subcta:hover {
    background-color: #444444 !important;
    transition: .6s;
	opacity: 1 !important;
}