/* link */

a {background-color: transparent;}

#page-header h1,
#page-footer h1 {
	font-size: 1.5em;
	font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}
#page-header .logo,
#page-footer .logo {
	margin-bottom: 10px;
	max-height: 38px;
	max-width: 100%;
}

/* HEADER */
#agenzia-header {
	background-color: #036;
	color: #fff;
	height: 48px;
}
#page-header {
	background-color: #F5F5F0;
	color: #fff;
	padding-top: 15px;
}
#page-header h1 > small {
	color: inherit;
	display: block;
	font-weight: 600;
	font-size: .7em;
	margin-top: 10px;
}
#page-header hr {
	border-color: rgba(255,255,255,.2);
	margin: 9px 0 10px;
}
#page-header .header-links a {
	color: #fff;
	display: inline-block;
}
#page-header .header-links .fa-info-circle {
	margin-right: 0;
}

/* USER */
#user-info {
	background-color: #fff;
	border-top: 2px solid transparent;
	color: #1c2024;
	margin: 0 -15px;
	padding: 13px 15px;
}
#user-collapse .user-links a {
	display: block;
	margin: 10px 1em 0 0;
}
#user-collapse .user-links a:last-child {
	margin-right: 0;
}
#open-user-info {
	background-color: transparent;
	border: 0;
	padding: 0;
}
#open-user-info:before {
	content: "\f077";
	font-family: FontAwesome;
}
#open-user-info.collapsed:before {
	content: "\f078";
}

/* SITI */
#menu-service {
	background-color: #06c;
}
#menu-service ul {
	margin-bottom: 0;
}
#menu-service li > a {
	border-left: 1px solid #036;
	color: #fff;
	padding: 14px 15px;
}
#menu-service li > a:hover {
	text-decoration: underline !important;
}
#menu-service li:first-child > a {
	border-left: 0;
}

.social > li {
	margin: 10px 0 0 .5em;
}
.social a {
	border-radius: 50%;
	height: 34px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 34px;
}
.social .fa {
	margin-right: 0;
}


/* BUTTON I18N*/
a.btn.btn-i18n.btn-md.i18nMargin {
    margin-left: 20px;
    font-size: large;
}
.btn-i18n{
	border-radius: 0px;
	border: 4px solid #004080;
	color: #004080;
}
.btn-i18n:hover {
  border-color: #004080;
  color: #004080;
}
.btn-i18n.disabled, .btn-i18n:disabled {
  border-color: #004080;
}

.btn-i18n:active, .btn-i18n.active,
.show > .btn-i18n.dropdown-toggle {
  color: #004080;
  border-color: #004080;
}

/* FOOTER */
#page-footer {
	background-color: #30373d;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
#page-footer hr {
	border-color: #65dde0;
	margin: 0px;
	width: 81%;
}
#page-footer .text-dark {
	color: #c6cace;
}
#page-footer a {
	color: #65dde0;
	font-weight: 300;
	text-decoration: underline;
}
#page-footer .social .btn-primary {
	background-color: #65dde0;
	border-color: #65dde0;
	color: #30373d;
}

#page-footer .footer-links > li {
	margin: 10px 2em 0 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	#page-header h1,
	#page-footer h1 {
		font-size: 2.3em;
		margin-top: 10px;
	}
	#page-header .logo,
	#page-footer .logo {
		max-height: 76px;
	}

	/* HEADER */
	#agenzia-header p {
		font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 1.2em;
		font-weight: 600;
		margin-top: .7em;
	}
	#page-header {
		border-bottom: 1px solid #fff;
		min-height: 151px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	#page-header .header-links .fa-info-circle {
		margin-right: .5em;
	}

	/* USER */
	#user-info {
		border: 2px solid transparent;
		margin: 0;
	}
	#user-collapse {
		display: block;
		height: auto !important;
	}
	#user-collapse .user-links a {
		display: inline-block;
	}

	/* SITI */
	#menu-service {
		margin-bottom: -20px;
		text-align: right;
	}
	#servizi-accedi {
		border-top-width: 1px;
		font-weight: 600;
	}

	/* FOOTER */
	#page-footer .footer-links {
		display: inline-block;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	/* HEADER */
	#page-header h1,
	#page-footer h1 {
	    margin-bottom: 0;
	}
}
