/*
THEME NAME: Hotel Studios Milano Theme
THEME URI: http://www.fastbooking.net
VERSION: 1.0
AUTHOR: FastBooking
AUTHOR URI: http://www.fastbooking.net
DESCRIPTION: This is the theme for Studios Hotel
TEMPLATE: Wordpress-Theme-Utils
*/
body {
	background: #000;
	font: 12px/140% Arial, helvetica, sans-serif;
}

h1 {
	margin: 0;
}

a {
	color: #fff;
}

#socials {width:85px;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

#main-wrapper {
	width: 1400px;
	height: 640px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -320px 0 0 -700px;
}

#slideshow {
	width: 1400px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	border-bottom: 2px solid #999;
}

#map_canvas {
	width: 1400px;
	height: 600px;
}

.col {
	float: left;
	position: relative;
	z-index: 1000;
	height: 600px;
}

.deco.col {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.3);
	width: 148px;
}

.content.col {
	width: 1100px;
}

.content.col .inner {
	height: 100%;
}

#left-col {
	border-right: 2px solid #999;
	position: absolute;
	top: 0;
	left: 0;
}

#right-col {
	border-left: 2px solid #999;
	position: absolute;
	top: 0;
	right: 0;
}

#top-page {
	position: absolute;
	top: 0;
	left: 150px;
	z-index: 1000;
	height: 150px;
	width: 1100px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
}

#logo {
	margin: 20px 10px 20px 80px;
	float: left;
}

#right-header {
	float: left;
	margin: 20px 80px 20px 10px;
	width: 800px;
}

#heading {
	float: left;
}

#heading * {
	font-size: 11px;
	color: #666;
	display: inline;
	font-weight: normal;
}

#language-menu {
	float: right;
}

#language-menu ul {
	margin: 0;
	color: #999;
}

#language-menu li {
	display: inline;
}

#language-menu li a {
	text-transform: uppercase;
	color: #999;
	font-size: 11px;
	text-decoration: none;
}

#language-menu li a.lang_sel_sel,#language-menu li a:hover {
	color: #fff;
}

#language-menu li:after {
	content: '\0000a0|\0000a0';
}

#language-menu li:last-child:after {
	content: '';
}

#fbqs {
	width: 800px;
	height: 80px;
	float: left;
	margin-left: 10px;
}

#fbqs .bf_title {
	color: #fff;
	text-transform: uppercase;
}

#fbqs .bf_from select,#fbqs .bf_nbdays_wrapper select,#fbqs .bf_adulteresa_wrapper,#fbqs .bf_enfantresa_wrapper
	{
	display: none;
}

#fbqs form>div {
	float: left;
	margin-right: 5px;
	width: 160px;
}

#fbqs form>div.bf_hotel_list_wrapper {
	display: none;
}

#fbqs .bf_from,#fbqs .bf_accesscode_wrapper,#fbqs .bf_nbdays_wrapper {
	background-color: #333;
	padding: 10px;
	border: 0;
	color: #eee;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
}

#fbqs .label {
	float: left;
}

#fbqs input {
	background: transparent;
	border: 0;
	padding: 2px;
	color: #fff;
	float: right;
	text-align: right;
	width: 80px;
	cursor: pointer;
}

#fbqs .bf_datepicker_wrapper {
	float: right;
	width: 80px;
}

#fbqs .bf_booknow {
	display: block;
	float: left;
	background-color: #CFDFE8;
	border: 0 none;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

#fbqs .bf_actions {
	min-width: 60px;
	float: left;
	width: 60px;
}

#fbqs .bf_actions a {
	color: #ccc;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	display: block;
	line-height: 20px;
}

#main-menu {
	width: 1100px;
	height: 40px;
	position: absolute;
	bottom: 40px;
	left: 150px;
	z-index: 1000;
	background: -moz-linear-gradient(top, rgba(34, 34, 34, 0.8) 0%,
		rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34,
		34, 34, 0.8)), color-stop(100%, rgba(0, 0, 0, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.8) 0%,
		rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(34, 34, 34, 0.8) 0%,
		rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(34, 34, 34, 0.8) 0%,
		rgba(0, 0, 0, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(34, 34, 34, 0.8) 0%,
		rgba(0, 0, 0, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(         startColorstr='#cc222222',
		endColorstr='#000000', GradientType=0);
	background: -moz-linear-gradient(top, rgba(34, 34, 34, 0.8) 0%,
		rgba(0, 0, 0, 1) 100%); /* IE6-9 */
}

#main-menu ul {
	margin: 0 auto;
	width: 960px;
	text-transform: uppercase;
}

#main-menu li.offers {
	background: #ffffb5; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffb5 0%, #d5af60 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffb5),
		color-stop(100%, #d5af60)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffb5 0%, #d5af60 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffb5 0%, #d5af60 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffb5 0%, #d5af60 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffb5 0%, #d5af60 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#ffffb5',
		endColorstr='#d5af60', GradientType=0); /* IE6-9 */
}

