/*@media (min-width: 1200px) {

	 Structure > 1200px
	#wrapper 		{
	width: 100%;
	margin: 0 auto;
}
	#header {
	width: 100%;
	min-height: 167px;
	position: relative;
	z-index: 10;
	background-image: url(../img/bg-header.png);
	background-repeat: repeat-x;
}

	#mainmenu		{width: 100%;float:left;}
	#main 			{width: 1130px;float:left;padding: 20px 20px 20px 20px;}
	#content 		{width: 670px;float:left;}
	#sidebar 		{width: 420px;float:right;}
	#footer			{width: 1130px;float:left;padding: 30px 20px 10px 20px;}
	#mainmenu		{display:block;}
 
} */

/*@media (min-width: 768px) and (max-width: 980px) {

	/* Structure 768 to 1000 */
	/*#wrapper 		{
	width: 100%;
	margin: 0 auto;
}
	#header 	{	width: 100%;
					min-height: 167px;
					position: relative;
					z-index: 10;
					background-image: url(../img/bg-header.png);
					background-repeat: repeat-x;
				} 
	#nav			{width: 100%;float:left;}
	#main 			{width: 708px;float:left;padding: 20px 20px 20px 20px;}
	#content 		{width: 470px;float:left;}
	#sidebar 		{width: 210px;float:right;}
	#footer			{width: 708px;float:left;padding: 30px 20px 10px 20px;}
	#mainmenu		{display:block;}
	
 
}*/

@media (max-width:1300px){

	/* Structure  < 767 */
body			{
	background: #fff;
}
#wrapper 		{
    width: 200%;
    margin-right: auto;
    margin-left: -50%;
    position: relative;
    margin-top: 0px;
    height: 700px;
}


#logo {
    display: block;
    float: left;
    width: 200px;
    background-image: url(../img/LOGO-BHC.png);
    text-indent: -9999px;
    height: 127px;
    background-size: 89% auto;
    background-repeat: no-repeat;
    margin-left: 0px;
    position: relative;
    margin-top: -50px;
}

	
#nav {
    width: 113%;
    color: #fff;
    display: inline;
    margin-top: 9px;
    margin-bottom: 0px;
    position: relative;
    left: 0px;
    float: left;
    clear: both;
    z-index: 70;
    /* [disabled]background-color: hsla(0,7%,3%,0.77); */
    margin-left: -6%;
    height: auto;
}

#social {display:none;}

#nav ul 		{
    list-style: none;
    display: none;
    position: relative;
    left: 0px;
    float: left;
    clear: left;
    margin-top: 30px;
    right: 0px;
    z-index: 20;
    text-align: center;
    width: 100%;
    margin-right: 5%;
    /* [disabled]visibility: collapse; */
    background-color: hsla(0,0%,100%,0.00);
}

#nav ul li 	{
    margin-bottom: 0;
    position: relative;
    width: 100%;
    display: block;
    float: left;
    left: 0px;
    right: 0px;
    clear: both;
    /* [disabled]background-color: hsla(0,7%,3%,0.77); */
    margin-left: 0px;
}
#nav ul li a 		{
    color: #fff;
    display: block;
    font-size: 14pt;
    font-family: "Arial Narrow", "Arial Black", "Arial Rounded MT Bold", Arial;
    text-transform: uppercase;
    width: 100%;
    clear: both;
    text-indent: 20px;
    position: relative;
    height: 48px;
    padding-top: 12px;
    text-align: left;
    padding-bottom: 12px;
    background-color: hsla(0,7%,3%,0.77);
    padding-left: 15%;
    float: right;
}
#nav ul li a:hover {
    background-color: #3b54a0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding-top: 13px;
    text-indent: 20px;
    padding-bottom: 11px;
    padding-left: 25%;
}
.bi {
    padding-right: 30px;
}
/*#nav a:hover 	{background:#666;}*/
	
/*	#mainmenu		{width:100%;float:left;}*/
#main 			{width:100%;float:left;padding: 20px 0 0 0;}
/*#content 		{
	width: 100%;
	float: left;
	margin-left: 0%;
}*/
#sidebar 		{width:100%;float:right;padding: 20px 0 0 0px;}
#footer			{
    width: 100%;
    float: left;
    padding-top: 38px;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 0;
    top: 200px;
}
	
	/* Header */
.btn-responsive-menu{
    display: block;
    position: relative;
    bottom: 15px;
    right: 0px;
    top: 0px;
}
/*#nav ul			{display:none;}
#nav ul li 		{
	float: none;
	display: block;
}*/


.content {
    position: relative;
    width: 95%;
    min-height: 30%;
    margin-top: 0px;
    z-index: 0;
    float: left;
    clear: both;
    margin-left: 0%;
    margin-right: 0%;
    top: 70px;
    padding-top: 15px;
}

