/* FITUPP CUSTOM SETTINGS */

.button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
	background-color: #E20613 !important;
	/*color: #000;*/
}

.button:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button:hover {
	background-color: #FF5566 !important;
	-webkit-box-shadow: 0px 0px 10px 0px #E20613;
	-moz-box-shadow: 0px 0px 10px 0px #E20613;
	box-shadow: 0px 0px 10px 0px #E20613;
}

header .nav li a.active {
	border-bottom:solid 5px #E20613;
}

@media only screen and (max-width: 640px) {
	header .nav li a.active {
		color: #E20613;
	}
}

.comunicazioni li a .notify, .corsi-container table.ar-table .link-prenotazione {
	background-color: #E20613;
	color: #fff;
}

.progressi-container .fit-test table.ar-table thead td, .progressi-container .fit-test table.ar-table thead td, .anagrafica-container table.ar-table thead td {
	background-color: #E20613 !important;
	color: #fff;
}

.workout title, .alimentazione-day .title {
	background-color: #E20613;
	color: #fff;
}

.home-top .text p {
	color: #E20613;
}

.login .login-box .login-img {
	height: 50px;
}

@media only screen and (max-width: 960px) {
	.login .login-box .login-img {
	    height: 40px;
	}
}

header .head-logo {
	width:120px;
}

@media only screen and (max-width: 720px) {
	header .nav {
    background-size: 100px auto;
		background-position: 20px 18px;
 }
}
