#invoice,#invoice + label{
	display: none;
}
* {
	margin: 0;
	padding: 0;
}
/*
 *	GENERAL TAGS
 */
body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	-webkit-text-size-adjust: 100%;
	color: #000000;
	overflow-x: hidden;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display:block;
}
a img{
	border: 0;
}
a   {
	text-decoration: none;
	color:black;
}
h1, h2{
	margin-bottom: 2px;
	margin-top: 20px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1em;
}
h2>a[class*="-bull"]{
	font-size: 14px;
	font-weight: bold;
}
.as-p	{
	font-size: 12px;
	margin: 1em 0px !important;
	line-height: 140%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}
header > h1:first-child, header > h2:first-child{
	font-size: 10px;
	margin: 6px 0 2px 0;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	text-align: center;
}
p ,.p, #page .box-body  h2.book-title{
	margin: 1em 0;
	line-height: 140%;
}
header, #content, footer {
	width: 1200px;
	position: relative;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
input[type=text], textarea{
	border: 1px solid #9E9E9E;
}
input[type=checkbox]{
	width: 14px;
	height: 14px;
	position: relative;
	top: 3px;
}
footer{
	margin-bottom: 20px;
}
blockquote {
	margin-left: 20px;
}
/*
 *	USEFUL CLASSES
 */
.seotitle	{
	margin: 0;
	padding:0;
	font-size: inherit;
}
.hr, hr {
	position: relative;
	background: #999999;
	height: 1px;
	margin: 5px 0;
	width: 100%;
	border: none;
}
.hr.gray, hr.gray {
	background: #E4E2E3;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.fright.padded {
	margin-right: 5px;
}
.fright.pushUp {
	margin-top: -20px;
}
.clear {
	clear:both;
	padding:0 !important;
	margin:0 !important;
}
.clearleft {
	clear:left;
	padding:0 !important;
	margin:0 !important;
}
.clearright{
	clear:right;
}
.clearfix:after, .boxfooter:after, .boxcenter:after, #page:after, .box-body:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.full {
	width: 100% !important;
}
.maxwfull {
	max-width: 100% !important;
}
.half, .halfGift {
	width: 49%;
}
.half.even {
	margin-left:2%;
}
.third , .museumPhoto{
	width: 32.3333%;
	margin-right: 1.5%;
}
.two-thirds{
	width: 66.1111%;
}
.quarter {
	width: 24.2%;
	margin-right: 1%;
}
.fifth{
	width: 19%;
	margin-right: 1%;
}
.sixth{
	width: 15.5%;
	margin-right: 1%;
}
.last{
	margin-right: 0 !important;
}
.col {
	text-align: center;
	width: 140px;
}
.bold {
	font-weight: bold;
}
.just{
	text-align: justify;
}
.center{
	text-align: center;
}
.alright{
	text-align: right;
}
.alleft{
	text-align: left;
}
.centered{
	margin: 0 auto;
}
.indentLeft{
	padding-left: 5px;
}
.underline{
    text-decoration: underline;
}
.museumclr , a.museumclr,.museumclr a{
	color: #CC9900 !important;		/* color: #CC9900;	color: #5154BB;   color: #2A9E5D;*/
}
.museumclr a:hover, a.museumclr:hover{
	text-decoration: underline;
}
.museumbg{
	background: #CC9900;
}
.romeclr {
	color: #C3552E;
}
.florenceclr {
	color: #CC9900;
}
.milanclr {
	color: #5154BB;
}
.veniceclr {
	color: #2A9E5D;
}
.romebg {
	background: #FCF1F2;
}
.florencebg {
	background: #FFEEA8;
}
.milanbg {
	background: #D7D9FF;
}
.venicebg {
	background: #C2FDCB;
}
.whitebg{
	background: #fff;
}
.darkgraybg{
	background: #e3e1e4;
}
.graybg{
	color: #E8E8E8;
}
.gray, .gray a{
	color:#666;
}
.lightgray{
	color: #808080;
}
.pink{
	color: #f26aef;
}
.red{
	color:red;
}
.green{
	color: #008000;
}
.white{
	color: #fff;
}
.warning{
	color: red;
	font-weight: bold;
}
.warning-black{
	color: black;
	font-weight: bold;
}
.padded10 {
	padding: 10px;
}
[class*="show-at"]{
	display:none;
}
[class*="-bull"]:before {
	content: '\2022\0020';
}
.dash-bull:before {
	content: '- ';
}
.double[class*="-bull"]:before {
	content: '\2022\2022\0020';
}
.triple[class*="-bull"]:before {
	content: '\2022\2022\2022\0020';
}
.pink-bull:before{
	color: #f26aef;
}
.museum-bull:before{
	color: #CC9900 !important;
}
.red-bull:before{
	color: red !important;
}
.grey-bull:before{
	color: grey;
}
.bull-list>*:before{
	content: '\2022\0020';
}
.bottom-space{
	margin-bottom: 30px !important;
}
.bottom-space-half{
	margin-bottom: 15px !important;
}
.top-minus{
	margin-top: -10px;
}
.top-space{
	margin-top: 30px !important;
}
.top-lessspace{
	margin-top: 16px !important;
}
.left-space{
	margin-left: 10px;
}
.hidden{
	display: none;
}
.noscroll {
	position: fixed;
    height: 100%;
    overflow-y: hidden;
    width: 100%;
}
.click{
	cursor:pointer;
}
div.paddedLeftBottom{
	padding: 0 0 10px 10px;
}
div.padded{
    padding: 10px;
}
div.p20{
	padding-left: 20px;
	padding-right: 20px;
}
.padding-left{
	padding-left: 20px;
}
.gray-title{
	font-size: 30px;
	font-weight: 100;
	color: #888;
	line-height: initial !important;
	margin-top: 0px !important;
	font-family: Times New Roman;
}
.gray-border-left{
	border-left: solid 1px #D3D3D3;
	list-style-position: outside;
	padding: 0px 10px 10px 30px;
}
.title-with-count{
    display: inline;
    font-size: 30px !important;
}
.bottom-right{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.perc60{
	width: 60%;
	margin-left: 20%;
}
.roman{
	font-family: Times New Roman;
}
.margin-top_0{
	margin-top: 8px;
}
.side-elem-sm h3 {
	display: block !important;
	height: 48px;
    word-wrap: break-word;
    overflow: hidden;
}
.side-elem-sm a {
	display: initial !important;
}
.smallimg{
	float: left;    
	width: 35% !important;
    height: 58px !important;
	margin-right: 5%;
	margin-left: 0 !important;
	margin-top: -5px;
	margin-bottom: -5px;
	position: relative;
	overflow: hidden;
}
.smallimg img{ 
	max-width: initial !important;
	margin-left: 50% !important;
	transform: translateX(-50%);
}
.bordered {
	border: solid 1px #ABABAB;
	padding: 10px;
}
.handy {
	cursor: pointer;
	cursor: hand;
}
.notUnderline {
	text-decoration: none !important;
}
/*nuove iconcine x e-vouch*/
.bfvouch {
	margin: 5px auto;
	text-align: center;
	color: grey;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Times New Roman';
}
label .bfvouch {	
	margin: 5px 0 0 20px;
	display: block;
	text-align: left;
	width: 100%;
}
.pgvouch {
	margin-top: -10px;
	color: grey;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Times New Roman';
}
i.evouch { font-size: 18px; }
i.pvouch { font-size: 14px; }
.pgvouch i.evouch { font-size: 24px; }
.pgvouch i.pvouch { font-size: 20px; }
/*fine nuove iconcine x e-vouch*/

/*
 * HEADER
 */
#barraTop{
	height: 8px;
}
#barraTop, #top {
	position: relative;
	background: #E4E2E3;
	width: 100%;
}
#flash{
	width:886px;
	width: calc(100% - 140px);
}
#logo {
	padding-top: 20px;
	margin-bottom: 10px;
}
#logo img{
	width: 120px;
	padding-top: 30px;
}
#flags {
	float: right;
	/*margin-left: 3px;*/
	padding: 3px 10px 0 0;
	border-top: solid 1px #FFF;
}
#flags img {
	width: 20px;
	height: 14px;
	border: 1px solid #999;
	box-sizing: border-box;
}
/* Menus */
.menutitle {
	color: #FFFFFF;
	background: #ABABAB;
	font-weight: bold;
	font-size: 14px;
	/*margin-top: 5px;*/
	padding: 3px 0;
	line-height: 57px;
}
.menutitle ~ hr{
	width: 874px;
	width: calc(100% - 150px);
}
nav.mainnav {
	background: transparent;
	line-height: 20px;
	display: inline-block;
	width: 820px;
	width: calc(100% - 210px);
	float: left;
	margin-right:0;
}
.subnav{
	background: #E4E2E3;
	line-height: 13px;
}
.subnav .menutitle{
	font-size: 11px;
	background: #CCC;
}
.subnav a{
	color: black;
}
footer ul.mainmenu {
	list-style: none;
	font-size: 12px;
}
ul.mainmenu {
	list-style: none;
	font-size: 12px;
	/*width: 960px;
	width: calc(100% - 190px);*/
	text-align: right;
	color: #666;
}
ul.mainmenu i.fa{
	display:none;
	font-size: 18px;
}
ul.mainmenu li {
	display: inline-block;
	text-align: center;
	width:initial;
	padding-left: 10px;
}
ul.mainmenu li:after{
	content:'|';
	margin: 0;
	padding: 0 0 0 10px;
	float: right;
}
ul.mainmenu li a {
	color: #666;
	display: inline-block;
	text-decoration: none;
}
ul.mainmenu li a:hover {
	color: #000000;
	text-decoration: underline;
}
/* New Menu */
nav ul {
	list-style: none;
}
nav ul li{
	display: inline-block;
}
.main_menu{
	line-height: 23px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
.main_menu i.fa {
    display: none;
}
.main_menu > ul{
	width: 874px;
	width: calc(100% - 150px);
	float: right;
	padding-left: 10px;
}
.main_menu ul{
	text-align: left;
}
.main_menu > ul > li{
	text-align: center;
	padding-left: 20px;
	overflow: visible;
}
.main_menu > ul > li:after{
	padding-left: 20px;
	content: '|';
	margin: 0;
	float: right;
}
.main_menu > ul > li:last-child:after {
	content: '';
}
.main_menu ul li{
	position: relative;
}
.main_menu > ul > li > a{
	display: inline-block;
	color:#333;
}
/* Museum Menu*/
#museum_menu > ul{
	background: #E0E0E0;
	padding-left: 0px;
    line-height: 28px;
    font-size: 16px;
}
#museum_menu > ul > li:after{
	color: #ABABAB;
}
#museum_menu a:not(.current_museum){
	color: #ABABAB;
}
#museum_menu a.current_museum {
	color: #C90;
	font-size: 16px;
}
/*#museum_menu > ul > li:nth-child(5){
	background-image: url('../images/new23.png');
	background-repeat: no-repeat;
	background-position: 10px 2px;
	padding-left: 35px;
}
#museum_menu > ul > li:nth-child(5) a {
	color: #666;
}*/
/* Sub Menus */
.main_menu ul ul{
	position: absolute;
	z-index: 1;
	background: #fefefe;
	left: 0;
	border: solid 1px #D0D0D0;
	box-sizing: border-box;
	font-weight: 100;
	text-align: left;
	visibility: hidden;
}
.main_menu ul ul ul{
	left: 100%;
	top: -1px;
}
.main_menu ul li:hover > ul,.main_menu ul li.open > ul{
	visibility: visible;
}
.main_menu ul ul li{
	width:100%;
	box-sizing: border-box;
	border-bottom: 1px solid #D0D0D0;
	display: list-item;
}
.main_menu ul ul a{
	padding: 7px 10px 7px 8px;
	white-space: nowrap;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	line-height: 21px;
	font-size: 13px;
}
.main_menu ul ul a:before{
	content:"\00bb \00a0";
	color:#b0b0b0;
}
.main_menu ul ul li:hover{
	background:#dbdbdb;
}
.main_menu ul li a.current{
	box-shadow: 0px 0px 5px -1px #000 inset;
}
.main_menu .sub_title{
	padding-right: 25px;
	padding-left: 20px;
	white-space: nowrap;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	line-height: 35px;
}
.main_menu .sub_title:after{
	content: "\f0da";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #666;
	position: absolute;
	top: 11px;
	right: 15px;
}
.main_menu a.seeall{
	font-style: italic;
	padding-left: 20px;
}
.main_menu a.seeall::before{
	content: '';
}
/* drop down menus */

