

body {
	font-size: 1.0rem;
	margin: 0;
	padding:0;
/*  background-image: url(../image/sfondotorino_colore.jpg); */
	background-color: #FFE9AD;
  /* Background image is centered vertically and horizontally at all times */
  background-position: top center;
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  /* Background image is fixed in the viewport so that it doesn't move when
     the content's height is greater than the image's height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  /* Set a background color that will be displayed
     while the background image is loading */
/*  background-color: #D4AA00; */
}

/* SFONDO fo mobile devices */
@media only screen and (max-width: 767px) {
  body {
    background-image: url(../image/sfondotorino_mobile.jpg);
  }
	}


li {
list-style: none;
}

a {
text-decoration: none;
font-weight:bold;
color:#B45422;
}

a:hover {
text-decoration: none;
color:#000;
}

a {
   outline: none;
}
a:focus {
outline: none;
}


p {
  margin: 0;
  padding: 0;
  text-align: left;
}


img {
    max-width: 100%;
    height: auto;
}

.nascosto {
	display: none;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"]{
  padding-right: 0;
  padding-left: 0;
}

/* -----------------------------------------------
                 GABBIA
----------------------------------------------- */
.container {
	max-width: 81.4285em;
	margin: 0 auto;
	background: #dabf72;
	box-shadow:         0px 0px 30px rgba(0, 0, 0, 0.70);
	-webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.50);
	-moz-box-shadow:    5px 5px 3px rgba(0, 0, 0, 0.50);
}

/* -----------------------------------------------
                 SLIDE
----------------------------------------------- */
.scorri_slide {
	margin:1em 2em;
	border:10px solid #35302A;
}

.carousel-caption p {
	font-family: "Oswald", arial;
	font-size:1.8rem;
	text-shadow: 3px 1px 2px rgba(0, 0, 0, 1.0);
	text-transform:uppercase;
	color: #fff;
	text-align:center;
}


/* -----------------------------------------------
                 LINGUA e SOCIAL
----------------------------------------------- */

.lingua_social {
	background:#B95323;
	height:2.6em;
}

/* ------- MENUSOCIAL ------- */

ul#menusocial  {
	margin:0;
	padding:0.2em 0 0 1em;
	overflow:hidden;
}

ul#menusocial li {
	margin:0 0.3em 0 0;
	padding:0;
    float: left;
}

#menusocial li a#facebook {
    display:block;
    width:30px;
    height:30px;
    background:url(../image/menusocial.png) no-repeat 0 -30px;
}
#menusocial li a#facebook:hover {background-position: 0 0px;}

#menusocial li a#twitter {
    display:block;
    width:35px;
    height:30px;
    background:url(../image/menusocial.png) no-repeat -20px -30px;
}
#menusocial li a#twitter:hover {background-position: -20px 0px;}

#menusocial li a#googleplus {
    display:block;
    width:30px;
    height:30px;
    background:url(../image/menusocial.png) no-repeat -55px -30px;
}
#menusocial li a#googleplus:hover {background-position: -55px 0px;}


#barralingua li a#facebook {
    display:block;
    width:30px;
    height:30px;
    background:url(../image/menusocial.png) no-repeat 0 -30px;
	margin-right:4px;
}
#barralingua li a#facebook:hover {background-position: 0 0px;}



/* ------- LINGUA ------- */

#barralingua {
	float:right;
	margin:0.2em 1em 0 0;
}
#barralingua li {float:left;}

#barralingua li a#search {
    display:block;
    width:35px;
    height:30px;
    background:url("../image/lingue.png") no-repeat 0px 0px;
}
#barralingua li a#search:hover {background-position: 0px -30px;}

#barralingua li a#ita {
    display:block;
    width:35px;
    height:30px;
    background:url("../image/lingue.png") no-repeat -35px 0px;
}
#barralingua li a#ita:hover {background-position: -35px -30px;}

#barralingua li a#eng {
    display:block;
    width:35px;
    height:30px;
    background:url("../image/lingue.png") no-repeat -70px 0px;
}
#barralingua li a#eng:hover {background-position: -70px -30px;}


/* ------- SEARCH ------- */

