@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100&display=swap');
@import url('http://fonts.cdnfonts.com/css/trebuchet-ms-2');
.pagepartner {

}
body {
font-family: 'Trebuchet MS', sans-serif;
background: url(img/barra-azzurra.svg) no-repeat left top;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.partner {
	width: 1280px;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	margin-bottom: 120px;
}
.partner > div:first-of-type, .partner > div:last-of-type  {	
	height: 78px;	
}
.partner > div:first-of-type {
	background: #989998;
}
.blklogo{
	height: 125px;
	display: grid;
	grid-template-columns: 30% auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.blklogo > div {
	display: flex;
	justify-content: center;
	align-items: center;	
}
.blklogo > div:last-of-type {
	color: #15759C;
	font-size: 18px;
	font-weight: bold;
	border-left: 1px solid #989998;
}
.blklogo label {
	padding-left: 105px;
	padding-right: 50px;
	line-height: 30px;
	font-weight: normal;
}
.blkfoto {
	height: 300px;
}
.blkmain > div:first-of-type {
	text-align: center;	
	color: #989998;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.blkmain h2 {
	font-size: 19px !important;
	line-height: 30px;
}
.blkmain > div:nth-of-type(2) {
	text-align: center;
	padding-left: 200px;
	padding-right: 200px;
	box-sizing: border-box;
	color: #989998;
	font-size: 14px;
	line-height: 20px;
}
.blkmain > div:last-of-type a {
	display: block;
	text-align: center;
	width: 270px;
	height: 37px;
	border-radius: 7px;
	background: #15759C;
	font-weight: bold;
	line-height: 37px;
	color: #fff;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
/*.partner > div:last-of-type img {
	width: 120px;
	display: block;
	float: right;
	margin-right: 40px;
	margin-top: 15px;
}*/
.partner > div:first-of-type a {
	float: right;
	margin-right: 40px;
	color: #515151;
	margin-top: 25px;
}
.address {
	padding: 20px;
	display: block;
	margin-top: 30px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
		  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.stylegold {
	background: linear-gradient(90deg, rgba(237,223,188,1) 0%, rgba(186,166,113,1) 68%) !important;
}
.partner .goldp {
	display: grid;
	grid-template-columns: 150px auto 150px;
	background: linear-gradient(90deg, rgba(237,223,188,1) 0%, rgba(186,166,113,1) 68%);
	
}
.goldp div, .standard div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.standard {
	background: #989998;
	display: grid;
	grid-template-columns: 150px auto 150px;
}
.mpart {
	max-height: 65px;
}
.mpartalusic {
	margin-right: 10px;
	height: 40px;
	display: block;
}

@media (max-width: 900px) {
.partner {
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
	.blkfoto img {
		width: 100%
	}
}
.flag{
	display: flex;
	justify-content: flex-end;
	padding-right: 30px;
	box-sizing: border-box;
}
.flag a{
	display: inline-block;
	margin-right: 6px !important;
	margin-left: 6px !important;
	width: 20px;
	height: 20px;
	padding-top: 12px;
}

.ro {
	background: url("img/ro.svg") no-repeat center center/20px;
margin-right: 30px !important;
}
.eng {
	background: url("img/en.svg") no-repeat center center/20px;
}
.bg {
	background: url("img/bg.svg") no-repeat center center/20px;
margin-right: 30px !important;
}
.ita {
	background: url("img/it.svg") no-repeat center center/20px;
}
.fra {
	background: url("img/fr.svg") no-repeat center center/20px;
}
.ger {
	background: url("img/de.svg") no-repeat center center/20px;
}
.cz {
		background: url("img/cz.svg") no-repeat center center/20px;
}
.esp {
		background: url("img/es.svg") no-repeat center center/20px;
	margin-right: 30px !important;
}