#forkme_banner {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 10;
  padding: 10px 50px 10px 10px;
  color: white;
  background: url("../img/blacktocat.png") #6A3 no-repeat 95% 50%;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  text-decoration: none;
}

.actions {
  margin-top: 10px;
}

.track {
width: 100%;
position: relative;
height: 80px;
margin-top: 30px;
}

.example-7{
margin: 16px auto;
overflow: hidden;
border: 1px solid #DDD;
padding-top: 3px;
border-radius: 4px;
background: none repeat scroll 0% 0% #E8E8E8;
margin-bottom: 17px;
width: 100%;
}

.axis-y .view-port,
.axis-y .track .inner {
  width: 240px;
  height: 660px;
}

.track .inner h2 {
  font-weight: 200;
  font-family: "Roboto Condensed",sans-serif;
  text-transform: uppercase;
  color: #333;
}

.track .inner h2:hover {
  color: #6A3;
}

.track a.prev,
.track a.next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 90px;
  height: 90px;
  background: url("../img/arrows.png");
  background-repeat: no-repeat;
}

.track a.prev.disabled,
.track a.next.disabled {
  display: none;
}

.track a.prev {
  left: 0;
  background-position: 0 0;
  transition: all 210ms ease-in 0s;
}

.track a.prev:hover {
  background-position: 0 66;
  transition: all 210ms ease-in 0s;
  color:#ccc;
  opacity:0.5;
}

.track a.prev:active {
  background-position: 0 0px;
}

.track a.next {
  right: 0;
  background-position: -64px 0;
  transition: all 210ms ease-in 0s;
}

.track a.next:hover {
  background-position: 0 66;
  transition: all 210ms ease-in 0s;
  color:#ccc;
  opacity:0.5;
}

.track a.next:active {
  background-position: -64px 0px;
}

.slider-container {
  position: relative;
  margin: 0;
  padding: 0;
  height: 106px;
}

.slider-container.big {
  height: 288px;
}

.slider-container.huge {
  height: 432px;
}

.slider-container .item {
  position: absolute;
  width: 250px;
  height: auto;
  margin-right: 16px;
  margin-bottom: 16px;
}

.slider-container .item img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
}

.slider-container.big .item,
.slider-container.big .item .img-area {
  height: 288px;
}

.slider-contaiber.huge .item {
  margin-bottom: 12px;
}

.slider-container .item p {
padding: 0px;
margin: 0px;
font-size: 13.5px;
text-rendering: optimizespeed;
letter-spacing: 0.1px;
text-align: center;
color: #454545;
}

.slider-container .item.cover {
  width: 940px;
}

.slider-container .item.cover-2 {
  height: 432px;
}

.slider-container .item.cover img {
  float: left;
}

.slider-container .item.cover-2 img {
  float: none;
}

.slider-container .item.cover .img-area {
  float: right;
  margin-left: 16px;
}

.slider-container .item.cover-2 .img-area {
  float: none;
  margin-left: 0;
  margin-top: 12px;
}

.slider-container .item.cover-2 .img-area .img-block:first-child {
  margin-right: 14px;
}

.slider-container .item.cover .img-block {
  height: 128px;
}

.slider-container .item.cover-2 .img-block {
  float: left;
}

.img-block {
  margin-bottom: 16px;
}

.editorial {
  float: right;
  width: 200px;

  padding-right: 20px;
  height: 272px;
  background: white;
}

.editorial .title {
  font-size: 24px;
  margin: 20px 0 0 20px;
}

.editorial .desc {
  font-size: 14px;
  line-height: 18px;
  padding-top: 8px;
  margin-left: 20px;
}

.side-a, .side-b {
  float: left;
  width: 462px;
}

.side-a {
  margin-right: 16px;
}

.side-a > img, .side-b > img {
  width: 462px;
  height: 272px;
}

.bullet-pagination {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.bullet {
  display: inline-block;
  background: #999;
  padding: 4px;
  border-radius: 6px;
  margin-right: 5px;
  opacity: 0.4;

  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.bullet.active {
  opacity: 1;
}

.bullet:last-child {
  margin-right: 0;
}

#example-4 img {
  width: 228px;
  height: 132px;
}

.example-4 .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  text-align: center;
  line-height: 140px;
  padding: 4px 0;
  z-index: 1;
}

.example-4 .loading:before {
  content: "loading...";
}

.example-4 .bullet {
  cursor: default;
}

.example-1 a.prev,
.example-1 a.next {
  margin-top: -40px;
}

.example-2 a.prev,
.example-2 a.next {
  margin-top: -40px;
}

.example-3 a.prev,
.example-3 a.next {
  margin-top: 0em;
}

.example-4 a.prev,
.example-4 a.next {
  margin-top: 0em;
}

.example-7 a.prev{
  margin-top: -40px;
  text-decoration:none;
  transition: all 270ms ease-in 0s;
  margin-right:0em;
}

.example-7 a.next {
margin-left:0em;	
}

.example-7 a.prev:hover,
.example-7 a.next:hover {
  text-decoration:none;
  transition: all 270ms ease-in 0s;
}

.col-sm-3a{
width:24%;
border:1px solid #f9f9f9;
display:inline-block;	
}

.tituloslider a {
    color: #2487C1;
	font-size:18px;
}

.tituloslider a:link {
color: #2487C1;
text-decoration: none;
font-size: 21px;
transition: all 190ms ease-in 0s;
text-rendering: optimizelegibility;
letter-spacing: 0.1px;
line-height: 1.1em;
}

.tituloslider a:hover {
    color: #2A6496;
	transition: all 190ms ease-in 0s;
}

.textoslider{
font-size: 0.75em;
line-height: 1.3;
text-align: left;
margin: 10px 0px 0px;
color: #000;
width: 90%;	
}

#carousel-demo, #carousel-demo2, #carousel-demo3 {
margin-top: -5px;
width: 100%;
}

#carousel-demo4{
width: 100%;
height: 10em;
}

.glyphicon glyphicon-triangle-right {
    color: #CCC;
    font-size: 1.2em;
    margin: 0px 3px;
}

.carousel-indicators {
    left: 0px;
    list-style: none outside none;
    margin-left: 0px;
    padding-left: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    bottom: 0px !important;
    top: 90px;
}