/*********Bendy Module CSS. Do not make any modification here. Copy to your site's theme css files and make changes there.***********/

/*Block*/

.view-bendy-featured-content-rotating-banner {
  background: #ffffff;
  font-family: Georgia,'Times New Roman',serif;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.view-bendy-featured-content-rotating-banner .views_slideshow_cycle_main {
  border: 1px solid #dedede;
  padding: 10px;
}

.view-bendy-featured-content-rotating-banner .views-slideshow-cycle-main-frame-row {
  width: 100%;
}


/*Title*/

.view-bendy-featured-content-rotating-banner .views-field-title {
  float: left;
  font-size: 14pt;
  line-height: 32px;
  width: 33%;
}


/*Subitle*/

.view-bendy-featured-content-rotating-banner .views-field-title .field-content,
.view-bendy-featured-content-rotating-banner .views-field-field-bendy-subtitle .field-content {
  padding: 10px;
}


/*Read More*/

.view-bendy-featured-content-rotating-banner .views-field-field-bendy-subtitle {
  color: #919191;
  margin-bottom: 10px;
}

.view-bendy-featured-content-rotating-banner .views-field-nothing {
  float: left;
  width: 33%;
}

.view-bendy-featured-content-rotating-banner .views-field-title a:link,
.view-bendy-featured-content-rotating-banner .views-field-title a:visited {
  color: #000000;
  text-decoration: none;
}

.view-bendy-featured-content-rotating-banner .views-field-nothing a:link,
.view-bendy-featured-content-rotating-banner .views-field-nothing a:visited {
  color: #919191;
  font-size: 8pt;
  text-decoration: none;
}

.view-bendy-featured-content-rotating-banner .views-field-nothing .field-content {
  background: url("images/bendy-button.png");
  border: 1px solid #c7c7c7;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5px 10px 7px 10px;
}

.view-bendy-featured-content-rotating-banner .views-field-nothing .field-content:active {
  background: url("images/bendy-button-active.png") no-repeat;
}


/*Image*/

.view-bendy-featured-content-rotating-banner img {
  height: auto;
  max-width: 100%;
  width: auto\9; /* Fix for IE 8 */
}

.view-bendy-featured-content-rotating-banner .views-field-field-bendy-image {
  float: right;
  width: 66%;
}


/*Previous/Next Controls*/

.view-bendy-featured-content-rotating-banner .views-slideshow-controls-text-previous,
.view-bendy-featured-content-rotating-banner .views-slideshow-controls-text-pause,
.view-bendy-featured-content-rotating-banner .views-slideshow-controls-text-play,
.view-bendy-featured-content-rotating-banner .views-slideshow-controls-text-next {
  display: block;
  height: 40px;
  text-indent: -9999px;
  width: 40px;
}

.view-bendy-featured-content-rotating-banner .views-slideshow-controls-text-previous {
  background: url("images/bendy-controls.png") no-repeat top left;
  /*bottom: 48%;
  left: -20px;*/
  position: absolute;
  z-index: 99;
  left: -15px;
}

.view-bendy-featured-content-rotating-banner .views-slideshow-controls-text-previous:active {
  background: url("images/bendy-controls.png") no-repeat bottom left;
}

.view-bendy-featured-content-rotating-banner .views-slideshow-controls-text-pause {
  display: none;
}

.view-bendy-featured-content-rotating-banner .views-slideshow-controls-text-next {
  background: url("images/bendy-controls.png") no-repeat top right;
  /*bottom: 48%;
   right: -20px;*/
  position: absolute;
  z-index: 99;
  right: -15px;
}

.view-bendy-featured-content-rotating-banner .views-slideshow-controls-text-next:active {
  background: url("images/bendy-controls.png") no-repeat bottom right;
}


/*Pager*/

.view-bendy-featured-content-rotating-banner .views-slideshow-controls-bottom {
  clear: both;
  margin-top: 10px;
  padding: 0px !important;
}

.view-bendy-featured-content-rotating-banner .views-slideshow-pager-field-item {
  background: url("images/bendy-button.png");
  border: 1px solid #c7c7c7;
  color: #919191;
  display: inline-block;
  *display: inline; /*Fix for IE 7 */
  height: 22px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-right: 2px;
  width: 22px;
  zoom: 1; /*Fix for IE 7 */
}

.view-bendy-featured-content-rotating-banner .views-slideshow-pager-field-item:hover {
  cursor: pointer;
}

.view-bendy-featured-content-rotating-banner .active {
  background: url("images/bendy-button-active.png") no-repeat bottom left;
}

.views-field-field-bendy-subtitle {
  margin-top: -15px;
  }
  
/*Global (i.e. "Mobile")*/

/*@media screen and (max-width: 700px) {*/
  .view-bendy-featured-content-rotating-banner .views-slideshow-controls-text-previous {
    bottom: 35px;
    left: 5px;
  }

  .view-bendy-featured-content-rotating-banner .views-slideshow-controls-text-next {
    bottom: 35px;
    right: 5px;
  }

  .view-bendy-featured-content-rotating-banner .views-field-title {
    font-size: 18px;
    line-height: 14px;
    width: 100%;
  }

  .view-bendy-featured-content-rotating-banner .views-field-nothing {
    width: 80px;
    float: left;
  }

  .view-bendy-featured-content-rotating-banner .views-field-field-bendy-image, .view-bendy-featured-content-rotating-banner .views-field-field-bendy-subtitle {
    width: 100%;
 }

/*}


/*Narrow */

@media (min-width: 501px) {
   .views-field-field-bendy-subtitle {
  width: 515px !important;
  float: left;
  }
  }
  
@media (min-width: 979px) {
   .views-field-field-bendy-subtitle {
  width: 525px !important;
  float: left;
  }
  }
  
  /*
  .view-bendy-featured-content-rotating-banner .views-field-title {
    font-size: 26px;
    line-height: 26px;
  }
  
  .view-bendy-featured-content-rotating-banner .views-field-nothing, .views-row-2 .views-field-nothing, .views-row-3 .views-field-nothing, .views-row-4 .views-field-nothing, .views-row-5 .views-field-nothing {
   margin-left: 440px;
  }
  
  .views-field-field-bendy-image .field-content{
    height: 100% !important;
  }*/
}


/*Normal

@media (min-width: 980px) {
  .view-bendy-featured-content-rotating-banner .views-field-title {
    font-size: 38px;
    line-height: 38px;
  }
  
   .views-field-nothing, .views-row-2 .views-field-nothing, .views-row-3 .views-field-nothing, .views-row-4 .views-field-nothing, .views-row-5 .views-field-nothing {
   margin-left: 440px;
  }
  
  .views-field-field-bendy-image .field-content{
    height: 100% !important;
  }
}


/*Wide

@media (min-width: 1220px) {
  .view-bendy-featured-content-rotating-banner .views-field-title {
    font-size: 50px;
    line-height: 50px;
  }
   .views-field-nothing, .views-row-2 .views-field-nothing, .views-row-3 .views-field-nothing, .views-row-4 .views-field-nothing, .views-row-5 .views-field-nothing {
   margin-left: 440px;
  }
  
  .views-field-field-bendy-image .field-content{
    height: 100% !important;
  }
}
*/