/*   
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-weight: normal; font-style: inherit;
    font-family: inherit; vertical-align: baseline;
}

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

a{
  text-decoration:none;
}

/* Fontes */

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

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

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

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