@font-face {
    font-family: 'DIN_Condensed_Bold';
    src: url('DIN_Condensed_Bold.ttf');
    src: local('DIN_Condensed_Bold.otf') format('Opentype');
    }
	
@font-face {
    font-family: 'Muli';
    src: url('muli/Muli-Regular.ttf');
    }
@font-face {
    font-family: 'Muli';
    src: url('muli/Muli-Italic.ttf');
	font-style: italic;
    }

html * {
	font-family: 'Muli', sans !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

body {
	background: url("../images/bg.jpg") fixed center center;
	background-size: cover;
	
}

.container {
	width: 900px !important;
	padding: 0px !important;
}

#header {
	width: 100%;
	height: 80px;
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	opacity: 0.7;

}

#logo {
	height: 100%;
	margin-left: 10px;
}

#social {
	float: right;
	height: 100%;
	margin-right: 10px;
}


#social a {
	height: 100%;
}
#social a img{
	height: 40%;
}

.tile {
	height: 440px;	
	border-radius: 10px;
	margin-top: 30px;
	float: left;
	margin-right: 15px;
	position: relative;
	color: black;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	transition:background 1s;
	cursor: pointer;
	
}


.trasparente {
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	transition:background 1s;
}

.bianco {
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	transition:background 1s;
}

.testi {
	padding: 20px;
	text-align: justify;
	font-size: 12px;
}

#portfolio .testi {
	line-height: 16px;
}

#coaching {
	width: 345px;
}

#consulting {
	width: 255px;
}

#portfolio {
	width: 170px;
}

#contact {
	width: 85px;
	margin-right: 0px;
}

.banner, .bannerdefault {
	position: absolute;
	right: -0.5px;
	bottom: 15px;
	width: 85%;
	height: 45px;
	color: white;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	display: table;
	text-align: right;
	
}

.banner p, .testoclone {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	padding-right: 5px;
	font-family: "DIN_Condensed_Bold", sans !important;
	border-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	
}
#coachingbanner {
	background: #cbad3d;
	
}

#consultingbanner {
	background: #bfd730;
}

#portfoliobanner {
	background: #00cbcc;
}

#contactbanner {
	background: #cb7cd6;
}

.x {
	font-weight: bold;
	position: absolute;
	left: 30px;
	bottom: 15px;
	height: 45px;
	display: table;
	font-size: 15px;
}

.x:hover {
	color: grey;
	cursor: pointer;
}

.x p {
	display: table-cell;
	vertical-align: middle;
}

.calottadiv {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.fotointerna {
	float: left;
	margin-right: 20px;
}

#contact .testi {
	float: left;
	padding-right: 0px;
	
}



#footer {
	float: left;
	clear: both;
	border-radius: 10px;
	margin-top: 30px;
	width: 100%;
	height: 30px;
	background: white;
	text-align: center;
	color: black;
	display: table;
	opacity: 0.7;
}

#footer p {
	display: table-cell;
	vertical-align: middle;
	font-size: 10px;
}

#footer a {
	color: black;
}
#footer a:hover {
	text-decoration: none;
}


form {
	width: 495px;
	float: right;
	margin: auto;
	font-family: "Muli", sans !important;
	margin-top: 10px;
	margin-right: 20px;
}

input[type="text"], textarea {
	width: 100%;
	height: 25px;
}

input[type="submit"] {
	height: 25px !important;
	padding: 2px 5px 2px 5px !important;
	float: right;
}

label {
	font-size: 10px;
	font-family: "Muli", sans !important;
	font-weight: normal;
	margin-right: 15px;
	text-align: right;
}

#tabellaprivacy {
	margin-bottom: 5px;
	margin-top: 5px;
}

.form-control {
	font-size: 12px;
	margin-bottom: 17.3px;
}

.white-popup {
  position: relative;
  background: #FFF;
  color: black;
  padding: 20px;
  width: auto;
  max-width: 300px;
  margin: 0px auto;
  font-size: 14px;
}

.tablePartners td {
	width: 50%;
}
.tablePartners {
	line-height: 16px;
    font-size: 12px;
}

