
body,#topbar{
	font-size:0.90em;
}

.mobile-nav-toggle.bi-x {
	color: #000;
	z-index: 99999;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
	color: #f03c02;
	font-weight: bold;
	text-decoration: underline;
}

.extlink {
	color: #f03c02!important;
	text-decoration: underline;
}

h2.title,h5.title,h3.title{
	color: #f03c02;
}

.testimonial-item h3 {margin-top:0!important;}
.testimonials .testimonial-item {

	padding: 20px;

}

.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 20px;
	font-size: 1em;
	color: #f03c02;
	white-space: nowrap!important;
	text-transform: uppercase;
	transition: 0.3s;
}

.blog .entry {
	padding: 0px;
	margin-bottom: 20px;
	box-shadow: none;
}

.blog .sidebar .sidebar-item {
	margin-bottom: 10px;
}

.blog .sidebar .sidebar-title {
	margin-bottom: 5px;
}


a#dropdownMenuLink{
	justify-content: inherit;
}

.blog .sidebar {
	margin-left: 0;
	padding-left:15px;
}

section#topbar {
	overflow: unset;
}

.form-group.is-invalid > .help-block {

	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545;
}

.form-group.is-invalid > label,.form-group.is-invalid > .checkbox > label{
	color: #dc3545;
}

h1.h1title{
	font-size: 24px;
	font-weight: 300;
	color: #fff;
}

#header {
	height: 150px;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	background:url(/img/bg-world-agent321.png) 70% no-repeat, #f8f6f5;

}
.prefisso, .wrapper-els {
	min-width: 1px;
	width: 1px;
	max-width: 1px;
	min-height: 1px;
	height: 1px;
	max-height: 1px;
	border: 0;
	background-color: #fff;
	z-index: -1000;
	display: none;
}

.form-group.required .control-label:after {
	content:"*";
	color:red;
}

/*CUSTOM DYN DIV AGREEMENT*/
/*div.on_off_off*/
/*{*/
/*    background: #d9edf7;*/
/*    font-family: segoe ui;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    padding: 5px 10px;*/
/*    border: 3px solid #dddddd;*/
/*    border-radius: 5px;*/
/*    -moz-border-radius: 5px;*/
/*    -webkit-border-radius: 5px;*/
/*    -khtml-border-radius: 5px;*/
/*    color: #000;*/
/*    display: inline;*/
/*}*/
/*div.on_off_on*/
/*{*/
/*    background: #469408;*/
/*    font-family: segoe ui;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    padding: 5px 10px;*/
/*    border: 3px solid #469408;*/
/*    border-radius: 5px;*/
/*    -moz-border-radius: 5px;*/
/*    -webkit-border-radius: 5px;*/
/*    -khtml-border-radius: 5px;*/
/*    color: #fff;*/
/*    display: inline;*/
/*}*/

/*div#on_off{*/
/*    cursor: pointer;*/

/*}*/
/*.dyn-err{*/
/*    margin-top:10px;*/
/*}*/

div.on_off_off
{
	_background: #d9edf7;
	font-family: segoe ui;
	font-size: 12px;
	font-weight: bold;
	__padding: 5px 10px;
	_border: 3px solid #dddddd;
	border: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #000;
	display: inline;
}
div.on_off_on
{
	_background: #5cb85c ;
	font-family: segoe ui;
	font-size: 12px;
	font-weight: bold;
	__padding: 5px 10px;
	_border: 3px solid #5cb85c ;
	border:0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #000;
	display: inline;
}

div#on_off{
	cursor: pointer;
	_margin-left:-20px;

}
.dyn-err{
	padding-bottom:10px;

}
.dyn-err .error-message {
	color: #dc3545;
}

div#dynEl{padding-bottom:0px;}


.square-box {
	background: #ffffff;
	height: 16px;
	border:2px solid #8f8f9d;
	width: 16px;
	__padding: 2px 15px 2px 4px;
	margin-right: 6px;
	display:block;
	float:left;
	margin-top:2px;

}

/*immagine del logo sulla topbar*/
.contact-info .logo img {
	padding: 0;
	margin: 0;
	max-height: 40px!important;
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 30px;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(14, 11, 10, 0.9);
	transition: 0.3s;
	z-index: 1;
}
