html, body{
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background:#ffe01c url(/uploads/SSFTheme/img/bg1.png) repeat-x;
}
a{
	color:#555500;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
}
a.btn{
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;

	color: #fff;
	text-shadow: 0 1px 0 #000000;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-color: #dd0088;
	background-image: linear-gradient(to bottom, #dd0088, #d00080);
	background-repeat: repeat-x;
	border: 1px solid #cdcdcd;
	text-decoration:none;
}
.btn:hover{
	background-color: #f0f0f0;
	background-image: linear-gradient(to bottom, #ff0088, #f00080);
	color: #fff;
}
.bg{
	background:url(/uploads/SSFTheme/img/bg2.png);
	min-height:100%;
}
.top-spacer{
	height:10px;
}
.shadow-l{
	width:1097px;
	margin:auto;
	background:url(/uploads/SSFTheme/img/shadow-l.png) no-repeat;
}
.shadow-r{
	width:auto;
	background:url(/uploads/SSFTheme/img/shadow-r.png) no-repeat right top;
	margin-left:25px;
}
.main{
	width:auto;
	margin-right:22px;
	border:1px solid #FFFFFF;
	border-radius:5px;
	background:#fefdc5 url(/uploads/SSFTheme/img/bgmpsb.jpg) no-repeat;
}
.head{
	line-height:124px;
}
.logo-title{
	margin-top:10px;
	margin-left:10.5%;
	vertical-align: bottom;
}
.where{
	margin-top:15px;
	margin-left:2%;
	vertical-align: bottom;
}
.where-s{
	display:none;
}
.menu-wrap{
	width:93%;
	margin-left:3.5%;
	margin-top:10px;
}
.menu-s{
	margin-left:0px;
}
.menu{
/*	width:99.5%;
	height:30px; */
	background:url(/uploads/SSFTheme/img/bgm.png) repeat-y center;
	border:1px solid #FFFFFF;
	border-radius:5px;
	overflow:hidden;
	box-shadow: 0px 2px 5px #875;
}
.menu-items-wrap{
	width:100.5%;
}
.menu .item{
	display:block;
	float:left;
	width:12.5%;
	text-align:center;
	padding-top:7px;
	height:23px;
	color:#000000;
	text-decoration:none;
}
.menu .item.active, .menu .item:hover{
	background:url(/uploads/SSFTheme/img/bgmi.png) no-repeat bottom;
	text-decoration:underline;
}
.menu-shadow
{
	display:none;
}
.submenu{
	height: 16px;
	line-height: 19px;
	margin-right: 80px;
	float: right;
	padding: 4px 10px;
	border-bottom:2px dotted #0CF;
}
.submenu .item{
	line-height: 19px;
	margin:7px;
	height:23px;
	color:#000000;
	text-decoration:none;
	font-size: 14px;
}
.submenu .item.active{
	font-weight:bold;
}
.submenu .item:hover{
	text-decoration:underline;
}
.content{
	margin:15px 2%;
	min-height:650px;
}

.bottom-bar{
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
.lang-select{
	margin-right:8%;
	text-align:right;
}

.lang-select a{
	margin-right:5px;
}

.contactform fieldset{
	border: 1px solid #BBBBBB;
	border-radius:10px;
	padding: 10px;
}
.contactform .submit input{
	background-color:#f0f0f0;
	color:#555555;
	border:1px solid #bfef00;
	border-radius:5px;
	cursor:pointer;
	padding:3px 5px;
	margin-top:5px;
}
.contactform .submit input:active{
	background-color:#dddddd;
	color:#888888;
}
.contactform .submit input:hover{
	background-color:#FFFFFF;
}
.contactformDisplay{
	font-size:smaller;
	cursor:pointer;
	color:#2F5F00;
}
.contactformDisplay:hover{
	color:#2F9F00;
}
.field-label{
	width:150px;
	display: inline-block;
}
.field-box{
	padding:3px 0px;
}
.field-box input, .field-box textarea{
	border: 1px solid #BBBBBB;
	border-radius: 5px 5px 5px 5px;
	padding: 2px 4px;
	margin-right:20px;
	background-color: #EFEFEF;
}

h1.title{
	margin-left:20px;
}

.program{
	margin-left: 40px;
}
.program .time{
	text-align:right;
	padding-right:10px;
}
.program p{
	margin-top:0px;
	margin-bottom:0px;
}

.artists-list{
	margin-top:10px;
}
.artists-list .artist{
	float:left;
	width:29%;
	margin-top:10px;
	margin-left:1%;
	margin-right:1%;
	padding:40px 2% 10px 15%;
	height:64px;
	background-repeat:no-repeat;
	background-position:left center;
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	box-shadow:1px 1px 5px #fa0
}
.artists-list .artist.big{
	width:30%;
	padding:31% 10px 10px;
	background-position: top center;
	background-size: contain;
	text-align: center;
	height: auto;
	min-height: 375px;
	box-sizing: border-box;
	position: relative;
}
.artists-list .artist.big::before{
	padding-top: 10px;
}
.artists-list .artist.big.sep{
	background-size: cover;
}
.artists-list .artist:hover{
	background-color: #FFFFD5;
	border-color: yellow;
}
.artists-list.dj .artist{
	padding-left:22%;
	width:23%;
}

.hotels-list td{
	border-bottom:1px solid #999999; 
	padding-bottom:5px;
	position: relative;
}

.hotels-list td .sold-out,
.artists-list .not-coming{
	color: red;
	transform: rotate(12deg);
	font-size: 3rem;
	font-weight: 700;
	border: 0.25rem solid red;
	display: inline-block;
	padding: 0.25rem 1rem;
	text-transform: uppercase;
	border-radius: 1rem;
	font-family: 'Courier';
	-webkit-mask-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/8399/grunge.png);
	-webkit-mask-size: 944px 604px;
	mix-blend-mode: hard-light;
	position: absolute;
	left: 25%;
	top: 43%;
}
.artists-list .not-coming{
	font-size: 1rem;
	left: 3%;
	top: 67%;
	width: 80%;
	text-shadow: 1px 1px 1px #000;
}

.prices{
	border-top:1px solid #999999; 
	border-left:1px solid #999999; 
	text-align:center; 
}

.prices td, .prices th{
	border-right:1px solid #999999; 
	border-bottom:1px solid #999999; 
}

.fiesta-images{
	width:330px;
}
.fiesta-images a{
	margin:5px;
}
.fiesta-images a img{
	border:1px solid #FFFFFF;
}
.fiesta-images a:hover img{
	border-color:#FFFF00;
}

.ads img{
	vertical-align:middle;
}

@media (max-width:650px){
.where{
	margin-left:4%;
	width:92%;
}
}

@media (max-width:1100px){
.artists-list .artist.big{
	min-height: 34.5vw;
}
}

@media (max-width:960px){
.artists-list .artist{
	padding-left:20%;
	width:25%;
}
.artists-list.dj .artist{
	padding-left:28%;
	width:17%;
}
.artists-list .artist.big{
	min-height: 36.5vw;
}
}

@media (max-width:735px){
.artists-list .artist{
	padding-left:140px;
	width:auto;
	float:none;
}
.artists-list .artist.big{
	width: 47%;
	float: left;
	padding-top: 49%;
	margin-top: 0;
	margin-bottom: 10px;
	min-height: 34vw;
}
.artists-list .artist.big+.artist:not(.big){
	clear: left;
}
.artists-list .artist.big.sep{
	display: none;
}
.artists-list.dj .artist{
	padding-left:210px;
	width:auto;
	float:none;
}
}

/* Stylesheet: SSF-2015 Modified On 2023-02-23 18:26:55 */
.main{
	background-image:url(/uploads/SSFTheme/img/bgmpb.jpg);
}
.head-wrap{
	position: relative;
	margin-bottom: -38px;
/*	margin-top: 530px;*/
	height: 280px;
}
.logo-title{
	margin-top: -15px;
	margin-bottom: 25px;
	margin-left: 28%;
	vertical-align: top;
	display: none;
}
.where{
/*	margin-top: 0px;*/
	margin-top: 150px;
}
/*.guests-banner{
	position:absolute;
	bottom:-233px;
	right: -23px;
	z-index:3;
}*/
.guests-banner{
	position:absolute;
	bottom:-233px;
	right: 77px;
	z-index:3;
}
.menu-wrap{
	width:75%;
	margin-left:21%;
	margin-top:10px;
	z-index: 100;
	position: relative;
}
.menu{
	background:url(/uploads/SSFTheme/img/bgm_2.png) repeat-y center;
}
.lang-select{
	margin-right:4%;
	margin-top:5px;
	z-index: 100;
	position: relative;
}
.content{
/*	margin-top: 60px;*/
	margin-top: 230px;
	margin-left:5%;
	width:90%;
	position:relative;
}
.txts{
	float:right;
	width:65%;
}
.txt-1{
	margin-right:-1%;
	width:100%;
	z-index:2;
	position:relative;
}
.txt-1 h4{
	background:url(/uploads/SSFTheme/img/lbl-back1.png) no-repeat top center;
	background-size:100%;
	padding-top:2em;
	padding-bottom:.5em;
	margin-bottom:0px;
	text-align:right;
	padding-right:50px;
}
.txt-1 .txt{
	background:url(/uploads/SSFTheme/img/lbl-back12.png) repeat-y;
	background-size:contain;
	line-height: 1.4em;
	padding-left:2em;
	padding-right:2em;
	text-indent: 20px;
	text-align: justify;
}
.txt-1 .bottom{
	background:url(/uploads/SSFTheme/img/lbl-back1.png) no-repeat bottom center;
	background-size:100%;
	height:40px;
}
.txt-2{
	margin-top:-30px;
	clear:right;
	width:46%;
	margin-right:2%;
	z-index:1;
	float:right;
	position:relative;
}
.txt-2 .top{
	background:url(/uploads/SSFTheme/img/lbl-back2.png) no-repeat top center;
	background-size:100%;
	height:40px;
	margin-bottom:0px;
}
.txt-2 .txt{
	background:url(/uploads/SSFTheme/img/lbl-back22.png) repeat-y;
	line-height: 1.5em;
	background-size:contain;
	padding-left:2em;
	padding-right:2em;
	text-indent: 20px;
	text-align: justify;
}
.txt-2 .bottom{
	background:url(/uploads/SSFTheme/img/lbl-back2.png) no-repeat bottom center;
	background-size:100%;
	height:40px;
}
.aa-dancing{
	background:url(/uploads/SSFTheme/img/aa-dancing.png) no-repeat bottom left;
}


.imageboxes{
	float:left;
	margin-top:-290px;
	margin-left:2%;
	font-size:0;
}
.imageboxes .box{
	float:left;
	margin:0px;
	width:150px;
	height:150px;
	border-radius:3px;
	border:1px solid #cc9;
	box-shadow: 5px 5px 15px #cca;
}
.imageboxes .box.placeholder{
	border:0px;
	box-shadow:none;
}
.imageboxes .box.i3, .imageboxes .box.i7{
	clear:left;
}
.imageboxes .box .turn-right{
	margin:15px 20px auto;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	transform:rotate(20deg);
	-ms-transform:rotate(20deg); /* IE 9 */
	-webkit-transform:rotate(20deg); /* Safari and Chrome */
	line-height: 28px;
}
.imageboxes .box .turn-left{
	margin:15px 20px auto;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	transform:rotate(-20deg);
	-ms-transform:rotate(-20deg); /* IE 9 */
	-webkit-transform:rotate(-20deg); /* Safari and Chrome */
	line-height: 28px;
}
.imageboxes .box.txt-box{
	display:table;
}
.imageboxes .box.txt-box .txt{
	display:table-cell;
	vertical-align:middle;
	height:150px;
}


/* Stylesheet: SSF-main-2017 Modified On 2025-11-20 23:27:35 */
