BODY {
background-color : #FFFFFF;
color : #000000;
font-family : Verdana, Geneva, sans-serif;
font-size : 15px ;
}
INPUT {
color : #000000;
font-family : Verdana, Geneva, sans-serif;
font-size : 15px;
}
TEXTAREA {
color : #000000;
font-family : Verdana, Geneva, sans-serif;
font-size : 15px ;
}
SELECT {
color : #000000;
font-family : Verdana, Geneva, sans-serif;
font-size : 15px;
}
TABLE {
font-family : Verdana, Geneva, sans-serif;
font-size : 15px ;
}
A:link {
text-decoration: none;
font-weight: normal;
color : #blank;
}
A:VISITED {
text-decoration: none;
font-weight: normal;
color : #blank;
}
A:active {
text-decoration: none;
font-weight: normal;
color : #blank;
}
A:HOVER {
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menu:link {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menu:visited {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menu:active {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menu:HOVER {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuSelected:link {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuSelected:visited {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuSelected:active {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuSelected:HOVER {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuV:link {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuV:visited {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuV:active {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuV:HOVER {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuVSelected:link {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuVSelected:visited {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuVSelected:active {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuVSelected:HOVER {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuCustom:link {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuCustom:visited {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuCustom:active {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
A.menuCustom:HOVER {
font-family : Verdana, Geneva, sans-serif;
font-size : 8px;
text-decoration: none;
font-weight: normal;
color : #blank;
}
  /* ------------------------------------------
			Base Style
-------------------------------------------*/
html, body{
	max-width: 100%;
	width: 100%;
	overflow-x: hidden;
    margin: 0;
    padding: 0;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;}
	ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }
img { display: block; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }
a {  background-color: transparent; 
  text-decoration:none;}
a:active, a:hover { outline: 0; }
b, strong { font-weight: 700; }
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }
  small { font-size: 80%; }  
 p { margin: 0; padding: 0; }
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup { top: -.5em; }
sub {bottom: -.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }
input {line-height: normal; }
input[type=checkbox], input[type=radio] {padding: 0; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto; }
input[type=search] { -webkit-appearance: textfield; }
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }
legend {
  border: 0;
  padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: 700; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
td, th { padding: 0; }


/* fine reset */

/* ------------------------------------------
			Parti comuni
-------------------------------------------*/

 body {
  font-family: 'Allura', cursive;
  background-color:#cee7dd;
  font-weight:100;
  overflow:hidden;}

 header {
  width: 80%;
  margin:0 10%; 
  padding:0 0 2% 0;
  background-color:#cee7dd;
  min-height: 150px;
  }
  
  .header_menu_responsive {
     position:relative;
	 z-index:10000;
	 width:80%;
	 margin:0 10%;
	 clear:both; }
	 
 .header-box{
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
	overflow: hidden;
}
.header-title{
	position: absolute;
	z-index: 2;
	left: 10%;
	top: 8%;
	width:80%;
}
header .arrow-down{
	display: block;
	z-index: 1;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -220px;
	height: 76px;
	width: 440px;
	background: transparent url(/media/7/526/arrow-down.png) no-repeat 50% 50%;
}
header .arrow-down:hover{opacity:0.5;}
/*
  .welcome {
   width: 45%;
   float: right;
   margin-top: -35%;
   } */
   .welcome h1 {
    color:#fff;
	font-size:110px;
	font-weight:100;
   }
  .welcome h2 {
    color:#6fa399;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
 }
  .savethedate {
   display:inline-block;
	width:30%;
 }

nav {
 z-index: 100000;
  height: 100%;
  width: 100%;
  padding-top: 4px;
  top: 0; 
  left:0;}

.topnav-container {
  text-align: center;
  position: relative;  }
  
  .container {
  position: relative; 
  width:80%;
  margin: 0 10%;
  padding-top:4%;
  clear:both;
  overflow:hidden}
  
section {
  width: 100%;
  height:100%;
  background-color:#fffae0;
  background-image:url(/media/7/526/ornamento.png);
  background-position:top;
  background-repeat:repeat-x;
 }
 .prima_pagina {
  position:absolute;
  top:0;
 }
  .etichetta  {
	width:40%;
	float:left;
   }
   .etichetta  img {float:right;}
	
	.presentazione  {
	width:55%;
	float:left;
	padding-top:2%;
	text-align:center;
   }
   
    .presentazione h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 100;
  line-height: 0.7em;
}
   .presentazione h2 {
    color:#6fa399;
	font-size:35px;
	font-weight:100;
   }
    .etichetta_prima_pagina  {
	width:30%;
	float:left;
	padding-top:2%;
	text-align:center;
	
   }
   .presentazione_prima_pagina  {
	width:69%;
	float:left;
	padding-top:2%;
	text-align:center;
	margin-top:5%;
   }
   
    .presentazione_prima_pagina h1 {
   color:#6fa399;
	font-size:72px;
	font-weight:100;
	line-height: 0.7em;
}
   .presentazione_prima_pagina h2 {
     color:#7d6d4b;
	font-size:50px;
	font-weight:100;
	background:url(/media/7/526/greca_cuore.png) no-repeat bottom;
	height:100px;
   }
   .presentazione_prima_pagina h4 {
     color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
footer  {
  clear:both;
width:100%;
width:80%;
margin:0 10%;
padding:1% 0;
}	

.ornamento_bottom  {
 background-image:url(/media/7/526/ornamento_botton.png);
  background-position:center;
  background-repeat:repeat-x;
  height:27px;
}	
 
.items-menu {
  left: -100%;
  top: 0;
  position: fixed;
  z-index: 999;
  background-color: #cee7dd;
  width: 100%;
  height: 100%;
  text-align: center;
  webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -ms-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
  display: table; }
  .open .items-menu {
    left: 0; }
  .items-menu .inner-menu {
    width: 80%;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle; }
  .items-menu li {
    padding: 5px 0; }
  .items-menu a {
    color: #7d6d4b;
    font-family: inherit;
    font-size: 24px;
    font-size: 1.5rem;
    text-decoration: none; }
	.items-menu a span{
    color: #7d6d4b;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    text-decoration: none; }
    .items-menu a:hover {
      text-decoration: underline; }
	  
.items-menu ul { padding-top: 134px; }

.desktop, .menu-desktop {display: none; }
 
  .menu-desktop {
    font-family: 'Allura', cursive;
    font-size: 20px;
    padding-top: 1%;
    list-style: none;
	display:inline-block;
	width:100%;
	background:url(/media/7/526/freccia.png) no-repeat;
	background-position:bottom;
	background-size:100%;
	height:90px;}
  
.menu-desktop li {
    display: block;
    width: 20%;
	height:90px;
    float: left;
	text-align:center;} 

.menu-desktop .programma {
	background: url(/media/7/526/programma_small.png) no-repeat;
	background-position:center bottom;}
.menu-desktop .stresa {
	background: url(/media/7/526/stresa_small.png) no-repeat;
	background-position:center bottom;}
.menu-desktop .lista_nozze {
	background: url(/media/7/526/listanozze_small.png) no-repeat;
	background-position:center bottom;}
 .menu-desktop .dediche {
	background: url(/media/7/526/dediche_small.png) no-repeat;
	background-position:center bottom;}
 .menu-desktop .arialbi {
	background: url(/media/7/526/ariealbi_small.png) no-repeat;
	background-position:center bottom;}
.menu-desktop .fotografie {
	background: url(/media/7/526/photo_small.png) no-repeat;
	background-position:center bottom;}
	
.menu-desktop li a {
    color:#64452b;
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
	padding-bottom:70px; 
}
  
.menu-desktop li a:hover { color:#6fa399; }

   .menu-desktop  h4 {
	
	font-weight:100;
   }
   .menu-desktop p {
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	font-style:oblique;
   }
   
.titolo {
  width:80%;
  height:180px;
  margin:0 10%;
  background:url(/media/7/526/deco_tit.png) no-repeat bottom;
  text-align:center;
  line-height:4em;
  padding-top:6%;
}
.titolo h1{
 font-family: 'Allura', cursive;
  font-weight:100;
 font-size:60px;
 color:#6fa399;
 padding-top:2%;
}

.titolo h2 {
 font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:100;
font-size:30px;
  color:#7d6d4b;
  margin-top:-1%;
}
 /* ------------------------------------------
			fine parti comuni
-------------------------------------------*/
.container .locandina {
   margin-bottom:3%;
  max-width:100%;
  margin:0 auto;
  }
 

  
  /* ------------------------------------------
			lista nozze
-------------------------------------------*/
 #testo_centrato {
	text-align: center;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;  
	color:#7d6d4b; 
	width:70%;
	margin:0 15%;
  }
   #testo_centrato p span{ color:#6fa399; }
  
  #testo_centrato p img {
	 width:30%;
	 margin:0 35%;
 }
  #testo_centrato p a {	text-decoration:underline;}
  
 .login p span{
	 color:#6fa399; 
	 font-style:normal;
 }
  .verde {
 color:#6fa399; 
 font-style:italic;
 clear:both;
}
.verde a {
 color:#6fa399; 
 font-style:normal;
 line-height:2em;
}

.ornamento {
  width:80%;
  height:50px;
  margin:0 10%;
  background:url(/media/7/526/lista_nozze_ornamento.png) no-repeat center;
  text-align:center;
  padding-top:5%;
 clear:both;
}
.ornamento.iban {
  height:auto;
  margin:0 auto;
  background:url(/media/7/526/lista_nozze_ornamento.png) no-repeat center top;
  text-align:center;
  padding:80px 0;
 clear:both;
 overflow:hidden;
 color:#7d6d4b;
}
.ornamento.iban p{ margin-bottom:20px}

.love_gallery {
  height:auto;
  margin:0 auto;
  text-align:center;
  padding:40px 0;
 clear:both;
 overflow:hidden;
 color:#7d6d4b;
}


 .login {margin: 3% 0;}
.container_lista {
  position: relative;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.viaggio_sinistra {
  width:48%;
  float:right;
  margin-bottom:3%;
}
.viaggio_destra {
  width:48%;
  float:left;
  margin-bottom:5%;
  text-align:center;
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #7d6d4b;
}
.viaggio_destra a{
 text-decoration:underline;
 font-style: italic;
}
.viaggio_destra .spazio{
 padding:5% 0;
}
.viaggio_sinistra img{
 width:100%
}
 /* ------------------------------------------
			fine lista nozze/inizio dediche
-------------------------------------------*/

  .colonna_dediche_destra {
   width:30%;
   display:inline-block;
   margin-left:10%;
   min-height: 400px;
  }
  .colonna_dediche_destra img {
   width:100%;
  }

.colonna_dediche_sinistra {
   width:40%;
  float:left;
  margin:5%;
  }
  .colonna_dediche_sinistra h4 {
   font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  text-align:center;
  color:#6fa399;
  padding-top:2%;
  }
  .colonna_dediche_sinistra input {
  border:1px solid #6fa399;
  width:100%;
  margin-top:5%;
  }
  .colonna_dediche_sinistra textarea {
  border:1px solid #6fa399;
  width:100%;
  margin:5% 0;
  color:#7d6d4b;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  }
  
  .bottone{
width: 120px;
height: 50px;
border:none !important;
background-image:url(/media/7/526/submit.png);
background-repeat: no-repeat;
background-position: center center;
background-color:transparent;
margin-top:10% !important;
}


.container h3 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:28px;
  font-style:italic;
 color:#6fa399;
  text-align:center;
  font-weight:100;
  word-wrap: break-word;
  margin-bottom:6%;
  }
  .container .autore {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:15px;
  font-style:italic;
  margin:0 10%;
  color:#7d6d4b;
  text-align:center;
   background:url(/media/7/526/greca_cuore.png) no-repeat;
  background-position:center top;
  height:50px;
  width:80%;
    padding-top: 50px;
   }

  
   /* ------------------------------------------
			fine dediche/inizio gallery
-------------------------------------------*/
  
  .colonna1 {
  width:23.1%;
  display:inline-block;
   margin:0 2% 2% 0;
  }

.colonna2 {
   width:23.1%;
   display:inline-block;
   margin:0 2% 2% 0;
}
.colonna3 {
  width:23.1%;
   display:inline-block;
   margin:0 2% 2% 0;
}
.colonna4 {
   width:23.1%;
  display:inline-block;
    margin-bottom:2%;
}
.colonna1 img { max-width:100%; }
.colonna2 img { max-width:100%; }
.colonna3 img { max-width:100%; }
.colonna4 img {max-width:100%; }

.colonna1 img { max-width:100%; }
.colonna2 img { max-width:100%; }
.colonna3 img { max-width:100%; }
.colonna4 img {max-width:100%; }

.gallery { padding-bottom:4%;
clear:both; }



/* ------------------------------------------
			menu home page
-------------------------------------------*/
 
 #menu {
    font-family: 'Allura', cursive;
    font-size: 20px;
    margin: 0;
    padding-top: 2.5%;
    list-style: none;
	display:inline-block;
	width:100%;
}
  
#menu li {
    display: block;
    width: 33.3%;
    height: 270px;
    float: left; /* elementi su singola riga */	
	text-align:center;
}
 #menu .programma {
	background: url(/media/7/526/programma.png) no-repeat;
	background-position:center top;
	}
 #menu .stresa {
	background: url(/media/7/526/stresa.png) no-repeat;
	background-position:center top;
}
 #menu .lista_nozze {
	background: url(/media/7/526/listanozze.png) no-repeat;
	background-position:center top;
}
 #menu .dediche {
	background: url(/media/7/526/dediche.png) no-repeat;
	background-position:center top;
}
 #menu .arialbi {
	background: url(/media/7/526/ariealbi.png) no-repeat;
	background-position:center top;
}
 #menu .fotografie {
	background: url(/media/7/526/photo.png) no-repeat;
	background-position:center top;
}
#menu li a {
    color:#7d6d4b;
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
	width: 100%;
   /* height: 270px;*/
	padding-top:150px;
}
  
#menu li a:hover {
    color:#6fa399;
   }
#menu h4 {
    font-size:40px;
	font-weight:100;
   }
   #menu p { 
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	font-style:oblique;
   }
 
 
a:active {
    border:none !important;
   }

img {
    border:none !important;
   }
   .viaggio_sinistra_lista img {
  max-width: 100%;
  width: 100%;
 
}

.dcsns {
  color: #7d6d4b;
  list-style: none outside none;
  margin: 0;
  box-sizing:border-box
}
.dcsns-content {
  position: relative;
  padding: 0;
  max-width: 1800px;
  margin: 0 auto;
}
.dcsns ul, .dcsns li {
  padding: 0;
  margin: 0;
  list-style: none!important;
  background: none;
}
.dcsns h1 {
width: auto;
position: relative}
.dcsns h1, .dcsns h2, .dcsns h3 {line-height: 1.35em}
.dcsns-content {
position: relative;
padding: 0;
max-width:1800px;
margin:0 auto}
.dcsns-loading {
height: 24px;
padding: 6px 0 0 30px;
position: absolute;
top: 10px;
left: 10px}
.stream p {margin: 0;padding: 0}
.stream li a {color: #000}
.stream li {
background-color: #fff;
font-size: 13px;
padding: 0 0 30px 0;
width: 256px;
position: relative;
margin: 0 10px 20px 10px;
color:#7d6d4b;
font-family:Georgia, "Times New Roman", Times, serif}
.stream li .inner {overflow: hidden;padding: 0}
.stream li .icon {
position: absolute;
right: 8px;
z-index: 3;
bottom:8px;
padding:3px;
width:25px;
height:25px}
.stream li .section-intro {display:none}
.stream li .section-intro span, .stream li.dcsns-youtube span.section-intro {display:none}
.stream li.dcsns-facebook span.section-text {padding: 8px;}
.stream li.dcsns-facebook a, .stream li.dcsns-facebook a:link{
  font-size: 12px;
font-size: 0.75rem; 
text-decoration: none;
}
.stream li .clear {clear: both}
.stream li .section-intro a {
text-decoration: underline;
color: #fff;
margin-left: 32px}
.stream li .section-title {
display: block;
font-family: 'open_sansregular';
margin-bottom: 3px}
.stream li.dcsns-rss .section-title, .stream li.dcsns-instagram .section-text, .stream li.dcsns-youtube .section-title {
display: block;
margin-bottom: 3px;
padding:8px}
.stream li .section-title a, .stream li .section-title a:link {
color: #000;ont-size: 12px;
font-size: 0.75rem;
line-height:18px;
text-decoration:none}
.section-text{line-height:18px}
.stream li .section-title a:hover {color: #000}
.stream li .section-thumb {margin: 0 0 7px 0}
.stream li .section-text {
display: block;
margin-bottom: 3px}
.stream li .section-text br {display: block}
.stream li .meta {
display: block;
font-size: 90%;
color: #999}
.stream li .meta span {
margin: 0 8px 5px 0;
display: block;
float: left;
padding: 0 0 0 15px;
line-height: 12px}
.stream li .section-meta {
display: block;
margin: 0;
padding: 0;
clear: both}
.stream li .meta.item-comments {
padding: 0 0 0 35px;
margin: 0 0 5px 0;
min-height: 30px;
position: relative;
clear: both;
line-height: 1.3em}
.stream li .meta.item-comments img {
position: absolute;
left: 0;
top: 0;
width: 30px}
.stream li .meta.item-likes {
padding: 0;
width: 100%;
overflow: hidden;
clear: both;
line-height: 1.3em}
.stream li .meta.item-likes img {
float: left;
margin: 0 5px 5px 0;
width: 30px;
border: 1px solid #ddd;
padding: 1px;
background: #fff}
.stream li.dcsns-error {
color: #da9a7a}
.stream li .section-share a.share-twitter {
background-position: 0 -16px}
.stream li .section-share a.share-reply {
background-position: 0 -32px}
.stream li .section-share a.share-retweet {
background-position: 0 -48px}
.stream li .section-share a.share-favorite {
background-position: 0 -64px}
.stream li .section-share a.share-facebook:hover {
background-position: -16px 0}
.stream li .section-share a.share-twitter:hover {
background-position: -16px -16px}
.stream li .section-share a.share-reply:hover {
background-position: -16px -32px}
.stream li .section-share a.share-retweet:hover {
background-position: -16px -48px}
.stream li .section-share a.share-favorite:hover {
background-position: -16px -64px}
/*.dcsns-toolbar .filter {
padding: 0;
margin: 0 0 15px 0}
.dcsns-toolbar .filter li {
display: inline;
background: none;
padding: 0;
margin: 0}
#dcsns-filter:before{
content:"filtra per:";
font-size: 18px;
font-size: 1.125rem;
color:#da9a7a;
position:absolute;
z-index:100;
left:13px;
bottom:57px}
.dcsns-toolbar .filter .link-all {
color: #fff;
height: 28px;
padding: 7px 7px 4px 7px;
text-shadow: 0 0 1px #555;
font-family: 'open_sansbold';
display:block}
.dcsns-toolbar .filter li a {
padding: 4px 3px 0 3px;
margin: 0 1px 1px 0;
display: block;
float: left;
background: #777;
height: 28px}
.dcsns-toolbar .filter li img {
margin: 0;
height: 24px}*/
.dcsns .controls {
position: absolute;
right: 0;
top: 7px;
height: 22px;
padding: 0;
z-index: 12}
.dcsns .controls li {
display: inline;
background: none}
.dcsns .controls a {
display: block;
width: 22px;
height: 22px;
float: left;
margin: 0 0 0 2px;
background: url(../images/controls.png) no-repeat 0 0}
.dcsns .controls .prev {
background-position: -44px 0}
.dcsns .controls .next {
background-position: -66px 0}
.dcsns .controls .play {background-position: 0 0}
.dcsns .controls .pause {background-position: -22px 0}
.dcsns .controls .prev:hover {background-position: -44px -22px}
.dcsns .controls .next:hover {background-position: -66px -22px}
.dcsns .controls .play:hover {background-position: 0 -22px}
.dcsns .controls .pause:hover {background-position: -22px -22px}
.stream li.dcsns-facebook .section-thumb img {width: 75px}
.stream li.dcsns-facebook .section-text img {
margin: 0 0 5px 0;
float: left;
max-width: 100%;
height:auto}
.stream li.dcsns-facebook .meta {display: block;clear: both}
.stream li.dcsns-facebook .meta.item-comments {padding: 0;min-height: auto}
.stream li.dcsns-facebook .meta.item-comments a {display: block;margin: 0 0 2px 0}
.stream li.dcsns-facebook .share-facebook {display: none}
.stream li.dcsns-twitter .section-thumb {margin-top: 3px}
.stream li.dcsns-twitter .section-thumb img {width: 48px; height: 48px}
.stream li.dcsns-twitter .section-user {padding: 0;background: none}
.stream li.dcsns-twitter .section-text img {
margin: 5px 0 0;
border: 1px solid #ddd;
padding: 1px;
background: #fff;
max-width: 192px}
.stream li.dcsns-twitter a {
color: #38AEAE}
.stream li.dcsns-twitter .section-intro a, .stream li.dcsns-twitter .section-intro a:hover {
color: #fff}
.stream li.dcsns-twitter .section-intro span a {
text-decoration: none;
margin-left: 0}
.stream li.dcsns-twitter .section-intro span a:hover {
text-decoration: underline}
.stream li.dcsns-twitter a:hover {
color: #38AEAE;
text-decoration: underline}
.stream li.dcsns-twitter .twitter-user {
margin-bottom: 2px;
display: block}
.stream li.dcsns-twitter .twitter-user a {

color: #999;
line-height: 1.35em}
.stream li.dcsns-twitter .twitter-user a:hover {
color: #999;
text-decoration: none}
.stream li.dcsns-twitter .twitter-user a strong{
color: #444}
.stream li.dcsns-twitter .twitter-user a:hover strong {
color: #38AEAE;
text-decoration: underline}
.stream li.dcsns-google .section-title {
margin-bottom: 5px}
.dcsns .stream li.dcsns-google .section-thumb img {
max-width: 192px}
.stream li.dcsns-google .meta span.plusones {
padding-left: 0}
.stream li.dcsns-rss .section-text img {
border: 1px solid #ddd;
padding: 1px;
background: #fff;
max-width: 192px}
.dcsns .stream li.dcsns-stumbleupon .section-title {display: block;clear: both}
.dcsns .stream li.dcsns-vimeo .section-title {display: block;clear: both}
.stream li.dcsns-vimeo .section-text {margin-bottom: 5px}
.stream li.dcsns-vimeo .section-text .meta {padding-top: 5px}
.stream li.dcsns-vimeo .logo {margin-bottom: 3px}
.stream li.dcsns-flickr .section-thumb {margin: 0}
.stream li.dcsns-flickr .section-thumb img{max-width: 192px}
.stream li.dcsns-pinterest .section-thumb {display: block}
.stream li.dcsns-pinterest .section-text, .dcsns-facebook .name {clear: both;padding:8px; display:block}
.stream li.dcsns-pinterest .section-thumb img {width: 100%}
.stream li.dcsns-dribbble .inner img {margin-bottom: 5px;max-width: 192px}
.stream li.dcsns-lastfm .section-title {padding-left: 17px;margin-bottom: 0}
.stream li.dcsns-instagram {
padding-bottom: 40px}
.stream li.dcsns-instagram .section-title {
font-weight: normal;
clear: both}
.stream li.dcsns-instagram .section-thumb img {
margin: 0 0 5px 0;
float: left;
border: 1px solid #ddd;
padding: 1px;
background: #fff;
max-width: 100%}
.stream li.dcsns-instagram .meta {
clear: both}
.stream li.dcsns-instagram .section-meta .meta .comments, .stream li.dcsns-instagram .section-meta .meta .likes {
margin: 0 0 5px 0;
padding-top: 5px;
background-position: 0px 5px;
float: none;
font-size: 100%;
font-family: 'open_sansbold'}
.isotope, .isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property:    -moz-transform, opacity;
-ms-transition-property:     -ms-transform, opacity;
-o-transition-property:         top, left, opacity;
transition-property:         transform, opacity}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s}
.stream li img{
margin:0 auto}

@media only screen and (max-width: 355px) {
/* ------------------------------------------
			parti comuni
-------------------------------------------*/	
	.menu-icon {
		display:block;
  position: absolute;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  top: 100px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;}
 
  .menu-desktop {display:none;}
  
  .menu-icon span {
    background-color: trasparent;
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    z-index: 100;
    left: 0;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .menu-icon span.line_1 {
      top: 0; }
    .menu-icon span.line_2 {
      top: 8px; }
    .menu-icon span.line_3 {
      top: 16px; }
	  
  .menu-icon-bottom {
  position: relative;
  display: block;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  bottom: 0px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;}
  
  .menu-icon-bottom span {
    background-color: trasparent;
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    z-index: 100;
    left: 0;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .menu-icon span.line_1 {
      top: 0; }
    .menu-icon span.line_2 {
      top: 8px; }
    .menu-icon span.line_3 {
      top: 16px; }

.presentazione  {width:65%;}
   
   .presentazione h1 {
	font-size:18px;
	padding:7% 0 3% 0;
   }
   .presentazione h2 {font-size:14px; }
   
 .etichetta  {width:35%; }
 
   .etichetta  img {
	width:100%;
	float:right;
   }
 .titolo h1 { font-size: 45px;
  padding-top: 10%;
}
.titolo h2 { font-size: 20px;}

#menu h4 {
  font-size: 30px;
  font-weight: 100;
}
.presentazione_prima_pagina h1 {
  font-size: 26px;
  margin-bottom:3%;
}

/* ------------------------------------------
			fine parti comuni
-------------------------------------------*/
.container .locandina {margin-bottom: 10%;width:100%;}
/* -- programma ---------*/.viaggio_sinistra_lista {
  width: 50%;
  float: right;
  margin-bottom: 5%;
 margin-top:0;
}
 .ornamento_schermata { padding-top: 25%;}
.ornamento { padding-top: 25%;}
#testo_centrato p img {
  width: 50%;
  margin: 0 25%;
  padding-top:2%;
}
.verde a {
  font-size:14px;
}
#testo_centrato {  font-size: 16px;}


/* -- dediche ---------*/

.colonna1 { width:100%; display:inline-block; } 
.colonna2 { width:100%; display:inline-block; }
.colonna3 { width:100%;  display:inline-block;}
.colonna4 { width:100%; display:inline-block; }

.gallery { padding-bottom:8%; }

.colonna1 img { width:100%;}
.colonna2 img { width:100%; }
.colonna3 img { width:100%;}
.colonna4 img { width:100%; }


/* -- gallery ---------*/

 /* -- menu home pagey ---------*/
 #menu li {
    display: block;
    width: 100% !important;
    height: 270px;
    float: left; /* elementi su singola riga */	
	text-align:center;
}

.titolo {
  height: 200px;
}

  .welcome {
   width: 100%;
   float: right;
  
   } 
   .header-title img {
   width: 80%;
   margin-left:10%;
   } 
   .welcome h1 {
    color:#fff;
	font-size:50px;
	font-weight:100;
	padding-top:15%;
   }
  .welcome h2 {
    color:#6fa399;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
 }
 .etichetta_prima_pagina  {
	width:100%;
	float:left;
	padding-top:2%;
	text-align:center;
	
   }
   
   .etichetta_prima_pagina img {
	width:60%;
	margin-left:20%;
	margin-top:5%;
   }
   .presentazione_prima_pagina h4 {
	   margin-bottom:25%;
  }
   .presentazione_prima_pagina  {
	width:100%;
	float:left;
	padding-top:2%;
	text-align:center;
	margin-top:5%;
   }
   
    .presentazione_prima_pagina h1 {
   color:#6fa399;
	font-size:32px;
	font-weight:100;
	line-height: 0.7em;
}
   .presentazione_prima_pagina h2 {
     color:#7d6d4b;
	font-size:20px;
	font-weight:100;
	background:url(/media/7/526/greca_cuore.png) no-repeat bottom;
	height:70px;
   }
   .presentazione_prima_pagina h4 {
     color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
   #menu li a {
  height: 150px;
 
}
.colonna_dediche_sinistra { width: 90%;}
.colonna_dediche_destra { width: 90%;}

#testo_centrato {
  width: 90%;
  margin: 0 5%;
}
.viaggio_sinistra {
  width: 100%;
  float: right;
  margin-bottom: 5%;
  margin-top:-90%;
}
.viaggio_sinistra_lista {
  width: 100%;
  float: right;
  margin-bottom: 5%;
 
}

.viaggio_destra {

 width: 95%;
  float: right;
  margin-bottom: 5%;
  margin-right: 7%;
  font-size: 16px;
  text-align: center;
 
}
.viaggio_destra .spazio {
  padding: 5% 0;
  margin-top: 55%;
}

 }
 
 
@media only screen and (min-width: 355px) and (max-width: 375px) {
/* ------------------------------------------
			parti comuni
-------------------------------------------*/	
	.menu-icon {
		display:block;
  position: absolute;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  top: 100px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;}
 
  .menu-desktop {display:none;}
  
  .menu-icon span {
    background-color: trasparent;
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    z-index: 100;
    left: 0;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .menu-icon span.line_1 {
      top: 0; }
    .menu-icon span.line_2 {
      top: 8px; }
    .menu-icon span.line_3 {
      top: 16px; }
	  
  .menu-icon-bottom {
  position: relative;
  display: block;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  bottom: 0px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;}
  
  .menu-icon-bottom span {
    background-color: trasparent;
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    z-index: 100;
    left: 0;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .menu-icon span.line_1 {
      top: 0; }
    .menu-icon span.line_2 {
      top: 8px; }
    .menu-icon span.line_3 {
      top: 16px; }

.presentazione  {width:65%;}
   
   .presentazione h1 {
	font-size:20px;
	padding:7% 0 3% 0;
   }
   .presentazione h2 {font-size:18px; }
   
 .etichetta  {width:35%; }
  .etichetta  img {
	width:100%;
	float:right;
   }
    .etichetta_prima_pagina {
	width:100%;
	
   }
   .etichetta_prima_pagina img {
	width:60%;
	margin-left:20%;
	margin-top:5%;
   }
   .presentazione_prima_pagina h4 {
	   margin-bottom:25%;
  }
 .titolo h1 { font-size: 45px;
  padding-top: 10%;
}
.titolo h2 { font-size: 20px;}

.header-title img {
  width: 80%;
  margin-left: 10%;
}

/* ------------------------------------------
			fine parti comuni
-------------------------------------------*/
.container .locandina {margin-bottom: 10%;width:100%;}
/* -- programma ---------*/
 .ornamento_schermata { padding-top: 25%;}
.ornamento { padding-top: 25%;}
#testo_centrato p img {
  width: 50%;
  margin: 0 25%;
  padding-top:2%;
}
.verde a {
  font-size:14px;
}
#testo_centrato {  font-size: 16px;}



/* -- dediche ---------*/

.colonna1 { width:100%; display:inline-block; } 
.colonna2 { width:100%; display:inline-block; }
.colonna3 { width:100%;  display:inline-block;}
.colonna4 { width:100%; display:inline-block; }

.gallery { padding-bottom:8%; }

.colonna1 img { width:100%; }
.colonna2 img { width:100%; }
.colonna3 img { width:100%; }
.colonna4 img {width:100%; }
/* -- gallery ---------*/

 /* -- menu home pagey ---------*/
 #menu li {
    display: block;
    width: 100% !important;
    height: 270px;
    float: left; /* elementi su singola riga */	
	text-align:center;
}

.titolo {
  height: 200px;
}

  .welcome {
   width: 100%;
   float: right;
  
   } 
   
   .welcome h1 {
    color:#fff;
	font-size:50px;
	font-weight:100;
   }
  .welcome h2 {
    color:#6fa399;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
 }
 
   .presentazione_prima_pagina  {
	width:100%;
	float:left;
	padding-top:2%;
	text-align:center;
	margin-top:5%;
   }
   
    .presentazione_prima_pagina h1 {
   color:#6fa399;
	font-size:32px;
	font-weight:100;
	line-height: 0.7em;
}
   .presentazione_prima_pagina h2 {
     color:#7d6d4b;
	font-size:20px;
	font-weight:100;
	background:url(/media/7/526/greca_cuore.png) no-repeat bottom;
	height:70px;
   }
   .presentazione_prima_pagina h4 {
     color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
   #menu li a {
  height: 150px;
 
}
.colonna_dediche_sinistra {
  width: 100%;
  float: left;
 
}
.colonna_dediche_destra {
   width: 100%;
  display: block;
}

#testo_centrato {
  width: 80%;
  margin: 0 10%;
}
.viaggio_sinistra {
  width: 100%;
  float: right;
  margin-bottom: 5%;
  margin-top:-85%;
}
.viaggio_sinistra_lista {
  width: 100%;
  float: right;
  margin-bottom: 5%;
  margin-top:0;
}
.viaggio_destra {
 width: 90%;
  float: right;
  margin-bottom: 5%;
  margin-right: 7%;
  font-size: 16px;
  text-align: center;
 
}
.viaggio_destra .spazio {
  padding: 5% 0;
  margin-top: 55%;
}
 }
 

	
@media only screen  and (min-width: 375px)  and (max-width: 420px) {
/* ------------------------------------------
			parti comuni
-------------------------------------------*/	
	.menu-icon {
		display:block;
  position: absolute;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  top: 100px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;}
 
  .menu-desktop {display:none;}
  
  .menu-icon span {
    background-color: trasparent;
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    z-index: 100;
    left: 0;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .menu-icon span.line_1 {
      top: 0; }
    .menu-icon span.line_2 {
      top: 8px; }
    .menu-icon span.line_3 {
      top: 16px; }
	  
  .menu-icon-bottom {
  position: relative;
  display: block;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  bottom: 0px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;}
  
  .menu-icon-bottom span {
    background-color: trasparent;
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    z-index: 100;
    left: 0;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .menu-icon span.line_1 {
      top: 0; }
    .menu-icon span.line_2 {
      top: 8px; }
    .menu-icon span.line_3 {
      top: 16px; }

 .etichetta  {width:35%; }
 
   .etichetta  img {
	width:100%;
	float:right;
   }
 

.header-title img {
  width: 80%;
  margin-left: 10%;
}



 .welcome {
   width: 100%;
   float: right;
  
   } 
   
   .welcome h1 {
    color:#fff;
	font-size:50px;
	font-weight:100;
   }
  .welcome h2 {
    color:#6fa399;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
 }

/* ------------------------------------------
			fine parti comuni
-------------------------------------------*/
.container .locandina {margin-bottom: 10%;}
/* -- programma ---------*/
 .ornamento_schermata { padding-top: 25%;}
.ornamento { padding-top: 25%;}
#testo_centrato p img {
  width: 50%;
  margin: 0 25%;
  padding-top:2%;
}
.verde a {
  font-size:14px;
}
#testo_centrato {  font-size: 16px;}

/* -- fine lista nozze ---------*/

/* -- dediche ---------*/

.colonna1 { width:100%; display:inline-block; } 
.colonna2 { width:100%; display:inline-block; }
.colonna3 { width:100%;  display:inline-block;}
.colonna4 { width:100%; display:inline-block; }

.gallery { padding-bottom:8%; }


.colonna1 img { max-width:100%;margin:0 auto; }
.colonna2 img { max-width:100%; margin:0 auto;}
.colonna3 img { max-width:100%;margin:0 auto; }
.colonna4 img {max-width:100%;margin:0 auto; }
/* -- gallery ---------*/

 /* -- menu home pagey ---------*/
 #menu li {
    display: block;
    width: 100% !important;
    height: 270px;
    float: left; /* elementi su singola riga */	
	text-align:center;
}
.titolo h1 { font-size: 45px;
  padding-top: 10%;height: 50px;
}
.titolo h2 { font-size: 20px;}

   .etichetta_prima_pagina {
	width:100%;
	
   }
   .etichetta_prima_pagina img {
	width:60%;
	margin-left:20%;
	margin-top:5%;
   }
   .presentazione_prima_pagina  {
	width:100%;
	float:left;
	padding-top:2%;
	text-align:center;
	margin-top:5%;
   }
   
    .presentazione_prima_pagina h1 {
   color:#6fa399;
	font-size:32px;
	font-weight:100;
	line-height: 0.7em;
}
   .presentazione_prima_pagina h2 {
     color:#7d6d4b;
	font-size:20px;
	font-weight:100;
	background:url(/media/7/526/greca_cuore.png) no-repeat bottom;
	height:70px;
   }
   .presentazione_prima_pagina h4 {
     color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
   #menu li a {
  height: 150px;
 
} 


.presentazione  {width:65%;}
   
   .presentazione h1 {
	font-size:20px;
	padding:7% 0 3% 0;
   }
   .presentazione h2 {font-size:18px; }

  .colonna_dediche_sinistra {
  width: 98%;
  float: left;
 margin:0;
}
.colonna_dediche_destra {
    width: 99%;
  display: block;
}
  .viaggio_sinistra {
  width: 100%;
  float: right;
  margin-bottom: 5%;
  margin-top:-90%;
}
 .viaggio_sinistra_lista {
  width: 100%;
  float: right;
  margin-bottom: 5%;
 margin-top:0;
}
.viaggio_destra {
  width: 95%;
  float: right;
  margin-bottom: 5%;
  margin-right:2%;
}
.viaggio_destra .spazio {
  padding: 5% 0;
  margin-top: 55%;
}
  	  }	

@media only screen and (min-width: 420px) and (max-width: 568px) {
/* ------------------------------------------
			parti comuni
-------------------------------------------*/	
	
  .menu-icon {
		display:block;
  position: absolute;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  top: 100px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;}
 
  .menu-desktop {display:none;}
  
  .menu-icon span {
    background-color: trasparent;
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    z-index: 100;
    left: 0;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .menu-icon span.line_1 {
      top: 0; }
    .menu-icon span.line_2 {
      top: 8px; }
    .menu-icon span.line_3 {
      top: 16px; }
	  
  .menu-icon-bottom {
  position: relative;
  display: block;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  bottom: 0px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;}
  
  .menu-icon-bottom span {
    background-color: trasparent;
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    z-index: 100;
    left: 0;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .menu-icon span.line_1 {
      top: 0; }
    .menu-icon span.line_2 {
      top: 8px; }
    .menu-icon span.line_3 {
      top: 16px; }

.presentazione  {width:65%;}
   
   .presentazione h1 {
	font-size:22px;
	padding:7% 0 3% 0;
   }
   .presentazione h2 {font-size:18px; }
   
 .etichetta  {width:35%; }
 
   .etichetta  img {
	width:100%;
	float:right;
   }
 .titolo h1 { font-size: 50px;}
.titolo h2 { font-size: 20px;}


 .welcome {
   width: 50%;
   float: right;
  margin-top:-35%;
   } 
   .header-title img {
   width: 40%;
   
   } 
   .welcome h1 {
    color:#fff;
	font-size:60px;
	font-weight:100;
   }
  .welcome h2 {
    color:#6fa399;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
 }
/* ------------------------------------------
			fine parti comuni
-------------------------------------------*/
.container .locandina {margin-bottom: 10%;}
/* -- programma ---------*/
 .ornamento_schermata { padding-top: 25%;}
.ornamento { padding-top: 25%;}
#testo_centrato p img {
  width: 50%;
  margin: 0 25%;
  padding-top:2%;
}
.verde a {
  font-size:14px;
}
#testo_centrato {  font-size: 16px;}



/* -- dediche ---------*/

.colonna1 { width:100%; display:inline-block; } 
.colonna2 { width:100%; display:inline-block; }
.colonna3 { width:100%;  display:inline-block;}
.colonna4 { width:100%; display:inline-block; }

.gallery { padding-bottom:8%; }


.colonna1 img { max-width:100%;margin:0 auto; }
.colonna2 img { max-width:100%; margin:0 auto;}
.colonna3 img { max-width:100%;margin:0 auto; }
.colonna4 img {max-width:100%;margin:0 auto; }
/* -- gallery ---------*/

 /* -- menu home pagey ---------*/
 #menu li {
    display: block;
    width: 100% !important;
    height: 270px;
    float: left; /* elementi su singola riga */	
	text-align:center;
}
.titolo h1 {
  padding-top: 6%;
}
  .etichetta_prima_pagina {
	width:100%;
	
   }
   .etichetta_prima_pagina img {
	width:60%;
	margin-left:20%;
	margin-top:5%;
   }
   .presentazione_prima_pagina  {
	width:100%;
	float:left;
	padding-top:2%;
	text-align:center;
	margin-top:5%;
   }
   
    .presentazione_prima_pagina h1 {
   color:#6fa399;
	font-size:32px;
	font-weight:100;
	line-height: 0.7em;
}
   .presentazione_prima_pagina h2 {
     color:#7d6d4b;
	font-size:20px;
	font-weight:100;
	background:url(/media/7/526/greca_cuore.png) no-repeat bottom;
	height:70px;
   }
   .presentazione_prima_pagina h4 {
     color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
   #menu li a {
  height: 150px;
 
}
 .colonna_dediche_sinistra {
  width: 92%;
  float: left;
 margin:0;
}
.colonna_dediche_destra {
    width: 99%;
  display: block;
}
.viaggio_sinistra {
  width: 68%;
  float: right;
  margin-left: 16%;
   margin-right: 16%;
    margin-bottom: 5%;
	margin-top:-55%;
}
.viaggio_sinistra_lista {
  width: 68%;
  float: right;
  margin-left: 16%;
   margin-right: 16%;
    margin-bottom: 5%;
	margin-top:0;
}
.viaggio_destra {
  width: 100%;
  float: right;
  margin-bottom: 5%;
   font-size: 14px;
}
.viaggio_destra .spazio {
  padding: 5% 0;
  margin-top: 35%;
}
 }

@media only screen and (min-width: 568px) and (max-width: 640px) {
/* ------------------------------------------
			parti comuni
-------------------------------------------*/	
.menu-icon {
		display:block;
  position: absolute;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  top: 120px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;}
 
  .menu-desktop {display:none;}
  
  .menu-icon span {
    background-color: trasparent;
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    z-index: 100;
    left: 0;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .menu-icon span.line_1 {
      top: 0; }
    .menu-icon span.line_2 {
      top: 8px; }
    .menu-icon span.line_3 {
      top: 16px; }
	  
  .menu-icon-bottom {
  position: relative;
  display: block;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  bottom: 0px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;}
  
  .menu-icon-bottom span {
    background-color: trasparent;
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    z-index: 100;
    left: 0;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .menu-icon span.line_1 {
      top: 0; }
    .menu-icon span.line_2 {
      top: 8px; }
    .menu-icon span.line_3 {
      top: 16px; }
  
.presentazione  {width:65%;}
   
   .presentazione h1 {
	font-size:28px;
	padding:7% 0 3% 0;
   }
   .presentazione h2 {font-size:18px; }
   
 .etichetta  {width:35%; }
 
   .etichetta  img {
	width:100%;
	float:right;
   }
 .titolo h1 { font-size: 50px;padding-top:6%;}
.titolo h2 { font-size: 20px;}

/* ------------------------------------------
			fine parti comuni
-------------------------------------------*/
.container .locandina {margin-bottom: 10%;}
/* -- programma ---------*/
 
#testo_centrato p img {
  width: 50%;
  margin: 0 25%;
  padding-top:2%;
}
.verde a {  font-size:14px;}
#testo_centrato { font-size: 16px;}


/* -- dediche ---------*/

.colonna1 { width:50%; display:inline-block;margin:2% 25%; } 
.colonna2 { width:50%; display:inline-block;margin:2% 25%; }
.colonna3 { width:50%;  display:inline-block;margin:2% 25%;}
.colonna4 { width:50%; display:inline-block;margin:2% 25%; }

.gallery { padding-bottom:8%; }


.colonna1 img { max-width:100%;margin:0 auto; }
.colonna2 img { max-width:100%; margin:0 auto;}
.colonna3 img { max-width:100%;margin:0 auto; }
.colonna4 img {max-width:100%;margin:0 auto; }


/* -- gallery ---------*/

 /* -- menu home pagey ---------*/
 #menu li {
    display: block;
    width: 100%;
    height: 270px;
    float: left; /* elementi su singola riga */	
	text-align:center;
}
 .welcome {
   width: 50%;
   float: right;
  margin-top:-35%;
   } 
   .header-title img {
   width: 40%;
   
   } 
   .welcome h1 {
    color:#fff;
	font-size:60px;
	font-weight:100;
   }
  .welcome h2 {
    color:#6fa399;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
 }
 #menu li a {
  height: 150px;
 
}
 .etichetta_prima_pagina {
	width:100%;
	
   }
   .etichetta_prima_pagina img {
	width:60%;
	margin-left:20%;
	margin-top:5%;
   }
 .presentazione_prima_pagina  {
	width:100%;
	float:left;
	padding-top:2%;
	text-align:center;
	margin-top:5%;
   }
   
    .presentazione_prima_pagina h1 {
   color:#6fa399;
	font-size:36px;
	font-weight:100;
	line-height: 0.7em;
}
   .presentazione_prima_pagina h2 {
     color:#7d6d4b;
	font-size:22px;
	font-weight:100;
	background:url(/media/7/526/greca_cuore.png) no-repeat bottom;
	height:70px;
	margin-top:2%;
   }
   .presentazione_prima_pagina h4 {
     color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
.viaggio_sinistra {
  width: 50%;
  float: right;
  margin-left:25%;
   margin-right:25%;
    margin-bottom:5%;
	margin-top:-50%;
}
.viaggio_sinistra_lista {
  width: 50%;
  float: right;
  margin-left:25%;
   margin-right:25%;
    margin-bottom:5%;
	margin-top:0;
}
.viaggio_destra {
  width: 100%;
  float: right;
  margin-bottom: 5%;
} 
 .viaggio_destra .spazio {
  padding: 5% 0;
  margin-top: 35%;
} 
 }
@media only screen and (min-width: 640px) and (max-width: 680px){
  
  .menu-desktop { display:none;}
  
 	.menu-icon {
		display:block;
  position: absolute;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  top: 120px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;} 
  
  .menu-icon-bottom {
  position: relative;
  display: block;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  bottom: 0px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;}
  
 .etichetta {
  width: 35%;
 
}
  .presentazione {
 width:65%;
 
}
.presentazione h1 {
  padding-top:10%;
  font-size: 34px;
 
}
.presentazione h2 {
  font-size: 26px;
 padding-top:3%;
}
.presentazione h3 {
    color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
.etichetta img {
  float: right;
  width: 100%;
}
/* -- programma ---------*/
.container .locandina {margin-bottom: 7%;}

.colonna1 { width:47.2%; display:inline-block;margin: 0 2% 2% 0; } 
.colonna2 { width:47.2%; display:inline-block;margin: 0 0 2% 2%;}
.colonna3 { width:47.2%;  display:inline-block;margin: 0 2% 2% 0;}
.colonna4 { width:47.2%; display:inline-block;margin: 0 0 2% 2%; }


#menu li {
    display: block;
    width: 100%;
    height: 270px;
    float: left; /* elementi su singola riga */	
	text-align:center;
}
  .welcome {
   width: 50%;
   float: right;
  margin-top:-35%;
   } 
   .header-title img {
   width: 40%;
   
   } 
   .welcome h1 {
    color:#fff;
	font-size:60px;
	font-weight:100;
   }
  .welcome h2 {
    color:#6fa399;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
 }
.etichetta_prima_pagina {
	width:100%;
	
   }
   .etichetta_prima_pagina img {
	width:60%;
	margin-left:20%;
	margin-top:5%;
   }
   .presentazione_prima_pagina  {
	width: 100%;
  float: left;
  padding-top: 2%;
  text-align: center;
  margin-top: 2%;
   margin-bottom: 8%;
   }
   
    .presentazione_prima_pagina h1 {
   color:#6fa399;
	font-size:42px;
	font-weight:100;
	line-height: 0.7em;
}
   .presentazione_prima_pagina h2 {
     color:#7d6d4b;
	font-size:20px;
	font-weight:100;
	background:url(/media/7/526/greca_cuore.png) no-repeat bottom;
	height:70px;
   }
   .presentazione_prima_pagina h4 {
     color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
   #menu h4 {
  font-size: 30px;
  font-weight: 100;
}

.blocco {width:0.32%; } 

.titolo h1 {
  padding-top: 5%;
}

.colonna_dediche_destra {
   width:40%;
   display:inline-block;
   margin-left:0;
   min-height: 400px;
  }
  .colonna_dediche_destra img {
   width:100%;
  }

.colonna_dediche_sinistra {
   width:40%;
  float:left;
  margin:5%;
  }
 .viaggio_sinistra {
  float: right;
  margin-bottom: 5%;
  margin-top:-50%;
  width:70%;
  margin-left:15%;
  margin-right:15%;
}
.viaggio_sinistra_lista {
  float: right;
  margin-bottom: 5%;
 margin-top:0;
  width:70%;
  margin-left:15%;
  margin-right:15%;
}
.viaggio_destra {
  width: 100%;
  float: right;
  margin-bottom: 5%;
}
.viaggio_destra .spazio {
  padding: 5% 0;
  margin-top: 35%;
}
 }
 
@media only screen and (min-width: 680px) and (max-width: 740px){
  
  .menu-desktop { display:none;}
  
 	.menu-icon {
		display:block;
  position: absolute;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  top: 120px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;} 
  
  .menu-icon-bottom {
  position: relative;
  display: block;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  bottom: 0px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;}
  
 .etichetta {
  width: 35%;
 
}
  .presentazione {
 width:65%;
 
}
.presentazione h1 {
  padding-top:10%;
  font-size: 34px;
 
}
.presentazione h2 {
  font-size: 26px;
 padding-top:3%;
}
.presentazione h3 {
    color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
.etichetta img {
  float: right;
  width: 100%;
}
/* -- programma ---------*/
.container .locandina {margin-bottom: 7%;}

.colonna1 { width:47.2%; display:inline-block;margin: 0 0 3% 2% ; } 
.colonna2 { width:47.2%; display:inline-block;margin: 0 2% 3% 0;}
.colonna3 { width:47.2%;  display:inline-block;margin: 0 0 3% 2%;}
.colonna4 { width:47.2%; display:inline-block;margin: 0 2% 3% 0; }

.colonna1 img { max-width:100%; margin:0 auto; }
.colonna2 img { max-width:100%; margin:0 auto; }
.colonna3 img { max-width:100%; margin:0 auto; }
.colonna4 img { max-width:100%; margin:0 auto; }

#menu li {
    display: block;
    width: 50%;
    height: 270px;
    float: left; /* elementi su singola riga */	
	text-align:center;
}
  
.etichetta_prima_pagina {
	width:100%;
	
   }
   .etichetta_prima_pagina img {
	width:60%;
	margin-left:20%;
	margin-top:5%;
   }
   .presentazione_prima_pagina  {
	width: 100%;
  float: left;
  padding-top: 2%;
  text-align: center;
  margin-top: 2%;
   margin-bottom: 8%;
   }
   
    .presentazione_prima_pagina h1 {
   color:#6fa399;
	font-size:42px;
	font-weight:100;
	line-height: 0.7em;
}
   .presentazione_prima_pagina h2 {
     color:#7d6d4b;
	font-size:20px;
	font-weight:100;
	background:url(/media/7/526/greca_cuore.png) no-repeat bottom;
	height:70px;
   }
   .presentazione_prima_pagina h4 {
     color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
   #menu h4 {
  font-size: 30px;
  font-weight: 100;
}

.blocco {width:0.32%; } 


.titolo h1 {
  padding-top: 5%;
}

.colonna_dediche_destra {
   width:45%;
   display:inline-block;
   margin-left:5%;
   min-height: 400px;
  }
  .colonna_dediche_destra img {
   width:100%;
  }

.colonna_dediche_sinistra {
   width:40%;
  float:left;
  margin:5%;
  }
  

.header-title img {
  width: 40%;
}



 .welcome {
   width: 50%;
   float: right;
  margin-top:-35%;
   } 
   
   .welcome h1 {
    color:#fff;
	font-size:50px;
	font-weight:100;
   }
  .welcome h2 {
    color:#6fa399;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
 }
.viaggio_sinistra {
  width: 100%;
  float: right;
  margin-bottom: 5%;
  margin-top:-70%;
}
.viaggio_sinistra_lista {
  width: 100%;
  float: right;
  margin-bottom: 5%;
 margin-top:0;
}
.viaggio_destra {
  width: 100%;
  float: right;
  margin-bottom: 5%;
}
.viaggio_destra .spazio {
  padding: 5% 0;
  margin-top: 55%;
}

 }
  
@media only screen and (min-width: 740px) and (max-width: 768px){
  
  .menu-desktop { display:none;}
  
 	.menu-icon {
		display:block;
  position: absolute;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  top: 120px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;} 
  
  .menu-icon-bottom {
  position: relative;
  display: block;
  height: 21px;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  bottom: 0px;
  background:url(/media/7/526/mobile_menu.png) no-repeat center;}
  
 .etichetta {
  width: 35%;
 
}
  .presentazione {
 width:65%;
 
}
.presentazione h1 {
  padding-top:10%;
  font-size: 34px;
 
}
.presentazione h2 {
  font-size: 26px;
 padding-top:3%;
}
.presentazione h3 {
    color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
.etichetta img {
  float: right;
  width: 100%;
}
/* -- programma ---------*/
.container .locandina {margin-bottom: 7%;}

.colonna1 { width:46%; display:inline-block;margin: 0 0 4% 3.5%; } 
.colonna2 { width:46%; display:inline-block;margin:  0 3.5% 4% 0;}
.colonna3 { width:46%;  display:inline-block;margin: 0 0 4% 3.5%;}
.colonna4 { width:46%; display:inline-block;margin:  0 3.5% 4% 0; }
.colonna1 img { max-width:100%; margin:0 auto; }
.colonna2 img { max-width:100%; margin:0 auto; }
.colonna3 img { max-width:100%; margin:0 auto; }
.colonna4 img { max-width:100%; margin:0 auto; }
#menu li {
    display: block;
    width: 50%;
    height: 270px;
    float: left; /* elementi su singola riga */	
	text-align:center;
}
  
.etichetta_prima_pagina {
	width:100%;
	
   }
   .etichetta_prima_pagina img {
	width:60%;
	margin-left:20%;
	margin-top:5%;
   }
   .presentazione_prima_pagina  {
	width: 100%;
  float: left;
  padding-top: 2%;
  text-align: center;
  margin-top: 2%;
   margin-bottom: 8%;
   }
   
    .presentazione_prima_pagina h1 {
   color:#6fa399;
	font-size:42px;
	font-weight:100;
	line-height: 0.7em;
}
   .presentazione_prima_pagina h2 {
     color:#7d6d4b;
	font-size:20px;
	font-weight:100;
	background:url(/media/7/526/greca_cuore.png) no-repeat bottom;
	height:70px;
   }
   .presentazione_prima_pagina h4 {
     color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
   #menu h4 {
  font-size: 30px;
  font-weight: 100;
}

.blocco {width:0.32%; } 


.titolo h1 {
  padding-top: 5%;
}

.colonna_dediche_destra {
   width:40%;
   display:inline-block;
   margin-left:0;
   min-height: 400px;
  }
  .colonna_dediche_destra img {
   width:100%;
  }

.colonna_dediche_sinistra {
   width:40%;
  float:left;
  margin:5%;
  }
 
.header-title img {
  width: 80%;
  margin-left: 10%;
}



 .welcome {
   width: 100%;
   float: right;
  padding-top:5%;
   } 
   
   .welcome h1 {
    color:#fff;
	font-size:110px;
	font-weight:100;
   }
  .welcome h2 {
    color:#6fa399;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
 }
 .viaggio_sinistra {
  width: 90%;
  float: right;
  margin-bottom: 5%;
  margin-left:5%;
   margin-right:5%;
   margin-top:-70%;
}
.viaggio_sinistra_lista {
  width: 90%;
  float: right;
  margin-bottom: 5%;
  margin-left:5%;
   margin-right:5%;
margin-top:0;
}
.viaggio_destra {
  width: 100%;
  float: right;
  margin-bottom: 5%;
}
.viaggio_destra .spazio {
  padding: 5% 0;
  margin-top: 55%;
}
 }
 

 @media only screen and (min-width: 769px) and (max-width: 803px){
 
 
 
  .menu-desktop {
  display: inline-block;
}
 .menu-icon {
  display: none;
}
.menu-icon-bottom {
  display: none;
}
   .mobile {display: none; }

  .desktop, .main-content article .txt {display: block; }
	
  .menu-desktop h4 {
  font-size: 14px;
  font-weight: 100;
}

 .menu-desktop p {
  font-size: 8px;
  font-weight: 100;
} 
.etichetta_prima_pagina  {
	width:40%;
	float:left;
	padding-top:2%;
	text-align:center;
	
   }
   .presentazione_prima_pagina  {
	width: 60%;
  float: left;
  padding-top: 2%;
  text-align: center;
  margin-top: 12%;
  
   } 
   
   .presentazione_prima_pagina h1 {
	font-size: 32px;
   }
   
    
   .presentazione_prima_pagina h2 {
	font-size: 26px;
   }
   
.presentazione h1 {
  padding-top:10%;
  font-size: 36px;
 
}
.presentazione h2 {
  font-size: 24px;
 Padding-top:4%;
}
.etichetta img {
  float: right;
  width: 100%;
}

#menu h4 {
  font-size: 30px;
  font-weight: 100;
}


/* -- programma ---------*/
.container .locandina {margin-bottom: 7%;}
/* -- dediche ---------*/

.titolo {

  height:200px;
}
.intro {
  margin-top: 0;
  padding-top:0;
}
#menu li {
  display: block;
  width: 33.3%;
  height: 270px;
  float: left;
  text-align: center;
}

.colonna_dediche_destra {
   width:40%;
   display:inline-block;
   margin-left:0%;
   min-height: 400px;
  }
  .colonna_dediche_destra img {
   width:100%;
  }

.colonna_dediche_sinistra {
   width:40%;
  float:left;
  margin:5%;
  }

.colonna1 { width:41%; display:inline-block;margin: 0 2.5% 5% 6%; } 
.colonna2 { width:41%; display:inline-block;margin:  0 6% 5% 2.5%;}
.colonna3 { width:41%;  display:inline-block;margin: 0 2.5% 5% 6%;}
.colonna4 { width:41%; display:inline-block;margin:  0 6% 5% 2.5%; }
.colonna1 img { max-width:100%; margin:0 auto; }
.colonna2 img { max-width:100%; margin:0 auto; }
.colonna3 img { max-width:100%; margin:0 auto; }
.colonna4 img { max-width:100%; margin:0 auto; }
#menu li {
    display: block;
    width: 50%;
    height: 270px;
    float: left; /* elementi su singola riga */	
	text-align:center;
}
.header-title img {
  width: 80%;
  margin-left: 10%;
}

.welcome {
  padding-top:5%;
}

.viaggio_sinistra {
  width: 88%;
  float: right;
  margin-bottom: 5%;
  margin-left:6%;
   margin-right:6%;
   margin-top:-65%;
}
.viaggio_sinistra_lista {
  width: 88%;
  float: right;
  margin-bottom: 5%;
  margin-left:6%;
   margin-right:6%;
  margin-top:0;
}
.viaggio_destra {
  width: 100%;
  float: right;
  margin-bottom: 5%;
}
.viaggio_destra .spazio {
  padding: 5% 0;
  margin-top: 55%;
}
 }
@media only screen and (min-width: 804px) and (max-width: 970px) {

/* parti comuni */
.menu-icon,.menu-icon-bottom, .mobile, .menu-mobile { display: none; }

  .menu-desktop { display:inline-block;}

 .menu-desktop {height: 85px;}
 
	.presentazione  {
	width:58%;
	float:left;
	padding-top:2%;
	text-align:center;
   }
   
   .presentazione h1 {font-size:36px; padding-top:7%;}
   .presentazione h2 {font-size:28px;}
   
 .menu-desktop h4 {font-size: 14px;}
 
.menu-desktop p {font-size: 11px;}

.titolo h1 { font-size: 50px;}
.titolo h2 { font-size: 20px;}


.colonna1 { width:40%; display:inline-block;margin: 0 0 5% 9.5%; } 
.colonna2 { width:40%; display:inline-block;margin:  0 9.5% 5% 0;}
.colonna3 { width:40%;  display:inline-block;margin: 0 0 5% 9.5%;}
.colonna4 { width:40%; display:inline-block;margin:  0 9.5% 5% 0; }
.colonna1 img { max-width:100%; margin:0 auto; }
.colonna2 img { max-width:100%; margin:0 auto; }
.colonna3 img { max-width:100%; margin:0 auto; }
.colonna4 img { max-width:100%; margin:0 auto; }
.intro { 
	margin-top:6%;
	margin-bottom:10%;
   }
   
  
.etichetta_prima_pagina  {
	width:30%;
	float:left;
	padding-top:2%;
	text-align:center;
	
   }
  .presentazione_prima_pagina  {
	width: 60%;
  float: left;
  padding-top: 2%;
  text-align: center;
  margin-top: 15%;
  margin-bottom: 8%;
  margin-left: 10%;
   }
   
    .presentazione_prima_pagina h1 {
   color:#6fa399;
	font-size:42px;
	font-weight:100;
	line-height: 0.7em;
}
   .presentazione_prima_pagina h2 {
     color:#7d6d4b;
	font-size:20px;
	font-weight:100;
	background:url(/media/7/526/greca_cuore.png) no-repeat bottom;
	height:70px;
   }

  .welcome {
   width: 50%;
   float: right;
  margin-top:-35%;
   } 
   .header-title img {
   width: 40%;
   
   } 
   .welcome h1 {
    color:#fff;
	font-size:90px;
	font-weight:100;
   }
  .welcome h2 {
    color:#6fa399;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
 }
 


#menu li {
    display: block;
    width: 50%;
    height: 270px;
    float: left; /* elementi su singola riga */	
	text-align:center;
}

.colonna_dediche_destra {
   width:30%;
   display:inline-block;
   margin-left:0;
   min-height: 400px;
  }
  .colonna_dediche_destra img {
   width:100%;
  }

.colonna_dediche_sinistra {
   width:35%;
  float:left;
  margin:5%;
  }
  .viaggio_destra {
  font-size: 14px;
}
.viaggio_sinistra_lista {
  width: 50%;
  float: right;
  margin-bottom: 5%;
 margin-top:0;
}
 }
 @media only screen and (min-width: 970px) and (max-width: 1023px) {

/* parti comuni */
.menu-icon,.menu-icon-bottom, .mobile, .menu-mobile { display: none; }

  .menu-desktop { display:inline-block;}

 .menu-desktop {height: 85px;}
 
	.presentazione  {
	width:58%;
	float:left;
	padding-top:2%;
	text-align:center;
   }
   
   .presentazione h1 {font-size:36px; padding-top:7%;}
   .presentazione h2 {font-size:28px;}
   
 .menu-desktop h4 {font-size: 14px;}
 
.menu-desktop p {font-size: 11px;}

.titolo h1 { font-size: 50px;}
.titolo h2 { font-size: 20px;}

.colonna1 { width:40%; display:inline-block;margin: 0 0 5% 9.5%; } 
.colonna2 { width:40%; display:inline-block;margin:  0 9.5% 5% 0;}
.colonna3 { width:40%;  display:inline-block;margin: 0 0 5% 9.5%;}
.colonna4 { width:40%; display:inline-block;margin:  0 9.5% 5% 0; }
.colonna1 img { max-width:100%; margin:0 auto; }
.colonna2 img { max-width:100%; margin:0 auto; }
.colonna3 img { max-width:100%; margin:0 auto; }
.colonna4 img { max-width:100%; margin:0 auto; }
.intro { 
	margin-top:6%;
	margin-bottom:10%;
   }
   
  
.etichetta_prima_pagina  {
	width:30%;
	float:left;
	padding-top:2%;
	text-align:center;
	
   }
  .presentazione_prima_pagina  {
	width: 60%;
  float: left;
  padding-top: 2%;
  text-align: center;
  margin-top: 15%;
  margin-bottom: 8%;
  margin-left: 10%;
   }
   
    .presentazione_prima_pagina h1 {
   color:#6fa399;
	font-size:42px;
	font-weight:100;
	line-height: 0.7em;
}
   .presentazione_prima_pagina h2 {
     color:#7d6d4b;
	font-size:20px;
	font-weight:100;
	background:url(/media/7/526/greca_cuore.png) no-repeat bottom;
	height:70px;
   }


 .welcome {
   width: 100%;
   float: right;
  
   } 
   
   .welcome h1 {
    color:#fff;
	font-size:95px;
	font-weight:100;
	padding-top:6%;
   }
  .welcome h2 {
    color:#6fa399;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
 }



#menu li {
    display: block;
    width: 50%;
    height: 270px;
    float: left; /* elementi su singola riga */	
	text-align:center;
}
.viaggio_destra {
  font-size: 14px;
}
.viaggio_sinistra_lista {
  width: 50%;
 float:right;
}
 }
@media only screen and (min-width: 1024px) and (max-width: 1169px){
  
.menu-icon,.menu-icon-bottom, .mobile, .menu-mobile { display: none; }

  .menu-desktop { display:inline-block;}

 .menu-desktop {height: 85px;}
 
	
   
   .presentazione h1 {font-size:48px; padding-top:7%;}
   .presentazione h2 {font-size:40px;padding-top:2%;}
   
 .menu-desktop h4 {font-size: 18px;}
 
.menu-desktop p {font-size: 11px;}

.titolo h1 { font-size: 50px;}
.titolo h2 { font-size: 20px;}


  .colonna1 {
  width:22.9%;
  display:inline-block;
   margin:0 2% 2% 0;
  }

.colonna2 {
   width:22.9%;
   display:inline-block;
   margin:0 2% 2% 0;
}
.colonna3 {
  width:22.9%;
   display:inline-block;
   margin:0 2% 2% 0;
}
.colonna4 {
   width:22.9%;
  display:inline-block;
    margin-bottom:2%;
}
.intro { 
	margin-top:6%;
	margin-bottom:10%;
   }
   
 
.etichetta_prima_pagina  {
	width:35%;
	float:left;
	padding-top:2%;
	text-align:center;
	
   }
   .presentazione_prima_pagina  {
	width: 65%;
  float: left;
  padding-top: 2%;
  text-align: center;
  margin-top: 12%;
  
   }
   .presentazione_prima_pagina h1 {
	font-size: 62px;
   }
 .welcome {
   width: 50%;
   float: right;
  margin-top:-35%;
   } 
   .header-title img {
   width: 40%;
   
   } 
   .welcome h1 {
    color:#fff;
	font-size:90px;
	font-weight:100;
   }
  .welcome h2 {
    color:#6fa399;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
 }
 
.viaggio_destra {
  font-size: 16px;

}
.viaggio_sinistra {
  
 margin-right:0.7%;
}
.viaggio_sinistra_lista {
  width: 50%;
 float:right;
}
  }
 
    
@media only screen and (min-width: 1170px) and (max-width: 1280px){
   
.menu-icon,.menu-icon-bottom, .mobile, .menu-mobile { display: none; }

  .menu-desktop { display:inline-block;}

 .menu-desktop {height: 85px;}
 
	.presentazione {
  width: 65%;
 
}
.etichetta {
  width: 35%;
 
}
   
   .presentazione h1 {font-size:48px; padding-top:7%;}
   .presentazione h2 {font-size:40px;padding-top:2%;}
   
 .menu-desktop h4 {font-size: 26px;}
 
.menu-desktop p {font-size: 11px;}

.titolo h1 { font-size: 50px;}
.titolo h2 { font-size: 20px;}


  .colonna1 {width:23%;display:inline-block;margin:0 2% 2% 0;}

.colonna2 {
   width:23%;
   display:inline-block;
   margin:0 2% 2% 0;
}
.colonna3 {
  width:23%;
   display:inline-block;
   margin:0 2% 2% 0;
}
.colonna4 {
   width:23%;
  display:inline-block;
    margin-bottom:2%;
}
.intro { 
	margin-top:6%;
	margin-bottom:10%;
   }
   
   .welcome {
  width: 45%;
  float: right;
  margin-top: -55%;
}
.etichetta_prima_pagina  {
	width:30%;
	float:left;
	padding-top:2%;
	text-align:center;
	
   }
   .presentazione_prima_pagina  {
	width: 65%;
  float: left;
  padding-top: 2%;
  text-align: center;
  margin-top: 12%;
  
   }
   
 .welcome {
   width: 50%;
   float: right;
  margin-top:-20%;
   } 
   
   .welcome h1{
  font-size:100px;
   } 
   .header-title img {
   width: 40%;
   
   } 
   .welcome h1 {
    color:#fff;
	font-size:90px;
	font-weight:100;
   }
  .welcome h2 {
    color:#6fa399;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
 }
.colonna1 img { max-width:100%; margin:0 auto; }
.colonna2 img { max-width:100%; margin:0 auto; }
.colonna3 img { max-width:100%; margin:0 auto; }
.colonna4 img { max-width:100%; margin:0 auto; }

.viaggio_sinistra {
  margin-right: 0.7%;
}
.viaggio_destra {
  font-size: 18px;
 
}
.viaggio_sinistra_lista {
  width: 50%;
 float:right;
}
  }
  @media only screen and (min-width: 1280px) {
   /* parti comuni*/
  .menu-icon,.menu-icon-bottom, .mobile, .menu-mobile { display: none; }

  .menu-desktop { display:inline-block;}

 .menu-desktop {height: 85px;} 
   .presentazione {
  width: 65%;
 
}
.etichetta {
  width: 35%;
 
}
   
   .presentazione h1 { font-size: 72px;padding-top:5%;}
  
   .presentazione h2 {
	font-size:50px;
	margin-top:2%;
   }
   .menu-desktop h4 {font-size:30px;}
   
   .menu-desktop p {font-size:16px; }
/* parti comuni*/

 .menu-icon-bottom { display: none; }
  
 .menu-icon { right: 0; }

.etichetta_prima_pagina  {
	width:30%;
	float:left;
	padding-top:2%;
	text-align:center;
	
   }
   .presentazione_prima_pagina  {
	width:69%;
	float:left;
	padding-top:2%;
	text-align:center;
	margin-top:5%;
	margin-left:0;
   }
   
    .presentazione_prima_pagina h1 {
   color:#6fa399;
	font-size:72px;
	font-weight:100;
	line-height: 0.7em;
}
   .presentazione_prima_pagina h2 {
     color:#7d6d4b;
	font-size:50px;
	font-weight:100;
	background:url(/media/7/526/greca_cuore.png) no-repeat bottom;
	height:100px;
   }
   .presentazione_prima_pagina h4 {
     color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
    .blocco {
  width:0.64%;
   } 
   .welcome {
  width: 50%;
  float: right;
  margin-top: -25%;
}
 .welcome h1 {
 font-size:130px;
}

 
 .colonna_dediche_destra {
   width:30%;
   display:inline-block;
   margin-left:10%;
   min-height: 400px;
  }
  .colonna_dediche_destra img {
   width:100%;
  }

.colonna_dediche_sinistra {
   width:40%;
  float:left;
  margin:5%;
  }
 

.container .locandina {
   margin-bottom:3%;
  max-width:100%;
  
  }
  
  .viaggio_sinistra_lista {
  width: 50%;
  float: right;
  margin-bottom: 5%;
 
}
  }
@media only screen and (min-width: 1400px) {
   /* parti comuni*/
   .menu-icon,.menu-icon-bottom, .mobile, .menu-mobile { display: none; }

  .menu-desktop { display:inline-block;}

 .menu-desktop {height: 85px;}
   .presentazione {
  width: 65%;
 
}
.etichetta {
  width: 35%;
 
}
   
   .presentazione h1 { font-size: 72px;padding-top:5%;}
  
   .presentazione h2 {
	font-size:50px;
	margin-top:2%;
   }
   .menu-desktop h4 {font-size:30px;}
   
   .menu-desktop p {font-size:16px; }
/* parti comuni*/

 .menu-icon-bottom { display: none; }
  
 .menu-icon { right: 0; }

.etichetta_prima_pagina  {
	width:30%;
	float:left;
	padding-top:2%;
	text-align:center;
	
   }
   .presentazione_prima_pagina  {
	width:69%;
	float:left;
	padding-top:2%;
	text-align:center;
	margin-top:5%;
	margin-left:0;
   }
   
    .presentazione_prima_pagina h1 {
   color:#6fa399;
	font-size:72px;
	font-weight:100;
	line-height: 0.7em;
}
   .presentazione_prima_pagina h2 {
     color:#7d6d4b;
	font-size:50px;
	font-weight:100;
	background:url(/media/7/526/greca_cuore.png) no-repeat bottom;
	height:100px;
   }
   .presentazione_prima_pagina h4 {
     color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
    .blocco {
  width:0.64%;
   } 
   .welcome {
  width: 50%;
  float: right;
  margin-top: -25%;
}
 .welcome h1 {
 font-size:130px;
}

 .colonna_dediche_destra {
   width:30%;
   display:inline-block;
   margin-left:10%;
   min-height: 400px;
  }
  .colonna_dediche_destra img {
   width:100%;
  }
.viaggio_sinistra {
  margin-right: 0.7%;
}
.colonna_dediche_sinistra {
   width:40%;
  float:left;
  margin:5%;
  }
 .colonna1 img { max-width:100%; margin:0 auto; }
.colonna2 img { max-width:100%; margin:0 auto; }
.colonna3 img { max-width:100%; margin:0 auto; }
.colonna4 img { max-width:100%; margin:0 auto; }

.colonna1 { margin: 0 2% 3.5% 0; }
.colonna2 {  margin: 0 2% 3.5% 0;}
.colonna3  { margin: 0 2% 3.5% 0; }
.colonna4  { margin: 0 0 3.5% 0; }
 
  
  }
  
  @media only screen and (min-width: 1920px) {
   /* parti comuni*/
   .menu-icon,.menu-icon-bottom, .mobile, .menu-mobile { display: none; }

  .menu-desktop { display:inline-block;}

 .menu-desktop {height: 85px;}
   .presentazione {
  width: 65%;
 
}
.etichetta {
  width: 35%;
 
}
   
   .presentazione h1 { font-size: 72px;padding-top:5%;}
  
   .presentazione h2 {
	font-size:50px;
	margin-top:2%;
   }
   .menu-desktop h4 {font-size:30px;}
   
   .menu-desktop p {font-size:16px; }
/* parti comuni*/

 .menu-icon-bottom { display: none; }
  
 .menu-icon { right: 0; }

.etichetta_prima_pagina  {
	width:30%;
	float:left;
	padding-top:2%;
	text-align:center;
	
   }
   .presentazione_prima_pagina  {
	width:69%;
	float:left;
	padding-top:2%;
	text-align:center;
	margin-top:5%;
	margin-left:0;
   }
   
    .presentazione_prima_pagina h1 {
   color:#6fa399;
	font-size:72px;
	font-weight:100;
	line-height: 0.7em;
}
   .presentazione_prima_pagina h2 {
     color:#7d6d4b;
	font-size:50px;
	font-weight:100;
	background:url(/media/7/526/greca_cuore.png) no-repeat bottom;
	height:100px;
   }
   .presentazione_prima_pagina h4 {
     color:#6fa399;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
   }
    .blocco {
  width:0.64%;
   } 
   .welcome {
  width: 50%;
  float: right;
  margin-top: -25%;
}
 .welcome h1 {
 font-size:130px;
}

 .colonna_dediche_destra {
   width:30%;
   display:inline-block;
   margin-left:10%;
   min-height: 400px;
  }
  .colonna_dediche_destra img {
   width:100%;
  }

.colonna_dediche_sinistra {
   width:40%;
  float:left;
  margin:5%;
  }

  }






   /* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  position: fixed;
  background: #817150;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor:default; }

.mfp-ajax-cur {
  cursor: progress; }


.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content, .mfp-close {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 22px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right:none; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: none; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }


/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: center;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:20px; 
   margin-top:2%;
   }

.mfp-title h4 {
  text-align: center;
  padding-bottom:4%;
  background:url(/media/7/526/greca_cuore.png) no-repeat;
  background-position:center;
  height:50px; }
  
  .mfp-title p {
  margin:0;
  padding-bottom:20px; }
  
.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }`


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

@media only screen and (min-width: 320px)  {
.jcarousel-wrapper {
 max-width: 200px;
  margin: 0;
}

.container h3 {
  margin-bottom: 20%;
  font-size:22px;
}

 }

 @media only screen and (min-width: 360px)  {
.jcarousel-wrapper {
 max-width: 280px;
  margin: 0;
}

.container h3 {
  margin-bottom: 20%;
  font-size:28px;
}
  }


 @media only screen and (min-width: 768px)  {
.jcarousel-wrapper {
 max-width: 500px;
  margin: 0;
}

.container h3 {
  margin-bottom: 6%;
}

}


 @media only screen and (min-width: 1280px)  {
.jcarousel-wrapper {
 max-width: 800px;
  margin: 0;
}
}

.jcarousel-control-prev {
  left: 0 !important;
  background:url(/media/7/526/arrow_left.png) no-repeat center;}

.jcarousel-control-next {
  right: 0 !important;
  background:url(/media/7/526/arrow_right.png) no-repeat center;}


  
  /** Carousel **/



.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 15%;
    margin-top: -15px;
    width: 50px;
    height: 74px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    
}


/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
@media only screen and (min-width: 480px) {
	.stream li{
		width:172px
	}
}
@media only screen and (min-width: 568px) {
	.stream li{
		width:207px
	}
}
@media only screen and (min-width: 600px) {
	.stream li{width:220px}
}
@media only screen and (min-width: 768px) {
	.stream li{width:184px}
}

@media only screen and (min-width: 1280px) {
	.stream li{width:150px}
}
@media only screen and (min-width: 1366px) {
	.stream li{width:162px}
}
@media only screen and (min-width: 1920px) {
	.stream li{width:170px}
}



