@font-face {
	font-family: 'Cormorant';
	src: url('/fonts/Cormorant-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Cormorant';
	src: url('/fonts/Cormorant-SemiBold.woff') format('woff');
	font-weight:400;
	font-style: normal;
}
@font-face {
	font-family: 'Cormorant';
	src: url('/fonts/Cormorant-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Cormorant';
	src: url('/fonts/Cormorant-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Cormorant';
	src: url('/fonts/Cormorant-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Cormorant';
	src: url('/fonts/Cormorant-SemiBoldItalic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

html {
	height:100%;
	max-width:100%;
	overflow-x:hidden;
	color: #000000;
	font-size:30px;
}
body {
	color:#000000;
	height:100%;
	max-width:100%;
	overflow-x:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
}

a,
a:active,
a:link,
a:visited {
	color:#CCC;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}

hr {
	border-color:#000000;
	color:#000000;
}
h1 {
	color:#000000;
}
#footer_bar {
	z-index:1;
	position:static;
	width:100%;
	min-height:30px;
	margin-top:10px;
	border-top:2px #000000 solid;
	background-color:#c4e9fc;
}
#footer_bar_container {
	position:static;
	width:100%;
	min-height:30px;
	color:#000000;
}
#footer_bar_container a,
#footer_bar_container a:active,
#footer_bar_container a:visited,
#footer_bar_container a:link {
	color:#000000;
}

#container {
	padding-right:0px;
	padding-left:0px;
	min-height: 100%;
	position:relative;
	/* Firefox */
	min-height: -moz-calc(100% - 90px);
	/* WebKit */
	min-height: -webkit-calc(100% - 90px);
	/* Opera */
	min-height: -o-calc(100% - 90px);
	/* Standard */
	min-height: calc(100% - 90px);
}
.container {
	padding:0;
	font-family: 'Century Gothic';
	font-size:18px;
}
.container-fluid {
	padding:0;
	margin:0;
	font-family: 'Century Gothic';
	font-size:18px;
}
#contentarea {
	-webkit-overflow-scrolling: touch;	
}
#container_calendar {
	padding-right:0px;
	padding-left:0px;
	min-height: 100%;
	position:relative;
	/* Firefox */
	min-height: -moz-calc(100% - 90px);
	/* WebKit */
	min-height: -webkit-calc(100% - 90px);
	/* Opera */
	min-height: -o-calc(100% - 90px);
	/* Standard */
	min-height: calc(100% - 90px);
	color:#000000;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
header {
	border-bottom:1px #000000 solid;
}
.header {
	background: url('/images/header_bg2.png') repeat-x top center;
	text-align:center;
}
.navbar {
	text-align:center;
	border-radius:0;
	border:0;
	border-bottom:0px #000000 solid;
	min-height:32px !important;
	margin-bottom:0px;
}
.navbar-inverse {
    background: #FFFFFF;
	color:#000000;
}
/* link */
.navbar-inverse .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar-inverse .navbar-collapse {
    text-align: center;
}
.navbar-inverse .navbar-nav > li {
	border-right:1px #000000 solid;
	margin: 0;
}
.navbar-inverse .navbar-nav > li:last-child {
	border-right:0px #000000 solid;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000000;
	display:table-cell;
	vertical-align:bottom;
	text-decoration:none;
}
.navbar-nav > li > a {
	padding-top:6px !important; 
	padding-bottom:6px !important;
}
.navbar-brand {
	padding:0;
	margin:0;
}
.navbar-brand img {
	padding:0;
	margin:0;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #000000;
    background: #f5f5f5;
	text-decoration:none;
}
.navbar-inverse .navbar-nav > li > a:active {
    color: #000000;
    background: #f5f5f5;
	text-decoration:none;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #000000;
    background: #ffffff;
	text-decoration:none;
}
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #000000;
    background: #f5f5f5;
	text-decoration:none;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #000000;
    background: #ffffff;
    -webkit-text-shadow: none;
    text-shadow: none;
	text-decoration:none;
}
/* caret */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
	text-decoration:none;
}
.dropdown-menu {
	postion:relative;
	z-index:10000000000;
}

.dropdown-menu > li > a {
	color:#000000;
	text-decoration:none;
}
.dropdown-menu > li > a:hover {
	color:#000000;
    background: #f5f5f5;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    background: #ffffff;
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:none;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#000000;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.icon-bar {
  background:#000000 !important; /*Whatever colour you want for icon lines*/
}
.kekanan {
  display: inline-block;
  vertical-align:middle;
  right: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #FFFFFF;
  content: "";
}

.carousel h1 {
	font-size:2em;
}
#top_bar2 {
	background:#d81c26;
}
.alert {
	color:#ffffff;
	font-weight:bold;
}

