﻿/*#region ImageSlider*/

.dxisControl .dxis-itemTextArea {
    top: 25px;
    left: 600px;
    bottom: auto;
    width: 375px;
    height: 300px;
    padding: 12px 12px 12px 12px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 0px rgba(50, 50, 50, 0.3);
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.6);
}
.dxisControl .dxis-itemTextArea a {
    color: white;
}
.dxisControl .dxis-itemTextArea a:hover, a:focus {
    text-decoration: underline;
}
.dxisControl .dxis-itemTextArea p {
    /*color: #b0b0b0;*/
    padding-bottom: 12px;
    color: white;
    font-size: 14px;
}

.dxisControl .dxis-itemTextArea h4 {
    /*color: #67a73d;*/
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

.dxisControl .dxis-itemTextArea h5 {
    color: #67a73d;
    font-size: 14px;
    font-weight: normal
}

.dxisControl .dxis-itemTextArea > p {
    margin-bottom: 0 !important;
}
.dxisControl .dxis-nbDotsBottom {
    padding: 0;
    margin-top: -25px;
}
.dxisControl .dxis-nbDotsBottom .dxis-nbSlidePanel {
    left: 20px !important;

}