


.thumbnails {
  margin-left: 0px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}


.thumbnails:after {
  clear: both;
}

.thumbnails > li {
  float: left;
  margin-bottom: 10px;
  margin-left: 50px;
}

.thumbnail {
  display: block;
  padding: 0px;
  line-height: 20px;
 border:none;
  /* -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}


.carousel {
  position: relative;
  margin-bottom: 3px;
  line-height: 1;
  
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
  
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.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%;
  background:none;
  
}
.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: 30%;
  left: 0px;
  width: 17px;
  height: 34px;
  margin-top: 0px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  
  text-align: center;
 /* background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;*/
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
  background:none;
}
.carousel-control.left {
 background:none;
 left:-18px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/*.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #FF0000;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}*/

.carousel-indicators {
  position: absolute;
  bottom: 0px;
  margin-top:-150px;
  left: 47%;
  z-index: 15;
  width: 180px;
  padding-left: 0;
  margin-left: -60px;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  
  background:url(../images/ind-default.png) no-repeat top left;
  border-radius: 3px;
  margin-bottom:5px;
}

.carousel-indicators .active {
 width: 16px;
  height: 16px;
 margin: 1px;
  background:url(../images/ind-active.png) no-repeat top left;
  margin-bottom:5px; 
}

.carousel-caption {
  position: relative;
  
  font-style: normal;
  font-weight: 300;
  color:#0c5d9b;
  top:0;
  left: 0;
  right: 0;
  bottom: 10px;
  padding: 0px;
  background: none;
  text-align:center;
  margin-top:-36px;
 /* background: rgba(0, 0, 0, 0.75);*/
}

.press-caption {
  position: relative;  
  font-style: normal;
  font-weight: 300;
  color:#0c5d9b;
  top:0;
  left: 0;
  right: 0;
  bottom: 10px;
  padding: 0px;
  background: none;
  text-align:center;
  margin-top:5px;
 /* background: rgba(0, 0, 0, 0.75);*/
}

.carousel-caption h4,
.carousel-caption p {
  color: #000000;
  float:right;
  line-height: 20px;
}

.carousel-caption a img { border:none; }

.carousel-caption h1{
  color: #0f609f;
  float:left;
  font-size:43px;
  font-family: "Roboto",sans-serif;
  font-style: normal;
  font-weight: 300;
  color:#0c5d9b;
  
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}