.box-evi {
    float: none;
    margin-bottom: 1%;
    width: 100%;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    clear: both;
    padding-left: 2.5%;
    padding-right: 2.5%;
    left: 2.5%;
    right: 2.5%;
}

.box-evi:first-child {
	position: relative;
}

.box-evi h3 {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	background-color: #583B1C;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Arial Narrow", "Arial Black", "Arial Rounded MT Bold", Arial;
	text-align: center;
	text-shadow: 4px 4px 2px #000000;
	font-size: x-large;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	margin-top: -10px;
}

.box-evi h3:hover {
	background-color: #007036;
}

.box-evi h3 a {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Arial Narrow", "Arial Black", "Arial Rounded MT Bold", Arial;
	text-align: center;
	text-shadow: 4px 4px 2px #000000;
	font-size: x-large;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	margin-top: -10px;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
}
.content .box-evi img {
	width: 100%;
	position: relative;
}	
	/* Sidebar 
	.widget{width:48%;float:left;}
	.widget:first-child{margin-right:4%;!important}
	
	#site-title a {font-size:25px;margin-left:10px;}*/
	
	#footer p     {
	margin-left: 10px;
	margin-top: 0px;
}
	#footer img {

}	
#nav-container #barra h1 {
    position: fixed;
    padding-top: 14px;
}
#barra {
    visibility: collapse;
}	
.content .box-evi {
    position: relative;
    clear: none;
    float: none;
    left: 0%;
}
.container .box {
    width: 100%;
}
.selector .striscia {
    width: 90%;
    margin-left: 5%;
}
.selector .striscia h6 {
    font-size: medium;
}

.selector .striscia h5 {
    font-size: x-large;
}
.selector .striscia h4 {
    font-size: x-large;
}
#header #nav-container #brand {
    position: fixed;
    left: 248px;
    visibility: hidden;
}
.villlas {
    float: left;
    width: 100%;
    margin-top: 1%;
}
.contenitore .locali {
    width: 95%;
    margin-left: 2.5%;
}
#nav-container #BHC .BHCLOGO {
    height: 50px;
}
#header {
    width: 100%;
    min-height: 75px;
    position: fixed;
    z-index: 20;
    /* [disabled]background-image: url(../img/bg-header.png); */
    background-repeat: repeat-x;
    padding-left: 10px;
    padding-right: 10px;
    background-size: auto 100%;
    height: 75px;
    background-color: #FFFFFF;
    border-bottom: 8px solid #3B54A0;
}
#header.resized {
    width: 100%;
    min-height: 75px;
    position: fixed;
    z-index: 20;
    /* [disabled]background-image: url(../img/bg-header.png); */
    background-repeat: repeat-x;
    padding-left: 10px;
    padding-right: 10px;
    background-size: auto 100%;
    height: 75px;
}
.divider_head {
    height: 65px;
}
.proposal .select {
    width: 50%;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    float: left;
    clear: none;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
#structure {
    width: 95%;
    margin-left: 2.5%;
}
#structure .inset {
    width: 100%;
    padding-bottom: 10%;
}
#where {
    width: 100%;
    margin-left: 0px;
}
body {
}
#nav-container.resized {
    margin-right: auto;
    margin-bottom: 0;
    height: 125px;
    margin-top: 0px;
}
.BHCLOGO.resized {
    visibility: visible;
}
#nav .logo_alt.resized {
    visibility: collapse;
    width: auto;
    display: block;
}
#CORPO {
    width: 90%;
    margin-left: 5%;
    background-color: #FFFFFF;
    font-family: "Open Sans", "Open Sans Condensed", "Open Sans Condensed Light", "Open Sans Extrabold", "Open Sans Light", "Open Sans Semibold";
    margin-top: 0px;
    overflow-x: hidden;
    height: auto;
}
.descrizione2 .entire .txt_img  {
    width: 100%;
    margin-left: 0px;
}
#nav .logo_alt  {
    visibility: hidden;
    height: 0px;
    display: none;
    width: 90%;
}
#home {
    position: relative;
}
.socialnetwork a .social_icon {
    margin-right: 5px;
}
#slideshow {
    position: relative;
    top: 75px;
    height: 100%;
}
#slideshow .title {
    float: none;
    width: 100%;
    position: absolute;
    clear: both;
    opacity: 1;
    z-index: 40;
    background-image: url(../img/bkg_titolo.png);
    background-repeat: repeat-x;
    max-height: 250px;
    height: 250px;
    display: block;
    bottom: 160px;
}
#nav .padding  {
    transform: rotate(45deg) translate(-4px,-5px);
    transition: 0.4s;
    background-color: #C30508;
    padding-bottom: 2000px;
    margin-top: 0px;
    height: 100%;
    position: absolute;
}
#contenitor {
    position: relative;
    top: 75px;
}
.gallery-image {
    margin-top: 64%;
}
.gallery-image .Gallery {
    width: 90%;
    overflow-x: auto;
    overflow-y: auto;
    height: auto;
    float: left;
    clear: left;
    display: block;
    margin-left: 5%;
}
.gallery-image2 {
    margin-top: 64%;
}




























}

