video {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.media {
    margin: 0 auto;
    display: block;
    /*width: 500px;
    height: 600px;*/
}

.menu-open .fa-angle-left {
    /* Fix for IE */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.raised{
    font-weight: bold;
}

ol > li{
    margin-bottom: 5px;
}

hr{
    height: 1px;
    margin-bottom: 15px !important;
    margin-top: 20px !important;
    background-image: linear-gradient(left, #fff, #f0f0f0, #D8D7D7, #D8D7D7, #D8D7D7, #f0f0f0, #fff);
    background-image: -webkit-linear-gradient(left, #fff, #f0f0f0, #D8D7D7, #D8D7D7, #D8D7D7, #f0f0f0, #fff);
    background-image: -moz-linear-gradient(left, #fff, #f0f0f0, #D8D7D7, #D8D7D7, #D8D7D7, #f0f0f0, #fff);
    background-image: -ms-linear-gradient(left, #fff, #f0f0f0, #D8D7D7, #D8D7D7, #D8D7D7, #f0f0f0, #fff);
    background-image: -o-linear-gradient(left, #fff, #f0f0f0, #D8D7D7, #D8D7D7, #D8D7D7, #f0f0f0, #fff);
}

.sl-overlay{
    opacity: .8 !important;
}

.image img {
    /*box-shadow: 0px 4px 5px 1px #555;*/
    margin: 0 auto;
    display: block;
}

figure figcaption {
    text-align: center;
}

.lg-backdrop{
    background: rgba(255, 255, 255, .7);
}

.lg-toolbar .lg-download,
.lg-toolbar .lg-autoplay-button,
.lg-toolbar .lg-fullscreen,
.lg-toolbar #lg-actual-size,
.lg-sub-html{
    display: none;
}

.lg-toolbar .lg-icon{
    color: #fff;
}

#lg-counter{
    color: #fff;
}

.lg-actions .lg-next, .lg-actions .lg-prev{
    color: #fff;
}

.lg-outer .lg-toogle-thumb{
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
}

.lg-outer .lg-thumb-outer{
    background: rgba(0, 0, 0, 0.45);
}
.lg-hide-items .lg-next,
.lg-hide-items .lg-prev,
.lg-hide-items .lg-toolbar {
    opacity: 100 !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.lg-icon:hover,
.lg-icon:focus,
#lg-counter-current:hover,
#lg-counter-current:focus,
#lg-counter-all:hover,
#lg-counter-all:focus {
    color: #000 !important;
    background: #fff;
	box-shadow: 0px 0px 5px 1px #000;
}
.lg img:hover,
.lg img:focus {
	box-shadow: 0px 0px 5px 5px #fff;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover,
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:focus {
	box-shadow: 0px 0px 5px 5px #fff;
	border-color: initial;
}

/*.contentImage {
    float: right; 
    width: 250px; 
    height: 250px; 
    border-radius: 50%; 
    box-shadow: 0px 4px 5px 1px #555;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center top;
    margin-left: 2%;
}*/

.contentImage {
    width: 100%;
    border: 2px solid #2B323C;
    height: 250px;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
    margin-bottom: 1%;
}

table {
    width: 100%;
}

/*.lg-thumb.lg-group {
	overflow-x: hidden;
}*/

@media (min-width: 300px) {
    ol{
        padding-left: 10px;
    }
}

@media (min-width: 600px) {
    ol{
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .image-style-align-right img{
        width: 100%;
    }

    .image img{
        width: 100%;
    }
}