 
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load {
	height:380px; /* Same as showcase javascript option */
	overflow:hidden;
	width:940px;
	background:black;
}
#showcase-holder {
	height:390px;
	background:#323232 url(../images/loading.gif) 50% 50% no-repeat;
	width:920px;
	margin:0 auto;
}
/* Container when content is shown in slider */
.showcase {
	position:relative;
	margin:0;
	height:480px;
	overflow:hidden;
	display:none;
}
.showcase2 {
	position:relative;
	margin:0;
	height:1300px;
	overflow:hidden;
	display:none;
}
.showcase-content-container {
	background-color:transparent;
}
/* Navigation arrows */
.showcase-arrow-previous,
.showcase-arrow-next {
	position:absolute;
	background:url(../images/showcase-arrows.png);
	width:33px;
	height:33px;
	top:220px;
	cursor:pointer;
}
.showcase-arrow-previous {
	left:-60px;
}
.showcase-arrow-previous:hover {
	background-position:0px -34px;
}
.showcase-arrow-next {
	right:-56px;
	background-position:-34px 0;
}
.showcase-arrow-next:hover {
	background-position:-34px -34px;
}
/* Content */
.showcase-content {
	background-color:transparent;
}
.showcase-content-wrapper {
	text-align:center;
	height:390px;
	width:920px;
	display:table-cell;
	vertical-align:middle;
}
/* Styling the tooltips */
.showcase-plus-anchor {
	background-color:#fff;
	background-repeat:no-repeat;
}
.showcase-plus-anchor:hover {
	background-color:#000;
}
div.showcase-tooltip {
	background-color:#fff;
	color:#000;
	text-align:left;
	padding:5px 8px;
	background-color:rgba(255,255,255,.8);
	background-image:url(../images/white-opacity-80.png);
}
/* Styling the caption */
.showcase-caption {
	padding:5px 5px 5px 15px;
	text-align:left;
	position:absolute;
	bottom:20px;
	left:20px;
	width:300px;
	display:none;
	overflow:hidden;
	font-size:13px;
	border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	background-color:rgba(255,255,255,.8);

}
.showcase-caption .showcase-title {
	display:block;
	margin:5px 0 10px;
	font-size:20px;
	text-shadow:0 0 3px #dddddd;
}
.showcase-caption .showcase-content {
	margin-bottom:0px;
	background:none;
}
.showcase-onepage .showcase-content {
	margin-bottom:10px;
}
/* Button Wrapper */
.showcase-button-wrapper {
	clear:both;
	margin-top:10px;
	text-align:center;
}
.showcase-button-wrapper span {
	margin-right:3px;
	padding:2px 5px 0px 5px;
	cursor:pointer;
	font-size:12px;
	color:#444;
}
.showcase-button-wrapper span.active {
	color:#fff;
}
/* Thumbnails */
.showcase-thumbnail-container {
	background-color:#f6a836; /* Used for backgrounds, no other styling!!! */
}
.showcase-thumbnail-wrapper {
	overflow:hidden;
}
.showcase-thumbnail {
	width:106px;
	max-width:106px;
	height:56px;
	cursor:pointer;
	border:solid 5px #cecece;
	position:relative;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.showcase-thumbnail-caption {
	position:absolute;
	bottom:2px;
	padding-left:10px;
	padding-bottom:5px;
}
.showcase-thumbnail-content {
	padding:10px;
	text-align:center;
	padding-top:25px;
}
.showcase-thumbnail-cover {
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.showcase-thumbnail:hover,
.showcase-thumbnail.active {
	border-color:#f8f8f8;
}
.showcase-thumbnail:hover .showcase-thumbnail-cover {
	display:none;
}
.showcase-thumbnail.active .showcase-thumbnail-cover {
	display:none;
}
.showcase-thumbnail-wrapper-horizontal {
	padding:12px 0 12px 0;
	margin:0;
}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
	margin-right:10px;
	width:110px;
}
.showcase-thumbnail-wrapper-vertical {
	padding:0;
	margin:0;
}
.showcase-thumbnail-wrapper-vertical .showcase-thumbnail {
	margin-right:10px;
	width:110px;
}
.showcase-thumbnail-button-backward,
.showcase-thumbnail-button-forward {
	margin:28px 20px;
	cursor:pointer;
}
.showcase-thumbnail-button-backward {
	padding-bottom:0;
	padding-right:0;
	margin-right:32px;
}
.showcase-thumbnail-button-forward {
	padding-bottom:0;
	padding-left:0;
	margin-left:32px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background:url(../images/showcase-direction.png) no-repeat 0 0;
	display:block;
	width:33px;
	height:33px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-position:0 0;
	margin-top:0;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal {
	background-position:0 -33px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
	background-position:-33px 0;
	margin-top:0;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal {
	background-position:-33px -33px;
}	
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
	background:url(../images/showcase-direction-vertical.png) no-repeat;
	display:block;
	width:33px;
	height:13px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
	background-position:-33px 0;
	margin-top:0;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical {
	background-position:-33px -15px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
	background-position:0 0;
	margin-top:0;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical {
	background-position:0 -15px;
}
/* Hide button text */
.showcase-thumbnail-button-forward span span,
.showcase-thumbnail-button-backward span span {
	display:none;
}
#social {float:right; margin-right:150px; margin-top:47px;}
#social .facebook{background-image:url(../images/social/facebook.png); display:block;width:32px;height:32px;text-decoration:none;background-position:0px 0px;background-repeat:no-repeat;position:absolute; }
#social .twitter{background-image:url(../images/social/twitter.png); display:block;width:32px;height:32px;text-decoration:none;background-position:0px 0px;background-repeat:no-repeat; position:absolute; margin-left:36px;}
#social .google{background-image:url(../images/social/google.png); display:block;width:32px;height:32px;text-decoration:none;background-position:0px 0px;background-repeat:no-repeat; position:absolute; margin-left:72px;}
#social .youtube{background-image:url(../images/social/youtube.png); display:block;width:32px;height:32px;text-decoration:none;background-position:0px 0px;background-repeat:no-repeat; position:absolute; margin-left:108px;}
#social .facebook:hover, #social .twitter:hover, #social .google:hover, #social .youtube:hover{background-position:0px -32px; cursor:pointer;}
.bagan_alert{
	  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #CCCCCC;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}
 