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:14.1%;
	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 2026-09-24 17:51:23 */
.photo-section h3{
	margin-left:20px;
	margin-right:20px;
	border-bottom: 1px dashed #aa0;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.photo-section .img{
	width:450px;
	float:left;
	border:1px solid #BBBBBB;
	border-radius:5px;
	box-shadow: 1px 1px 5px #fa0;
	padding: 10px;
	margin: 10px;
	text-align: right;
}
.photo-section .img:hover{
	background-color: #FFFFD5;
	border-color: yellow;
}
.photo-section .img .lbl{
	margin-top:-1.5em;
	margin-right:15px;
	display: inline-block;
	color: #aa8;
	z-index: 10;
	position: relative;
	text-shadow: 1px 1px 1px #000;
}
.photo-section .img:hover .lbl{
	color: #ddb;
}
/*.photo-section .images img:first-of-type{
	height:450px;
	float:right;
	cursor:default;
}*/

/* Stylesheet: page-photo Modified On 2014-07-10 22:25:10 */
