#featured_reviews{
    cursor: pointer;
    height: 0;
    margin: 10px 0 10px 0;
    overflow: hidden;
    padding-top: 66%;
    position: relative;
}
#featured_reviews .slide-arrow{
    color: #fff;
    cursor: pointer;
    font-size: 48px;
    opacity: 0;
    position: absolute;
    margin-top: 33%;
    top: -24px;
    z-index: 10;

    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
#featured_reviews:hover .slide-arrow{
    opacity: 1;
}

#featured_reviews .slide-arrow-left{
    left: 2%;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#featured_reviews .slide-arrow-right{
    right: 2%;
}

div.review_image_holder{
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
div.review_image_holder img{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slides-holder{
    height: 100%;
    position: absolute;
    top: 0;
    width: 20000px;
}
.slides-holder .slide{
    display: block;
    float: left;
    height: 100%;
    position: relative;
    vertical-align: top;
}
.slide .featured-review-title-bar{
    background-color: #343434;
    background: rgba(0,0,0,.6);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
}
.slide .featured-review-title-bar h3,
.slide .featured-review-date-critic h3{
    color: #fff;
}
.slide .featured-review-date-critic{
    background-color: #343434;
    background: rgba(0, 0, 0, .6);
    font-size: 12px;
    font-weight: normal;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.slide .featured-review-title-bar h3.featured-review-title{
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0 0 10px;
}
.slide .featured-review-date-critic h3{
    float: left;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 0 10px 10px;
}
.slide .featured-review-date-critic h3.featured-review-critic{
    float: right;
    padding: 10px 10px 10px 0;
}
.slide .featured-review-date-critic h3.featured-review-critic span{
    display: block;
    font-size: 12px;
}

.featured-review-stars{
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    overflow: hidden;
}
.featured-review-stars img{
    height: 100%;
}

.review_blurb{
    font-style: italic;
    padding: 15px 10px;
    text-align: center;

}
.featured-review-stars-holder{
    background: url("../images/global/featured_stars.png") no-repeat scroll -1px -1px / cover rgba(0, 0, 0, 0);
    float: right;
    height: 25px;
    margin: 10px 10px 10px 0;
    width: 112px;

}

.featured-review-stars4{
    width: 100%;
}
.featured-review-stars375{
    width: 91%;
}
.featured-review-stars35,.featured-review-stars350{
    width: 88%;
}
.featured-review-stars325{
    width: 86%;
}
.featured-review-stars3{
    width: 75%;
}

.featured-review-stars275{
    width: 66%;
}
.featured-review-stars25, .featured-review-stars250{
    width: 63%;
}
.featured-review-stars225{
    width: 60%;
}

.featured-review-stars2{
    width: 50%;
}
.featured-review-stars175{
    width: 43%;
}
.featured-review-stars15,.featured-review-stars150{
    width: 37%;
}
.featured-review-stars125{
    width: 31%;
}
.featured-review-stars1{
    width: 25%;
}
.featured-review-stars075{
    width: 15%;
}
.featured-review-stars05, .featured-review-stars050{
    width: 12%;
}
.recent_reviews{
    display: block;
    margin: 25px auto;
    line-height: 12px;
    padding: 0;
}
.recent_reviews table{
    border-collapse: collapse;
    width: 100%;
}
.recent_reviews th{
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 5px;
    text-align: left;
}
.recent_reviews td{
    border-bottom: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    vertical-align: top;
    width: 28%;
}
.recent_reviews tr td:nth-child(2),
.recent_reviews tr th:nth-child(2){
    border-left: 0;
    border-right: 0;
    width: 38%;
}
.recent_reviews .movieposter{
    display: block;
    float: left;
    height: 125px;
    padding-right: 5px;
}
.recent_reviews td .recent_review_info a{
    font-size: 12px;
}
.recent_reviews td .starBackGround{
    margin-top: 5px;
}
.recent_reviews tr td{
    background-color: #fff;
    padding: 10px;
}

.recent_reviews tr:nth-child(even) td:nth-child(odd) {
    background-color: #f6f6f6;
}

.recent_reviews  tr:nth-child(odd) td:nth-child(even) {
    background-color: #f6f6f6;
}
.hp-google-ad{
    text-align: center;
    width: 100%;
}
.intro-copy{
  overflow: auto;
}
.intro-copy img{
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media (max-width: 1199px) {
    #featured_article{
        border-top: 1px solid #334772;
        margin-top: 20px;
        padding-top: 20px;
    }
    #featured_article .padding{
        margin: 0 auto;
        max-width: 320px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
    #hp-right-col{
      clear: both;
         display: block !important;
        width: 25%;
    }

}

@media (max-width: 767px) {
  #hp-right-col{

  }
    .slide .featured-review-title {
        font-size: 16px;
    }
    .slide .featured-review-title-bar .review_info{
        display: none;
    }
    .featured-review-stars-holder{
        height: 17px;
        width: 75px;
    }
    .slide .featured-review-title-bar h3.featured-review-title{
        padding-top: 10px;
    }
    .recent_reviews td,
    .recent_reviews tr td:nth-child(2), .recent_reviews tr th:nth-child(2){
        width: 33.33333%;
    }
    .recent_reviews tr td{
        padding: 10px 0;
        text-align: center;
    }
    .recent_reviews .movieposter{
        float: none;
        margin: 0 auto 10px;
    }
    .recent_reviews td .starBackGround{
        float: none;
        margin: 5px auto;
    }
}

@media (max-width: 500px) {
  .intro-copy img{
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
}