#search {
    position: relative;
    float: left;
    width:30px;
    height:30px;
	margin-left:5px;
}
#label {
    width:30px;
    height:30px;
    position: relative;
    z-index: 1;
}
#label label {
    display: block;
    width:30px;
    height:30px;
    background:url("../image/lingue.png") no-repeat 0px 0px;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
#label label:hover {
	background-position: 0px -30px;
}
#label.active label {
    background:url("../image/lingue.png") no-repeat 0px -30px;
}
#input {
    position: absolute;
    top: 0;
    right: 35px;
    width: 150px;
    height: 30px;
    z-index: 5;
    overflow: hidden;
}
#input input {
    display: block;
    position: absolute;
    top: 0px;
    left: -150px;
    width: 150px;
    height: 100%;
    margin: 0;
    padding: 0 3px;
    border: none;
    background-color: #DEC376;
    color: #000;
    font-family: "Oswald", arial;
    font-size: 1.3rem;
    -webkit-backface-visibility: none;
    -moz-backface-visibility: none;
    -ms-backface-visibility: none;
    backface-visibility: none;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-transition: left 0;
    -moz-transition: left 0;
    -ms-transition: left 0;
    -o-transition: left 0;
    transition: left 0;
}
#input input:focus {
    outline: none
}
#input.focus {
    z-index: 20
}
#input.focus input {
    left: 0px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}



/* -----------------------------------------------
                    MENU
----------------------------------------------- */
.barramenu {
    background:#dabf72 url(../image/top_bar.png) repeat-x;
}

.navbar-collapse {
  line-height:180%;
}

#menu.navbar-default .navbar-brand {
	position:relative;
    color: #fff;
	height:2.0em;
	font-size:1.2em;
}
#menu.navbar-default {
	font-family: "Oswald", Arial;
	font-weight: 700;
	font-size: 1.6rem;
	color: #fff;
	text-transform:uppercase;
	text-align:left;
    background:none;
	border:none;
	position:relative;
	z-index:100;
}
#menu.navbar-default ul {
	width:100%;
	margin:0.2em auto 1.2em auto;
	text-align: center !important;
}

#menu.navbar-default ul li {
	display: inline-block !important;
	float: none !important;
}

#menu.navbar-default .navbar-nav>li>a {
    color: #fff;
	margin:0em 1.6em;
	padding:0.3em 0em;
	height:26px;
}
#menu.navbar-default .navbar-nav>li>a:hover,
#menu.navbar-default .navbar-nav>li>a:focus {
    color: #F4D76E;
	text-shadow: 3px 3px 2px rgba(66, 66, 66, 1.0);
}
#menu.navbar-default .navbar-nav>.active>a,
#menu.navbar-default .navbar-nav>.active>a:hover,
#menu.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
}
#menu.navbar-default .navbar-toggle {
    border-color: #fff;
    background-color: #DEC376;
	height:100%;
}
#menu.navbar-default .navbar-toggle:hover,
#menu.navbar-default .navbar-toggle:focus {
    background-color: #968956;
}
#menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
#menu.navbar-default .navbar-toggle:hover .icon-bar,
#menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.default_icon { background: url(../image/menu.png) no-repeat 0 3px;}
.menu_home { background: url(../image/menu.png) no-repeat 0 3px;}
.menu_progetto { background: url(../image/menu.png) no-repeat 0 -25px;}
.menu_ospitalità { background: url(../image/menu.png) no-repeat 0 -53px; }
.menu_servizi { background: url(../image/menu.png) no-repeat 0 -81px; }
.menu_fotografie { background: url(../image/menu.png) no-repeat 0 -109px; }
.menu_news_ed_eventi { background: url(../image/menu.png) no-repeat 0 -137px; }
.menu_faq { background: url(../image/menu.png) no-repeat 0 -165px; }
.menu_contatti { background: url(../image/menu.png) no-repeat 0 -193px; }
.menu:hover { background: url(../image/menu_hover.png) no-repeat 0 0.2em; }



/* -----------------------------------------------
                 CONTENUTO
----------------------------------------------- */

.contenuto {
	background: #dabf72;
	overflow: hidden;
}

.contenuto_interno {
	margin:0;
}