#flag_menu li span{
	display: none;
	margin-left: 20px;
	color: #666;
}
/* End of New Menu*/
/* Responsive Mobile Menu */

#responsive_menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #E4E2E3;
    box-sizing: border-box;
    height: 90px;
    border-bottom: 1px solid #CCC;
    -webkit-transition: top .5s ease-out;
    transition: top .5s ease-out;
}
#responsive_menu.slideup {
	top: -100px;
}
#responsive_menu.sticky {
	position: fixed;
}
#responsive_menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: inherit;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
#responsive_menu ul li.logoresp {
    width: 50%;
    cursor: pointer;
    cursor: hand;
}
#responsive_menu ul li:not(.logoresp) {
    box-sizing: border-box;
    padding: 8px 0px;
    width: 25%;
}
#responsive_menu ul li:not(.logoresp) a {
    display: block;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    cursor: pointer;
}
#responsive_menu ul li:not(.logoresp) a label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
#responsive_menu ul li:not(.logoresp) a * {
    cursor: pointer;
}
#responsive_menu ul li:not(.logoresp) a img {
    width: 70px;
    height: 44px;
    margin: auto;
}
#responsive_menu ul li:not(.logoresp) a i {
    font-size: 48px;
    color: #888;
    margin: auto;
}
.fa-bars{
    -webkit-transform: scaleX(1.20);
    transform: scaleX(1.20);
}
#gift{
	display: none;
}
/* END OF Responsive Mobile Menu */
/**
***		New Header
**/
#responsivetop {
	margin-top: 10px;
}
.resptitle{
	font-family: Times New Roman;
	font-size: 28px;
	text-transform: uppercase;
	color: #888;
}
.resptitle .museumclr, .resptitle .romeclr, .resptitle .florenceclr, .resptitle .milanclr, .resptitle .veniceclr{
	text-shadow: 2px 2px 0 #FFF;
}
/*
	Slide Menu
*/
body.no-scroll{
	overflow:hidden;
	margin-right: 15px;
}
#menu-handle{
	background-image: url('../images/menu_icon.png');
	height: 50px;
	width: 50px;
	display: none;
	position: absolute;
	right: 0;
	top: 25px;
	border: 1px solid rgb(168, 168, 168);
	border-right: none;
	box-shadow: 0 0 5px -1px rgb(168, 168, 168);
	cursor: pointer;
	-webkit-transition: background-color 0.2s, right 0.4s;
	-moz-transition: background-color 0.2s, right 0.4s;
	transition: background-color 0.2s, right 0.4s;
	background-color: rgb(228, 226, 227);
	z-index: 10;
}
#menu-handle:hover{
	background-color: rgba(235, 235, 235, 1);
	box-shadow: 0 0 5px 1px rgb(133, 133, 133);
}
#overlay{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	position: fixed;
	z-index: -1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	background-color: rgba(0, 0, 0, 0.5);
}
#menu-handle.open+#overlay{
	opacity:1;
	z-index: 9;
}
#close-menu{
	right: -70%;
	position: fixed;
	top: 10px;
	z-index: 11;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 30px;
	cursor: pointer;
	color: rgb(151, 151, 151);

	-webkit-transition: right 0.4s, text-shadow 0.2s;
	-moz-transition: right 0.4s, text-shadow 0.2s;
	transition: right 0.4s, text-shadow 0.2s;
}
.closetxt{
    margin-top: 22px;
	margin-left: 23px;
	margin-right: 10px;
    float: left;
    cursor: pointer;
	box-sizing: border-box;
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
}
#close-menu:hover{
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
#close-menu:before{
	content: '+';
}
#menu-handle.open+#overlay+#close-menu{
	right: 15px
}
/*
#content elements
*/
/**
***		New List Page Box
**/
.listbox	{
	color: #666;
	background-color: #ededed;
	position: relative;
	min-height: 320px;
	margin-bottom: 30px;
	cursor: pointer;
}
.listboxNoHand	{
	cursor: initial !important;
}
.listbox.half{
	min-height:340px;
}
.listbox.half:nth-child(2n+1) {
	margin-right: 2%;
}
.group-list .listbox,.private-list .listbox{
	min-height: 250px;
}
.listbox img	{
	width: 100%;
}
.listbox h2, .listbox h3 {
	margin: 10px 15px 0;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 1em;
}
  .listbox h2 a, .listbox h3 a	{
	color: #666666 !important;
 }
.listbox p	{
	margin: 0 15px;
	font-size: 12px;
}

.listbox .more{
	color: #2A9E5D;
	position: absolute;
	bottom: 45px;
	right: 15px;
}
.listbox .more a{
	color: #2A9E5D;
}
.listbox .boxfooter{
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	bottom: 0;
}

.group-list .listbox > div, .group-list .listbox > div img, .private-list .listbox > div, .private-list .listbox > div img { display: block; position: relative;}
.blackOpa {
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
}
.blackOpa .disp {
	float: left;
	color: white;
	margin: 8px 0 0 10px;
	font-size: 14px;
}
.group-list .blackOpa .disp { width: 70%; }
.private-list .blackOpa .disp { margin: 8px 10px !important;  }

.blackOpa .twolines {
	margin-top: 0 !important;
}
.blackOpa .price {
	float: right;
	font-family: Gilda Display;
	margin-right: 10px;
	font-size: 12px;
	text-align: right;
}
.blackOpa .price span {
	font-size: 18px;
}

.tour-type{
	position:relative;
	/*height: 350px;*/
	overflow: hidden;
	transition: height 0.3s;
}
.tour-type .toggle{
	color:red;
}
.tour-type .toggle-off,.tour-type.open .toggle-on{
	position:absolute;
	right: 5px;
	top: 335px;
}
.tour-type .toggle-on,.tour-type.open .toggle-off{
	display:none;
}


#content {
	position: relative;
	background: url('../images/capi_sfondo.jpg') left top repeat-y;
}
#capisopra {
	position:absolute;
	top:0;
	left:0;
	width:140px;
	height: 75px;
	background: url('../images/capi_sopra.jpg') center top no-repeat;
}
#capisotto {
	position:absolute;
	bottom:0;
	left:0;
	width:140px;
	height: 75px;
	background: url('../images/capi_sotto.jpg') center bottom no-repeat;
}
#page {
	background: #f8f8f8 url('../images/prova3gradient4.png') center top repeat-y;
	margin-left:150px;
	padding: 10px 10px 0;
	min-height:650px;
}
.logo-crome{
	background: url('../images/logo-crome.png');
	width: 52px;
	height: 44px;
}
.side-title .logo-crome{
	position: absolute;
	top: 2px;
	right: 2px;
}
.private.tour .logo-crome{
	position: absolute;
	top: 50%;
	margin-top: -22px;
	right: 10px;
}
.logo-crome+p.fright.padded{
	margin-top: 10px;
}
.description img{
	margin: 0px 0 15px 15px;
	max-width: 279px;
	height: auto;
}
.exhibSingle{
	float:right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.box, .pagebox {
	background: #EEEDEE;
	margin-bottom: 20px;
	/*padding-top: 11px;*/
}
.tl-side-space{
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.index > .box {
	padding-top: 11px;
	padding-bottom: 10px;
}
.box:last-child:not(.green),.box.bottom {
	margin-bottom: 0;
}
.pagebox {
	background-color:transparent;
	margin-top: -10px;
}
.pagebox a:hover{
	text-decoration: underline;
}
#page .private-tours-box{
	padding: 10px;
	background: #fff;
	line-height: 18px;
}
#page .private-tours-box>span{
	margin-right: 15px;
}
#page .box.green{
	background:#fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 5px solid #A1CDB4;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#000;
}
#page .box.green p:nth-of-type(1){
	margin-top: 0;
}
.box.grey{
	background: #EEEDEE;
	padding-bottom: 5px;
}
.box.grey strong,.box.grey>div{
	margin-left: 5px;
	margin-right: 5px;
}
.box.grey>div{
	margin-bottom: 5px;
}
.box.grey>span{
	margin-left: 10px;
	margin-right: 10px;
}
#page .boxhead {
	font-size: 14px;
}
.title-private, .title-private a {
	font-size: 16px !important;
	font-weight: normal !important;
}
.boxhead h1.normal	{
	font-weight: normal !important;
}
.boxhead h1 a, .boxhead h1 a:hover, .boxhead h2 a, .boxhead h2 a:hover, header h1 a, header h2 a{
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;

}
h1 a	{
 	cursor: text !important;
 }
h1 a:hover	{
	text-decoration: none !important;
 }
