@charset "utf-8";

/* STYLES COMMON TO ALL PAGES ======================================= */

@font-face {
	font-family: 'Effra Medium Regular';
	src: url('../../assets/css/fonts/effra_std_md-webfont.eot');
	src: url('../../assets/css/fonts/effra_std_md-webfont.eot#iefix') format('embedded-opentype'),
	url('../../assets/css/fonts/effra_std_md-webfont.woff') format('woff2'),
	url('../../assets/css/fonts/effra_std_md-webfont.woff') format('woff'),
	url('../../assets/css/fonts/effra_std_md-webfont.ttf') format('truetype'),
	url('../../assets/css/fonts/effra_std_md-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Brown Bold';
	src: url('../../assets/css/fonts/brown-bold-webfont.eot');
	src: url('../../assets/css/fonts/brown-bold-webfont.eot#iefix') format('embedded-opentype'),
	url('../../assets/css/fonts/brown-bold-webfont.woff') format('woff2'),
	url('../../assets/css/fonts/brown-bold-webfont.woff') format('woff'),
	url('../../assets/css/fonts/brown-bold-webfont.ttf') format('truetype'),
	url('../../assets/css/fonts/brown-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

::-moz-selection {
	background: #000;
}

::selection {
	background: #000;
}

body {
	background: #F1EBE0;
}

body.home {
	background: #F1EBE0;
}

.brand-primary {
	color: #fc101e;
}

.brand-secondary {
	color: #fff200;
}

html, button, input, select, textarea {
	font-family: 'Brown Bold';
}

.section-title span, .section-cta a, .site-header, .widgets .button, .widgets input[type="submit"],
.hero-sidebar .section-cta a, .hero-sidebar h2, .calendar caption h2 {
	background-color: #F1EBE0;
}

a {
	color: #504E4C;
	text-decoration: none;
}

.active a {
	color: #fff !important;
}

.widgets input,
.widgets select,
.widgets textarea {
	border: 2px solid #fff;
}

.site-footer, .site-footer a {
    background-color: #F1EBE0;
	color: #222;
}
.site-footer hr {
    height: 2px;
    background: #222 none;
}
.site-footer .sponsors {
	padding-top: 1em;
	text-align: right;
}

.site-footer .sponsors li {
	padding: 0;
}

.site-footer .sponsors li a {
	background: url(../../images/uploads/various/partners_pikes.png) no-repeat;
}

.links-legal {
	text-align: center;
	font-size: 1em;
	text-transform: none;
}

.site-footer .links-legal .links,
.site-footer .legal {
	float: none;
}

.site-logo {
	left: 0;
	width: 100%;
}
.site-logo .logo-back {
	background-image: url(../../images/house/pikes_small_logo-2x.png);
	background-size: 100% 100%;
	width: 163px;
	height: 139px;
	left: 10px;
	right: 0;
	top: 10px;
	margin: 0 auto;
	pointer-events: auto;
}
@media (max-width: 767px) {
	.site-logo .logo-back {
		background-image: url(../../images/house/pikes_small_logo_mobile.png);
		width: 70px;
		height: 60px;
		left: 0;
		top: 5px;
		margin: 0;
		pointer-events: auto;
	}
}
.site-logo .logo-front {
	background: transparent;
	display: none;
}

corpus.home {
    background-color: #F1EBE0;
}
.corpus {
	background-color: #F1EBE0;
	border-left-color: #F1EBE0;
	border-right-color: #F1EBE0;
}
div.corpus {
    background-color: #F1EBE0;
}
.hero .media-frame {
    padding-bottom: 56%;
}

/* Top menu */
.site-header {
	height: 70px;
}
.dl-trigger {
	background: #F1EBE0;
}
.dl-trigger:after {
	background: #000;
	box-shadow: 0 10px 0 #000, 0 20px 0 #000;
}
#dl-menu {
	width: calc(100% - 70px);
	float: right;
}
#dl-menu > a {
	display: none;
}
@media (min-width: 768px) {
	.site-header {
		text-align: center;
		height: 160px;
	}
	.dl-menuwrapper .dl-menu {
		position: static;
		pointer-events: none;
	}
	#dl-menu {
		margin: 40px 0 0;
		max-width: inherit;
		width: auto;
		float: none;
		pointer-events: none;
	}
	#dl-menu li a {
		pointer-events: auto;
		text-align: left;
		padding: 0 15px;
	}
	#dl-menu .dl-trigger + ul > li:nth-child(3) {
		margin-right: 90px;
	}
	#dl-menu .dl-trigger + ul > li:nth-child(4) {
		margin-left: 90px;
	}
	#resorts-menu-wrapper {
		display: none;
	}
}
.no-touch .dl-menuwrapper a:hover,
.dl-menuwrapper li.dl-subview > a,
.dl-menuwrapper li.dl-subviewopen > a,
.dl-menuwrapper > .dl-menu > li,
.dl-submenu li a {
	background: #f0eae0;
}
.dl-menuwrapper a:hover,
.dl-menuwrapper li.dl-subview > a,
.dl-menuwrapper li.dl-subviewopen > a,
.dl-menuwrapper li.dl-back:hover:after {
	color: #999;
}
.dl-menuwrapper li.current > a {
	background: #fff;
	color: #000;
}
.dl-menuwrapper li.dl-back a,
.dl-menuwrapper li.dl-back a:after,
.dl-menuwrapper li > a:not(:only-child):after {
	color: #000;
}
.dl-menuwrapper li a {
	color: #000;
	font-size: 100%;
	font-family: 'Brown Bold';
}
@media (min-width: 768px) {
	.dl-menuwrapper > ul:not(.dl-submenu) > li:not(.dl-subviewopen) > a:not(:hover) {
		color: #222;
	}
	.dl-menuwrapper > .dl-menu > li {
		background: none;
	}
}
.resorts-menu li a {
	color: #000;
}
/* End: Top menu */

