@import url(custom-checkbox.css);
* {
    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;
}
.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:not(.next-side):after, .box-body:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.full {
    width: 100% !important;
}
.half {
    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;
}
.normal {
    font-weight: normal;
}
.just{
    text-align: justify;
}
.center{
    text-align: center;
}
.alright{
    text-align: right;
}
.alleft{
    text-align: left;
}
.centered{
    margin: 0 auto;
}
.indentLeft{
    padding-left: 5px;
}
.museumclr , a.museumclr,.museumclr a{
    /*color: #5154BB !important;*/		/* color: #5154BB;    color: #5154BB;   color: #2A9E5D;*/
    color:#2f306c !important;
}
.museumclr a:hover, a.museumclr:hover{
    text-decoration: underline;
}
.museumbg{
    background: #5154BB;
}
.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_bg{
    background-color: #EEEDEE;
}
.gray{
    color:#666;
}
.lightgray{
    color: #808080;
}
.pink{
    color: #f26aef;
}
.red{
    color:red;
}
.black{
    color:black !important;
}
.green{
    color: #008000;
}
.light-booktable-bc{
    background-color: #3651bba8 !important;
}
.white{
    color: #fff;
}
.gray-title, .gray-title a, .gray-title2 {
	font-size: 30px;
	font-weight: 100;
	color: #888;
	line-height: initial !important;
	margin: 0px !important;
	font-family: Times New Roman;
}
.gray-title2{
    font-size: 24px;
}

.gray-title a:hover { text-decoration: none !important; }
.warning{
    color: red;
    font-weight: bold;
}
.title-with-count{
    display: inline;
    font-size: 30px !important;
}
.padded10 {
    padding: 10px;
}
[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';
}
.quadruple[class*="-bull"]:before {
    content: '\2022\2022\2022\2022\0020';
}
.pink-bull:before{
    color: #f26aef;
}
.museum-bull:before{
    color: #5154BB !important;
}
.red-bull:before{
    color: red !important;
}
.grey-bull:before {
    color: grey;
}
.green-bull:before{
    color: #008000;
}
.bull-list>*:before{
    content: '\2022\0020';
}
.bottom-space{
    margin-bottom: 30px !important;
}
.bottom-space-sm{
    margin-bottom: 0.5em !important;
}
.bottom-space-half{
    margin-bottom: 15px !important;
}
.top-space{
    margin-top: 30px !important;
}
.margin-10{
    margin: 10px;
}
.tl-side-space{
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.hidden{
    display: none;
}
.noscroll {
	position: fixed;
    height: 100%;
    overflow-y: hidden;
    width: 100%;
}
.click{
    cursor:pointer;
}
div.paddedLeftBottom{
    padding: 0 0 10px 10px;
}
div.paddedLeft{
    padding: 0 0 0 10px;
}
div.padded{
    padding: 10px;
}
div.p20{
    padding-left: 20px;
    padding-right: 20px;
}
input[type=text].text{
    height: 25px;
    padding-left: 5px;
}
.inline-block{
    display: inline-block;
}
.show_at_499, .show_at_769, .show_at_779{
    display: none !important;
}

/*nuove iconcine x e-vouch*/
.bfvouch {
    margin: 5px 0 0 20px;
    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; }

a.iframe > span.bold{
    margin-left: 0px;
}
/*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: 870px;
    width: calc(100% - 160px);
    float: right;
    margin-right: 10px;
    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% - 95px);*/
    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;
}
.roman{
    font-family: Times New Roman;
}
h2.likeh3{
    font-size: 14px;
    font-weight: bold;
    font-family: "Times New Roman";
}
.margin-top_8{
    margin-top: 8px;
}

/* 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;
}
#bookingmenu > ul > li,#bookingmenu > ul > li:after{
    padding-left: 8px;
}
.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;
}
a.noclick{
    cursor: default;
}
/* 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: #2F306C;
    font-size: 16px;
}
#museum_menu > ul > li:nth-child(6){
	background-image: url('../images/new23.png');
	background-repeat: no-repeat;
	background-position: 10px 0;
	padding-left: 35px;
}
#museum_menu > ul > li:nth-child(6) a:not(.current_museum) {
	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:"»\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;
}

/*#bookingmenu{
    line-height: 23px;
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
}
#bookingmenu ul{
    text-align: left;
    list-style: none;
    width: 874px;
    width: calc(100% - 150px);
    float: right;
    padding-left: 10px;
}
#bookingmenu ul li{
    display: inline-block;
    text-align: center;
    padding-left: 1px;
}
#bookingmenu ul li:after {
    padding-left: 5px;
    content: '|';
    margin: 0;
    float: right;
}
#bookingmenu ul li:last-child:after {
    content: '';
}
#bookingmenu ul li a{
    display: inline-block;
    color:#333;
}*/

