html {
	height:100%;
	max-width:100%;
	overflow-x:hidden;
	color: #333;
	font-family:"Times New Roman";
}
#body2 {
	height:100%;	
	font-family:"Times New Roman";
}
body {
	height:100%;
	max-width:100%;
	overflow-x:hidden;
	font-family:"Times New Roman";
	font-size:18px;
}
hr {
	border-color:#333;
}
a, a:active, a:visited, a:link {
	color:#d58802;
}
a:hover {
	color:#FC0;
}
#bottom_bar {
	z-index:1;
	background:#1c5efc;
	position:static;
	width:100%;
	min-height:30px;
	margin-top:10px;
}
#bottom_bar2 {
	background:#1c5efc;
	position:static;
	width:100%;
	min-height:30px;
}
#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);
}
.navbar {
	border-radius:0;
}
.navbar-brand {
    position: relative;
    background: url(../images/logo2.png) no-repeat;
    width: 220px;
    left: 15px;
    background-size: contain;
}
.navbar-inverse {
	background:#1c5efc;
	color:#FFFFFF;
}
/* link */
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	background: #184fd5;
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #FFFFFF;
    background: #184fd5;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #FFFFFF;
    background: #184fd5;
}
/* caret */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
.featured {
	padding:0px;
	border:0px #333 solid;
}
.dropdown-menu > li > a {
	color:#000000;
}
.dropdown-menu > li > a:hover {
	color:#000000;
	background: url('/images/white_20.png') repeat top left;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
	background: url('/images/black_20.png') repeat top left;
    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:#ffffff;
}
.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;
}
.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;
}

.carousel {
	border:0px #333 solid;
	overflow: hidden;
	position:relative;
}
.carousel .item img{
	min-height: 100%;  
	min-width: 100%;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.full_image_xsmall img,
.full_image_small img,
.full_image_normal img,
.full_image_large img {
	min-height: 100%;  
	min-width: 100%;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.full_image_xsmall,
.full_image_small,
.full_image_normal,
.full_image_large {
	overflow:hidden;
	position:relative;
	width:100% !important;
	z-index:1000;
}
.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%;
}
.carousel {
	border:0px;
}
.carousel .carousel-control {
	background:none;
	border: 0px;
}
.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);
}

@media (max-width: 767px) {
	/* MENU CORRECTIONS FOR MOBILE DEVICES */
	.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:#FFFFFF;
	}
	.dropdown-submenu>.dropdown-menu {
		padding-left:30px;
	}
	.full_image_xsmall,
	.full_image_xsmall {
		height:100px;
	}
	.full_image_small,
	.full_image_small {
		height:200px;
	}
	.full_image_normal {
		height:300px;
	}
	.full_image_large {
		height:400px;
	}
	.carousel {
		height:200px;
	}
	.carousel .item{
		width: 100% !important;
		height:200px;
	}
	.carousel-main {
		height:300px;
	}
	.carousel-main .item{
		width: 100% !important;
		height:300px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#mid-box {
		padding:0px;
	}
	.full_image_xsmall,
	.full_image_xsmall {
		height:200px;
	}
	.full_image_small,
	.full_image_small {
		height:300px;
	}
	.full_image_normal {
		height:400px;
	}
	.full_image_large {
		height:500px;
	}
	.carousel {
		height:250px;
	}
	.carousel .item{
		width: 100% !important;
		height:250px;
	}
	.carousel-main {
		height:400px;
	}
	.carousel-main .item{
		width: 100% !important;
		height:400px;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.full_image_xsmall,
	.full_image_xsmall {
		height:300px;
	}
	.full_image_small,
	.full_image_small {
		height:400px;
	}
	.full_image_normal {
		height:500px;
	}
	.full_image_large {
		height:600px;
	}
	.carousel {
		height:250px;
	}
	.carousel .item{
		width: 100% !important;
		height:250px;
	}
	.carousel-main {
		height:450px;
	}
	.carousel-main .item{
		width: 100% !important;
		height:450px;
	}
}
@media (min-width: 1200px) {
	.full_image_xsmall,
	.full_image_xsmall {
		height:400px;
	}
	.full_image_small,
	.full_image_small {
		height:500px;
	}
	.full_image_normal {
		height:600px;
	}
	.full_image_large {
		height:700px;
	}
	
	.carousel {
		height:250px;
	}
	.carousel .item{
		width: 100% !important;
		height:250px;
	}
	.carousel-main {
		height:500px;
	}
	.carousel-main .item{
		width: 100% !important;
		height:500px;
	}
}
#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;
}
.btn-default {
	color:#000 !important;
	background-color:#CCC !important;
	border-color:#000 !important;
	width:50%;
	padding:10px !important;
}
