  .content-area{
    width: 100%;
}
aside.sidebar{
    display: none !important;
}
.entry-content{
    margin: 0 !important;
    width: 100%;
}
.magazine_category_listing{
    height: auto !important;
    margin: auto;
    margin-bottom: 25px;
    padding: 20px 0;
    width: 100%;
    float: left;
}
.magazine_category_listing h6{
    text-align: center;
    font-style: normal !important;
    color: #fff;
    font-size: 20px !important;
    font-weight: normal !important;
    margin-bottom: 5px !important;
}
.slick-slide img {

      margin: 0 auto;
}
.magazine{
    padding: 5px;
    margin: auto !important;
}
.magazine_listing{
    width: 100%;

}
.site{
    margin: 0 !important;
}
.slick-prev,
.slick-next
{
    content: "";
    background: none;
    padding: 0;
}
.slick-prev i{
    color: #000;
}
.slick-next i{
    color: #000;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-next
{
    right: 0px;
}
.slick-prev
{
    left: 1px;
}
.magazine_listing .slick-list{
    padding: 0 10px !important;
}
button:hover,
button:focus{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.magazine_listing .slick-list {
    margin: auto;
    padding: 0 !important;
    width: 94.3% !important;
}
.slick-disabled{
    display: none !important;
}

.magazine_category_listing_details{
    float: left;
    margin-top: 0;
    min-height: 10px;
    width: 100%;
    display:none;
    margin-bottom: 25px;
}
.main_inner_content{
    width: 100%;
    float:left;
    padding: 10px;
    background: #f1f1f1 none repeat scroll 0 0;
}
.inner_content_left{
    width: 30%;
    float:left;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}
.inner_content_right{
    width: 70%;
    float:left;
}
.inner_content_left img{
    height: auto;
    width:71%;
}
.inner_content_title{
    color:#004482;
    font-weight: bold;
    font-size: 18px;
}
.magazine_details{
    float: left;
    width:100%;
    margin: 20px 0px 10px 0;
}
.magazine_detail_title{
    float: left;
    width:80%;
    font-weight: bold;
    color:#004482;
    font-size: 14px;
}
.magazine_detail_value{
    float: left;
    width:20%;
}
.magazine_detail_row{
    border-bottom:1px solid #ccc;
    float: left;
    width:80%;
}
.magazine_detail_row:last-child{
    border-bottom:none;
}
.close_magazine_layer{
float: right;
    font-size: 25px;
    margin-top: -5px;
}
.inner_content_data{
    font-size: 15px;
    padding-right: 30px;
}
.magazine_details_button_main{
    width: 100%;
    float:left;
    margin-top: 20px;
}
.magazine_details_button{
    margin:0px 20px 20px 0px;
    font-size: 13px;
    background-color:#004482;
    width: 34%;
    border-radius: 0;
}
.magazine_details_button_main .magazine_details_button:hover{
    background-color:#07569b !important;
}
.magazine_details_button_main button:hover,
.magazine_details_button_main button:focus{
    background-color:#2f4381 !important;
    outline: none;
}
.magazine_details_button_main a:hover{
    color: #fff;
    background: none;
}
.entry-content a{
    box-shadow: none !important;
}
.light_image_opacity img{
    opacity: 0.5;
    cursor: auto;
}
@media only screen and (max-width:480px){
    .inner_content_left{
        display: inline-block;
        float: left;
        margin-top: 25px;
        text-align: center;
        width: 100%;
    }
    .inner_content_right {
        float: left;
        padding: 10px;
        width: 100%;
        margin-top: 10px;
    }
    inner_content_left img {
        height: auto;
        width: 60%;
    }
    .magazine_details {
        float: left;
        margin: 20px 0 10px;
        width: 100%;
    }
    .magazine_detail_title{
        width: 72%;
    }
    .magazine_detail_value {
        float: left;
        width: 28%;
    }
    .magazine_detail_row{
        width: 91%;
    }
    .inner_content_title{
        padding: 0 10px;
    }
    .inner_content_data{
        padding: 10px;
    }
    .magazine_details_button{
        width: 45%;
        margin: 0px 13px 20px 0;
    }
    .magazine_details_button_main{
        margin: 20px 10px 0;
    }
    .magazine_details{
        margin: 20px 10px 10px;
    }
}
.magazine_category_listing_details hr.magazine_hr{
    width: 100%;
    background-color: #a1a1a1;
    float: left;
    height: 2px !important;
}

.add_hr{
    float: left;
    height: 2px;
    margin-top: 26px !important;
    width: 100%;
    padding: 0 5%;
}