/*
    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;
}
#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: 300px;
    margin-bottom: 30px;
    cursor: pointer;
}
.private-list .listbox, .group-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;
}
.title-private, .title-private a {
    font-size: 16px !important;
    font-weight: normal !important;
}
.listbox > a{
    color: #666;
}
.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;
}
#page>.listbox.full{
    min-height: 240px; /*260px;*/
    margin-bottom: 45px;
}
.listbox.full .boxfooter a:nth-child(n+2){
    margin-left: 5%;
}
.listbox.half:nth-child(2n+1){
    margin-right: 2%;
}

.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;
    color: #D7D9FF !important;
}
.blackOpa .price span {
	font-size: 18px;
}

#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:not(.boxfooter){
    margin-left: 5px;
    margin-right: 5px;
}
.box.grey>div:not(.boxfooter){
    margin-bottom: 5px;
}
.box.grey>span{
    margin-left: 10px;
    margin-right: 10px;
}
#page .boxhead {
    font-size: 14px;
}
.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;
}
.third:not(.contactList) img.full, .half img.full{
	width: 76%;
	max-width: 227px;
	margin-left: 12%;
	margin-bottom: 10px;
}
.half img.full{
	margin-left: 8%;
}
.lastbox {
    padding: 5px 5px 10px 10px;
}
.box-body, .box-body-ls{
    padding: 10px 20px;
}
.box-body.darkgraybg{
    padding: 5px 15px;
    margin: 25px 5px 5px;
}
.third .boxcenter,.quarter .boxcenter,.two-thirds .boxcenter{
    min-height: 151px;
}
.boxcenter a img:not(.half):not(.full):not(.bannertour){
    float:right;
    width: 100px;
    height: 120px;
    margin-bottom: 5px;
}
.boxcenter img.hometour{
    width: auto;
}
.boxcenter a:not(.btn .seotitle):not(.btn.mx-10){
    font-weight: bold;
    color: black;
}
.boxcenter a:hover:not(.btn), .map a:hover{
    text-decoration: underline;
}
.boxcenter.bottom-side a:hover {
    text-decoration: none !important;
}
.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;
}
.box.full .boxcenter .third p.sz14 {
	margin-left: 15px;
}
.boxcenter div+div ul.noborder{
    border-left: none !important;
}
.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;
}
.nomivisitatori{
    margin-bottom: 25px;
}
.nomivisitatori > label {
    display: block;
    width: 20%;
    float: left;
}
.nomivisitatori > input[type='text']{
    display: block;
    width: 70% !important;
    float: left;
}
.nomivisitatori > input[type='date'] {
    display: block;
    height: 20px;
    float: left;
}
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 10px;
    min-height: 10px;
}

.box.full .boxfooter a{
    margin-top: 3px;
}
.box.full .boxfooter a:nth-child(n+2){
    margin-left: 30px;
}
.nospaceleft {
    margin-left: 0px !important;
}

.boxfooter div.half{
    display: inline-block;
}
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: #5154BB;
    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(81, 84, 187, 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;
}
.btnSmall{
    padding: 10px !important;
    font-size: 13px !important;
    margin-top: 10px !important;
}
.megaPadd { 
    padding: 3px 60px; 
    font-size: 16px
}
.greenbox{
    margin: 1em 0;
}
.greenbox h2{
    display: inline;
    margin-bottom: 0px !important;
}
.sz13{
    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;
}
.bordered{
    border: solid 1px #ABABAB;
    padding: 10px;
}
.side-elem-sm h3 {
    display: block !important;
    height: 48px;
    word-wrap: break-word;
    overflow: hidden;
}
.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%);
}
#home-special-offers {
	margin-bottom: 30px;
}
#home-special-offers h2	{
	/*max-width: 35%;*/
	color: #888;
	font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif; !important;
	font-size: 24px;
}