#main-menu li.offers a {
	color: #333;
}

#main-menu li {
	display: block;
	float: left;
	line-height: 40px;
	border-left: 1px solid #333;
}

#main-menu li:last-child {
	border-right: 1px solid #333;
}

#main-menu a {
	color: #fff;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

#main-menu a:hover,#main-menu .current-menu-item a {
	color: #333;
	background-color: #fff;
}

#content {
	width: 700px;
	height: 165px;
	padding: 20px;
	overflow: hidden;
	background: #000;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	top: 250px;
	left: 180px;
	color: #fff;
	font: italic 12px/130% arial, helvetica, sans-serif;
	z-index: 1000;
}

#content h1 {
	font-size: 15px;
}

#content .scrollable {
	margin-top: 10px;
}

/*#content .scrollable > p{
	display: none;
}*/
#content .scrollable,#content .tab {
	overflow: auto;
	height: 150px;
}

#close-content {
	position: absolute;
	top: 0;
	right: 0;
	color: #aaa;
}

#close-content a {
	color: #aaa;
	text-decoration: none;
	padding: 5px;
	display: block;
}

#tabs-controller {
	position: absolute;
	top: 250px;
	right: 148px;
	height: 220px;
	width: 222px;
	overflow: hidden;
	z-index: 1000;
}

#tabs-controller ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabs-controller li {
	width: 220px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	padding: 0;
	text-indent: 60px;
	background: #000;
	background: rgba(0, 0, 0, .7);
}

#tabs-controller a {
	color: #fff;
	font: italic 15px/40px arial, helvetica, sans-serif;
	text-decoration: none;
	display: block;
	widht: 100%;
	height: 100%;
	background: url(images/servizi.png) no-repeat 10px 0 #000;
	background: url(images/servizi.png) no-repeat 10px 0 transparent;
}

#tabs-controller a:hover,#tabs-controller a.active {
	background-color: #fff;
	color: #333;
}

#tabs-controller li.wifi a {
	background-position: 10px -400px;
}

#tabs-controller li.park a {
	background-position: 10px -440px;
}

#tabs-controller li.shuttle a {
	background-position: 10px -320px;
}

#tabs-controller li.gim a {
	background-position: 10px -360px;
}

#tabs-controller li.teatro a {
	background-position: 10px -600px;
}

#tabs-controller li.citta a {
	background-position: 10px -480px;
}

#tabs-controller li.storia a {
	background-position: 10px -520px;
}

#tabs-controller li.meet a {
	background-position: 10px -560px;
}

#tabs-controller li.airport a {
	background-position: 10px -920px;
}

#tabs-controller li.metro a {
	background-position: 10px -760px;
}

#tabs-controller li.hospital a {
	background-position: 10px -840px;
}

#tabs-controller li.church a {
	background-position: 10px -680px;
}

#tabs-controller li.expo a {
	background-position: 10px -1240px;
}

#tabs-controller li.competition a {
	background-position: 10px -1160px;
}

#tabs-controller li.calendar a {
	background-position: 10px -1080px;
}

#tabs-controller li.offer a {
	background-position: 10px -1000px;
}

#tabs-controller li.room-single a {
	background-position: 10px -1320px;
}

#tabs-controller li.room-double a {
	background-position: 10px -1400px;
}

#tabs-controller li.room-twin a {
	background-position: 10px -1480px;
}

#tabs-controller li.room-suite a {
	background-position: 10px -1560px;
}

#tabs-controller li.wifi a:hover,#tabs-controller li.wifi a.active {
	background-position: 10px -240px;
}

#tabs-controller li.park a:hover,#tabs-controller li.park a.active {
	background-position: 10px -280px;
}

#tabs-controller li.shuttle a:hover,#tabs-controller li.shuttle a.active
	{
	background-position: 10px -160px;
}

#tabs-controller li.gim a:hover,#tabs-controller li.gim a.active {
	background-position: 10px -200px;
}

#tabs-controller li.teatro a:hover,#tabs-controller li.teatro a.active {
	background-position: 10px -0px;
}

#tabs-controller li.storia a:hover,#tabs-controller li.storia a.active {
	background-position: 10px -80px;
}

#tabs-controller li.citta a:hover,#tabs-controller li.citta a.active {
	background-position: 10px -120px;
}

#tabs-controller li.meet a:hover,#tabs-controller li.meet a.active {
	background-position: 10px -40px;
}

#tabs-controller li.airport a:hover,#tabs-controller li.airport a.active
	{
	background-position: 10px -880px;
}

#tabs-controller li.metro a:hover,#tabs-controller li.metro a.active {
	background-position: 10px -720px;
}

#tabs-controller li.hospital a:hover,#tabs-controller li.hospital a.active
	{
	background-position: 10px -800px;
}

#tabs-controller li.church a:hover,#tabs-controller li.church a.active {
	background-position: 10px -640px;
}

