@import url("../Aboutus/Aboutus.css");
#id_home_top_outer {
    background-color: #d4d4d4;
    position: relative;
}
#id_home_top_body {
    background: url("../../image/website/parapark_transparent_bg.png") fixed center;
    padding-bottom: 30px;
}

#id_home_top_body_inner {
    padding: 0 0 50px;
    color: #000;
}

#id_home_intro p {
    line-height: 24px;
    font-size: 16px;
}

#id_home_top_body_inner a {
    color: #153770;
    text-decoration: none;
}

.button_orange {
    margin: 10px !important;
}

#video_container {
    margin-top: 30px;
    /*height: 330px;
    background-color: #000;*/
    margin-bottom: -50px;
}
#video_container .videoplayer{
    width: 100% !important;
}

div.home_news_text a {
    color: #fff;
}
#id_home_top_footer {
    position: absolute;
    height: 60px;
    width: 100%;
    bottom: 0;
    background: rgb(107, 107, 107);
    background: -moz-linear-gradient(90deg, rgb(107, 107, 107) 0%, rgb(47, 47, 47) 100%);
    background: -webkit-linear-gradient(90deg, rgb(107, 107, 107) 0%, rgb(47, 47, 47) 100%);
    background: -o-linear-gradient(90deg, rgb(107, 107, 107) 0%, rgb(47, 47, 47) 100%);
    background: -ms-linear-gradient(90deg, rgb(107, 107, 107) 0%, rgb(47, 47, 47) 100%);
    background: linear-gradient(180deg, rgb(107, 107, 107) 0%, rgb(47, 47, 47) 100%);
    /*background-image: url("../../image/website/parapark_top_outer_bottomline.jpg");*/
}
#id_home_top_footer_transparent {
    background: url("../../image/website/parapark_transparent_bg.png") fixed center;
    /*
    padding: 14px 0;
    */
}
div.image_bg img {
    border: 1px solid #e1e1e1;
}

#id_home_top_body_inner .news_item {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000000;
}


#id_news_block .news_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #383838;

}

#id_news_block .home_news_text {
     color: #fff !important;
}

div.home_news_date {
    position: absolute;
    bottom: -20px;
    right: 15px;
    font-size: 0.8em;
    font-style: italic;
}

#id_home_bottom_picbox .home_bottom_img_cont {
    background-color: #383838;
    text-align: center;
    padding: 12px;
}

#id_home_bottom_picbox .home_bottom_img_cont img {
    border: 1px solid #fff;
    width: 100%;
}

.container_inner {
    margin: 60px 0;
    height: 3px;
    background-color: #383838;
}

/* RESPONSIVE */
@media (max-width: 992px) {

    #id_home_top_body {
        padding-bottom: 160px;
    }
    #id_home_top_footer {
        height: 120px;
    }

    .button_orange {
        width: 100%;
        margin: 10px 0 !important;
    }

    #id_home_intro img {
        width: 100%;
    }

}

.videoplayer {
    cursor: pointer;
    background-color: black;"
}