#eflpTable00_search_container {
    width: 85%;
}

#eflpTable00-container {
    width: 85%;
}

.eflpro_expandall, .eflpro_collapseall {
    margin: 40px 15% 0px 0;
}

.alert-success, .uk-alert-success {
    color: #292929;
}

.rounded {
border-top-left-radius: 40px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.video_wrapper {
/*  background-image: url( 'images/SVS_Imagevideo.png' );
    background-size: cover; */
    position: relative;
/*  box-shadow: 0px 3px 5px #333; */
    width: 100%;
    height: 400px;
}



.video_wrapper .video_trigger {
    position: absolute;
	bottom: 0;
    z-index: 9;
    background-color: #eee !important;

    text-align: center;
}

.video_wrapper .video_trigger {
	padding: 160px 10px 0 10px;
	
    height: -webkit-calc( 100% - 160px);
    height: -moz-calc( 100% - 160px );
    height: -o-calc( 100% - 160px );
    height: calc( 100% - 160px );

    width: -webkit-calc( 100% - 20px );
    width: -moz-calc( 100% - 20px );
    width: -o-calc( 100% - 20px );
    width: calc( 100% - 20px );
}

.video_wrapper .video_trigger a {

	text-decoration: underline;
	cursor: pointer !important;
}

.video_wrapper .video_layer {
    position: relative;
    display: none;
    height: inherit;
    width: inherit;
    margin: auto;
}

.video_wrapper .video_layer iframe {
    border: 0px none transparent;
    height: inherit;
    width: inherit;
}

/* Button 
.video_wrapper .btn {
    font-size: 1em;
    background-color: #8ab51f;
    border: 1px solid #8ab51f;
    color: #fafafa;
    
}
.video_wrapper .btn:hover {
    font-size: 1em;
    background-color: #799F1B;
    border: 1px solid #8ab51f;
    color: #fafafa;
}


@media (max-width: 959px) {
    
.video_wrapper {
    width: 100%;
    height: 405px;
}
}
*/