#home-special-offers	div	{
	/*float: none;
	clear:both;*/
}
#home-special-offers img	{
	margin: 0px 15px 0 0 !important;
}
.boxhomeit h3 {
	display: inline;
	margin-right: 10px;
}
.boxhomeit h3 a {
	font-weight: normal !important;
}
.boxhomeit h3 a:hover {
	text-decoration: underline;
}

/**
***		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;
}
#footinfo strong{
    color: black;
}
#footinfo span.bold{
    color: black;
}
#fbclr {
    color: #4267b2 !important;
    font-size: 10px !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 !important;
}
.footercol ul a{
    color: black !important;
    font-size: 12px !important;
    line-height: 20px;
}
.footercol .gray-title{
    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;
}
.bookbox>a{
    float: right;
    margin-top: 20px;
}
.box.full.boxnoimage img{
    margin-left: 1em;
    margin-bottom: 10px;
}
.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;
}
.classError {
    border: 2px solid #ff0000 !important;
}
input[type=checkbox].classError{
    outline: #F00 solid 2px;
}
.error {
	display: block;
}
/*
 *	PAGE SPECIFIC
 */
/* Index */
.overformcont {
	position: relative;
}
.overform {
	position: absolute;
	top: 20px;
	left: 10px;
	background: rgba(238,237,238,0.9);
	padding: 5px;
}
.overform strong{
	font-size: 16px;
	display: inline-block;
	padding: 0 0 10px 0;
}
.overform .btn {
    padding: 10px 18px;
}
#search{
    margin-bottom: 0px !important;
}
#lastSearch{
    display: inline-block;
	position: relative;
}
.index #alllastdate {
	height: 34px;
	width: 165px;
	border: 1px solid #c1c3f6;
	font-family: inherit;
	font-size: 16px;
	color: #2F306C;
	margin-right: 10px;
}
.overform .datepicker + img {
	position: absolute;
	top: 10px;
	left: 144px;
	height: 16px;
}
.boxfooter p {
	padding: 10px 0 7px 0;
	margin: 0 !important;
    font-size: 13px;
}
.lastbox {
	position: relative;
}
.lastbox img{
    margin-right: 5px;
}
.lastbox .hr{
    width: calc(100% - 110px);
    margin-top: 9px;
}
.lastbox strong:nth-child(3){
    margin-top: 25px;
    display: inline-block;
}
.giftright {
	position: relative;
    display: inline-block;
    float: right;
}
.smallimg {
    float: left;
    max-width: 88px !important;
    margin-right: 5%;
    margin-left: 0 !important;
    margin-top: -5px;
    margin-bottom: -5px;

}