.boxcenter {
	padding: 10px 5px 0 10px;
}
.box-body{
	padding: 10px 20px;
}
.box-body.darkgraybg{
	padding: 5px 15px;
	margin: 25px 5px 5px;
}
.third .boxcenter,.quarter .boxcenter,.two-thirds .boxcenter{
	min-height: 151px;
}
.boxcenter img:not(.half):not(.full):not(.hometour){
	float:right;
	width: 100px;
	height: 120px;
}
.boxcenter img.hometour{
	width: auto;
}
.boxcenter a:not(.btn){
	font-weight: bold;
	color: black;
}
.boxcenter a:hover:not(.btn), .map a:hover{
	text-decoration: underline;
}
.boxcenter ul{
	list-style-position: outside;
	padding: 0 10px 10px 15px;
}
.boxcenter ul a{
	font-weight: normal;
	line-height: 20px;
}
.boxcenter div ul{
	border-left: solid 1px rgba(211, 211, 211, 0);
	padding-left: 35px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.boxcenter div+div ul{
	border-left: solid 1px lightgray;
}
.giftbanner {
	width: 200px;
	margin-right: 50px;
}
.giftbanner img {
	width: 200px !important;
	padding-top: 15px;
}
/*.boxcenter*/
.third:not(.contactList) img.full{
	width: 76%;
	max-width: 227px;
	margin-left: 12%;
	margin-bottom: 10px;
}
.box.full .boxcenter .third>p:first-child{
	margin-left: 20px;
}
.boxcenter .left-space{
	margin-left: 50px;
}
.boxcenter .right-space{
	margin-right: 50px;
}
.green .boxcenter div ul a{
	line-height: 15px;
}
.green .boxcenter div+div ul{
	margin:0;
	border:none;
	padding-left: 15px;
}
.green .boxcenter .half{
	width: 38%;
	margin: 0 6%;
}
.graybox{
	padding: 0px 10px;
	border: solid #CCC 2px;
}
a.star{
	background: url('../images/star.png') 5px 0 no-repeat;
	display: block;
	height: 48px;
	width: 75px;
	text-align: center;
	padding: 3px 0px 0 8px;
	float: left;
	margin-top: -10px;
}
.box-body h2:nth-of-type(1){
	margin: 0;
}
.boxfooter {
	background: #E4E2E3;
	padding: 5px 10px;
	min-height: 10px;
}
.box.full .boxfooter{
	text-align: right;
	padding: 0px 10px 5px 0px;
	min-height: 10px;
}

.box.full .boxfooter a{
	margin-top: 5px;
}
.box.full .boxfooter a:nth-child(n+2){
	margin-left: 30px;
}

.boxfooter div.half{
	display: inline-block;
}
a.booking:hover, .bookbox a img:hover{
	opacity: 0.8;
	text-decoration: none !important;
	cursor:pointer;
}
input.btn:focus{
	outline: none;
}
ul.listrepeat{
	list-style-type:none;
	margin-left: 0px !important;
	margin-bottom: 11px;
	line-height: 17px;
}
.btn,input.btn{
	background: #CC9900;
	color: white;
	font: 15px 'Gilda Display';
	display:inline-block;
	padding: 15px 18px;
	margin-bottom: 10px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	cursor:pointer;
	border:none;
	word-wrap: break-word;
}
.btn:hover{
	text-decoration: none !important;
	background-color: rgba(204, 153, 0, 0.9);
}
.btn.gray{
	background: #aba7b7;
}
.btn.gray:hover{
	background-color: #9d99a7;
	text-decoration: none !important;
}
.btn.big,input.btn.big{
	font-size: 22px;
	letter-spacing: -0.5px;
}
a.btn.closer,input.btn.closer{
	padding: 8px 12px;
}
.floatbtncont .btn{
	display: block;
	float: left;
	width: 31%;
	margin-right: 2.3%;
	padding: 15px 0;
}
.boxbook .btn{
	width: 49%;
	padding: 15px 0;
}

.megaPadd { 
	padding: 3px 60px; 
	font-size: 16px
}
.greenbox{
	margin: 1em 0;
}
.greenbox h2{
	display: inline;
	margin-bottom: 0px !important;
}
.sz12{
	font-size: 12px;
}
.sz12{
	font-size: 13px;
}
.sz14{
	font-size: 14px;
}
.sz16{
	font-size: 16px;
}
.sz19{
	font-size: 18px;
}
.sz22{
	font-size: 22px;
}
.sub{
	font-size: 10px;
}
.smallText{
	font-size: 11px;
}
.subnote{
	color: #808080;
}
.nowrap{
	white-space: nowrap;
}
.container{
	position: relative;
	font-family: "Gabriola";
	font-size: 33px;
	line-height: 100%;
	width: 227px;
	height: 151px;
	margin: 0px 0px 20px 3%;
}
.top-left{
	position: absolute;
    top: 0px;
    left: 12%;
    color: white;
    font-weight: normal;
}
.opacity{ /*effetto opaco ma colore testo non influenzato*/
	background:rgba(255,255,255, 0.5);
}
.bottom-right2{
	position: absolute;
    bottom: 0px;
    right: -27.1px;
    font-weight: normal;
}
.txt-c-ra{ /*colore rosso testo immagine affabulando home*/
	color: #4d0000;
}
.txt-c-wa{ /*colore bianco testo immagine affabulando home*/
	color: white;
}

/**
***		New Footer
**/

#footerbox{
	border: 1px solid #9E9E9E;
	padding: 15px;
	margin-top:10px;
	color: #666;
	display: flex;
}
#footerbox a{
	color: #666;
	font-size: 10px;
}
#footerbox .hr{
	background: #9E9E9E;
	margin: 10px 0;
}
.footercol {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	flex-grow: 1;
	position: relative;
	margin: 0;
	padding-right: 15px;
	border-right: 1px solid #B8B8B8;
}
.index .footercol {
	align-content: flex-start;	
}
.footercol:last-child {
	border-right: none;
	padding-right: 0;
}
#footlogo img {
	max-width: 75px;
}
#footinfo{
	list-style-type: none; 
	font-size:10px;
	padding-left: 5px;
	color: #666;
	line-height: 12px;
}
#footinfo #fbclr{
	line-height: 12px !important;
	font-size: 10px !important;
}
#footinfo strong{
	color: black;
}
#footinfo .bold{
	color: black;
}
#fbclr {
	color: #4267b2 !important;
}
#useful {
	position: relative;
	width: 100%;
}
.footercol:first-child #useful{
	margin-top: 40px;
	border-top: 1px solid #B8B8B8;
	padding-top: 40px;
}
#usefultitle {
	position: absolute;
	top: -10px;
	left: 30px;
	z-index: 1;
	cursor: pointer;
}
.footercol:first-child #usefultitle{
	top: 30px;
	left: 0;
}
.footercol ul:not(#footinfo){
	padding: 0 10px 0 35px;
	text-align: initial;
	color: black;
	width: 100%;
}
.footercol ul h4{
	border-bottom: 1px solid #B8B8B8;
	margin-bottom: 20px;
}
.footercol ul a{
	color: black !important;
	font-size: 12px !important;
	line-height: 20px;
}
.footercol .gray-title, .gray-title.smaller{
	font-size: 25px;
}
.footarrowcont {
	position: relative;
	/*width: 113%;*/
}
.footercol i.show-more {
	font-size: 20px;
	color: #888;
	position: absolute;
	right: 0;
	cursor: pointer;
}
#useful i.show-more { top: 5px; }
#useful_toshow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}
#confind, #governo {
	padding: 0 20px;
	text-align: center;
}


#seealso{
	padding: 10px 0 0 0;
	font-size:10px;
}
#seealso > div:not(.clear){
	float: left;
	width: 14.5%;
}
#seealso > div:nth-child(5){
	width: 12.5%;
}
#seealso > div:nth-child(n+6):not(.clear){
	margin-top: 15px;
}
#seealso > div:nth-child(n+8){
	margin-top: 20px;
}
#seealso a{
	color:black;
	font-weight:bold;
}
#fb-root{
	margin: 10px 0;
}
#footerInfo{
	font-weight: bold;
	background:#E4E2E3;
	font-size: 10px;
	float: left;
	line-height: 13px;
	padding: 0 2px;
	margin: 10px 0 30px;
	width: 886px;
	width:calc(100% - 144px);
	text-align: center;
}
.page-times p{
	white-space: nowrap;
	margin-right: 56px;
}
.desc{
	padding: 10px 5px;
}
.slideshow{
	padding: 0 10px 5px;
}

.bookboxnew{
	padding: 4px 20px 15px;
	text-align: center;
}
.bookboxnew h2{
	font-size: 20px;
}
.bookboxnew>a{
	margin-top: 20px;
}
.bookbox{
	border:1px solid #E3E3E5;
	padding: 5px 20px 15px;
}
.bookbox h2{
	font-size: 16px;
}
.mapdown{
	color:#2576b5; 
	font-family: Times New Roman; 
	font-size:20px;
}
.bookbox>a{
	float: right;
	margin-top: 20px;
}
.box.full.boxnoimage img{
	margin-left: 1em;
	margin-bottom: 10px;
}
/* Booking Form in BookBox */
.bookbox form {
	margin: 0 -20px;
}

.bookbox .booking_table ul:nth-child(n+2) {
	margin-top: 2px !important;
	border: 2px solid #ccc;
}
.bookbox .booking_table li {
	margin: 0;
}
.bookbox .booking_table li:nth-child(1) {
	background-color: #ccc;
	width: 50% !important;
}
.bookbox .booking_table li:nth-child(1) a{
	margin: 0 auto;
}
.bookbox .booking_table li:nth-child(n+2) {
	background-color: #efefef;
}
.bookbox .booking_table li:nth-child(3) {
	width: 30% !important;
}
.bookbox .booking_table li:nth-child(4) {
	width: 20% !important;
}
.bookbox .booking_table li:nth-child(n+5) {
	width: 33.33%;
}
.bookbox .booking_table li:nth-child(n+5).double_span {
	width: 66.66%;
}
.bookbox .booking_table .header li:nth-child(n+5), .bookbox .booking_table li:nth-child(2) {
	display: none;
}
.bookbox.bookingMain .boxbutton{
	margin-bottom: 0;
}
.bookbox.bookingMain .boxbutton a.big.btn {
	margin-bottom: 5px;
}

/* END OF: Booking Form in BookBox */
.museumInfo{
	margin-top: 20px;
	padding: 1%;
	margin-right: 1%;
	width: 30%;
	border-right: 1px solid #E3E3E5;
	float: left;
}
.museumInfo:nth-child(3){
	border-right: none;
	margin-right: 0 !important;
}
.arrow{
	background: url('../images/arrow.png') top left no-repeat;
	color: #FFF;
	font-weight: bold;
	padding: 3px 0 5px;
	width: 150px;
	text-align:center;
}
.good-arrow{
	box-sizing: border-box;
	height: 10px;
	width: 10px;
	border-style: solid;
	border-color: black;
	border-width: 0px 1px 1px 0px;
	transform: rotate(45deg);
	transition: border-width 150ms ease-in-out;
}
.classError {
	border: 2px solid #ff0000 !important;
}
input[type=checkbox].classError{
	outline: #F00 solid 2px;
}
.error {
	display: block;
}
/*
 *	PAGE SPECIFIC
 */

/* Tours */
.tour .title h2{
	margin: 7px 57px 18px 0;
	min-height: 32px;
}
.tour .title h2 span{
	vertical-align: sub;
	vertical-align: -webkit-baseline-middle;
}
.tour .title{
	margin-bottom: 40px;
	position:relative;
}
.tour .box{
	margin-bottom: 0;
}
#page.tour .title img{
	margin: 3px;
}
.tour .description{
	text-align: justify;
	margin-bottom: 20px;
}
.box-body ul{
	margin-left: 20px;
}
ul.seealso{
	/*-webkit-columns:2;
	-moz-columns:2;
	columns:2;*/
	list-style-position: inside;
	line-height: 18px;
}
.seealso li {
	list-style-position: outside;
}
.museumInfo ul.seealso{
	-webkit-columns:1;
	-moz-columns:1;
	columns:1;
}
ul.otherPrivate{
	line-height: 18px;
}
.seealso a:hover{
	text-decoration: underline !important;
}
.tour .bookbox.whitebg{
	background: #fff;
}
.tour.bookingMain .box{
	background-color: initial;
}
.book-info.full {
	max-width: none !important;
	width: auto !important;
}
.tour .bookbox.whitebg .book-info{
	border: none;
	padding: 5px;
}
.tour .bookbox{
	background: #FFEEA8;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
}
.tour .book-info{
	border: 4px #808080;
	padding: 0 10px;
	border-style: double;
	max-width: 90%;
	width: 446px;
	width: calc(100% - 210px);
	float: left;
}
/*pren accanto a riquado, sotto solo per responsivita*/
.book-infopren{
	background-color: transparent !important;
}
.book-infopren .book-info{
	width: 45%;
	background-color:#FFEEA8;
}
.book-infopren .book-pren{
	margin-left: 2%;
	margin-top: -1%;
	width: 46%;
	float: left;
	/*position: absolute;
	top: 1%;
	right: 2%; */
}
.book-infopren .booking_table{
	margin-top: 0.5em;
}
.bookbox.book-infopren .book-pren form{
	margin: 0px;
	padding: 0px -10px;
}
.book-infopren .booking_table .ticket_row li{
	min-height: 100px;
}
.book-infopren .book-pren .ticket_row li:nth-child(1){
	width: 100% !important;
	min-height: 50px;
}
.book-infopren .book-pren li:nth-child(n+1){
	display: flex !important;
	width: 50% !important;
}
.group.tour .bookbox.book-infopren a.btn.big{
	position: unset;
	padding: 10px 13px;
	/*margin-top: 1%;*/
}
.group.tour .bookbox.book-infopren .boxbutton{
	margin-right: 22%;
}
.bookbox.book-infopren>div {
	max-width: 96%;
}
.book-infopren .book-pren .ticket_row .btnpren{
	width: 100% !important;
	min-height: 5% !important;
	padding: 0px;
	padding-top: 25px;
	padding-bottom: 20px;
}


