/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2017, 6:55:26 PM
    Author     : ROBIN
*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
    font-family: BEBUS-NEUE;
    src: url(../../fonts/BebasNeue.otf);
}
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'codropsicons';
    src:url('../../fonts/codropsicons/codropsicons.eot');
    src:url('../../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/codropsicons/codropsicons.woff') format('woff'),
        url('../../fonts/codropsicons/codropsicons.ttf') format('truetype'),
        url('../../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }