/*Story telling*/
/*.vc_anchor_story{
  display:block;
  position:relative;
  top:-50px;
  visibility:hidden;
}*/
.vc_container_stories{
  display:block;
  position:relative;
}
.vc_story_telling .vc_story_telling_media{
  margin-bottom:20px;
  padding:0;
  width:100%;
  float:left;
  clear:left;
  text-align: center;
}
.vc_story_telling .vc_story_telling_media img{
  max-width: 100%;
}
.vc_story_telling .vc_story_telling_banner {
  display:inline;
  margin-right:15px;
  float:left;
}
.vc_story_telling .vc_story_telling_title{
  margin-bottom:20px;
  width:100%;
  font-size: 2em;
  font-weight: bold;
}
.vc_story_telling .vc_story_telling_text{
  width: 100%;
}
.vc_story_telling .vc_story_telling_text img{
  margin:0 0 20px 0;
  padding:0;
  max-width: 100%;
  height: auto;
}
.vc_story_telling_nav{
  margin: 10px 0;
  padding:0;
  float:left;
  width:100%;
  font-weight: bold;
}
.vc_story_telling_nav li{
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto !important;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.vc_story_telling_nav li a {
    padding: 5px;
}
.vc_story_telling_nav li a.active{
  color:#888;
}
.vc_story_telling_link{
  margin:0;
  font-style:italic;
  text-transform: uppercase;
  text-decoration: underline;
  cursor:pointer;
  font-weight:bold;
  font-size:.8em;
}
.vc_story_telling_pagination {
  margin: 0 0 20px 0;
  padding: 0;
  top: 0;
  position: relative;
  color: #666;
  float: left;
  clear: left;
  width: 100%;
}
.vc_story_telling_pagination.vc_pagination_counter{
  background: #ededed;
}
.vc_story_telling_pagination .btn {
  padding: 0;
  cursor: pointer;
  width: 20%;
  display: inline-block;
}
.vc_story_telling_pagination .btn a{
  display:inline-block;
  padding:10px 12px;
  background: #ededed;
}
.vc_story_telling_pagination a:hover{
  color:#333;
}
.vc_story_telling_pagination .vc_next {
  text-align: right;
}
.vc_story_telling_pagination .vc_prev {
  text-align: left;
}
.vc_story_telling_pagination.vc_pagination_nav .btn {
  width:auto;
}
.vc_story_telling_pagination.vc_pagination_nav .vc_next {
  float: right;
  text-align: center;
}
.vc_story_telling_pagination.vc_pagination_nav .vc_next .fa {
  margin-left: 10px;
}
.vc_story_telling_pagination.vc_pagination_nav .vc_prev .fa {
  margin-right: 10px;
}
.vc_story_telling_pagination.vc_pagination_nav .vc_prev {
  float: left;
  text-align: center;
}
.vc_story_telling_pagination .vc_prev a,
.vc_story_telling_pagination .vc_next a{
  color:#111;
}
.vc_story_telling_pagination .vc_label_pagination {
  font-weight: bold;
  display: inline-block;
  width: 60%;
  text-align: center;
}
.vc_story_telling_pagination.vc_pagination_nav .vc_prev[disabled="disabled"],
.vc_story_telling_pagination.vc_pagination_nav .vc_next[disabled="disabled"]{
  display:none;
}
@media (max-width:480px) {
  .vc_story_telling .vc_story_telling_banner {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .vc_story_telling .vc_story_telling_text {
    float:left;
    clear:left;
  }
}