/* -----------------------------------------------
                 HOME
----------------------------------------------- */

.boxfinestra {
	margin-top:2em;
	padding:0;
	cursor:pointer;
}


.boxfinestra_ballatoio {
	margin-top:0em;
	padding:0;
}

.boxfinestra h2 {
	margin:0.5em 0 0.5em 0em;
	font-family:"Oswald", arial;
	font-size:1.8rem;
	font-weight:700;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 3px 3px 2px rgba(66, 66, 66, 0.8);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.boxfinestra:hover h2 {
	color:#B95323;
	text-shadow: 2px 2px 1px rgba(255, 255, 255, 1.0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


.finestra {
	width: 21.429em;
	height:13.929em;
	margin:0 auto;
	background: url(../image/finestra_home.jpg) no-repeat;
}

.foto_home {
	float:left;
	width: 8.8em; /* 125px */
	height: 11.6em; /* 165px */
	margin:1.2em 0 0 1.35em;
	overflow: hidden;
}

.testo_home {
	float:left;
	width: 9.1em; /* 125px */
	height: 11.6em; /* 165px */
	margin:1.2em 0 0 1.35em;
	overflow: hidden;
}
.boxfinestra p {
	margin: 0em 0.3em;
	font-family:"Oswald", arial;
	font-size:1.3rem;
	line-height:135%;
	color:#fff;
	text-align:center;
}

.boxballatoio {
	position:relative;
	margin: 0 0 0 0;
	z-index:1;
}
img.ballatoio  {
	position:absolute;
	display: block;
	top:-0.5em;
	left:0;
	margin: 0 auto;
	text-align:center;
	z-index:10;
}


/* -----------------------------------------------
                 NEWSLETTER
----------------------------------------------- */

.newsletter {
	position:relative;
	top:-165px;
	left:0;
	width:100%;
	max-width:400px;
	margin:0 auto;
	padding:1em 0;
	background:#f3f5f5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	z-index:30;
}

.newsletter h2 {
	width:90%;
	margin:0 auto;
	padding:0.5em 0;
	font-family: "Oswald", Arial;
	font-size: 1.8rem;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	color:#666;
}

.newsletter p {
	width:90%;
	margin:0 auto;
	padding:0.5em 0 0 0;
	font-family: "Cuprum", Arial;
	font-size: 1.3rem;
	text-align:center;
	color:#666;
	border-top:2px solid #666;
}


.iscrizionenewsletter {
	width:90%;
	margin:0.5em auto;
	padding:0;
	font-family: "Cuprum", Arial;
	font-size: 1.3rem;
	text-align:center;
	color:#666;
}


.iscrizionenewsletter .btn-default {
	font-family: "Oswald", Arial;
	font-size: 1.4rem;
	font-weight:700;
	color:#fff;
	background:#B95323;
}


/* -----------------------------------------------
                 SINISTRA
----------------------------------------------- */

.boxsinistra_news {
        margin:1em auto;
        padding:1em;
}

.boxsinistra {
	margin:1em auto;
	padding:1em;
        background: rgba(255, 255, 255, 0.8);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;

}
.boxsinistra_sfondo {
	margin:1em auto;
	padding:1em;
	background: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


h1.titolo {
    margin: 0;
    padding-left: 0.8em;
    color: #B65623;
    font-family: "Oswald", arial;
    font-size: 5.0rem;
	font-weight:700;
	text-align: left;
	text-transform: uppercase;
	background: url(../image/fumetto_titolo.png) no-repeat 0 7px;
    transition-property: all;
	animation-duration: 3s;
}

h2.titoletto {
    margin: 1em 0 0.5em 0;
    padding-left: 0.9em;
    color: #B65623;
    font-family: "Oswald", arial;
    font-size: 2.6rem;
	font-weight:700;
	text-align: left;
	text-transform: uppercase;
	background: url(../image/fumetto_titoletto.png) no-repeat 0 1px;
    transition-property: all;
	animation-duration: 3s;
}

h2.testo_extra {
    margin: 1em 0 0.5em 0;
    padding-left: 0.9em;
    color: #B65623;
    font-family: "Oswald", arial;
    font-size: 5.0rem;
	font-weight:700;
	text-align: center;
	text-transform: uppercase;
}

h2.titoletto2 {
    margin: 0em 0 0.5em 0!important;
}

.boxsinistra p {
    margin: 0;
	padding:0;
    color: #333;
    font-family: "Cuprum", arial;
    font-size: 1.7rem;
	line-height:150%;
}

.boxsinistra a {
	transition: background-color 0.8s ease;
    background-color: transparent;
    color: #B95323;
}

.boxsinistra a:hover {
	color:#fff;
    background:#B95323;
}

.boxsinistra h2 {
    margin: 1em 0 0.5em 0;
    padding-left: 0.9em;
    color: #B65623;
    font-family: "Oswald", arial;
    font-size: 2.6rem;
	font-weight:700;
	text-align: left;
	text-transform: uppercase;
	background: url(../image/fumetto_titoletto.png) no-repeat 0 1px;
    transition-property: all;
	animation-duration: 3s;
}



.duecolonne {
	column-count: 2;
	column-gap: 3em;
	column-rule: 1px dotted #333;

	-moz-column-count: 2;
	-moz-column-gap: 3em;
	-moz-column-rule: 1px dotted #333;

	-webkit-column-count: 2;
	-webkit-column-gap: 3em;
	-webkit-column-rule: 1px dotted #333;
}

.separatore {
	display:inline-block;
	width:100%;
    height: 0.5em;
    margin: 2em 0;
    background: url("../image/bordoh2.gif") repeat-x scroll center bottom rgba(0, 0, 0, 0);
}


.dettagli {
	margin:2em 0;
	padding:0;
	background:#B65623;
}

.dettagli_lato {
margin:1em 0 2em 0;
padding-bottom:1em;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}


/* BOX LEGGI */

.box_leggi {
	position:relative;
	width:250px;
	height:170px;
	border:3px solid #fff;
	margin:0 auto;
	padding:0;
	background: rgba(218,191,114, 1.0);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}

.presentazione { background: url(../image/leggi_presentazione.jpg) no-repeat bottom left; }
.destinatari { background: url(../image/leggi_destinatari.jpg) no-repeat bottom left; }
.requisiti { background: url(../image/leggi_requisiti.jpg) no-repeat bottom left; }
.partner { background: url(../image/leggi_partner.jpg) no-repeat bottom left; }
.accoglienza { background: url(../image/leggi_accoglienza.jpg) no-repeat bottom left; }
.appartamenti { background: url(../image/leggi_appartamenti.jpg) no-repeat bottom left; }
.soggiorni { background: url(../image/leggi_soggiorni.jpg) no-repeat bottom left; }
.spazicomuni { background: url(../image/leggi_spazicomuni.jpg) no-repeat bottom left; }
.tariffe { background: url(../image/leggi_tariffe.jpg) no-repeat bottom left; }
.condizioni { background: url(../image/leggi_condizioni.jpg) no-repeat bottom left; }

h2.titolo_box_leggi {
	position:absolute;
	bottom:6px;
	left:60px;
    margin: 0;
    padding: 0;
    color: #B65623;
    font-family: "Oswald", arial;
 	font-size: 2.4rem;
 	font-weight:700;
	text-align: left;
	text-transform: uppercase;
}


.box_leggi p {
    margin: 0em auto;
	padding:1em;
    color: #333;
    font-family: "Cuprum", arial;
    font-size: 1.6rem;
	line-height:130%;
	text-align:center;
}


/* FLIP BOX LEGGI */
.box_leggi_flip {
	perspective: 1000;
	margin:1em auto;
}

.box_leggi_flip, .front, .back {
	width: 250px;
	height: 170px;
	cursor:pointer;
}

.box_leggi_flip:hover .flipper, .box_leggi_flip.hover .flipper {transform: rotateY(180deg);}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
	/* firefox */
	transform: rotateY(0deg);
}

.back {
	transform: rotateY(180deg);
}
/* -----------------------------------------------
                 DESTRA
----------------------------------------------- */

.boxdestra {
	margin:0 auto;
	padding:1em 0;
}

.imgdx {
border:3px solid #B65623;
/*
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
*/
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

transition: border-color 0.8s ease;
}


.imgdx:hover {
	border:3px solid #fff;
}

/* -----------------------------------------------
                 GALLERY
----------------------------------------------- */


.box_img_gallery {
margin:0.5em auto;
padding:0;
}

.img_gallery {
height:150px !important;
border:3px solid #B65623;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
transition: border-color 0.8s ease;
}

/* -----------------------------------------------
                 FOOTER
----------------------------------------------- */
.footer {
	position:relative;
    float: none;
	margin: 0;
	height:217px;
	z-index:1;
}

.sfondopiede  {
	position:absolute;
	display: block;
	bottom:0;
	left:0;
	margin: 0;
	z-index:2;
}


.boxpiede {
	width:55%;
	position:absolute;
	right:5px;
	bottom:50px;
	z-index:3;
 }

 .boxloghipiede {
    display: flex;
	justify-content: center;
 }

.boxpiede p {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: "Cuprum", Arial;
	font-size: 1.7rem;
	line-height:2.4rem;
}

.boxpiede p a {
	color: #B45422;
	text-decoration: none;
}

.boxpiede p a:hover {
	color: #333;
}


.boxpiede img {
	padding:2px;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}

.sponsor {
	cursor:pointer;
}

.testo_centrato {
	text-align:center;
}

p.contatti_testo {
	font-size:1.1em!important;
	line-height:120%!important;
}


.format_icone {
	color:#B65623;
	margin: 0 0.5em 0 0;
}

.destracontatti {
	margin-top:6em;
}



/* ============================================ */
/*                                              */
/*                 MEDIA QUERY                  */
/*                                              */
/* ============================================ */


/* ============================================ */
/*                      400 [1]                     */
/* ============================================ */

@media screen and (min-width: 321px) and (max-width: 400px) {



#menu.navbar-default ul {
	width:100%;
	margin:-0.2em auto 1em auto;
	padding:0.5em;
	text-align: left !important;
	border:1px solid transparent;
	background:#B39264;
}

#menu.navbar-default ul li {
	display: block !important;
	float: none !important;
	margin:0;
	padding:0;
}


/* SEARCH */
#input {
    position: absolute;
    top: 93px;
    left: -40px;
    width: 150px;
    height: 30px;
    z-index: 5;
    overflow: hidden;
}


#input input {
    display: block;
    position: absolute;
    top: 0;
    left: -150px;
    width: 150px;
    height: 100%;
    margin: 0;
    padding: 0 3px;
    border: none;
    background-color: #DEC376;
    color: #000;
    font-family: "Oswald", arial;
    font-size: 1.3rem;
    -webkit-backface-visibility: none;
    -moz-backface-visibility: none;
    -ms-backface-visibility: none;
    backface-visibility: none;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-transition: left 0;
    -moz-transition: left 0;
    -ms-transition: left 0;
    -o-transition: left 0;
    transition: left 0;
}