.private.tour.booking .book-info{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.private.tour .book-info .img{
	margin: 10px 2%;
	margin: 10px calc(5px);
	max-width:280px;
	height: 120px;
	overflow: hidden;
}
.private.tour .book-info .img img{
	margin-top: -5%;
	max-width:100%;
}
.tour  .book-info .book-title{
	font-size: 13px;
	font-weight: bold;
}/*
.tour  .book-info .book-title:before{
	content: '\2022\0020';
	color:#F90;
}
.group.tour  .book-info .book-title:before{
	color:#CC9900;
}*/
.group.tour .bookbox a.btn.big{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -16px;
}

.private.tour .bookbox>a{
	margin: 15px 0 0 10px;
	float: right;
}
.private.tour.booking form #tourInfo{
	background: #E4E2E3;
	padding: 10px;
}
.private.tour.booking form #personalInfo{
	padding: 10px;
}
.private.tour.booking form .field-wrapper, .contact form .field-wrapper{
	width: 32%;
	width: calc(33.3% - 6px);
	display: inline-table;
	margin-bottom: 10px;
}
/* Invoice Styles */
.private.tour.booking form .field-wrapper.half{
	width: 49%;
}
#business-info, #invoice-info{
	display:none;
}
.private.tour.booking form .field-wrapper input[type=checkbox]+label,.private.tour.booking form .field-wrapper input[type=radio]+label{
	width: initial;
	margin-left: 5px;
}
.field-wrapper input[type=radio]+label{
	position: relative;
	bottom: 2px;
}
.field-wrapper label+input[type=radio]{
	margin-left: 20px;
}
.field-wrapper button{
	margin-right: 15px;
}
.contact form .field-wrapper.span2{
	width: 54%;
	width: calc(66.6% - 6px);
}
.contact form .field-wrapper.span3{
	width: 100%;
}
.private.tour.booking form label, .contact form label{
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	width: 90%;
}

.private.tour.booking form input[type=text], .contact form input[type=text]{
	width: 90%;
	height:26px;
	padding-left: 5px;
}
.calendar{
	cursor: pointer;
}
.private.tour.booking form input[type=text].calendar{
	width: 75%;
	width: calc(90% - 20px);
}
.calendar+img{
	margin-left: 2px;
	cursor: pointer;
}
.tour.bookingMain form{
	border: 1px solid #E3E3E5;
}
.tour.bookingMain form>p{
	margin-left: 10px;
	margin-right: 10px;
}
.private.tour.booking form select,.contact form select, .booking_table select{
	height: 2em;
	padding-left: 5px;
	width: 95%;
}

.private.tour.booking form.readonly input[readonly]{
	background-color: #B4FCCF;
	border: #A1A1A1 solid 1px;
}
#page.private.tour.booking .box-body>div.fleft, #page.small-side .box-body>div.fleft{
	width: 70%;
	width:calc(100% - 260px);
}

.booking.private.step3 .box-body{
	/*padding-top:23%;*/
}
.booking.private.step3 .box-body .side{
	margin-top:-23%;
	padding-top : 0;
	background-color: transparent;
}
/*	Tickets	*/
.price-table{
	background: #808080;
	padding: 1px;
	width: 100%;
}
.price-table th{
	height: 3em;
	background: #808080;
	color: #C90;
	padding-left: 5px;
}
.price-table.col3 th{
	width: 33.3%;
}
.price-table td{
	background: #EEEDEE;
	height: 3em;
	padding-left: 5px;
}
.price-table td:nth-child(n+2){
	width: 15%;
}
.price-table td a{
	font-weight: bold;
}
.price-table td a:hover{
	text-decoration: underline;
}
/* Contacts */
.lang-radio{
	display: inline-block;
	width: 20px;
	padding: 5px 10px;
}
/* Booking */
div.ui-datepicker{
	font-size: 16px;
}

div.ui-datepicker td:not(.ui-datepicker-unselectable) a{
	font-weight: bold !important;
	border-color:#888;
}
.boxfooter a.btn{
   /* margin-left: 10px;*/
}
/*	Booking Table	*/
.booking_table {
	background: #fff;
	box-sizing: border-box;
	padding: 3px;
	width: 100%;
}
.booking_table ul {
	list-style: none;
	margin: 0 !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background: none !important;
}
.booking_table li {
	background: #ededed;
	box-sizing: border-box;
	margin: 1px;
	text-align: center;
}

.booking_table .header li {
	padding: 10px 0;
	font-weight: bold;
	color: #fff !important;
	background: #999 !important;
	text-align: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.booking_table.vaticanAudio li:nth-child(1){
	width: -webkit-calc(63% - 2px);
	width: calc(63% - 2px);
}
.booking_table.vaticanAudio li:nth-child(2), .booking_table.vaticanAudio li:nth-child(2) input{
	color: white;
}
.booking_table.vaticanAudio li:nth-child(2) {
	width: -webkit-calc(17% - 2px);
	width: calc(17% - 2px);
}
.booking_table.vaticanAudio li:nth-child(3) {
	width: -webkit-calc(20% - 2px);
	width: calc(20% - 2px);
}
.new-gray .header li, .new-gray .header li a{
	background: #ededed !important;
	color: #666666 !important;
}
.new-gray .ticket_row li, .new-gray .ticket_row li:nth-child(2){
	background: #f8f8f8;
}
.new-gray .ticket_row li:nth-child(2), .new-gray .ticket_row li:nth-child(2) .price{
	color:#666666 !important;
}
.new-gray .ticket_row li:nth-child(2) .price{
	margin-bottom: 0px;
	background: none;
}
.new-gray .more-info{
	float: left;
	margin: 0px 10px;
	font-weight: normal;
}
.new-gray .more-info .good-arrow{
	float: right;
	margin-left:5px;
}
.new-gray .img-flag-app{
	background-image:url('../images/flags-app-full.png');
	width:170px;
	height:30px;
	float: left;
	margin-top:-10px;
}
.new-gray .img-flag{
	background-image:url('../images/flags.png');
	width:236px;
	height:30px;
	float: left;
	margin-top:-10px;
}
.new-gray .img-audio{
	background-image:url('../images/audioguide.png');
	width:60px;
	height:60px;
	float: left;
}
.new-gray .img-app{
	background-image:url('../images/florence-audioguide-app-en.jpg');
	width:90px;
	height:65px;
	background-size: cover;
	margin-right: 5px;
}
.new-gray .price{
	border: 0px;
}
.info-toggle2 p{
	margin-top: 45px;
}
.info-toggle2 table td{
	color: #000000 !important;
	width: 50% !important;
}
.booking_table .ticket_row li {
	min-height: 80px;
	padding: 6px 0;
}
.booking_table li, .booking_table label {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.booking_table label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	width: 100%;
	height: 100%;
	position: relative;
}
.booking_table label [type=checkbox]:not(.hidden) + a, .booking_table label span {
	margin-left: 20px;
}
.booking_table li:nth-child(1) {
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	position: relative;
	width: -webkit-calc(30% - 2px);
	width: calc(30% - 2px);
}
.group.tour:not(.vasari):not(.fullpage) .booking_table li:nth-child(1) {
	width: -webkit-calc(35% - 2px);
	width: calc(35% - 2px);
}
.booking_table .new li:nth-child(1) {
	background-image: url('https://www.florence-museum.com/photos/red_new.png');
	background-repeat: no-repeat;
	background-position: right;
}
.booking_table .new li:nth-child(1) label {
	padding-right: 28px;
}
.booking_table li:nth-child(n+2) .red {
	font-size: 10px;
	margin-top: -13px;
}
.booking_table li:nth-child(n+2) .red, .booking_table li:nth-child(n+2) strong {
	display: block;
	width: 100%;
}
.booking_table li:nth-child(n+2) {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.booking_table li:nth-child(2) {
	background: #c90;
	color: #fff;
	width: -webkit-calc(10% - 2px);
	width: calc(10% - 2px);
	padding: 0 2px;
}
.group.tour:not(.vasari):not(.fullpage) .booking_table li:nth-child(2) {
	width: -webkit-calc(20% - 2px);
	width: calc(20% - 2px);
}
.booking_table li:nth-child(3) {
	background: #f8f8f8;
	width: -webkit-calc(15% - 2px);
	width: calc(15% - 2px);
	-webkit-flex-direction: column;
	flex-direction: column;
}
.booking_table li:nth-child(4) {
	width: -webkit-calc(9% - 2px);
	width: calc(9% - 2px);
}
.group.tour:not(.vasari) .booking_table li:nth-child(4),.group.tour:not(.vasari) .booking_table li:nth-child(5) {
	width: -webkit-calc(15% - 2px);
	width: calc(15% - 2px);
}
.booking_table li:nth-child(n+5) {
	width: -webkit-calc(12% - 2px);
	width: calc(12% - 2px);
	background: #ccc;
	padding-top: 5px;
}
.fullpage .booking_table li:nth-child(n+5) {
	width: -webkit-calc(15% - 2px);
	width: calc(15% - 2px);
}
.booking_table li:nth-child(n+5).double_span {
	width: -webkit-calc(24% - 2px);
	width: calc(24% - 2px);
}
.booking_table .datepicker {
	cursor: pointer;
	box-sizing: border-box;
	width: 95% !important;
	height: 25px;
	padding-left: 5%;
}
.booking_table .datepicker + img {
	position: relative;
	margin-top: -16px;
	bottom: 5px;
	left: calc(50% - 15px);
}
.booking_table .datepicker ~ span {
	margin-top: 5px;
	margin-bottom: 2px;
}
.booking_table .price {
	padding-left: 3px !important;
	width: 39px !important;
	height: 14px !important;
}
.booking_table .freeprice.inside, .booking_table .reduprice.inside {
	display: none;
}
.booking_table select + select {
	margin-top: 1.5em !important;
}
.booking_table input[type=checkbox] {
	position: absolute;
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
}
.booking_table input[type=number] {
	height: 26px;
	padding-left: 5%;
	width: 85%;
	-moz-appearance: textfield;
}
.booking_table input::-webkit-outer-spin-button, .booking_table input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	/* <-- Apparently some margin are still there even though it's hidden */
	margin: 0;
}
.booking_table span[class*="-bull"] {
	margin: 0 !important;
}
.booking_table .museum_msg {
	background-color: #f2ebb4;
	margin: 2px;
	padding: 5px 10px;
}
.booking_table .museum_msg strong {
	display: block;
}
.booking_table .subnote {
	font-size: 10px;
	font-weight: normal;
}
/*
.bookingMain form table{
	background: white;
	padding: 2px;
	text-align: center;
	margin: 20px 0;
	width: 100%;
}
.bookingMain form table th{
	background: #999;
	color: white;
	padding: 5px 0;
}
.bookingMain form table td{
	background: #ededed;
}
.bookingMain form table td:nth-child(1){
	text-align: left;
	padding: 5px 0px 5px 10px;
	width: 26%;
	min-width: 120px;
}
.bookingMain form table td:nth-child(1)>div{
	position: relative;
	width: 100%;
	padding-right: 35px;
}
.bookingMain.booktours form table td:nth-child(1){
	font-weight: bold;
}
.bookingMain form table td:nth-child(1) input[type=checkbox]{
	float: left;
    margin-right: 5px;
}
.bookingMain form table td:nth-child(1) a{
	display: table-cell;
}
.bookingMain form table td:nth-child(2){
	background: #cc9900;
	color: #FFF;
	width: 6%;
	min-width: 50px;
}
.bookingMain form table td:nth-child(3){
	background: #f8f8f8;
	width: 15%;
	min-width: 70px;
	vertical-align: bottom;
	padding-bottom: 5px;
}
.bookingMain form table td:nth-child(3) a:hover{
	text-decoration: none;
}
.bookingMain form table td:nth-child(4){
	width: 8%;
	min-width: 50px;
	vertical-align: bottom;
	padding-bottom: 5px;
}
.bookingMain form table td:nth-child(5),.bookingMain form table td:nth-child(6),.bookingMain form table td:nth-child(7){
	background: #ccc;
	width: 10%;
	padding-bottom: 3px;
	padding-top: 0;
}
.bookingMain form table td[colspan="2"]:nth-child(6){
	width:20%;
}
.bookingMain form table td:nth-child(6) .red, .bookingMain form table td:nth-child(7) .red{
	font-size: 10px;
}
.bookingMain form table td:nth-child(7) span.msg{
	margin-top: 10px;
	display: inline-block;
}
.bookingMain form table td[colspan='7']{
	background: #f2ebb4;
}
.bookingMain form table td .subnote{
	font-size: 10px;
}*/
/*.box li{
	line-height:10px !important;
}*/
ul.morespace {
	line-height: 30px;
}
li.new:after{
	content: " New!";
	font-weight: bold;
	color: #FF4500;
}
.bookingMain form input[type=text].calendar{
	width: 70%;
	width: calc(90% - 28px);
	margin-left: 5px;
}
.bookingMain form .datepicker-wrapper.altdate{
	margin-top: 5px;
}
.bookingMain form select+select{
	margin-top: 10px;
}
/*
.bookingMain form table td:nth-child(2) a{
	color:#fff;
}*//*
.bookingMain form input[type=text]{
	width: 85%;
	height: 25px;
	padding-left: 5%;
}*/
.bookingMain form input[type=text].price{
	background: transparent;
	border: none;
	width: 40px;
}
.bookingMain form input[type=text].price:before{
	content:'* ';
}
.bookingMain form a:hover{
	text-decoration: underline;
}
.bookingMain form .sub, .bookingMain form span[class*="-bull"]{
	font-weight: bold;
}
.bookingMain form span.red-bull{
	margin-left: -20px;
	margin-right: 3px;
}
.bookingMain form input.ulnext{
	float:left;
	margin-top:20px;
}

.bookingMain #agencycode{
	background: #D7F5D1;
	border: solid 1px #4D4C49;
	width: 150px;
	padding-left: 5px;
	margin-right: 10px;
	display:block;
	height: 25px;
}
.boxbutton {margin-top:8px;}