/*#header #BHC img {
    height: 100%;
    margin-left: -13px;
    margin-top: -14px;
    z-index: 20;
}*/
	
@media (max-width: 600px) {
#nav .logo_alt.resized {
    visibility: collapse;
    width: auto;
    display: block;
}
#barra {
    visibility: collapse;

}
.container .box {
    width: 100%;

}
.selector .striscia {
    width: 90%;
    margin-left: 5%;
}
.selector .striscia h4 {
    font-size: large;
}
.selector .striscia h5 {
    font-size: x-large;
    top: 10%;
}
.selector .striscia h6 {
    visibility: hidden;
}
#nav-container #BHC .BHCLOGO {
    width: 80%;
    margin-left: -71px;
}
#header #nav-container #brand {
    visibility: hidden;
}
.proposal .select {
    width: 100%;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    float: left;
    clear: none;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
#footer .foot_img {
    position: relative;
    float: right;
    margin-right: 5%;
    margin-bottom: 5%;
}
#footer .foot_divide p {
    text-align: left;
}














}

@media (max-width:767px){
.villlas .villa_photo {
    width: 90%;
    margin-left: 5%;
    float: left;
    clear: left;
}
.villlas .description {
    position: relative;
    margin-left: 0px;
    width: 90%;
    margin-right: 0px;
    left: 5%;
    clear: none;
    float: left;
    right: 5%;
}
.villlas .description h1 {
    position: relative;
    margin-top: 2%;
}
.villlas .description .data {
    position: relative;
}
.description h4 a {
    position: relative;
}
.villlas .description h4 {
    position: absolute;
    visibility: collapse;
}
.contenitore .Esterni {
    width: 100%;
}
.contenitore .locali {
    width: 100%;
    margin-left: 0px;
}
.contenitore .locali .text {
    width: 80%;
    text-align: center;
    float: left;
    margin-right: 10%;
    margin-left: 10%;
}
.locali .tecnica .titolo {
    width: 90%;
    margin-left: 5%;
    font-family: "Roboto Black";
    font-size: large;
    float: right;
}
.locali .tecnica .description {
    visibility: visible;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
}


.contenitore .locali .img {
    visibility: visible;
    width: 70%;
    margin-left: 15%;
    float: left;
}
.locali .tecnica .dati {
    width: 90%;
    margin-left: 5%;
}
.locali .tecnica .illustration {
    width: 90%;
    margin-left: 5%;
    float: left;
}
.locali .tecnica .attn {
    width: 80%;
    margin-left: 10%;
}
.contenitore .locali .Tec_Cos {
    width: 90%;
    margin-left: 5%;
}
.locali .tecnologia .parte_1 {
    width: 90%;
    margin-left: 5%;
}
.contenitore .locali .tecnologia {
    width: 95%;
    margin-left: 2.5%;
    float: left;
}
.contenitore .cmd .Plan {
    width: 100%;
}
.buttn   {
    width: 100%;
    text-align: center;
}
.contenitore .divider2 h1 {
    font-family: "Roboto Black";
    font-weight: bold;
    font-size: x-large;
}
.content {
    position: relative;
    width: 95%;
    min-height: 30%;
    margin-top: 0px;
    z-index: 0;
    float: left;
    clear: both;
    margin-left: 0%;
    margin-right: 0%;
    top: 70px;
    padding-top: 15px;
}
#footer .foot_divide {
    width: 100%;
    text-align: left;
}
#footer .foot_divide3 {
    width: 100%;
}
#footer .foot_divide3 h2 {
    margin-left: 5%;
    margin-right: 5%;
}
#footer .foot_divide3 p {
    margin-left: 5%;
    margin-right: 5%;
}
#footer .foot_divide3 .link_utili {
    margin-left: 2%;
}
#footer .foot_divide iframe {
    width: 90%;
    margin-left: 5%;
}
#CORPO .half {
    width: 100%;
    float: left;
    clear: none;
}
#footer .foot_divide3 h3 {
    margin-left: 5%;
}
#footer .foot_divide3 .socialnetwork {
    margin-left: 5%;
}
.socialnetwork a .social_icon {
    margin-right: 5px;
}
.column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}
.gallery-image {
    margin-top: 87%;
}
.column3 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}
.gallery-image2 {
    margin-top: 87%;
}





















}
