/* ***** BG IMG ***** */

.bgimg-tak-dark-top:before,
.bgimg-tak-dark-bottom:after {
	position: absolute;
	width:350px;
	height:284px;
	background-repeat:no-repeat;
	background-size:100% auto;
	content:"";
	opacity:0.3;
}
.bgimg-tak-dark-top:before {
	top:0;
	left:50%;
	margin-left:-350px;
	background-image:url(../../images/img/bg/bg-tak-dark-top.png);
	background-position:center top;
}
.bgimg-tak-dark-bottom:after {
	bottom:0;
	right:50%;
	margin-right:-350px;
	background-image:url(../../images/img/bg/bg-tak-dark-bottom.png);
	background-position:center top;
}

/* ***** BG COLOR ***** */

.bgcolor-white {
	background-color:rgba(255,255,255,1);
	/*fff*/
}
.bgcolor-gray {
	background-color:rgba(245,245,245,1);
	/* background-color:rgba(230,230,230,1); */
	/*f5f5f5*/
	/*background-color:rgba(248,248,248,1);*/
	/*f8f8f8*/
}

/* --- secondary --- */

.bgcolor-primary {
	background-color:rgba(78,61,58,1); /*4e3d3a*/
	color:rgba(255,255,255,1) !important;
}
.bgcolor-primary-light {
	background-color:rgba(169,149,138,1); /*a9958a*/
}
.bgcolor-primary-dark {
	background-color:rgba(53,48,47,1); /*35302f*/
	color:rgba(255,255,255,1) !important;
}
.bgcolor-primary-gradient {
    background: -webkit-linear-gradient(to left,rgba(53,48,47,1),rgba(78,61,58,1));
    background: -o-linear-gradient(to left,rgba(53,48,47,1),rgba(78,61,58,1));
    background: -moz-linear-gradient(to left,rgba(53,48,47,1),rgba(78,61,58,1));
    background: linear-gradient(to left,rgba(53,48,47,1),rgba(78,61,58,1));
	/*35302f, 4e3d3a*/
	color:rgba(255,255,255,1) !important;
}
.bgcolor-primary-gradient.gradient-deg {
    background: -webkit-linear-gradient(-20deg, rgba(40,40,40,1), rgba(53,48,47,1), rgba(78,61,58,1));
    background: -o-linear-gradient(-20deg, rgba(40,40,40,1), rgba(53,48,47,1), rgba(78,61,58,1));
    background: -moz-linear-gradient(-20deg, rgba(40,40,40,1), rgba(53,48,47,1), rgba(78,61,58,1));
    background: linear-gradient(-20deg, rgba(40,40,40,1), rgba(53,48,47,1), rgba(78,61,58,1));
	/*282828, 35302f, 4e3d3a*/
}

/* --- secondary --- */

.bgcolor-secondary {
	background-color:rgba(214,171,96,1); /*d6ab60*/
}
.bgcolor-secondary-light {
	background-color:rgba(231,189,116,1); /*e7bd74*/
}
.bgcolor-secondary-dark {
	background-color:rgba(192,149,75,1); /*c0954b*/
}
.bgcolor-secondary-gradient {
    background: -webkit-linear-gradient(to right,rgba(192,149,75,1),rgba(231,189,116,1));
    background: -o-linear-gradient(to right,rgba(192,149,75,1),rgba(231,189,116,1));
    background: -moz-linear-gradient(to right,rgba(192,149,75,1),rgba(231,189,116,1));
    background: linear-gradient(to right,rgba(192,149,75,1),rgba(231,189,116,1));
	/*c0954b, e7bd74*/
}

/* ***** TEXT COLOR ***** */

html, body,
.textcolor-main {
	color:#323232 !important;
	/*color:rgba(50,50,50,1);*/
	/*color:#757575 !important;*/
	/*color:rgba(117,117,117,1);*/
}
.textcolor-link {
	color:#000 !important;
	/*color:rgba(80,80,80,1);*/
}
.textcolor-black {
	color:#141414 !important;
	/*color:rgba(20,20,20,1);*/
}
.textcolor-dark-gray {
	color:#757575 !important;
	/*color:rgba(117,117,117,1);*/
}
.textcolor-gray {
	color:#9b9b9b !important;
	/*color:rgba(155,155,155,1);*/
}
.textcolor-light-gray {
	color:#c8c8c8 !important;
	/*color:rgba(200,200,200,1);*/
}
.textcolor-white {
	color:#fff !important;
	/*color:rgba(255,255,255,1);*/
}
.textcolor-green {
	color:#7c9d16 !important;
	/*color:rgba(124,157,22,1);*/	
}
.textcolor-red {
	color:#c51e1e !important;
	/*color:rgba(197,30,30,1);*/	
}
.textcolor-orange {
	color:#f18901 !important;
	/*color:rgba(241,137,1,1);*/	
}

.textcolor-dark-blue {
	color:#0d257b !important;
	/*color:rgba(13,37,123,1);*/	
}
.textcolor-blue {
	color:#007bff !important;
	/*color:rgba(0,123,255,1);*/	
}
.textcolor-light-blue {
	color:#65b5fc !important;
	/*color:rgba(0,123,255,1);*/	
}

.textcolor-primary {
	color:#4e3d3a !important;
	/*color:rgba(78,61,58,1);*/
}
.textcolor-primary-light {
	color:#a9958a !important;
	/*color:rgba(169,149,138,1);*/
}
.textcolor-secondary {
	color:#c0954b !important;
	/*color:rgba(192,149,75,1);*/
}
.textcolor-secondary-light {
	color:#e7bd74 !important;
	/*color:rgba(231,189,116,1);*/
}

/* sm - xs */
@media (max-width: 767.98px) {
	
/* ***** BG IMG ***** */

.bgimg-tak-dark-top:before,
.bgimg-tak-dark-bottom:after {
	width:240px;
	height:195px;
}
.bgimg-tak-dark-top:before {
	margin-left:-310px;
}
.bgimg-tak-dark-bottom:after {
	margin-right:-310px;
}

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* xs */
@media (max-width: 575.98px) {
}