a:hover,
a:focus {
    color: #ddd794;
}

a,.tp-caption a.btn:hover {
	color: #ddd794;
}
.top-nav-collapse {
	background: #ddd794;
}

.carousel-indicators .active {
    background-color: #ddd794;
}

.header-text h2 span {
    background-color: #ddd794;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #ddd794;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #ddd794;
}

.widget-avatar .avatar:hover {
    border: 5px solid #ddd794;
}

.bg-skin {
	background: #ddd794;
}

.highlight-color {
	background-color: #ddd794;
}





form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #ddd794;
}
form.search-form input:focus {
	border-color: #ddd794;
}

/* footer */
ul.footer-menu li a:hover {
	color: #ddd794;
}

footer a.totop:hover {
	color: #ddd794;
}


.btn-skin {
    color: #000;
    background-color: #e3d76b;
    border-color: #b9c1bf;
}
.icon-state{
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 100px;
}
.icon-state-ce{
    background-image: url("../img/src/ce.png");
}
.icon-state-pe{
    background-image: url("../img/src/pe.png");
}
.icon-state-se{
    background-image: url("../img/src/se.png");
}
.icon-state-sp{
    background-image: url("../img/src/sp.png");
}
.icon-state-pr{
    background-image: url("../img/src/pr.png");
}
.min-text{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #737373;
    font-style: italic;
}
.text-50{
    font-size: 50px;
    color: #fff;
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
}
.text-80p{
    font-size:80%;
}
.text-4vw{
    width: 50%;
    font-size: 4vw; 
}
.text-30{
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
}
h2 label, cite{
    color: #fff;
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
}