.bookingMain .notes{
	display: table;
	width: 100%;
}
.bookingMain .notes>*{
	border: solid 2px #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-height: 38px;
	display: table-cell;
	vertical-align: middle;
}
.bookingMain .notes div:nth-child(1){
	background:#999;
	padding:9px 7px;
	width: 25%;
}
.bookingMain .notes div:nth-child(2){
	width: 75%;
	background:#fff;
}
.bookingMain .notes textarea{
	width: 98%;
	width:calc(100% - 2px);
	max-width: 98%;
	max-width:calc(100% - 2px);
	height: 100%;
}
/* Booking Part 2*/
.booking2 ul,.booking2 ul li{
    margin-top: 10px;
}
.vaticanAudio ul, .vaticanAudio ul li{
	margin-top: 0px;
}
.booking2 .grayBox{
    padding:2%;
    width:94%;
    
    padding:calc(10px);
    width:calc(100% - 20px);
    background:#e8e8e8;
    font-size: 12px;
}
.booking2 .grayBox span:first-child{
    width: 150px;
    max-width:100%;
}
.booking2 .grayBox .sub{
    font-size: inherit;
    color: #999;
    font-style: italic;
}
.booking2 .field-wrapper{
    float:left;
    width:50%;
}
.booking2 .field-wrapper.zip{   
    width:15%;
    margin-right:2%;
}
.booking2 .field-wrapper.tel{   
    width:30%;
    margin-right:3%;
}
.booking2 .field-wrapper.tel #phone{
	width: 67%;
}
.booking2 .field-wrapper.tel #prefixphone, .booking2 .field-wrapper #prefixmobile{
	width: 25%;
	height: 26px;
}
.booking2 .field-wrapper #mobilephone{   
    width:64%;
}
.booking2 .field-wrapper label{
    width:100%;
    font-weight:bold;
    display: inline-block;
    margin-bottom: 5px;
}
.booking2 input[type=text], .booking2 input[type=number]{
    width: 90%;
    height: 26px;
    /*line-height: 200%;*/
    padding-left: 5px;
    margin-bottom: 7px;
}
/*.booking2 input[type=number]::-webkit-inner-spin-button, 
.booking2 input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none; 
	-moz-appearance: textfield;
}*/
.booking2 input::-webkit-outer-spin-button,
.booking2 input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.booking2 input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.booking2 .field-wrapper p{
    width: 90%;
    padding-left: 5px;
    margin-bottom: 7px;
}
.booking2 .payment{
    background: #ccc;
    border-spacing: 0;
    width:100%;
}
.booking2 .payment td{
    border: solid 1px #FFF;
    padding: 1px;
}
.booking2 .payment td:first-child{
    padding: 0 10px;
}
.booking2 .payment .creditCards{    
    background: #f9f9f9;
    border-spacing: 0;
    width:100%;
}
.booking2 .payment .creditCards td{
    border: solid 1px #ccc;
    padding: 5px 0;
    width: 25%;
}
.booking2 form~button, .booking2 div>button{
    overflow:hidden;
}
.booking2 .payment select{
    height: 2em;
    padding-left: 5px;
    width: 150px;
}
.booking2 .payment select.expireyear{
    margin-left: 5px
}
.booking2 .payment select#expiremonth,.booking2 .payment select#expireyear{
    width: calc(35% - 24px);
}
.booking2 .payment select[date]{
    width: 75px;
}
.booking2 .payment .creditCards .field-wrapper{
    width: 95%; 
    text-align: left;
    padding-left: 5%;
}
.booking2 .payment .creditCards .field-wrapper label{
    font-weight: normal;    
    width: 30%;
}
.booking2 .payment .creditCards .field-wrapper input{
    width: 60%; 
}
table.pubbl{
    width:70%;
    margin:50px auto;
}
table.pubbl td,table.pubbl th{
    padding: 5px;
}
.booking2 .classError { border: 1px solid #ff0000 !important; outline: 1px solid #ff0000; }
/* Who We Are*/
.who{
	width:350px;
	margin: 0 auto;
	text-align:left;
	max-width:100%;
}
.who>div>span, .who>div>div{
	display: inline-block;
}
.who>div>div{
	padding-left: 10px;
	max-width: 48%;
}
/* Contact Form */
.contact form input[type=radio]{
	margin:5px;
}
.contact form textarea{
	min-height: 150px;
	width:100%;
}

/*
 *		SIDES
 */
.side{
	width: 22%;
	width: calc(240px);
	min-height: 300px;
	background-color:#F8F8F8 ;
	float:right;
	padding-left: 10px;
}
.side, .side a{
	color: #666666;
}
.side h3{
	font-size: 13px;
}
.side .side-elem, .bottom-side .side-elem{
	font-size: 11px;
	min-height: 48px;
	cursor: pointer;
}
#page + .side {
	padding-top: 10px;
}
.side.book-pt{
	padding-top: 350px;
}
.side .side-banner{
	max-height: 120px;
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.side .side-banner img{
	max-width: 100%;
	margin-top: -20%;
}
.side+section#page{
	margin-right: 250px;
}
#page.with-side .pagebox, #page.with-side .box, #page.with-side .wrapper{
	width:77%;
	width: calc(100% - 250px);
	float: left;
}
.side .side-elem{
	width: 240px;
	float: left;
}
.side .half{
	width: 49% !important;
	margin-left:3px;
}
.small-side .side{
	font-size: 11px;
}
.small-side .side h3{
	font-size: 12px;
}
.side a:hover{
	text-decoration:underline;
}

.side>.side-title{
	position: relative;
	padding: 15px 5px;
	margin-bottom: 10px;
}
.side .side-elem  .side-title, .bottom-side  .side-title{
	padding: 10px 5px;
	margin-bottom: 10px;
	position:relative;
}
.bottom-side  .side-title, .side>.side-title{
	border: solid 1px #ABABAB;
}
.side .side-title>*:not(script), .bottom-side .side-title>*:not(script){
	display: inline-block;
}
.side img, .bottom-side img{
	max-width: 100%;
	min-height: 88px;	/*TODO*/
	margin-left: 3%;
}
#mapsidebar{
	margin-left: 0 !important;

}
.side .callus img{
	margin-left: 0;
}
.side div.callus img, .bottom-side img, .side div.side-title img{
	min-height: 0%;	/*TODO*/
}

.bottom-side .side-title a:first-child {
	min-height: 48px;
}

.box-body .side{
	padding-top: 0;
	float: right;
	position: static;
	background-color: transparent;
}
.bottom-side .side-elem{
	width: 24%;
	float: left;
	margin-left: 1%;

}
.box-body .side + div{
	width: calc(100% - 285px);
}
.side .callus{
	position: relative;
}
.side .callus div{
	line-height: 20px;
	padding: 10px 5px;
	text-align: right;
	background: #FFF;
	border-top: solid 2px #EAEAEA;
	border-right: solid 2px #EAEAEA;
	border-bottom: solid 2px #EAEAEA;
	height: 37px;
	font-weight: bold;
	color: #6C6C6C;
	font-family: Arial;
	font-size: 15px;
}
.side .callus div a{
	color: #6C6C6C;
	display: inline-block;
	position: absolute;
	right: 5px;
	font-size: 12px;
}

.side .side-info{
	background: rgba(255, 238, 168, 0.5);
	border: solid 1px #eeedee;
	padding: 10px;
	position:relative;
	top: 10px;
	margin-bottom: 15px;
	cursor: pointer;
}
.side .side-info .btn{
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #FFF;
}
.side.min-height-150{
	min-height: 150px;
}
.side .li-ml li{
	margin-left: 20px;
}
/*
	Museum Side
*/
.gallery{
	float: right;
	margin: 0px 0 15px 15px;
	max-width: 279px;
	font-size: 12px;
}
.description .gallery img{
	margin: 0;
}
.gallery img.main{
	margin-bottom: 5px;
}
div.thumb {
	width: 88px;
	height: 88px;
	margin-right: 2px;
	overflow: hidden;
	display: inline-block;
}
.description .thumb img {
	margin-left: -21.5px;
	height: 100%;
}
.gallery .hover{
	position: absolute;
	max-width: 100%;
	width: 279px;
	height: auto;
	display: none;
	z-index: 10;
}

#page .pagebox{
	margin-top:0;
}
.boxbook{
	float: right;
	margin: 0 0;
	max-width: 279px;
	width: 100%;
}

.side .box{
	background-color: transparent;
}
.side .info{
	padding: 5px;
}
.side .hr{
	width: 90%;
	margin: 5px auto;
}
#map_canvas img {
	min-height: initial;
	max-width: initial;
}
.bookbox>div {
	max-width: 410px;
}

#fancybox-overlay{
	position: fixed !important;
}
/*
	Banner Classes
*/

#banner-wrap{
	background: #E4E2E3;
	height: 170px;
	width: 100%;
	position: relative;
	font-family: Times New Roman;
	overflow: hidden;
}
#banner-wrap div{
	max-width: 100%;
}
#banner-wrap #banner-title{
	font-size: 56px;
	position: absolute;
	left: 25%;
	left: calc(50% - 274px);
	top:42%;
	top: calc(50% - 30px);
	z-index: 100;
}
#museumC{
	position: absolute;
	right: 248px;
	top: 0;
}
#museumC span{
	position: absolute;
	opacity:0;
}

