/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=50f07a5503f0dabd1c90)
 * Config saved to config.json and https://gist.github.com/50f07a5503f0dabd1c90
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

.carousel {
  position: relative;
  right: -2px;
top: -2px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 330px;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  padding: 5px 5px 5px 3px;
/*   -webkit-transition: 0.6s ease-in-out left; */
/*   -o-transition: 0.6s ease-in-out left; */
/*   transition: 0.6s ease-in-out left; */
  -webkit-transition: opacity 1s;
  -o-transition:opacity 1s;
  transition: opacity 1s;
/*   background-color: #E0ECF5; */
/*   border: 1px solid #B5D2EA; */
}
.carousel-inner > .item > .carousel-image-shadow {
	width: 227px;
	background: url('i/carousel_image_shadow.png') 100% 0 no-repeat;
	margin-top: 2px;
}
.carousel-inner > .item > .carousel-image-shadow > img,
.carousel-inner > .item > .carousel-image-shadow > a > img {
  line-height: 1;
  border: 5px solid #FFF;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -14%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-indent: -999px;
  cursor: pointer;
  background: url('i/carousel_dot.png') no-repeat;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  background: url('i/carousel_dot_active.png') no-repeat;
}
.carousel-caption {
  position: absolute;
  left: 220px;
  top: 0;
  width: 474px;
  height: 205px;
  z-index: 10;
  padding: 51px 20px 20px 20px	;
  font-size: 15px;
  text-align: center;
  color: #525252;
}
.carousel-caption p {
	color: #525252;
}
.carousel .read-more a {
  position: absolute;
  left: 220px;
  top: 240px;
  width: 530px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  text-align: center;
  color: #525252;
}
.carousel-caption .btn {
  text-shadow: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* .carousel .carousel-inner .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;} */
.carousel .carousel-inner .active.left {left:0;opacity:0;z-index:2;}
.carousel .carousel-inner .next {left:0;opacity:1;z-index:1;}


/*==================================================
 * Effect 4
 * ===============================================*/
.effect4
{
  position: relative;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}


/* position: absolute;
width: 100px;
height: 100px;
background-color: green;
right: 9px;
top: 5px;
box-shadow: 10px 0px 10px #777;
transform: rotate(4deg); */

.carousel-type{
	position: absolute;
	top: -1px;
/* 	right: 0; */
	left: 396px;
	width: 337px;
	height: 53px;
}
.carousel-type.type1 {
	background: url('/css/i/carousel/label_blue.png') 0 2px no-repeat;
}
.carousel-type.type2 {
	background: url('/css/i/carousel/label_green.png') 0 2px no-repeat;
}
.carousel-type.type3 {
	background: url('/css/i/carousel/label_orange.png') 0 2px no-repeat;
}
.carousel-type div {
	padding-left: 200px;
	padding-top: 6px;
	color: #FFF;
	font-size: 18px;
}