/*******RICERCA*******/
.Ricerca select {
	width: 100% !important;
	float: left;
	
	padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.Ricerca select:focus {
    outline: none;
}
.Ricerca input {
    width: 100% !important;
}
.Ricerca {
	width: 100% !important;
	float: right;
	display: flex;
	margin-right: 5px;
	border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa 90% 50%;
}
.dg-btn-1 input {
    width: 100% !important;
	background-color: #000000;
    color: #FFFFFF;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
}
.dg-btn-1 {
    width: 100% !important;
}
.col-sm-3.cerca {
    top: 44px;
}
/*******************************/
.ContactFormTextBox {
	width:100%;

	box-sizing: border-box;
}
.ContactFormSubmit {
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
}

.ContactFormSubmit a {
	width:100%;
}
div.ContactFormLabel:nth-child(9){
	width:auto;
}
div.ContactFormTextBox:nth-child(10){
	width:auto;
	display: block ruby;
}
div.ContactFormTextBox:nth-child(10) span{
	float: left;
	margin-right:10px;
}

/*******************************/
.header-wrap .logo img {
    max-height: 100%;
    margin-bottom: 0px;
}
@media only screen and (max-width: 992px) {
div.mobile-header-replace {
    height: 64px;
}
}
.dng-mobilemenu.mobile_menu.mm-menu {
    top: 64px;
}

@media only screen and (max-width: 767px) {
.page-title-container {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
}