﻿body.sport #PHbody_div1 {
	/*margin-top: 25px;*/
}

#boxPromo {
	width: 95%;
	margin: auto;
	padding: 0px;
	margin-bottom: 30px;
	font-family: "Open Sans";
}

#boxPromo a {
	text-decoration: none;
}

#boxPromo.no {
    opacity: 0.4;
}

body.sport #boxPromo.no,
body.Sport_mobile #boxPromo.no {
    opacity: 1;
}

#boxPromo.mobile {
    border: 3px dotted red;
}

body.sport #boxPromo.mobile,
body.Sport_mobile #boxPromo.mobile {
    border: none;
}

body.sport #boxPromo.mobile,
body.sport #boxPromo.no,
body.Sport_mobile #boxPromo.no,
body.Sport_mobile #boxPromo.desktop {
	display: none !important;
}

.imgBoxPromo {
	cursor: pointer;
}

.imgBoxPromo img {
	max-width: 410px;
	border: 0px solid white;
}

.titleBoxPromo {
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #0f501b;
	text-align: center;
	text-transform: uppercase;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0px 0px 5px #0F501B;
	height: 40px; /*add*/
}

.textBoxPromo {
	text-align: justify;
	background-color: rgba(255,255,255, 0.7);
	font-size: 15px;
	padding: 0px 20px 0px 20px;
	min-width: 200px;
	width: 490px;
	color: black;
	text-align: center;
	box-shadow: 0px 0px 5px #0F501B;
	min-height: 80px;
}

.ctaBoxPromo {
	text-align: center;
	height: 58px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: white;
	box-shadow: 0px 0px 5px #0F501B;
	height: 50px;
}

.ctaBoxPromo a input {	
	text-transform: uppercase;
}

.ctaBoxPromo input {
	padding: 0px 20px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
	height: 33px;
	background-color: #006400;
	border: 2px solid #006400;
	color: white;
	box-shadow: 0px 0px 0px #008000;
}

.ctaBoxPromo input:hover {
	background-color: #0E4070;
	border: 2px solid #FFF;
	color: #FFF;
	box-shadow: 0px 0px 8px rgba(14, 64, 112, 0.5);
}



.ContenutiDinamici {
	    text-align:center !important;
    }
.ContenutiDinamici #boxPromo {
	    max-width: 300px;
	    min-height: 200px !important;
        margin: 8px 10px;
        display: inline-block;
        vertical-align: top;
    }
.ContenutiDinamici .titleBoxPromo  {
     height: 60px;
    }
.ContenutiDinamici .textBoxPromo {
        padding: 10px 20px 10px 20px;
        height: 140px;
    }