/* 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;
}
.tour .bookbox.whitebg .book-info{
    border: none;
    padding: 5px;
}
.tour .bookbox{
    background: #D7D9FF;
    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% - 200px);
    float: left;
    /*min-width: 325px;*/
}
.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:#5154BB;
}
.group.tour  .book-info .book-title:before{
    color:#5154BB;
}*/
.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;
}
.radio-wrapper{
    width: 50%;
    display: inline-table;
}
/* Invoice Styles */
#invoice, #invoice+label{
    display: none;
}
.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%;
}
.info-consensi label{
    display: inline !important;
    font-weight: initial !important;
}
.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;
    height:initial !important;
    width: initial !important;
    float:none !important;
}
.datepicker-wrapper.inline-block > .calendar{
    width: 70%;
}
/*
.tour.bookingMain form{
    border: 1px solid #E3E3E5;
}
.tour.bookingMain form>p{
    margin-left: 10px;
    margin-right: 10px;
}
.tour.bookingMain form table{
    margin: 0;
}*/
.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: #e4e2e3;
    padding: 1px;
    width: 90%;
}
.price-table th{
    height: 3em;
    background: white;
    width: 50%;
}
.price-table.col3 th{
    width: 33.3%;
}
.price-table td{
    background: #5154BB;
    color: white;
    font-weight: bold;
    height: 3em;
}
.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;
}
.booking_table .header li {
    padding: 10px 0;
    font-weight: bold;
    color: #666666 !important;
    background: #ededed !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.booking_table .ticket_row li {
    min-height: 80px;
    padding: 6px 0;
}
.booking_table li {
    background: #f8f8f8;
    box-sizing: border-box;
    margin: 1px;
    text-align: center;
}
.booking_table li:nth-child(1) {
    text-align: left;
    padding-left: 10px;
    position: relative;
    width: -webkit-calc(25% - 2px);
    width: calc(25% - 2px);
}
.booking_table li:nth-child(2) {
    background: #2f306c;
    color: #fff;
    width: -webkit-calc(10% - 2px);
    width: calc(10% - 2px);
}
.booking_table#private_tours :not(.header) li:nth-child(2) {
    background: #f8f8f8 !important;
}
.booking_table#private_tours li:nth-child(2){
    width: calc(14% - 2px);
}
.booking_table#private_tours li:nth-child(3), .booking_table#private_tours li:nth-child(4){
    width: calc(11% - 2px);
}
.booking_table#private_tours li:nth-child(6){
    width: calc(22% - 2px);
}
.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;
    padding: 0 5px;
}
.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);
}
.booking_table li:nth-child(n+5) {
    width: -webkit-calc(10.25% - 2px);
    width: calc(10.25% - 2px);
    background: #f8f8f8;
    padding-top: 5px;
}
.booking_table.three_prices li:nth-child(1),.booking_table.two_prices li:nth-child(1) {
    width: -webkit-calc(30% - 2px);
    width: calc(30% - 2px);
}
.booking_table.three_prices li:nth-child(n+5) {
    width: -webkit-calc(12% - 2px);
    width: calc(12% - 2px);
}
.booking_table.three_prices li:nth-child(n+5).double_span {
    width: -webkit-calc(24% - 2px);
    width: calc(24% - 2px);
}
.booking_table.two_prices li:nth-child(4) {
    width: -webkit-calc(15% - 2px);
    width: calc(15% - 2px);
}
.booking_table.two_prices li:nth-child(n+5) {
    width: -webkit-calc(15% - 2px);
    width: calc(15% - 2px);
}
/*for last+brera*/
.littlespace.FirstSmall li:nth-child(1){
    width: -webkit-calc(21% - 2px) !important;
    width: calc(21% - 2px) !important;
}
.littlespace.FirstSmall li:nth-child(3){
    width: -webkit-calc(17% - 2px) !important;
    width: calc(17% - 2px) !important;
}
.littlespace.FirstSmall li:nth-child(4){
    width: -webkit-calc(13% - 2px) !important;
    width: calc(13% - 2px) !important;
}
.booking_table.two_prices.littlespace li:nth-child(1) {
    width: -webkit-calc(33% - 2px);
    width: calc(33% - 2px);
}
.booking_table.two_prices.littlespace li:nth-child(n+5) {
    width: -webkit-calc(12.25% - 2px);
    width: calc(12.25% - 2px);
}
.booking_table.littlespace input[type=checkbox] {
 display: none;
}
.booking_table.littlespace input[type=checkbox] + a{
    margin-left: 0px !important;
}
.booking_table.littlespace input[type=checkbox] + a + span{
    margin-left: 0px !important;
}
.littlespace li:nth-child(2){
    display: none !important;
}
.littlespace .littlespacehide{
    display: none !important;
}
/*end for last+brera*/
.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) .red strong {
    display: block;
    width: 100%;
}
.booking_table ul li:nth-child(n+5) strong {
    display: inline-block;
    width: 100%;
}
.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;
}
.booking_table .datepicker {
    cursor: pointer;
    box-sizing: border-box;
    width: 95% !important;
}
.booking_table .datepicker + img {
    position: relative;
    margin-top: -16px;
    bottom: 5px;
    left: calc(50% - 15px);
}
.booking_table .datepicker ~ span {
    margin-top: 5px;
}
.booking_table .price {
    padding-left: 3px !important;
    width: 39px !important;
    height: 14px !important;
}
.booking_table .timestwo {
    padding-left: 3px !important;
    width: 39px !important;
    height: 39px !important;
}
.doubletime select {
    margin-top: 1.5em;
}
.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;
    margin: 0;
}
.booking_table input[type=checkbox] {
    position: absolute;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
}
.booking_table label {
    height: 100%;
    width: 100%;
    position: relative;
}
.booking_table label [type=checkbox]:not(.hidden) + a, .booking_table label span, .booking_table label [type=radio]:not(.hidden) + a {
    margin-left: 20px;
}
.booking_table input[type=radio]:not(.hidden){
    position: absolute;
}
.booking_table span[class*="-bull"] {
    margin: 0 !important;
}
#ui-datepicker-div {
    z-index: 100 !important;
}
/*.box li{
    line-height:10px !important;
}*/
ul.morespace {
    line-height: 30px;
}
.new:not(li){/*tolto perche era sotto form prenotazione e metteva grigio*/
    /*background: #ededed url('../photos/red_new.png') right center no-repeat !important;*/
}

