@media screen and (max-width: 990px) {
    .frame1, .frame2, .frame3, .content_description, .content_gallery {
        display: none !important;
    }
    
    .content_menu {
        height: auto !important;
        display: block !important;
    }
    
    .box_index_wraper {
        width: auto !important;
        text-align: center !important;
    }
    
    .box_index_content {
        float: none !important;
        width: auto !important;
    }
    
    .border-left {
        border-left: 0 !important;
        border-top: 1px solid #c0c0c0;
    }
    
    .border-right {
        border-right: 0 !important;
        border-bottom: 1px solid #c0c0c0 !important;
    }
}


.box_index{
    position: relative;
    margin-bottom: 50px;
    display: block;
}

.box_index_wraper{
    width:900px;
    display: block;
    margin: 0 auto;
    /*border: 1px solid #AE2694;*/
    /*border-top: 1px solid #AE2694;*/
    /*border-bottom: 1px solid #AE2694;*/
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px -5px #AE2694;
    /*border-radius: 10px;*/
}


.frame1 {
        position: absolute;
        top: 0;
        left: 0;
        height: 290px;
        width: 100%;
        /*background-color: #57C7FF;*/
        /*background-color: #B8DFF2;*/
        /*background-color: #FAF282;*/
        color: white;
        margin-top: 410px;
        border-bottom: 2px solid #CCC;
        z-index: 0;
    }
    .frame2 {
        position: absolute;
        top: 0;
        left: 0;
        height: 600px;
        width: 100%;
        /*background-color: #5EFFA4;*/
        /*background-color: #A5F2C6;*/
        background-color: #C507A9;
        color: white;
        margin-top: 702px;
        border-bottom: 2px solid #CCC;
        z-index: 0;
    }
    .frame3 {
        position: absolute;
        top: 0;
        left: 0;
        height: 470px;
        width: 100%;
        /*background-color: #FF5EB9;*/
        /*background-color: #FCB1DC;*/
        background-color: #FFF;
        color: white;
        margin-top: 1300px;
        border-bottom: 2px solid #CCC;
        z-index: 0;
    }
    .content_description {
        height: 170px;
        width: 100%;
        z-index: 1;
        margin-top: 90px;
        position: relative;
        margin-bottom: 2px;
        padding: 0;
        display: table;
    }
    .content_description_left {
        width: 40%;
        float: left;
        margin-top: 30px;
    }
    .content_description_label {
        color: #000;
        font-size: 35px;
        margin-bottom: 10px;
    }
    .content_description_caption {
        color: #AE2694;
        font-size: 16px;
    }
    .content_description_right {
        font-style: italic;
        width: 60%;
        color: #000;
        font-size: 14px;
        float: left;
    }   
    .content_gallery {
        height: 450px;
        z-index: 1;
        position: relative;
        margin-bottom: 2px;
        padding: 50px 0;
        display: table;
    }
    .content_gallery .gallery_placer {
        border: 0;
    }
    .content_menu {
        height: 250px;
        z-index: 1;
        position: relative;
        padding: 30px 0 0;
        display: table;
    }


.box_index_content{
    width: 250px;
    height: 250px;
    float: left;
    text-align: center;
    padding: 20px;
    cursor: pointer;
}
.box_index_content img{
    width: 200px;
    height: 200px;
}
.box_index_content label{
    font-size: 20pt;
    font-weight: bold;
}

.box_index_content:hover label{
    color: red;
}

.border-left{
    border-left: 1px solid silver;
}

.border-right{
    border-right: 1px solid silver;
}
          
.box_recently_viewed{
    
}
      
.artikel_thumb_title a{
    color: #ae2694 !important;
}      

.artikel_thumb_note{
    display: none;
}