/*   
Author URI: http://olivasdigital.com.br/
Developer: Vitor Breda
Date: 11/08/2014
Description: Neste arquivo contÃ©m o Reset e os imports de fonte.
*/

/* Reset Styles */
*{
  outline-color:invert;
  outline-style:none;
  outline-width:medium;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix{clear:both}
.floatleft{float:left;}
.floatright{float:right;}

:before, :after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


a:focus{
  outline:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    font-style: inherit;
    vertical-align: baseline;
}

ol, ul {
  list-style: none;
}
  
blockquote, q {
  quotes: none;
}

a{
  text-decoration:none;
}

/* ==========================================================================
   @font-face
   ========================================================================== */

@font-face {
    font-family: 'omnesLight';
    /*src: url('font/.eot'); url('font/.woff') format('woff'), url('font/.svg#') format('svg');*/
    /*src: url('font/.eot?#iefix') format('embedded-opentype'),*/
      src: url('font/omnes/light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'omnesMedium';
    /*src: url('font/.eot'); url('font/.woff') format('woff'), url('font/.svg#') format('svg');*/
    /*src: url('font/.eot?#iefix') format('embedded-opentype'),*/
      src: url('font/omnes/medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'omnesSemiBold';
    /*src: url('font/.eot'); url('font/.woff') format('woff'), url('font/.svg#') format('svg');*/
    /*src: url('font.eot?#iefix') format('embedded-opentype'),*/
      src: url('font/omnes/semibold.ttf') format('truetype');
    /*font-weight: 700;*/
    font-style: normal;
}

@font-face {
    font-family: 'omnesBold';
    /*src: url('font/.eot'); url('font/.woff') format('woff'), url('font/.svg#') format('svg');*/
    /*src: url('font.eot?#iefix') format('embedded-opentype'),*/
      src: url('font/omnes/bold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