.booking_table .new li:nth-child(1) {
	background-image: url('https://www.milan-museum.com/photos/red_new.png');
	background-repeat: no-repeat;
	background-position: right;
}
.booking_table .new li:nth-child(1) label {
	padding-right: 28px;
}
li.new:after{
    content: url('../photos/red_new.png');
    position: relative;
    padding-left: 5px;
    top: 9px;
}
li.new{
    margin-top: -8px;
}
li.newLi {
    margin-top: -12px;
}
li.newTxt h3:after, a.newTxt:after {
    content: " New!";
    font-weight: bold;
    color: #FF4500;
}
a.newTxt:after {
    background: url('../images/star.png');
    height: 35px;
    display: inline-flex;
    justify-content: center;
    width: 59px;
    background-size: cover;
    align-items: center;
    position: absolute;
    margin-top: -10px;
}
.bookingMain form input[type=text]{
    height: 25px;
    padding-left: 5%;
}
.bookingMain form input[type=text]:not(.calendar){
    width: 85%;
}
.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[class*="-bull"]{
    margin-right: 5px;
}
.bookingMain form span.red-bull{
    margin-left: -20px;
    margin-right: 3px;
}
.bookingMain form ul{
    margin-left:40px;
}
.bookingMain form input.ulnext{
    float:left;
    margin-top:20px;
}

.bookingMain #agencycode, #btb_unique_code, #btb_mail{
    background: #D7F5D1;
    border: solid 1px #4D4C49;
    width: 150px;
    padding-left: 5px;
    margin-right: 10px;
    display:block;
}
.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*/

/* Booking Part 2*/
.booking2 ul,.booking2 ul li{
    margin-top: 10px;
}
.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%;
}
.field-wrapper.country .select2-container{
    width: 60% !important;
    height: 28px;
    margin-bottom: 7px;
}
.booking2 .field-wrapper label{
    width:100%;
    font-weight:bold;
    display: inline-block;
    margin-bottom: 5px;
}
.booking2 input[type=text]{
    width: 90%;
    height: 26px;
    /*line-height: 200%;*/
    padding-left: 5px;
    margin-bottom: 7px;
}
.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;
}
.printform{
    line-height: 26px;
}
.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%; 
}
.fullMargin{
    width: 100% !important;
    margin-top: 10px !important;
}
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 ;
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 10px;*/
    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;
}
.bottom-side img {
	max-width: 100%;
	min-height: 88px;
}
#mapsidebar{
    margin-left: 0 !important;
}
.bottom-side .side-title h3 {
	min-height: 48px;
}
#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;
}
.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;
}
.bottom-side.gray-header .side-title{
    background-color: #ddd;
}
.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%;
}
.side div.callus img,.bottom-side img, #page .side div.side-title img{
    min-height: 0%;	/*TODO*/
    margin-left: 0;
}

.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-right: 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(215, 217, 255, 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;
}
/*
    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 .info ul{
    margin-left: 15px;
}
.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% - 168px);
    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/top1.jpg') no-repeat;
    height: 100%;
    opacity: 0.4;
    width: 48%;
    background-position: 90% 0;
    position: absolute;
    right: 0;
    /*cursor:pointer;
    z-index: 1;*/
    background-size: cover;
}
#img2{
    background: url('../images/top2.jpg') no-repeat;
    height: 100%;
    opacity: 0;
    width: 48%;
    background-position: 90% 0;
    position: absolute;
    right: 0;
    background-size: cover;
}
#img3{
    background: url('../images/top3.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;
}
/*.banner-pic{
    margin-left: 5px;
}*/

/*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;
}

/*bannerino tour cenacolo*/
#specialbanner, #specialbanner .bannertour {
	width: 220px !important;
	float: right;
}
.giftHome img, .giftHome a{
    width: 100% !important;
    height: 100px !important;
}
/* Booking Radio Button */
ul.disabled{
    background: :grey;
}
ul.disabled li:nth-child(n+2){
    opacity: 0.75;
    cursor: default;
}

