/** SLIDES STYLE **/
.slide-display {
    display: none;
}

/*.slide-text {*/
    /*font-family: 'Museo Slab 500';*/
    /*font-weight: normal;*/
    /*font-size: 55px;*/
    /*width: 50%;*/
    /*padding-top: 17px;*/
    /*color: white;*/
    /*padding-left: 15px;*/
    /*text-shadow: 4px 3px 0px rgb(40, 90, 117), 7px 5px 0px rgba(0, 0, 0, 0.15);*/
/*}*/

.slide-left {
    float: left !important
}

.slide-right {
    float: right !important;
}

.slide-padding-left {
    padding-left: 16px !important
}

.slide-padding-right {
    padding-right: 16px !important
}

.slide-hover-text:hover {
    color: dimgray !important
}

.slide-badge {
    background-color: #ccc;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    margin-right: 20px;
}

.slide-badge {
    border-radius: 50%
}

.slide-border {
    border: 1px solid #ccc !important
}

.slide-transparent {
    /*background-color: transparent;*/
}

.slide-white, .slide-hover-white:hover {
    color: #000 !important;
    background-color: #044282;
}

.slide-white, .slide-hover-white {
    -webkit-transition: background-color .3s, color .15s, box-shadow .3s, opacity 0.3s;
    transition: background-color .3s, color .15s, box-shadow .3s, opacity 0.3s
}

.slide-center {
    text-align: center !important
}

.slide-text-white, .slide-hover-text-white:hover {
    color: #fff !important
}

.slide-section {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.slide-large {
    font-size: 18px !important
}

.slide-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.slide-left, .slide-right, .slide-badge {
    cursor: pointer
}

.slide-badge {
    height: 13px;
    width: 13px;
    padding: 0
}

.slide-imitator{
    background-color: rgba(0, 0, 0, 0.5);
}