.cycle-pager > span {
	color: #000;
	font-size: 2em;
}
p {
  font-family: Arial;
}

/* OTHER STYLES ===================================================== */

.cta.icon:after,
ul.slideshow-nav li.activeSlide a,
.slideshow > .text-slide-with-border a, .cycle-pager > span.cycle-pager-active {
	color: #000;
}

.big-text-1, .big-text-2, .big-text-3, .branded {
	font-family: 'Brown Bold', Arial, sans-serif;
	font-weight: normal !important;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 1.3px;
}

.section-cta {
	font-family: 'Brown Bold', Arial, sans-serif;
	font-size: 1.1em;
	letter-spacing: 2px;
	font-weight: normal !important;
	text-transform: uppercase;
}
.section-cta a {
	background: #000;
}

section .cta.icon:after {
	color: #fff;
}
section .cta a {
	color: #fff;
}

.hero .copy a {
	color: #f0eae0;
}
.hero .act-name {
	color: #f0eae0;
}
.hero .copy span {
	color: #fff;
	background: #000;
	display: none;
}
.hero .copy .title {
	font-size: 1.2em;
	line-height: 1.05556em;
	margin-top: -23px;
}
.hero .copy p.desc span {
	padding: 0.11em 0.24em 0.05em;
	margin-top: -3px;
	font-size: 1em;
}

.widgets .title,
.widgets label span,
.widgets input[type=submit] {
	font-family: 'Brown Bold', Arial, sans-serif;
	font-weight: normal !important;
	text-transform: uppercase;
}
.widgets label span {
	color: #f0eae0;
	background-color: #605a58;
}
.widgets input[type="submit"] {
	background-color: #000;
	color: #fff;
	font-size: 1.1em;
	border: 2px solid #fff;
	letter-spacing: 1.3px;
}
.widgets input,
.widgets select,
.widgets textarea {
	border-color: #000;
}
.hero-sidebar .section-cta a:focus, .hero-sidebar .section-cta a:hover,
.hero-sidebar .section-cta:first-child a:focus,
.hero-sidebar .section-cta:first-child a:hover,
.section-cta a:focus,
.section-cta a:hover {
	color: #000;
	background-color: #fff;
}
.hero-sidebar .contact-us .big-text-2, .hero-sidebar .contact-us .big-text-1 {
  font-size: 1.1em;
}
.hero-sidebar .section-cta a,
.hero-sidebar .section-cta:first-child a,
.section-cta a {
	padding: 0.2em 1.1em 0.3em;
	border: 2px solid #fff;
	color: #fff;
	background: #000 none;
	transition: background 0.2s ease-out, color 0.2s ease-out;
}
.hero-sidebar {
	padding: 21px 10px 0;
	color: #000;
}
.hero-sidebar .cta a {
	color: #222;
}

.hero-sidebar h2 {
	padding: 0.2em 1em;
	border: 2px solid #fff;
	color: #fff;
	background: #000 none;
	font-size: 1.1em;
	letter-spacing: 2px;
	font-family: "Effra Medium Regular", Arial, sans-serif;
}

.page-upper.with-sidebar {
	background-color: #f0eae0;
	background: #f0eae0 100% 100% repeat;
	border-bottom-style: solid;
	border-width: 11px;
}
.page-upper {
	margin-bottom: 0;
}
.events-next-up-item .copy .headliner,
.events-next-up-item .copy .support, {
	background: #F1EBE0;
	font-size: 1.3em;
	line-height: 1em;
	letter-spacing: 1.3px;
}
.events-next-up-item .copy .cta {
    background: #F1EBE0;
	color: #000;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 1.3px;
}
.events-next-up-item .copy .date, .events-next-up-item .copy .headliner, .events-next-up-item .copy .support, .events-next-up-item .copy .cta {
    display: block;
    text-align: left;
    clear: both;
    background: #F1EBE0;
	font-family: 'Brown Bold';
	font-size: 1em;
}
	}