/*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,h2.likeh3desc {
    font-size: 14px;
    margin-top: 25px !important;
}
.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;

}
.subtitle-sm {
    margin: 0.5em 0 1em 0;
    color: #808080;
    text-align: center;
}
.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: #5154BB !important;
    text-decoration: none;
}
.newTitle span.pageCount {
	font-size: 18px;
	float: right;
    padding-top: 10px;
}
.attrlink {
    text-decoration: underline;
}
.private .bookbox {
    background: #D7D9FF !important;
    border: 4px double #C1C4FF;
}
.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: 1085px){
    #bookingmenu > ul > li,#bookingmenu > ul > li:after{
        padding-left: 0px;
    }
}
@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;
    }
	#specialbanner .bannertour {
		float: left;
	}
}
@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;
    }
}
@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%;
    }
}
@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 (min-width:959px){
    ul.mainmenu {
        width: 100%;
    }
    .right-space{
        margin-right: 20px;
    }
}

@media all and (max-width:919px){
    #capisopra, #capisotto{
        display:none;
    }
    #content{
        background: transparent;
    }
    #page{
        margin-left: 0;
    }
    .menutitle,header > h1:first-child, header > h2:first-child{
        display: none;
    }
    .main_menu > ul{
        float: none;
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    ul.mainmenu li:last-child:after{
        content: '';
    }

    .menutitle ~ hr{
        float: none;
        width: 100%;
    }
	#page, #page.private{
		margin-left: 0;
	}
	.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;
    }*/
	.giftright {
		position: relative;
		float: right;
		margin-top: 20px;
	}
	.sixth{
        width: 32.3333%;
        height: 127px;
    }
    .box.third.alone,.box .third:nth-child(3n){
        width: 100%;
        margin-right: 0 !important;
    }
    .boxcenter div+div ul {
        border-left: none;
        padding-left: 15px;
        margin-left: initial;
    }
    #logo_flags-wrapper{
        margin: 0 auto;
        width: initial;
        background: transparent;
        margin-left: 15px;
    }
	.contactList.third{
		width: 32.3333%;
		margin-right: 1.5%;
	}
	.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: 143px;
        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;
	}
    #responsivetop > .hr {
        display: none;
    }
    #top{
        display:none;
    }
    nav.mainnav{
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }
    ul.mainmenu{
        float: none;
        width: 100%;
        text-align: center;
    }
}

@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;
    }
}
@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>li:nth-child(6) { -webkit-order: 6; -ms-order: 6; order: 6; }
	#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;    
    }
	/*ex 769*/
	.show_at_769 {
        display: inline-block !important;
    }
    .hide_at_769 {
        display: none !important;
    }
	.boxcenter a.star{
        margin-top: 5px;
    }
	.overform strong { font-size: 14px; }
	.overform {
		position: relative;
		top: -3px;
		left: 0;
		margin: 0 !important;
		background: #eeedee;
		padding: 1%;
	}
    .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){
    .box.full .boxfooter{
        text-align: center;
    }
    .box.full .boxfooter a{
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .boxfooter a{
        margin-top: 0;
    }
    .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;
    }
    
    .booking_table ul:nth-child(n+2) {
        margin-top: 2px !important;
        border: 2px solid #ccc;
    }
    .booking_table .header li:nth-child(n+5) {
        display: none;
    }
    .booking_table li {
        margin: 0;
    }
    .booking_table li:nth-child(1), .littlespace.FirstSmall li:nth-child(1) {
        /*background-color: #ccc;*/
        width: 50% !important;
    }
    .booking_table li:nth-child(n+2), .littlespace.FirstSmall li:nth-child(n+2) {
        /*background-color: #efefef;*/
    }
    .booking_table li:nth-child(2), .littlespace.FirstSmall li:nth-child(2) {
        display: none;
    }
    .booking_table#private_tours li:nth-child(2), .booking_table#private_tours li:nth-child(3){
        display: flex;
        width: 25% !important;
    }
    .booking_table#private_tours .header li:nth-child(4){
        display: none;
    }
    .booking_table li:nth-child(3), .littlespace.FirstSmall li:nth-child(3) {
        width: 30% !important;
    }
    .booking_table li:nth-child(4), .littlespace.FirstSmall li:nth-child(4) {
        width: 20% !important;
    }
    .booking_table:not(.three_prices) li:nth-child(n+5), .littlespace.FirstSmall li:nth-child(n+5) {
        width: 25% !important;
    }
    .booking_table.three_prices li:nth-child(n+5){
        width: 33.33%;
    }
    .booking_table#private_tours li:nth-child(n+4){
        width: 33.33% !important;
    }
    .booking_table.three_prices li:nth-child(n+5){
        width: 50%;
    }
    .booking_table.three_prices li:nth-child(7){
        width: 100%;
    }
    .booking_table.three_prices li:nth-child(n+5).double_span {
        width: 50%;
    }
    .booking_table.three_prices li:nth-child(n+5).double_span {
        width: 50%;
    }
    .booking_table.two_prices li:nth-child(n+5) {
        width: 50%;
    }
    .specialsub {
        position: initial;
        width: initial;
    }
    /*.banner-pic{
        float: none;
    }*/

}