.scorri_slide {
	margin:1em 0.5em;
	padding:0;
	border:5px solid #35302A;
}
.carousel-caption p {
	font-size:1.2rem;
}



.boxballatoio {
	display:none;
}

.newsletter {
	top:0px;
	width:95%;
	margin:3em auto;
}

h1.titolo {
    margin: 0;
    padding-left: 1.1em;
    font-size: 3rem;
	line-height:130%;
	background: url(../image/fumetto_titolo.png) no-repeat 0 -4px;
}

.boxsinistra p {
    font-size: 1.5rem;
	line-height:160%;
}

.duecolonne {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}


.footer {
	position:relative;
    float: none;
	margin: 20px 0 0 0 ;
	height:150px;
	z-index:1;
}

.sfondopiede {
	position:relative;
	right:0;
	bottom:0;
	z-index:2;
 }
.boxpiede {
	width:100%;
	position:absolute;
	right:0;
	top:61px;
	margin-top:0px;
	z-index:3;
 }


.boxpiede p {
	font-size: 1.3rem;
	line-height:1.5rem;
}





}


/* ============================================ */
/*                    401-599 [2]               */
/* ============================================ */

@media screen and (min-width: 401px) and (max-width: 599px) {




#menu.navbar-default ul {
	width:100%;
	margin:-0.2em auto 1em auto;
	padding:0.5em;
	text-align: left !important;
	border:1px solid transparent;
	background:#B39264;
}

