﻿
/*  Other styles for making things look pretty ==================== */

/* Fonts
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
*/



.mis-stage{
    width: 1200px;
    margin: 0 auto;
}
.mis-slider {
    margin-top: 180px;
    height: 100px;
}
.mis-slider li img {
    max-width: 400px;
    width: 100%;
}
.mis-slide {
    width: 300px;
    height: 300px;
    padding:0px 0;
    /*  Undo the margin added by slider element */
    margin-top: -138px
}