@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%;
    }
    .displayHome{
        display: block !important;
    }
    .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%;
    }
    .hide_at_599{
        display: none !important;
    }
    .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;
    }
    .btn.big.middle{
    right: 0px !important;
    margin-right: 35%;
    /*margin-left: 3.5%;*/
    }
    .private.tour .book-info .img{
        max-width: 98%;
    }
    .booking2 .field-wrapper.tel #phone{
        width: 63%;
    }
    .field-wrapper.country .select2-container{
        width: 90% !important;
    }
    .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%;
    }
}

@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) {
    .booking_table ul li {
        min-height: 40px !important;
        padding: 10px 5px;
    }
    .booking_table ul li:nth-child(1), .littlespace.FirstSmall ul li:nth-child(1) {
        width: 100% !important;
    }
    .booking_table:not(.three_prices) ul li:nth-child(3), .littlespace.FirstSmall ul li:nth-child(3) {
        width: 66.66% !important;
    }
    .booking_table:not(.three_prices) ul li:nth-child(4), .littlespace.FirstSmall ul li:nth-child(4) {
        width: 33.33% !important;
    }
    .booking_table ul li:nth-child(n+5), .littlespace.FirstSmall ul li:nth-child(n+5) {
        min-height: 80px !important;
    }
    .booking_table.three_prices ul li:nth-child(n+3){
        width: 50% !important;
    }
    .booking_table.three_prices ul li:nth-child(7){
        width: 100% !important;
    }
    .booking_table ul .datepicker + img {
        left: calc(50% - 19px);
    }
    .booking_table ul.header li:nth-child(n+2), .booking_table#private_tours ul.header li:nth-child(n+2) {
        display: none;
    }
    .booking_table#private_tours li:nth-child(2), .booking_table#private_tours li:nth-child(3), .booking_table#private_tours li:nth-child(4){
        width: 33.33% !important;
    }

    .booking_table#private_tours li:nth-child(n+5){
        width: 50% !important;
    }
    .closed_row li:first-child::after{
        content: '\f0da';
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
        top: 12px;
        font-size: 21px;
        color: #666;
    }
    .flex_at_499, .booking_table#private_tours .flex_at_499 li:nth-child(2), .booking_table#private_tours .flex_at_499 li:nth-child(3) {
        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), .booking_table#private_tours .closed_row li:nth-child(2), .booking_table#private_tours .closed_row li:nth-child(3) {
        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;
    }
    .hide_at_499 {
        display: none;
    }
    .show_at_499 {
        display: inline-block !important;
    }
	.logoresp img{
		width: 50px;
		padding-right: 5px;
	}
	.resptitle {
		font-size: 4.5vw;
		line-height: 120%;
	}
	.overform strong { font-size: 14px; }
	.index #search { display: block; margin:10px auto 0 auto; }

    .private.tour .book-info .img{
        float: none;
    }
}
@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; }
    div.box.half.fleft, div.box.half.fright	{
        float:none;
        width: 100%;
    }
	.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;
    }
	#home-special-offers img {
		width: 42%;
	}
	.group-list .blackOpa .disp {
		width: 70%;
	}
	.group-list .listbox, .private-list .listbox {
		min-height: 265px;
	}
    .fixedButtons a, .fixedButtons input {
        font-size: 20px;
    }
}
@media all and (max-width:330px){
    h3.nowrap{
        white-space: initial;
    }
	.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;
}
.combinedRow{
    height: auto !important;
}
.combinedRow span{
    margin-top: auto !important;
}
.combinedRow li{
    padding-bottom: 7px !important;
}