#menu.navbar-default ul li {
	display: block !important;
	float: none !important;
	margin:0;
	padding:0;
}


.scorri_slide {
	margin:1em 0.5em;
	padding:0;
	border:5px solid #35302A;
}
.carousel-caption p {
	font-size:1.2rem;
}


.boxballatoio {
	display:none;
}

.newsletter {
	top:0px;
	width:100%;
	margin:3em auto;
}

h1.titolo {
    margin: 0;
    padding-left: 1.1em;
    font-size: 4rem;
	background: url(../image/fumetto_titolo.png) no-repeat 0 -4px;
}

.boxsinistra p {
    font-size: 1.5rem;
	line-height:160%;
}


.footer {
	position:relative;
    float: none;
	margin-top: 20px;
	height:180px;
	z-index:1;
}

.sfondopiede {
	position:relative;
	right:0;
	bottom:0;
	z-index:2;
 }
.boxpiede {
	width:100%;
	position:absolute;
	right:0;
	top:91px;
	margin-top:0px;
	z-index:3;
 }


.boxpiede p {
	padding:0 0.2em;
	font-size: 1.4rem;
	line-height:1.6rem;
}


.duecolonne {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}


}


/* ============================================ */
/*                    600-768 [3]               */
/* ============================================ */

@media screen and (min-width: 600px) and (max-width: 768px) {

/* -----------------------------------------------
                 MENU
----------------------------------------------- */
#menu.navbar-default ul {
	width:100%;
	margin:-0.2em auto 1em auto;
	padding:0.5em;
	text-align: left !important;
	border:1px solid transparent;
	background:#B39264;
}