#line{
	width: 90%;
	position: absolute;
	top: 63%;
	left: 25px;
	border: none;
	border-top: solid 1px #FFF;
}
#museumC span:nth-child(2){
	left: 48px;
}
#museumC span:nth-child(3){
	left: 89px;
}
#museumC span:nth-child(4){
	left: 121px;
}
#museumC span:nth-child(5){
	left: 154px;
}
#museumC span:nth-child(6){
	left: 196px;
}

#img1{
	background: url('../images/venus.jpg') no-repeat;
	height: 100%;
	opacity: 0.4;
	width: 48%;
	background-position: 90% 0;
	position: absolute;
	right: 0;
	background-size: cover;
}
#img2{
	background: url('../images/vetruvian.jpg') no-repeat;
	height: 100%;
	opacity: 0;
	width: 48%;
	background-position: 90% 0;
	position: absolute;
	right: 0;
	background-size: cover;
}
#img3{
	background: url('../images/david.jpg') no-repeat;
	height: 100%;
	opacity: 0;
	width: 48%;
	background-position: 90% 0;
	position: absolute;
	right: 0;
	background-size: cover;
}
.darkgray{
	color: #888;
}

.list-txt h2, .list-txt p, .list-txt ul {
	color: #666;
}
.list-txt ul {
	margin-top: 10px;
	margin-left: 30px;
}


/*SOCIALS*/
#sharing {
	display: none;
}
.socials div:not(.socialclear) {
	float: left;
}
.divfb {
	margin-right: 13px;
}
.divtw {
	margin-right: 13px;
}
.socialclear {
	clear: both;
}
#five-stars, #rateYo, #rateCounter {
	position: relative;
	float: right;
	text-align: right;
}
#rateCounter { 
	padding: 5px 5px 0 0; 
	color: #808080;
}

.pagebox .socials, .paddingsocial .socials {
	padding-left: 7px;
}
.footersocials .socials {
	margin-top: 10px;
}


#cookie-policy{
    float: right;
    margin-top: 10px;
    font-size: 9px;
    color: #999;
	padding-bottom: 10px;
}

/*
* GIFT VOUCHER
*/
.giftimg {
	max-width: 100%;
}
.minitxt {
	width: 22% !important;
}
.popupform {
	padding: 10px;
	background: #e4e2e3;
}
.positivemessage {
	padding: 10px;
	background: #c7e9c2; /*#97D392; */
	border: 1px dashed #005300;
	color: #005300;
}
.positivemessage a {
	font-weight: bold;
	color: #005300;
}
#hiddenlangs {
	display: none;
}

.show_at_499, .show_at_799, .show_at_779, .show_at_969{
    display: none !important;
}

/*BREADCRUMBS*/
.breadcrumbs {
	list-style: none;
	margin: -8px 0 8px 10px;
}
.breadcrumbs li {
	display: inline;
}
.breadcrumbs li::after {
	content: '\f105';
	font-family: FontAwesome;
	padding: 0 5px 0 10px;
	color: #666;	
}
.breadcrumbs li:last-child::after {
	content: '';
}
.breadcrumbs a {
	color: #ababab;
}

/*PAGINE DEI MUSEI NUOVE*/
.tickets .description h3 {
	font-size: 14px;
	margin-top: 25px;
}
.tickets .description p {
	margin: 0.50em 0;
}
.tickets > .side > .side-title{ 
	border-top: none !important;
	border-left: none !important;
	border-right: none !important; 
	text-align: center;
	padding: 19px 5px 3px 5px;
}
.tickets > .side h2 {
	font-size: 20px;
	font-weight: normal;
	font-family: "Times New Roman";
	margin-top: 1px !important;
}
.subtitle-sm {
	margin: 0.5em 0 1em 0;
	color: #808080;
}
.specialsub {
	position: absolute;
	width: 50%;
}

/*TOUR PRIVATI + ESTIMATE NUOVI*/
#page.private { background-image: none; }
.private .box, .tour .box, .tickets .box {
	background: none;
    margin-bottom: 20px;
	padding: 0;
}
.private.tour .title h2, .tickets .title h2{
	margin: 15px 57px 10px 0;
}
.newTitle {
	position: relative;
	border-bottom: 1px solid #ABABAB;
	padding: 10px 0 1px 0;
}
.index > .newTitle a {
	color: #888 !important;
}
.gray-title.newTitle a {
	color: #888 !important;
}
.newTitle a, .newTitle a:hover {
	color: #CC9900 !important;
	text-decoration: none;
}
.newTitle span.pageCount {
	font-size: 18px;
	float: right;
	padding-top: 10px;
}
.attrlink {
	text-decoration: underline;
}
.private .bookbox {
    border: 4px double #EDCC74;
}
.private .bookbox .book-info { border: none !important; }
.private > .side > .side-title { background: #eeedee; }

#page.estimate { margin-left: 0; }
.estsubtitle { margin: 10px 0 20px 0 !important; font-size: 20px; }
.price-wrapper, #wait, .info-wrapper { display: none;}
.price-wrapper p { margin: 0 !important;}
.total { font-size: 16px; }
#privacyConf { margin: -30px 0 40px 0; }
#privacyConf label { padding-top: 10px; display: inline-block; }
.menoazzurrino {background: #ccc; padding: 10px 20px 0px 20px;}
.menoazzurrino #sub1 {margin-top: 20px; }
p.nomargin { margin-bottom: 0 !important; }

.field-wrapper.telprefix #phone{
	width: 58%;
}
.field-wrapper.telprefix #prefixphone{
	width: 30%;
}
.field-wrapper.prevtelprefix{
	margin-right: 5%;
}

#fancybox-content.ios-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
/*
 *	MEDIA QUERIES
 */
