/* Add here all your CSS customizations */

#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
	background-color: rgba(0,0,0,0) !important;
	color: #0088cc !important;
}

.form-control {
	border-radius: 0px !important;
}

.btn {
	border-radius: 0px !important;
}

#header .header-search .form-control {
	border-radius: 20px !important;
}

.label{
	border-radius: 0px !important;
}

#footer.light .footer-copyright {
    margin-top: 15px;
    background: #ffffff;
    border-top: 0px solid #DDD;
    color: black;
}

.slider .tp-bannertimer {
    background-color: #0d7a63 !important;
}

a {
    color: #0d7a63;
}

.onhover:hover
{
	opacity: 0.5;
}