.carousel {
}
.carousel h1 {
	font-size:2em;
}
.carousel .item img{
    width: 100% !important;
}
.carousel-control.left, .carousel-control.right {
    background-image: none
}
.bubble {
	display:inline-block;
	position: relative;
	padding: 0 6px;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:11px;
	margin-left:7px;
	border: 1px #999 solid;
}

.bubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	border-color: transparent #999;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -5px;
	left: -6px;
	top: 50%;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -5px;
	left: -4px;
	top: 50%;
}
.rotate_25 {
	/* Safari */
	-webkit-transform: rotate(-25deg);	/* Firefox */
	-moz-transform: rotate(-25deg);
	/* IE */
	-ms-transform: rotate(-25deg);
	/* Opera */
	-o-transform: rotate(-25deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}
.rotate_-25 {
	/* Safari */
	-webkit-transform: rotate(25deg);	/* Firefox */
	-moz-transform: rotate(25deg);
	/* IE */
	-ms-transform: rotate(25deg);
	/* Opera */
	-o-transform: rotate(25deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.gallery {
	-webkit-column-width: 320px;
	-webkit-column-gap: 15px;
	-moz-column-width: 320px;
	-moz-column-gap: 15px;
	column-width: 320px;
	column-gap: 15px;
	width: 90%;
	margin: 50px auto;
}

.pin {
	display: inline-block;
	background: #FEFEFE;
	border: 2px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	padding: 15px;
	padding-bottom: 5px;
	background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
	opacity: 1;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.pin img {
	width: 100%;
	border-bottom: 0px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

.pin p {
	font: 12px/18px Arial, sans-serif;
	color: #333;
	margin: 0;
}

.gallery:hover .pin:not(:hover) {
	opacity: 0.4;
}
.pin_container {
	position: relative;
}
.watermark {
	z-index:1000;
	background: url("/images/watermark.png") bottom center;
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}

@media screen and (max-width: 750px) { 
  .gallery { column-gap: 0px; }
  .gallery .pin { width: 100%; }

	.header {
		background: url('/images/header_bg2.png') repeat-x top left;
	}
}
@media (max-width: 767px) {
	/* MENU CORRECTIONS FOR MOBILE DEVICES */
	.navbar {
		text-align:left;
	}
	.navbar-inverse .navbar-nav {
		padding-left:20px;
		float: left;
	}
	.navbar-inverse .navbar-nav > li {
		border-right:0px #000000 solid;
		margin: 0;
	}
	.dropdown-submenu> > a,
	.dropdown-submenu> > a:active,
	.dropdown-submenu> > a:link {
		color:#F00;

	}
	.navbar-default .navbar-nav > li > a
	{
		padding:10px 13px 10px 13px;
	}
	.navbar .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu {
		color:#000000;
	}
	.navbar .navbar-nav .open .dropdown-menu>li>a:hover {
		color:#000000;
   		background: #f5f5f5;
	}
	.dropdown-submenu>.dropdown-menu {
		padding-left:30px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#mid-box {
		padding:0px;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
}
@media (min-width: 1200px) {
}
#footer_menu {
	position:relative;
}
.block {
    position: absolute;
	padding:0px;
	margin:0px;
	width:20%;
}
#event_info {
	position:absolute;
	display:none;
	border: 2px #555 solid;
	border-radius: 7px;
	margin:0px;
	padding-bottom:10px;
	width:600px;
	z-index:500;
	/* Firefox */
	left: -moz-calc(50% - 300px);
	/* WebKit */
	left: -webkit-calc(50% - 300px);
	/* Opera */
	left: -o-calc(50% - 300px);
	/* Standard */
	left: calc(50% - 300px);
	top:250px;
	background:#FFFFFF;
}

.announcement {
	padding-right:4px;
	border-bottom:1px #000000 solid;
	line-height:18px;
}
.announcement:last-child {
	border-bottom:0px #000000 solid;
}
.announcement_title {
	font-weight:bold;
	font-size:18px;
}
.announcement_content {
	padding:2px 20px;
}
.announcement_date {
	padding:2px 15px;
	font-size:10px;
	text-align:right; 
}
.event_date {
	font-weight:bold;
	font-size:18px;
}
.event {
	padding-right:4px;
	border-bottom:0px #000000 solid;
	line-height:18px;
}
.event:last-child {
	border-bottom:0px #000000 solid;
}
.membership_title {
  	float: left;
	text-align:center;
	background-color:#c4e9fc;
	color:#000000;
	border:1px #000000 solid;
	font-weight: bold;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin:0;
}
.membership_amount {
	float: left;
	border-left:1px #000000 solid;
	border-top:3px #000000 solid;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align:center;
	font-size:30px;
	font-weight:bold;
}
.membership_amount span {
	margin:auto;
}
.membership_join {
  	float: left;
	text-align:center;
	background-color:#da1d24;
	border:1px #000000 solid;
	font-weight: bold;
	border-radius:0;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	text-decoration:none;
	color:#ffffff;
}
.membership_benefit {
	width:40%;
    float: left;
	padding:2px;
}
.membership_check {
	float: left;
	border-left:1px #000000 solid;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align:center;
}
.membership_check span {
	font-size:24px;
	margin:auto;
}

.benefits .row:nth-of-type(odd) {
    background: #f5f5f5;
}
.benefits:last-child {
    border-bottom: 1px #000000 solid;
}
.costs .row div:last-child {
    border-right: 1px #000000 solid;
}
.benefits .row div:last-child {
    border-right: 1px #000000 solid;
}
.membership_box {
	float: left;
	position:relative;
	width:20%;
	border:1px #000000 solid;
	background-color:#f0a6a9;
	text-align:center;
	color:#ffffff;
	line-height:20px;
	padding:10px 5px;
	border-top:10px #FFFFFF solid;
	border-bottom:10px #FFFFFF solid;
}
.membership_box_cost {
	font-size:30px;
	font-weight:bold;
}
.membership_box_selected {
	background-color:#da2127;
	border-top:10px #c4e9fc solid;
	border-bottom:10px #c4e9fc solid;
}
.line {
	font-size: 24px;
	color:#000000;
	position: absolute;
	top:0px;
	padding:2px 10px;
	border:1px solid #da2127;
	background-color:#FFFFFF;
	left:-20px;
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
}
.event_box {
	border:1px solid #333;
	border-left:0;
	border-right:0;
}
.event_title {
	font-weight:bold;
}
.event_desc {
	padding-left:10px;
	line-height:normal;
}
.event_month {
	color:#da2227;
	text-align:center;
	font-size:22px;
	padding:0;
	margin:0;
	line-height:30px;
	text-transform:uppercase;
}
.event_day {
	color:#da2227;
	text-align:center;
	font-weight:bold;
	font-size:50px;
	padding:0;
	margin:0;
	line-height:28px;
}
.btn {
	padding-top:13px;
	padding-bottom:13px;
}
@media (max-width: 767px) {
	.membership_title {
		-ms-transform: rotate(-90deg); /* IE 9 */
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		transform: rotate(-90deg);
		background-color:#ffffff;
		border-top:1px #000000 solid;
		border-right:0px;
		padding:10px 2px;
		font-weight: bold;
		border-top-left-radius:0px;
		border-top-right-radius:0px;
		overflow:visible;
		margin-top:50px;
	}
	.membership_amount {
		-ms-transform: rotate(-90deg); /* IE 9 */
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		transform: rotate(-90deg);
		background-color:#ffffff;
		overflow:visible;
		margin-top:40px;
		padding-left:3px;
	}
	.costs .row div:last-child {
		border-right: 0px #000000 solid;
		border-bottom: 2px #000000 solid;
	}
	.membership_benefit {
		width:40%;
	}
	.membership_box {
		width:50%;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.membership_benefit {
		width:40%;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.membership_benefit {
		width:40%;
	}
}
@media (min-width: 1200px) {
	.membership_benefit {
		width:40%;
	}
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.btn {
	text-decoration:none;
}
.btn-join {
  color: #ffffff;
  background-color: #da1d24;
  border-color: #000000;
  text-decoration:none;
}
.btn-join:hover,
.btn-join:focus,
.btn-join.focus,
.btn-join:active,
.btn-join.active,
.open > .dropdown-toggle.btn-join {
  color: #ffffff;
  background-color: #bf1920;
  border-color: #000000;
  text-decoration:none;
}
.btn-join:active,
.btn-join.active,
.open > .dropdown-toggle.btn-join {
  background-image: none;
  text-decoration:none;
}
.btn-join.disabled,
.btn-join[disabled],
fieldset[disabled] .btn-join,
.btn-join.disabled:hover,
.btn-join[disabled]:hover,
fieldset[disabled] .btn-join:hover,
.btn-join.disabled:focus,
.btn-join[disabled]:focus,
fieldset[disabled] .btn-join:focus,
.btn-join.disabled.focus,
.btn-join[disabled].focus,
fieldset[disabled] .btn-join.focus,
.btn-join.disabled:active,
.btn-join[disabled]:active,
fieldset[disabled] .btn-join:active,
.btn-join.disabled.active,
.btn-join[disabled].active,
fieldset[disabled] .btn-join.active {
  background-color: #bf1920;
  border-color: #000000;
}
.carousel-inner > .item > img {
    margin: auto auto;
}
.carousel {
	max-height:500px;
   	overflow: hidden;
  	min-width: auto;
}
.carousel .item img {
}