#tabs-controller li.expo a:hover,#tabs-controller li.expo a.active {
	background-position: 10px -1200px;
}

#tabs-controller li.competition a:hover,#tabs-controller li.competition a.active
	{
	background-position: 10px -1120px;
}

#tabs-controller li.calendar a:hover,#tabs-controller li.calendar a.active
	{
	background-position: 10px -1040px;
}

#tabs-controller li.offer a:hover,#tabs-controller li.offer a.active {
	background-position: 10px -960px;
}

#tabs-controller li.room-single a:hover,#tabs-controller li.room-single a.active
	{
	background-position: 10px -1280px;
}

#tabs-controller li.room-double a:hover,#tabs-controller li.room-double a.active
	{
	background-position: 10px -1360px;
}

#tabs-controller li.room-twin a:hover,#tabs-controller li.room-twin a.active
	{
	background-position: 10px -1440px;
}

#tabs-controller li.room-suite a:hover,#tabs-controller li.room-suite a.active
	{
	background-position: 10px -1520px;
}

.tab {
	display: none;
}

.tab.active {
	display: block;
}

.images-container a {
	margin-right: 5px;
	margin-bottom: 5px;
}

#footer {
	left: 0;
	position: absolute;
	top: 600px;
	width: 1400px;
	z-index: 1000;
	color: #eee;
	line-height:23px;
}

#footer .wrapper {
	width: 820px;
	margin: 0 auto;
}

#footer .wrapper>div {
	float: left;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#secondary-menu ul {
	list-style: none;
}

#secondary-menu ul li {
	float: left;
}

#secondary-menu ul li:after {
	content: '\0000a0|\0000a0';
}

.adp-placemark {
	background-color: #ccc;
}

.warnbox-content {
	color: #000;
}

#photogallery img {
	margin-bottom: 10px;
}

.subpage {
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.subpage .image {
	float: left;
	width: 150px;
}

.subpage p:last-child {
	margin-bottom: 0;
}

.subpage .text {
	float: left;
	width: 500px;
	margin-left: 20px;
}

.subpage .title {
	text-transform: uppercase;
}

.subpages .cta {
	margin-top: 10px;
}

.cta {
	display: block;
	line-height: 20px;
	padding: 0 10px;
	background: #CFDFE8;
	color: #333;
	text-decoration: none;
}

.cta-container {
	float: right;
	margin-right: 20px;
	font-variant: small-caps;
}

.image-left {
	float: left;
	margin-right: 20px;
}

#map_canvas a {
	color: #222;
}

#content.large {
	width: 1000px;
	top: 200px;
	height: 250px;
}

#content.large .scrollable {
	height: 200px;
}

.list-container .promo-wrapper {
	width: 200px;
	float: left;
	border-right: 1px solid #ccc;
	margin-right: 10px;
	padding-right: 10px;
	height:210px;
}

.list-container .promo-wrapper:last-child,
.list-container .promo-wrapper:nth-child(4n){
	border-right: 0;
}

.list-container .promo-wrapper img {
	max-width: 120px;
	max-height: 80px;
	margin: auto;
	display: block;
}

.list-container .promo-wrapper .image {
	width: 100%;
	margin: 10px 0;
}

.list-container .promo-wrapper .title {
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.list-container .promo-wrapper div.price {
	padding: 5px 0;
	margin: 5px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
}

.list-container .promo-wrapper span.price {
	font-size: 140%;
	font-weight: bold;
}

.list-container .promo-wrapper .more {
	float: left;
	margin-top: 10px;
}

.list-container .promo-wrapper .button {
	float: right;
	font-weight: bold;
	text-align: right;
	font-size: 120%;
	margin-top: 10px;
}

.list-container .promo-wrapper .more a,.list-container .promo-wrapper .button a
	{
	text-decoration: none;
}

#FB_so>ul {
	list-style: none;
}

#popinFBso_contenu {
	line-height: 1.6;
}

#popinFBso_contenu .image {
	float: left;
	margin: 0 20px 20px 0;
}

#popinFBso_contenu .image img {
	max-width: 300px;
	max-height: 300px;
}

#popinFBso_contenu .title {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
}

#popinFBso_contenu div.price {
	margin: 10px;
	padding: 10px;
	clear: both;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 110%;
	text-align: center;
}

#popinFBso_contenu span.price {
	font-size: 140%;
	font-weight: bold;
}

#popinFBso_contenu .button {
	text-align: right;
	margin-top: 20px;
	height: 40px;
}

#popinFBso_contenu .button a {
	color: #333;
	font-size: 120%;
	border: 1px solid #333;
	padding: 10px 40px;
	text-decoration: none;
	background: #ccc;
}

#popinFBso_contenu .button a:hover {
	background: #666;
	color: #fff;
}

.adp, .adp table, .adp-list{
	color: #fff;
}
.event-tab {
	width:1000px; height:250px; 
}