/* COLORS */

.clr-0 {
	color: #ffffff;
}

.clr-1 {
	color: #3A2114;
}

.clr-2 {
	color: #23472D;
}

.clr-3 {
	color: #C5A91A;
}

.clr-4 {
	color: #628145;
}

.clr-5 {
	color: #fafafa;
}

.clr-h-0:hover {
	color: #ffffff;
}

.clr-h-1:hover {
	color: #3A2114;
}

.clr-h-2:hover {
	color: #23472D;
}

.clr-h-3:hover {
	color: #C5A91A;
}

.clr-h-4:hover {
	color: #628145;
}

.clr-h-5:hover {
	color: #fafafa;
}

/* bg rgb */

.bg-clr-0 {
	background-color: #ffffff;
}

.bg-clr-1 {
	background-color: #3A2114;
}

.bg-clr-2 {
	background-color: #23472D;
}

.bg-clr-3 {
	background-color: #C5A91A;
}

.bg-clr-4 {
	background-color: #628145;
}

.bg-clr-5 {
	background-color: #fafafa;
}

.bg-clr-h-0:hover {
	background-color: #ffffff;
}

.bg-clr-h-1:hover {
	background-color: #3A2114;
}

.bg-clr-h-2:hover {
	background-color: #23472D;
}

.bg-clr-h-3:hover {
	background-color: #C5A91A;
}

.bg-clr-h-4:hover {
	background-color: #628145;
}

.bg-clr-5,
.bg-clr-h-5 {
	background-color: #fafafa;
}

/* bg rgba */

.bg-alpha-0 {
	background-color: rgba(255,255,255,0.9);
}

.bg-alpha-1 {
	background-color: rgba(58,33,20,0.9);
}

.bg-alpha-2 {
	background-color: rgba(35,71,45,0.9);
}

.bg-alpha-3 {
	background-color: rgba(197,169,26,0.9);
}

.bg-alpha-4 {
	background-color: rgba(98,129,69,0.9);
}

.bg-alpha-5 {
	background-color: rgba(250,250,250,0.9);
}

/* MENU COLORS */

nav li i {
	color: #3A2114;
}

nav li a,
nav li span {
	color: #3A2114;
}

nav li a:hover,
nav li span:hover {
	background: #23472D;
}

.switch:hover {
	background: #23472D;
}

/* OWL */ 

#wall .owl-controls {
	position: absolute;
	left: 50%;
	bottom: -25px;
	z-index: 100;
}

#wall .owl-dot {
	display: block;
	width: 15px;
	height: 15px;
	background: #3A2114;
	margin: 0 5px;
	float: left;
	
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

#wall .owl-dot:hover {
	background: #23472D;
	
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

#wall .owl-dot.active {
	width: 30px;
	background: #23472D;
	
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}


#quotes .owl-controls {
	display: none;
}
