div#div_col_body_user{
    overflow: hidden;
}
div#div_row_head{
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #FFF;
}
/* Carousel */
div#div_row_main_carousel {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}
div#div_main_carousel{
    padding: 20px 35px;
    border-radius: 20px;
}
div#div_main_carousel .nivoSlider{
    border-radius: 20px;
}
div#div_main_carousel .slick-prev,
div#div_main_carousel .slick-next{
    height: 40px;
    width: initial;
}
div#div_main_carousel .slick-prev{
    left: 15px;
}
div#div_main_carousel .slick-next{
    left: -45px;
}
/* Service */
div#div_row_infoserv{
    padding-top: 40px;
    padding-bottom: 40px;
}
#div_row_infoserv .txt_area_lines,
#div_row_infoserv .txt_area_lines p span{
    line-height: 1;
}
.div_cont_butvid{
    margin-top: 15px;
}
.img_ser_vid{
    height: 30px;
}
.mod_vidser{
    height: 80%;
}
.div_cont_mod_vidser{
    height: 100%;
}
.div_cont_mod_vidser iframe.ifr_video {
    height: 100%;
}


.reveal-overlay {
    z-index: 7 !important;
}
div#div_row_actions {
    height: 100px;
}

#div_row_extfoot{
    height: 70px;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em){
    
}