

#pluginAppObj_56_06{
    display: inline-block;
    max-width: 100%;
	font-size: 0;
	width: 2560px;
    vertical-align: bottom;
}

.pluginAppObj_56_06_container .hidden{
    display: none !important;
}

.pluginAppObj_56_06_container .accordion_wrapper{
    margin: 0 auto;
    display: block;
    height: 100%;
    width: 100%;
}

.pluginAppObj_56_06_container .div_img{    
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.pluginAppObj_56_06_container li.slider_child{    
    height:100%;
    cursor: pointer !important;
}

.pluginAppObj_56_06_container li.slider_child a {    
    cursor: pointer !important;
}

.pluginAppObj_56_06_container li.slider_child a.slider-open-a {    
    cursor: pointer !important;
}

/*Style BAR*/
.pluginAppObj_56_06_container .slider .div_description.bar {
    display: table;
    background-color: rgba(64, 64, 64, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

.pluginAppObj_56_06_container .div_description.bar .slider_description {
    display: table-cell;
    text-shadow: none;
    font-family: Montserrat;
    font-size: 14pt;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
	color: rgba(255, 255, 255, 1);
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.pluginAppObj_56_06_container .div_description.bar .slider-closed .slider_description {
    display: none;
}

/*Style BOX*/
.pluginAppObj_56_06_container .slider .div_description.box {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 7px;
    display: table;
    background-color: rgba(64, 64, 64, 0.7);;
    bottom: 0;
    position: absolute;
    z-index: 10;
    margin-bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
    overflow: hidden;
}

.pluginAppObj_56_06_container .slider .div_description.box .slider_description {
    display: table-cell;
    text-shadow: none;
    font-family: Montserrat;
    font-size: 14pt;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
	color: rgba(255, 255, 255, 1);
    vertical-align: middle;
    text-align: center;
    overflow-wrap: break-word;
}