/* Add here all your css styles (customizations) */

.btn-inversed-footer:hover {
    background-color: #fff;
}

article {
    width: 50%;
    margin: auto;
    margin-top: 50px;
    background-color: #fff;
    padding: 15px;
}

video {
    bottom: 0;
    right: 0;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    z-index: -1000;
}

.icon-course 
{
    color: white;
    font-size: 40px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
}

.funny-boxes-green {
    background: none repeat scroll 0 0 #2e8f26;
}

.funny-boxes-colored h2, .funny-boxes-colored li
{
    color: #FFFFFF !important;
}

.service-red {
    color: #E74C3C !important;
}

.service-blue {
    color: #3498DB !important;
}

.bottom-dotted {
    border-bottom: 1px dotted #e4e9f0;
    margin-bottom: 10px;
}