#menu.navbar-default ul li {
	display: block !important;
	float: none !important;
	margin:0;
	padding:0;
}


.scorri_slide {
	margin:1em 0.5em;
	padding:0;
	border:5px solid #35302A;
}

.boxballatoio {
	display:none;
}

.newsletter {
	top:0px;
	width:100%;
	margin:3em auto;
}

h1.titolo {
    margin: 0;
    padding-left: 1.1em;
    font-size: 4rem;
	background: url(../image/fumetto_titolo.png) no-repeat 0 -4px;
}

.boxsinistra p {
    font-size: 1.5rem;
	line-height:160%;
}


.footer {
	position:relative;
    float: none;
	margin-top: 20px;
	height:120px;
}

.boxpiede {
	width:55%;
	position:absolute;
	right:5px;
	bottom:25px;
 }


.boxpiede p {
	font-size: 1.4rem;
	line-height:1.6rem;
}

}

/* ============================================ */
/*                   769-1023 [4]               */
/* ============================================ */

@media screen and (min-width: 769px) and (max-width: 1023px) {

/* -----------------------------------------------
                    MENU
----------------------------------------------- */
.barramenu {
    background:#dabf72 url(../image/top_bar.png) repeat-x;
}

.navbar-collapse {
  line-height:180%;
}

#menu.navbar-default .navbar-brand {
	position:relative;
    color: #fff;
	height:2.0em;
	font-size:1.2em;
}
#menu.navbar-default {
	font-family: "Oswald", Arial;
	font-weight: 700;
	font-size: 1.5rem;
	color: #fff;
	text-transform:uppercase;
	text-align:left;
    background:none;
	border:none;
	position:relative;
	z-index:100;
}
#menu.navbar-default ul {
	width:100%;
	margin:0.2em auto 1.6em auto;
	text-align: center !important;
}

#menu.navbar-default ul li {
	display: inline-block !important;
	float: none !important;
}

#menu.navbar-default .navbar-nav>li>a {
    color: #fff;
	margin:0em 0.5em 0em 1.4em;
	padding:0.3em 0em;
	height:26px;
}

.scorri_slide {
	margin:1em 0.5em;
	padding:0;
	border:5px solid #35302A;
}


img.ballatoio  {
	position:absolute;
	display: block;
	top:-1em;
	left:0;
	margin: 0 auto;
	text-align:center;
	z-index:10;
}


