#main.gallery-default #main-content { left: 0px; }
#main.gallery-default.hide-gallery #main-content { left: 0px; }
#main.gallery-default #gallery-container #gallery { position: absolute; top: 45px; bottom: 45px; }
#main.gallery-default #gallery-container { width: 125px; bottom: 0px; left: 0px; top: 0px; }
#main.gallery-default #gallery-container .gallery-image { margin: 0 12px 12px 12px; display: inline-block; }
#main.gallery-default #gallery-container .gallery-image:last-child { margin-bottom: 0; }
#main.gallery-default #gallery-container .scroller { display: block; left: 0 !important; }
#main.gallery-default #gallery-container .scroll { left: 0; right: 0; width: 125px; line-height: 45px; height: 45px; }
#main.gallery-default #gallery-container .scroll.icon-caret-left { top: 0; }
#main.gallery-default #gallery-container .scroll.icon-caret-left:before { content: "\f0d8"; }
#main.gallery-default #gallery-container .scroll.icon-caret-right { bottom: 0; }
#main.gallery-default #gallery-container .scroll.icon-caret-right:before { content: "\f0d7"; }

#sidebar { width: 350px; height: 100%; right: 0; top: 0; background-position: left bottom; }
#sidebar #info { overflow-y: auto; }
#sidebar .tour-address { margin: 20px 25px 15px 25px; }
#sidebar .tour-address span { display: block; }
#sidebar .tour-address span.name { font-size: 20px; margin: 8px 0; }

#sidebar .sidebar-content { margin: 0 25px; }
#sidebar .tour-contact { margin-top: 20px; }
#sidebar .tour-contact .well { margin-bottom: 10px; }
#sidebar .tour-description { padding-bottom: 40px; margin-top: 20px; }

#share { margin-bottom: 20px; }
#share a { width: 75px; }

#container { z-index: 200; position: absolute; top: 0; bottom: 0 !important; left: 0; right: 350px; overflow: hidden; cursor: default; background: White; 
	-webkit-transition: right 0.5s; -moz-transition: right 0.5s; -ms-transition: right 0.5s; transition: right 0.5s; }
#container .brand { position: absolute; top: 10px; left: 10px; z-index: 1001; opacity: 0.5; }
#container .brand:hover { opacity: 1; }
#container .brand img { height: 22px; color: white; }
#container.no-sidebar { right: 0; }
.sidebar-tabs { position: absolute; right: -3px; top: 0px; z-index: 200; border-bottom: none; }
.sidebar-tabs.no-data { margin-top: 40px; }
.sidebar-tabs li { list-style: none; float: none; font-size: 24px; }
.sidebar-tabs li a { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); display: block; height: 25px; color: #777;  background: #EEE; margin: 10px 0; padding: 11px 4px 9px 4px; border: none !important; border-top-left-radius: 6px; border-bottom-left-radius: 6px; text-align: center; }
.sidebar-tabs i.icon-folder-close-alt { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.sidebar-tabs li.active a { color: #222; }
.sidebar-tabs li a:hover { color: #222 !important; }
.sidebar-close.portrait { display: none !important; }

p.sinistra{margin-left:15px;}
                 

.modal { -webkit-tap-highlight-color: rgba(0,0,0,0); }
.modal dd { margin-bottom: 15px; height: 40px; }

.alerts { z-index: 1000; position: absolute; left: 110px; right: 5%; bottom: 0px; max-width: 500px; }
/*.alerts .alert { height: 50px; }*/
.alerts .alert img { height: 50px; float: left; margin-right: 15px; }
.alerts .alert .content { display: block; margin: auto 0; }



@media screen and (min-width: 320px) and (max-width: 800px) {
    #sidebar { width: 200px; height: 100%; right: 0; top: 0; background-position: left bottom; }
	#container { z-index: 200; position: absolute; top: 0; bottom: 0 !important; left: 0; right: 200px; overflow: hidden; cursor: default; background: White; 
	-webkit-transition: right 0.5s; -moz-transition: right 0.5s; -ms-transition: right 0.5s; transition: right 0.5s; }
	#map-canvas{display:none}div.scroller img{display:none}
	div#share div.dropdown a.dropdown-toggle.icon-link{display:none;}
}