@charset "UTF-8";

@font-face {
    font-family: 'mplus-1p-light';
    src: url("../font/mplus-1p-light.eot");
}
@font-face {
    font-family: 'mplus-1p-light';
    src: url("../font/mplus-1p-light.ttf") format("truetype");
}

body {
    font-family: 'mplus-1p-light', sans-serif;
}

div.clear { 
    clear: both; 
}

#copyright {
    padding: 30px 0;
    width: 100%;
    text-align: center;
}

hr {
    border: 0;
    height: 1px;
    color : #3498db;
    background: #3a9bdc;
    background-image: -webkit-linear-gradient(left, #ecf0f1, #3a9bdc, #ecf0f1);
    background-image: -moz-linear-gradient(left, #ecf0f1, #3a9bdc, #ecf0f1);
    background-image: -ms-linear-gradient(left, #ecf0f1, #3a9bdc, #ecf0f1);
    background-image: -o-linear-gradient(left, #ecf0f1, #3a9bdc, #ecf0f1);
}