.boxfinestra_ballatoio {
	margin-top:-1em;
	padding:0;
	height:140px;
	overflow:hidden;
}

.boxballatoio {
	margin-bottom:0px;
}

.newsletter {
	top:-175px;
	width:100%;
	margin:3em auto 0 auto;
}


/* -----------------------------------------------
                 BOX FINESTRA
----------------------------------------------- */
.boxfinestra h2 {
	font-size:1.5rem;
}


.finestra {
	width: 17.857em;
	height:11.642em;
	margin:0 auto;
	background: url(../image/finestra_home_tablet.jpg) no-repeat;
}

.foto_home {
	float:left;
	width: 7.5em;
	height: 10.em;
	margin:0.95em 0 0 1.0em;
	overflow: hidden;
}

.testo_home {
	float:left;
	width: 7.6em;
	height: 9.9em;
	margin:0.85em 0 0 1em;
	overflow: hidden;
}

h1.titolo {
    margin: 0;
    padding-left: 1.1em;
    font-size: 4rem;
	background: url(../image/fumetto_titolo.png) no-repeat 0 -4px;
}
.boxsinistra p {
    font-size: 1.4rem;
	line-height:160%;
	margin: 0em 0.2em;
}


/* -----------------------------------------------
                 FOOTER
----------------------------------------------- */


.footer {
	position:relative;
    float: none;
	height:150px;
}

.boxpiede {
	width:55%;
	position:absolute;
	right:5px;
	bottom:35px;
 }


.boxpiede p {
	font-size: 1.7rem;
	line-height:2.0rem;
}



}


/* -----------------------------------------------
                 TAB FORMULA
----------------------------------------------- */

.nav-formula {
  border-bottom: 3px solid #B65623;
}
.nav-formula > li {
  float: left;
  margin-bottom: 0px;
    font-family: "Oswald", Arial;
    font-size: 1.2em;
	color:#B65623;
}
.nav-formula > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-formula > li > a:hover {
	color:#B65623;
  border-color: #eee #eee #ddd;
}
.nav-formula > li.active > a,
.nav-formula > li.active > a:hover,
.nav-formula > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #B65623;
  border: 1px solid #B65623;
  border-bottom-color: transparent;
}
.nav-formula.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-formula.nav-justified > li {
  float: none;
}
.nav-formula.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-formula.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}


/* -----------------------------------------------
                 MODULO RESIDENCE
----------------------------------------------- */

.modulo_residence {
	width:100%;
	margin:1em 0;
	padding:0.5em;
    font-family: "Cuprum", Arial;
    font-size: 1.2em;
	color:#fff;
	background:#B65623;
	border:0px solid #666;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

.invia_modulo_residence {
	margin:0 auto;
    padding: 5px 10px;
    font-family: "Oswald", Arial;
    font-size: 1.0em;
	color:#B65623;
	background:#eee;
    border-color: #357ebd;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
}


/* -----------------------------------------------
                 TABELLA
----------------------------------------------- */

.tabella_prezzi {
	width:100%;
	margin:1em 0;
	padding:0px;
	border:1px solid #666;
}

.tabella_prezzi table {
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


.tabella_prezzi tr:nth-child(odd){ background-color:#eee; }

.tabella_prezzi tr:nth-child(even)    { background-color:#fff; }

.tabella_prezzi td{
	vertical-align:middle;
	border:1px solid #666;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:5px;
	font-family: "Cuprum", Arial;
	font-size: 1.5rem;
	color: #333;
}

.tabella_prezzi tr:last-child td{
	border-width:0px 1px 0px 0px;
}

.tabella_prezzi tr td:last-child{
	border-width:0px 0px 1px 0px;
}

.tabella_prezzi tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.tabella_prezzi tr:first-child td{
	background-color:#b65623;
	border:0px solid #333;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:1.6rem;
    font-family: "Oswald", arial;
	color:#fff;
}

.tabella_prezzi tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}

.tabella_prezzi tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.message{
	padding:15px;
	background: #B95323;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}

.facebook_news_sfondo{
	display:block;
	min-height: 528px !important;
	display:none;
	background: url("../image/residenza-san-salvario-news.jpg") repeat scroll 0 0;
}
