.bottom-bar {
    padding: 10px 0;
}
.bottom-bar h4 {
    font-size: 30px;
}
.bottom-bar .btn.fixwidth {
    width: 185px;
}

/* .btn.fixheight {
    height: 45px;
    line-height: 45px;
	font-size: 28px;
} */

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: rgb(109,224,45) !important;
}
.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 60px !important;
    height: 60px !important;
}
.overlay {
    background-color: Black;
    bottom: 0;
    cursor: default;
    left: 0;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 10000;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.circle-clipper .circle {
    border-width: 7px !important;
}

@media screen and (min-width: 992px) {
    .highlight .img 
    , .highlight .heading 
    , .highlight .desc 
    , .highlight .action 
    , .highlight .image-card {
        text-align: right;
    }
}

.main > .section > .highlight,
.sc-highlight .highlight {
    margin-top: 0px;
    padding-bottom: 0px;
}

.contact .left {
    width: 34%;
    float: left;
    text-align: right;
}

.contact .right {
    width: 66%;
    float: right;
    text-align: center;
}

.contact .phone {
    display: block;
    margin-top: 24px;
}

.contact .phone .list:first-child:after {
    content: "";
    width: 1px;
    height: 70px;
    background-color: #333;
    position: absolute;
    top: -10px;
    right: 0;
}

#s4-ribbonrow {
    height: 30px !important;
}

.seminar .caption-time .time {
	width: 58%;
}

.seminar .caption-time .action {
	width: 42%;
}