@media all and (max-width:1116px){
	.footercol:first-child{
		width: 45%;
	}
}
@media all and (max-width:1109px){
	.listbox .boxfooter{
		text-align:center;
	}
	.listbox .boxfooter .btn{
		float: none !important;
		margin-bottom: 2.5px;
		margin-top: 2.5px;
	}
}
@media all and (max-width:1070px){	
	#bookingmenu > ul > li{
		padding-left: 0;
	}
	#bookingmenu > ul > li:after{
		padding-left: 5px;
	}
	.halfGift{
		width: 100%;
	}
	.floatbtncont .btn{
		width: 24%;
		margin-right: 1.3%;
	}
	.floatbtncont .btn:nth-child(4){
		margin-right: 0 !important;
	}
	.texthome {
		float: left;
		width: 48%;
	}	
}
@media all and (max-width:1049px){
	.left-space-stars{
		margin-right: 0;
		display: block;
	}
	.quarter, #two .third{
		width: 49.5%;
		margin-right: 1%;
	}
	.quarter:nth-child(2n){
		margin-right:0;
	}
	#two .half,#two .third:nth-child(3n+1){
		width: 100%;
	}
	#seealso{
		padding:10px 10px;
	}
	.listbox .boxfooter{
		text-align:center;
	}
	.listbox .boxfooter .btn{
		float: none !important;
		margin-bottom: 2.5px;
		margin-top: 2.5px;
	}
	.halfGift{
		width: 100%;
	}
	.boxcenter a.star{
		margin-top: 5px;
	}
}
@media all and (max-width:999px){
	#seealso > div:not(.clear){
		width: 20%;
		text-align:center;
	}
	#seealso > div:nth-child(n+6):not(.clear){
		width: 50%;
	}
	.main_menu > ul > li, .main_menu > ul > li:after{
		padding-left: 10px;
	}
}
@media all and (max-width:969px){
	.menutitle,header > h1:first-child, header > h2:first-child{
		display: none;
	}
	.main_menu > ul{
		float: none;
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.menutitle ~ hr{
		float: none;
		width: 100%;
	}
	ul.mainmenu li:last-child:after{
		content: '';
	}
	#capisopra, #capisotto{
		display:none;
	}
	#content{
		background: transparent;
	}
	#page, #page.private{
		margin-left: 0;
	}
	#footerbox {
		flex-wrap: wrap;
	}
	.index .footercol:first-child {
		width: 100%;
		justify-content: space-between;
		padding: 0;
		margin: 0 0 30px 0 !important;
	}	
	.footercol:first-child #useful {
		width: 50%;
		margin: 0;
		padding: 0;
		border-top: none;
		border-left: 1px solid #B8B8B8;
	}
	.footercol:first-child #usefultitle {
		top: -10px;
		left: 35px;
	}
	.index .footercol {
		width: 49.9%;
		padding: 0;
		margin: 30px 0 0 0 !important;
		border: none;
	}
	.index .footercol:last-child {
		border-left: 1px solid #B8B8B8;
	}
	.index .footercol:not(:first-child):after{ /*border trick*/
		content: '';
		position: absolute;
		top: -30px;
		width: 95%;
		height: 1px;
		background-color: #B8B8B8;
	}
	.index .footercol:last-child:after {
		right: 0;
	}
	.index .footercol:not(:last-child) ul {
		padding: 0 10px 0 15px;
	}
	.footercol ul h4{
		width: 90%;
	}
	.otherLinks2Show {
		display: none;
	}
	.show_at_969 {
		display: inline-block !important;
	}
	.hide_at_969 {
		display: none !important;
	}
}
@media all and (max-width:959px){
	ul.mainmenu {
		width: 100%;
	}
	.right-space{
		margin-right: 20px;
	}
}
@media all and (max-width:919px){
	.menutitle,header > h1:first-child, header > h2:first-child{
		display: none;
	}
	.main_menu > ul{
		float: none;
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.menutitle ~ hr{
		float: none;
		width: 100%;
	}
	#capisopra, #capisotto{
		display:none;
	}
	#content{
		background: transparent;
	}
	#page, #page.private{
		margin-left: 0;
	}
	ul.mainmenu li:last-child:after{
		content: '';
	}
	.group-list .blackOpa .disp {
		margin-top: 0 !important;
	}
}
@media all and (max-width:899px){
	#footerInfo{
		width: 100%;
		padding: 0;
		margin-bottom:0;
	}
	div:not(.wrapper)>.half, .two-thirds{
		width: 100%;
	}
	.boxcenter img.half{
		width: 49%;
	}
	.half.even {
		margin-left:0;
	}
	.third{
		width: 49%;
		margin-right: 1% !important;
	}
	.sixth{
		width: 32.3333%;
		height: 127px;
	}
	.box.third.alone,.box .third:nth-of-type(3n){
		/*width: 100%;*/
		float:none;
		margin-right: 0 !important;
	}
	.boxcenter div ul {
		border-left: none !important;
		padding-left: 15px;
		margin-left: initial;
	}
	.box.full .boxcenter .third>p:first-child{
		margin-left:0;
	}
	.listbox.third, .contactList.third{
		width: 32.3333%;
		margin-right: 1.5%;
	}
	.listbox.third.last, .contactList.third.last{
		width: 32.3333%;
		margin-right: 0 !important;
	}

	#logo_flags-wrapper{
		float: none;
		margin: 0 auto;
		width: 100%;
		background: #FFF;
		padding-bottom: 10px;
	}
	#logo{
		margin-bottom: 0;
	}
	#flags{
		float:none;
		padding-bottom: 10px;
		width: 190px;
		margin: 0 auto;
		border:none;
	}
	#flash{
		width: 100%;
	}
	#barraTop,header > .hr:nth-child(3),header > h1{
		display:none;
	}
	.private.tour  .book-info{
		width: calc(100% - 28px);
	}
	.mainnav+*+.hr{
		display:none;
	}
	#responsivetop{
		background: #E4E2E3;
		margin-top: 0;
	}
	#responsivetop .logoresp
	{
		display: block;
		text-align: center;
	}
	.logoresp img{
		width: 110px;
		padding-top:12px;
		padding-bottom: 8px;
	}
	#top{
		display:none;
	}
	nav.mainnav{
		width: 100%;
		margin-top: 0;
		margin-bottom: 10px;
	}
	ul.mainmenu{
		float: none;
		text-align: center;
	}
	#responsivetop > .hr {
		display: none;
	}
}
@media all and (max-width:849px){
	#page.with-side{
		margin-right: 0px;
	}
	#page>.side{
		padding: 10px;
		width: auto;
		float: none;
	}
	#page>.wrapper+.side{
		width: 22%;
		width: calc(240px);
		float: right;
		padding: 0 0 0 10px;
	}
	#page.with-side>.pagebox, #page.with-side>.box{
		width: auto;
		float: none;
	}
	.side .side-elem{
		margin-right:10px;
		width:32.4%;
		height:210px;
	}
	.side .side-elem:nth-child(3n){
		margin-right: 0;
	}
	.side .side-elem{
		margin-right:10px;
		width:49%;
		height: auto;
	}
	.side .side-elem:nth-child(3n+1){
		margin-right:10px;
	}
	.side .side-elem:nth-child(2n+1){
		margin-right: 0;
	}
	.side .side-elem:last-child{
		width:100%;
	}
	.side .box{
		background: none;
	}

	.side .box .boxhead{
		background: none;
	}

	.box.full .boxfooter{
		text-align: center;
	}
}
@media all and (max-width:799px){
	.box-body .side{
		width: 96%;
		padding: 2%;
		width: calc(100%  - 10px);
		padding: calc(10px);
		margin-top: 40px;
	}
	.box-body .side + div{
		width: 100%;
	}
	#page.private.tour.booking .box-body>div.fleft,#page.small-side .box-body>div.fleft{
		width: 100%;
	}
	.with-side .listbox.full {
		min-height: 250px;
	}
	.hide_at_799 {
		display: none !important;
	}
}
@media all and (max-width:779px){
	.socials {
        width: 80px;
        position: fixed;
        top: 100px;
        bottom: 0;
        right: -80px;
        z-index: 99999999;
        background: #fff;
        box-sizing: border-box;
        float: none;
        margin: 0 !important;
        padding: 0;
        text-align: center;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	    -webkit-transition: all .5s ease-out;
	    transition: all .5s ease-out;
	}
	.socials.slideup {
		top: 10px;
	}
	.socials.shown {
		right: 0;
        box-shadow: 0 12px 15px #000;
	}
	#sharing {
		display: block;
		position: absolute;
		top: 0px;
		left: -48px;
		width: 48px;
		height: 48px;
        z-index: 100000009;
        box-shadow: -5px 4px 5px rgba(0, 0, 0, 0.5);
        background: #FFF;
        border-radius: 5px 0 0 5px;
	}
	#sharing i {
		width: 26px;
		height: 26px;
		font-size: 25px;
		padding: 12px 10px 10px 10px;
		color: #333;
	}
	#closoc {
		height: 32px;
		width: 32px;
		padding: 10px;
		cursor: pointer;
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	.shareme a {
		width: 100%;
		margin: 10px 0;
		display: inline-block;
	}
	.shareme i {
		width: 26px;
		height: 26px;
		font-size: 25px;
		border-radius: 999em;
		padding: 13px;
		box-shadow: 1px 1px 5px #999;
		color: #FFF;
	}
	.shareme i:hover {
		opacity: 0.9;
		cursor: pointer;
	}
	.shareme .fa-facebook {	background: #3A5A98;}
	.shareme .fa-whatsapp {	background: #2FAF06;}
	.shareme .fa-twitter {	background: #39A1E0;}
	.shareme .fa-envelope-o { background: #999;}
    .show_at_779 {
        display: inline-block !important;
    }
    .hide_at_779 {
        display: none !important;
    }
    header hr, header .hr {
        display: none !important;
    }
    input.toggle:checked ul {
        display: block;
    }
	#content{
		padding-top: 90px;
	}
	#responsivetop{
		background: #FFF;
	}
	#flags {
		padding: 0;
		margin: 0;
		height: 0;
		width: 0;
	}
	.logoresp{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	.logoresp img{
		width: 62px;
		padding: 0 15px 0 0;
	}
	.resptitle{
		display: inline-block;
		box-sizing: border-box;
		font-size: 3.5vw;
		line-height: 100%;
	}
	/*menu a comparsa*/
    .panel-overlay {
    	width: 100vw;
    	display: none;
    	position: fixed;
        top: 0;
        bottom: 0;
        z-index: 100000000;
        background: rgba(0,0,0,0.3);
    }
    .panel {
        width: 80vw;
    	display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 100000001;
        box-shadow: 0 0 15px #000;
        background: #fff;
        box-sizing: border-box;
        float: none;
        margin: 0;
        padding: 0;
        overflow-y: scroll;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }
    #responsivetop {
    	right: 0;
    }
    /*menuprinc*/
    .pan-menu ul {
    	margin-top: 10px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
    	-webkit-flex-direction: column;
    	-ms-flex-direction: column;
    	flex-direction: column;
    }
    .pan-menu ul:not(.noline) {    	
    	border-bottom: 1px solid #e6e6e6 !important;
    	margin-bottom: 10px;
    }
    .pan-menu ul li {
        padding: 10px 0;
        width: 100%;
        float: none;
        box-sizing: border-box;
        font-weight: bold;
        position: relative;
        text-align: left;
    }
    .pan-menu ul li a {
        width: 100%;
        font-size: 14px;
        color: #333;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
    	line-height: initial;
    }
    .pan-menu ul li a {
    	text-decoration: none !important;
    	color: #333 !important;
    }
    .pan-menu ul li a span {
    	width: 70%;
    }
    .pan-menu i.fa {
    	display: inline-block !important;
    	font-size: 22px !important;
    	width: 20%;
        color: #999;
        text-align: center;
    }
    .pan-menu .show-more {
        width: 10% !important;
    }
    #gift{
        display: block !important;
        border-bottom: none !important;
    }
    /*specifiche*/
    #lnkVchr {
    	border-top: 1px solid #e6e6e6;
    	margin-top: 10px;
    	padding-top: 20px;
    	padding-bottom: 20px;
    }
    ul.mainmenu li::after, 
    #bookingmenu > ul > li:after, 
    #bookingmenu ul ul li a::before,
    #bookingmenu .sub_title::after {
    	content: none;
    }
    #bookingmenu>ul>li:nth-child(2) { -webkit-order: 1; -ms-order: 1; order: 1; }
    #bookingmenu>ul>li:nth-child(3) { -webkit-order: 2; -ms-order: 2; order: 2; }
    #bookingmenu>ul>li:nth-child(1) { -webkit-order: 3; -ms-order: 3; order: 3; }
    #bookingmenu>ul>li:nth-child(4) { -webkit-order: 4; -ms-order: 4; order: 4; }
    #bookingmenu>ul>li:nth-child(5) { -webkit-order: 5; -ms-order: 5; order: 5; }
	#bookingmenu ul ul {
    	display: none;
		position: relative;
		visibility: visible;
		z-index: auto;
		background: none;
		border: none;
    	padding: 0 0 10px 20%;
    }
    #bookingmenu ul ul ul {
    	padding-left: 10%;
    	left: initial;
    	top: initial;
    }
    #bookingmenu ul ul li {
    	border: none;
    	padding: 7px 0;
    }  
    #bookingmenu ul ul ul li {
    	padding: 5px 0;
    }  
    #bookingmenu ul ul li:hover {
    	background: none;
    }
    #bookingmenu ul ul a {  
    	white-space: normal;
    	padding: 0;
        font-size: 12px;
        color: #666 !important; 
        box-shadow: none;
        padding-right: 5%;
    }
    #bookingmenu ul ul .show-more {
    	position: absolute;
    	right: 0;    	
    	top: 10px;
    }
    #bookingmenu .seeall {
    	font-style: italic;
    }
    #bookingmenu .sub_title {
    	padding: 0;
    	white-space: normal;
    	line-height: inherit;
    	color: #666;
    	cursor: pointer;
    }

    /*sezione alta per cambio città e lingue*/
    .pan-top {
    	width: 100%;
    	background: #ccc;
    	cursor: pointer;
    }
    .pan-top>div {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
    	display: flex;
		-webkit-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
    	position: relative;
    }
    .pan-top .pan-gray {
    	height: 30px;
    	padding-top: 10px;
		-webkit-align-items: baseline;
		-ms-align-items: baseline;
		align-items: baseline;
    }
    .pan-top .pan-gray span {
    	width: 72%;
    	text-align: right;
    }
    .show-sub-more {   
    	font-size: 22px !important;
        color: #999;
        width: 10% !important;
        text-align: center;
    }
    .pan-change{
    	height: 90px;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
    	border-bottom: 1px solid #e6e6e6;
    	cursor: pointer;
    	position: relative;
    }
    #pan-change-left {
		-webkit-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
    	padding-left: 20%;
    }
    #pan-change-right {
		-webkit-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
    	padding-right: 15%;
    }
    #pan-change-right img, #lang-change img {
    	width: 32px;
    	height: 32px;
    	border: 1px solid #e6e6e6;
    	border-radius: 999em;
    	margin-left: 10px;
    }
    .back {
    	display: none;
    	width: 24px /*!important*/;
    	height: 24px /*!important*/;
    	position: absolute;
    	top: 8px;
    	left: 5%;
    	border: none !important;
    	border-radius: 0em !important;
    }
    #responsivetop .logoresp img, #panel-left .logoresp img {
    	width: 40px;
    	padding-right: 10px;
    }
    #responsivetop .resptitle, #panel-left .resptitle {
    	font-size: 3.8vw;
    	line-height: inherit;
    }
    /*sottomenu a comparsa per città e lingue*/
    .over-pan {
    	display: none;
        position: fixed;
        top: 132px;
        bottom: 0;
        width: 80vw;
        z-index: 100000002;
        background: #fff;
        box-sizing: border-box;
        float: none;
        margin: 0;
        overflow-y: scroll;
    }
    #city-change {
        left: 0;
    }
    #lang-change {
    	right: 0;
    }
    .over-pan {
    }
    .over-pan li {
    	display: block;
    	line-height: 90px;
    	border-bottom: 1px solid #e6e6e6;
    	margin-bottom: 1px;
    }
    .over-pan li a, #lang-change li div{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;  
    	padding-left: 20%;
    }
    #lang-change li div {
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end; 
    	padding-right: 15%;  	      
    }
    #lang-change li span {
        display: inline-block;   
        color: #888;    
    }
    .breadcrumbs {
		margin: 0;
	}
	.breadcrumbs li::after {
		top: -3px;
		position: relative;
	}
	.breadcrumbs li a {
		display: inline-block;
		max-width: 33%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.floatbtncont .btn, .floatbtncont .btn:nth-child(4){
		width: 31.8%;
		margin-right: 2.3% !important;
	}
    .floatbtncont .btn:nth-child(3n){
		margin-right: 0 !important;
	}
	
	.footercol, .index .footercol {
		width: 100%;
		padding-bottom: 30px;
		border: none;
		border-bottom: 1px solid #B8B8B8;
	}
	.index .footercol:after {
		content: none !important;
	}
	.index .footercol:first-child, .footercol:first-child {
		justify-content: flex-start !important;
		margin: 0 !important;
	}
	.index .footercol:first-child {
		padding-bottom: 20px !important;
	}
	.footercol:last-child {
		border: none !important;
	}	
	#useful_toshowCont {
		display: none;
	}
	#useful, .footercol:first-child #useful {
		width: 100%;
		margin: 20px 0 0 0;
		border: none;
	}
	.footercol:first-child #useful { 
		border-top: 1px solid #B8B8B8;
		padding: 20px 0 20px 2%;
	}
	#usefultitle, .footercol:first-child #usefultitle {
		position: relative;
		top: initial;
		left: initial;
		width: 100%;
	}	
	#footlogo {max-width:20%}
	#footlogo img {
		max-width: 100%; 
		height: auto; 
	}
	.footercol i.show-more {
		right: 0 !important;
	}
	.index .footercol ul {
	    padding: 0 0 0 2% !important;
	    width: 95%;
	}
	.footercol ul h4{
		width: initial;
	}
	.footarrowcont {
		width: 103%;
	}
	.index #useful{
		display: none;
	}

}
@media all and (max-width:750px){
	.group-list .blackOpa .disp {
		width: auto;
	}
}
@media all and (max-width:719px){
	.fifth{
		width: 32.3%;
		margin-right: 0.5%;
		margin-bottom: 10px;
	}
	.fifth:nth-child(n+4){
		width: 49%;
		margin-right: 1%;
	}
	.private.tour  .book-info{
		width: calc(100% - 28px);
	}
}
@media screen and (max-width: 699px){
	.show-at-699{
		display: initial;
	}
	.booking_table .freeprice.inside, .booking_table .reduprice.inside {
		display: block;
	}
	.hide-at-699 {
		display: none !important;
	}
	.box.full .boxfooter a{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.listbox.third, .listbox.third.last{
		width: 49%;
		margin-right: 1% !important;
	}
	.box.full .boxfooter{
		text-align: center;
	}
	.box.full .boxfooter a{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.boxfooter a{
		margin-top: 0;
	}

	.booking_table:not(.vaticanAudio) ul:nth-child(n+2) {
		margin-top: 2px !important;
		border: 2px solid #ccc;
	}
	.booking_table li {
		margin: 0;
	}
	.booking_table:not(.vaticanAudio) li:nth-child(1) {
		background-color: #ccc;
		width: 50% !important;
	}
	.booking_table:not(.vaticanAudio) li:nth-child(n+2) {
		background-color: #efefef;
	}
	.booking_table:not(.vaticanAudio) li:nth-child(3) {
		width: 30% !important;
	}
	.booking_table li:nth-child(4) {
		width: 20% !important;
	}
	.group.tour .booking_table li:nth-child(5) {
		display: none;
	}
	.booking_table li:nth-child(n+5) {
		width: 33.33%;
	}
	.booking_table li:nth-child(n+5).double_span {
		width: 66.66% !important;
	}
	.booking_table .header li:nth-child(n+5), div:not(.group):not(.tour) .booking_table:not(.vaticanAudio) li:nth-child(2) {
		display: none;
	}

	.bookingMain .boxbutton {margin-top:30px; margin-bottom:30px;}
	.closetxt {
		margin-top: 30px;
	}
	.specialsub {
		position: initial;
		width: initial;
	}
}
@media screen and (max-width: 629px){
	.boxcenter img.half{
		width: 100%;
		margin-bottom: 10px;
	}
	.bottom-side .side-elem{
		width: 49%;
	}
	.bottom-side .side-elem:nth-child(2n+1){
		clear:left;
	}
	.texthome {
		float: none;
		width: 100%;
	}
	.boxcenter{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.texthome{
		order: 2;
	}
	.boxcenter img {
		order: 1;
	}
	.halfGift{
		order: 3;
	}
	.box.full.boxnoimage img {
		margin: 0;
	}
}
@media screen and (max-width:599px){
	.page-times,.museumPhoto:last-child{
		width:100%;
	}
	.museumPhoto{
		width: 49%;
	}
	.private.tour.booking form .field-wrapper, .contact form .field-wrapper{
		width: 48%;
		width: calc(50% - 6px);
	}
	.contact form .field-wrapper.span2{
		width: 98%;
		width: calc(100% - 6px);
	}
	.tour .book-info{
		width: 90%;
		min-width: initial;
	}
	.group.tour .bookbox a.btn.big{
		position: static;
		margin-top: 10px;
	}
	.private.tour .book-info .img{
		max-width: 98%;
	}
	.booking2 .field-wrapper.tel #phone{
		width: 63%;
	}
	.booking2 .field-wrapper #mobilephone{   
    	width:63.5%;
	}
	.booking2 .field-wrapper.tel, .booking2 .field-wrapper.zip{
		width: 50%;
		margin-right: 0%;
	}
	.margin-rightat599{
		margin-right: 5%;
		width: 100% !important;
	}
	.margin-rightat599 input{
		width: 95% !important;
	}
	.field-wrapper.prevtelprefix{
		margin-right: 0%;
	}
	.book-infopren .book-pren{
		max-width: 100% !important;
		width: calc(90% + 20px);
		position: unset;
		margin-left: 0px;
		/*float: left;*/
	}
	.book-infopren .book-pren form{
		width: 100%;
		margin-left: 0px;
	}
	.book-infopren .book-pren .booking_table{
		width: calc(100% + 8px);
	}
	
}
@media all and (max-width:572px){
	#flash{
		display:none;
	}
	.group-list .listbox, .private-list .listbox {
		min-height: 230px;
	}
}
@media all and (max-width:559px){
	.side .side-elem{
		margin-right:0;
		width:100%;
		height: auto;
		margin-bottom: 10px;
	}
	#seealso > div:not(.clear){
		width: 33%;
	}
	#seealso > div:nth-child(n+4):not(.clear){
		margin-top:25px;
		width: 50%;
	}
}
@media all and (max-width:549px){
	.museumInfo:first-child{
		width: 100%;
		margin-right: 0;
		border-right:none;
		border-bottom: 1px solid #E3E3E5;
	}
	.museumInfo{
		width: 47%;
		margin-right: 1%;
	}
	.slideshow, .description img{
		float:none;
		max-width:100%;
		margin: 0 auto;
		display: block;
	}
	.slideshow, .description .gallery .thumb img{
		max-width: initial;
	}
	.slideshow>div{
		margin: 0 auto;
	}
	.quarter,.third ,.fifth:nth-child(5),.box.third:nth-child(3n+1){
		width: 100%;
		margin-right: 0;
	}
	.group-list .blackOpa .disp {
		width: 70%;
	}
}
@media all and (max-width:520px){
	.group-list .blackOpa .disp {
		width: auto;
	}
	.group-list .listbox, .private-list .listbox {
		min-height: 200px;
	}
}
@media all and (max-width:499px){
	.logoresp img{
		width: 50px;
		padding-right: 5px;
	}
	.resptitle {
		font-size: 4.5vw;
		line-height: 120%;
	}
	.booking_table li, .bookbox .booking_table li {
		min-height: 40px !important;
		padding: 10px 5px;
	}
	.booking_table li:nth-child(1), .bookbox .booking_table li:nth-child(1) {
		width: 100% !important;
	}
	.group.tour .booking_table li:nth-child(n+2):not(.btnpren) {
		width: 50% !important;
	}
	.booking_table li:nth-child(3), .bookbox .booking_table li:nth-child(3) {
		width: 66.66% !important;
	}
	.booking_table li:nth-child(4), .bookbox .booking_table li:nth-child(4) {
		width: 33.33% !important;
	}
	.booking_table li:nth-child(n+5), .bookbox .booking_table li:nth-child(n+5) {
		min-height: 70px !important;
	}
	.booking_table .datepicker + img {
		left: calc(50% - 19px);
	}
	.booking_table .header li:nth-child(n+2),.hide_at_499 {
		display: none !important;
	}
	.closed_row li:first-child::after{
		content: '\f0da';
		font-family: FontAwesome;
		position: absolute;
		right: 10px;
		top: 20px;
		font-size: 21px;
		color: #666;
	}
	.flex_at_499 {
	    display: -webkit-box !important;
	    display: -moz-box !important;
	    display: -ms-flexbox !important;
	    display: -webkit-flex !important;
	    display: flex !important;
	}
	.opened_li::after{
		content: '\f0d7' !important;
	}
	.closed_row li:nth-child(n+2){
		display: none;
	}
	.booking_table .new li:nth-child(1) {
		background-position-x: 80%;
	}
	.fixedButtons {
		position: fixed;
		bottom: -30px;
		right: 0px;
		left: 0px;
		text-align: center;
		background: #E4E2E3;
		border-top: 1px solid #CCC;
		padding: 20px 10px;
		margin: 0 auto;
		z-index: 99999999;
	}
	.fixedButtons a, .fixedButtons input {
		float: none;
	}
	form a.iframe { 
		max-width: 75%; 
	}
	#page {
		padding: 10px 5px;
	}
	#page .box-body {
		padding: 10px 5px;
	}
	.show_at_499 {
		display: inline-block !important;
	}
	.booking_table.vaticanAudio li {
		margin: 0;
	}
	.booking_table.vaticanAudio li:nth-child(2){
		width: 40% !important;
		background-color: #EDEDED !important;
	}
	.booking_table.vaticanAudio li:nth-child(2), .booking_table.vaticanAudio li:nth-child(2) input{
		color: black;
	}
	.booking_table.vaticanAudio li:nth-child(3){
		width: 60% !important;
		background-color: #EDEDED !important;
	}
}
@media all and (max-width:479px){
	#page.with-side>.wrapper{
		width:100%;
		float:none;
	}
	.wrapper>.listbox.half{
		float:none !important;
	}
	#page>.wrapper+.side{
		padding: 10px;
		width: auto;
		float: none;
	}
}
@media all and (max-width:449px){
	.fifth{
		width: 49%;
		margin-right: 1%;
	}
	.museumInfo{
		width: 100%;
		margin-right: 0;
		border-right:none;
	}
	.museumInfo:nth-child(2){
		border-bottom: 1px solid #E3E3E5;
	}
	.museumPhoto{
		width: 100%;
		margin-right: 0;
	}
	.tours{
		float: left;
		margin-top: 5px;
	}
	.private.tour.booking form .field-wrapper, .contact form .field-wrapper,.private.tour.booking form .field-wrapper.half{
		width: 98%;
		width: calc(100% - 6px);
	}
	.minitxt {
		width: 43% !important;
		margin-bottom: 5px;
	}
	.sixth{
		width: 49%;
	}
	.gallery, .boxbook, .btngal{
		width: 100%;
		margin: 15px auto;
		float: none;
	}
    .gallery .main { display: none; }
	.with-side .listbox.full {
		min-height: 200px;
	}

	.estimate h1.newTitle {
		font-size: 25px;
	}
	.socials {
		top: 120px;
	}
}
@media all and (max-width:399px){
	.listbox.third, .listbox.third.last{
		width: 100%;
		margin-right: 0 !important;
	}
	.minitxt {
		width: 90% !important;
		margin-bottom: 5px;
	}
	.group-list .blackOpa .disp {
		width: 70%;
	}
	.group-list .listbox, .private-list .listbox {
		min-height: 265px;
	}
	.fixedButtons a, .fixedButtons input {
		font-size: 20px;
	}

	.hide_at_399{
		display: none !important;
	}
}
@media all and (max-width:330px){
	.group-list .listbox, .private-list .listbox {
		min-height: 230px;
	}
	.fixedButtons a, .fixedButtons input {
		font-size: 18px;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.3) { 
  select:focus, select, input:not(.price), textarea:focus, textarea,  input:not(.price):focus {
    font-size: 16px;
  }
}
/* pagespeed */

script	{
	display: none !important;
}