.share-this .twitter {
	background-image: url("../../assets/img/icons/twitter.png");
	background-size: 22px 22px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.share-this .twitter {
		background-image: url("../../assets/img/icons/twitter-inv-2x.png");
		background-size: 22px 22px;
	}
}
.share-this .facebook {
	background-image: url("../../assets/img/icons/facebook.png");
	background-size: 22px 22px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.share-this .facebook {
		background-image: url("../../assets/img/icons/facebook-inv-2x.png");
		background-size: 22px 22px;
	}
}
.share-this .tumblr {
	background-image: url("../../assets/img/icons/tumblr.png");
	background-size: 22px 22px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.share-this .tumblr {
		background-image: url("../../assets/img/icons/tumblr-inv-2x.png");
		background-size: 22px 22px;
	}
}
.share-this .facebook-attend {
	background-image: url("../../assets/img/icons/facebook-attend.png");
	background-size: 100px 22px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.share-this .facebook-attend {
		background-image: url("http://www.ibizarockshouse.com/assets/img/icons/facebook-attend-inv@2x.png");
		background-size: 100px 22px;
	}
}

.ticket-purchase-bar .title,
.ticket-purchase-bar .options {
	font-family: "Block Berthold Condensed", Arial, sans-serif;
	font-weight: normal !important;
	text-transform: uppercase;
}
.ticket-purchase-bar .options a {
	padding: 0.1em 1em;
	border: 2px solid #fc101e;
	color: #fc101e;
	background: #000 none;
	transition: background 0.2s ease-out, color 0.2s ease-out;
}
.ticket-purchase-bar .options a:focus, .ticket-purchase-bar .options a:hover {
	color: #fff;
	background-color: #fc101e;
}
.ticket-purchase-bar .contact .sub {
	background-color: #000;
}

.ctl-departure .check_v {
	background: #000;
}
.ctl-departure .check_h {
	background: #000;
}
.section-title span {
	background: #fff !important;
	padding: 0em 1em 0;
	color: #000;
	font-size: 0.5em;
	font-family: 'Brown Bold';
	letter-spacing: 1.5px;
}

hr, .hr {
	clear: both;
	display: block;
	height: 10px;
	margin: 1em 10px;
	border: none;
	background: #000;
}

.booking-form label {
	font-family: "Effra",Arial,sans-serif;
	font-size: 0.9em;
	color: #000;
	letter-spacing: 1.5px;
}

.tpl-events-line-up .event-months {
	background: #f0eae0;
	border-bottom-style: solid;
	border-width: 11px;
	letter-spacing: 1.5px;
}
.tpl-events-line-up .event-months a {
    background: #fff;
    padding: 0 0.4em 0;
    color: #000;
    font-size: 0.6em;
    font-family: 'Brown Bold';
}
.tpl-event-detail .event-info h3 {
	font-size: 1em;
}

@media (min-width: 1024px) {
	.container > hr, .container > .hr, aside hr, aside .hr {
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
	.booking-form label {
		font-family: "Effra",Arial,sans-serif;
		font-size: 0.6em;
		color: #000;
		letter-spacing: 1.5px;
		line-height: 1em;
	}
	.hero-sidebar .contact-us .big-text-2, .hero-sidebar .contact-us .big-text-1 {
		font-family: "Effra",Arial,sans-serif;
		font-size: 0.7em;
		color: #000;
	}
	.hero-sidebar h2 {
		padding: 0.2em 1em;
		border: 1px solid #fff;
		color: #fff;
		background: #000 none;
		font-size: 0.86em;
		letter-spacing: 2px;
		font-family: "Effra", Arial, sans-serif;
	}
	.hero-sidebar .cta a {
		color: #222;
		font-size: 0.7em;
	}
	.widgets input[type="submit"] {
		background-color: #000;
		color: #fff;
		font-size: 0.9em;
		border: 2px solid #fff;
		letter-spacing: 1.3px;
		line-height: 28px;
	}
	.widgets input, .widgets select, .widgets textarea {
		border-color: #000;
		font-size: 0.7em;
	}
	.hero-sidebar {
		padding: 9px 10px 0;
		color: #000;
	}
	.hero-sidebar .section-cta a, .hero-sidebar .section-cta:first-child a, .section-cta a {
		padding: 0.1em 0.9em 0.1em;
		border: 2px solid #fff;
		color: #fff;
		background: #000 none;
		transition: background 0.2s ease-out, color 0.2s ease-out;
		font-size: 0.5em;
	}
	.tpl-event-detail .event-info h3 {
		font-size: 0.8em;
	}
	.section-cta {
		font-size: 2.5em;
	}
}
.calendar td.calendarCell .cell-wrap, .calendar td.calendarToday .cell-wrap {
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-transform: none;
}
.tpl-static-page .hero .media-frame {
  padding-bottom: 55.84375%;
}
/* Override Trip Advisor Module widths to make module responsive */

#CDSWIDSSP {width: 100% !important;}

#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dd {width: 100% !important;}

#CDSWIDCOE {width: 100% !important;}
}

@media (min-width: 1024px) {
.tpl-static-page .hero .media-frame {
  padding-bottom: 56%;
}
.spotlights.specials .info p a {
    visibility: hidden;
}
 }