.dd-body {background:#f2f2f2 !important;}
.dd-dim {width:80%;margin:auto;}

.dd-header {position:relative;z-index:2;background-color: #fbb03b;box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);padding:15px;}
.dd-header-logo-div {width:20%;float:left;}
.dd-header-logo-div-c {width:95%;}
.dd-header-logo {height:100%;max-height:60px;}
.dd-header-search {width:80%;float:left;height:45px;}
.dd-header-search-form {}

.dd-header-search-inp-div {box-shadow: 2px 2px 0 0 rgba(73,80,89,0.4);height:100%;background:#FFFFFF;}

.dd-header-search-inp-div-c {float:left;height:45px;}

.dd-header-search-inp-div-c-inp {width:90%;}
.dd-header-search-inp {font-size:1.2em;height:100%;width:100%;background-color: #ffffff;color:#818E99;}
.dd-header-search-inp-w {color:#333333;}

.dd-header-search-inp-div-c-btn {width:10%;}
.dd-header-search-bnt {width:100%;height:100%;background-size:contain;background-color: #f7931e;cursor:pointer;background-position:center;background-image:url('/bundles/datadeo/images/home/home-lente.png');background-repeat:no-repeat;}
.dd-header-search-bnt:hover {background-color:#fbb03b;}


/* Desktop */
@media only screen and (min-width: 1025px) {
	
}

/* Large Tablet */
@media only screen and (min-width: 800px) and (max-width: 1024px) {
	.dd-dim {width:94%;}
	.dd-header-logo-div {width:20%;}
	.dd-header-search {height:45px;width:80%;}
	.dd-header-search-inp-div-c {height:45px;}
	.dd-header-search-inp {font-size:0.9em;}
}

/* Tablet */
@media only screen and (min-width: 500px) and (max-width: 799px) {
	.dd-dim {width:96%;}
	.dd-header-logo-div {width:30%;}
	.dd-header-search {height:45px;width:70%;}
	.dd-header-search-inp-div-c {height:45px;}
	.dd-header-search-inp {font-size:1.2em;}
	.dd-header-search-inp-div-c-inp {width:85%;}
	.dd-header-search-inp-div-c-btn {width:15%;}
}

/* Mobile in modalità landscape */
@media only screen and (max-width: 499px) {
	.dd-dim {width:96%;}
	.dd-header-logo-div {width:35%;}
	.dd-header-search {height:35px;width:65%;}
	.dd-header-search-inp-div-c {height:35px;}
	.dd-header-search-inp {font-size:1.2em;}
	.dd-header-search-inp-div-c-inp {width:85%;}
	.dd-header-search-inp-div-c-btn {width:15%;}
}

/* retina img */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	.dd-header-search-bnt {background-image:url('/bundles/datadeo/images/home/home-lente@2x.png');}
}
