



/* font-face */
@font-face {
font-family:'Avenir-Black';
src: url('/tpl/default/html5/assets/font/helveticaneue/black.eot');
src: url('/tpl/default/html5/assets/font/helveticaneue/black.eot?#iefix') format('embedded-opentype'), url('/tpl/default/html5/assets/font/helveticaneue/black.woff2') format('woff2'), url('/tpl/default/html5/assets/font/helveticaneue/black.woff') format('woff');
}
@font-face {
font-family:'Avenir-Book';
src: url('/tpl/default/html5/assets/font/helveticaneue/regular.eot?#iefix');
src: url('/tpl/default/html5/assets/font/helveticaneue/regular.eot?#iefix') format('embedded-opentype'), url('/tpl/default/html5/assets/font/helveticaneue/regular.woff2') format('woff2'), url('/tpl/default/html5/assets/font/helveticaneue/regular.woff') format('woff');
}

@font-face {
font-family:'Avenir-Heavy';
src: url('/tpl/default/html5/assets/font/helveticaneue/black.eot');
src: url('/tpl/default/html5/assets/font/helveticaneue/black.eot?#iefix') format('embedded-opentype'), url('/tpl/default/html5/assets/font/helveticaneue/black.woff2') format('woff2'), url('/tpl/default/html5/assets/font/helveticaneue/black.woff') format('woff');
}

@font-face {
font-family:'Avenir-Light';
src: url('/tpl/default/html5/assets/font/helveticaneue/light.eot');
src: url('/tpl/default/html5/assets/font/helveticaneue/light.eot?#iefix') format('embedded-opentype'), url('/tpl/default/html5/assets/font/helveticaneue/light.woff2') format('woff2'), url('/tpl/default/html5/assets/font/helveticaneue/light.woff') format('woff');
}

@font-face {
font-family:'Avenir-Medium';
src: url('/tpl/default/html5/assets/font/helveticaneue/medium.eot');
src: url('/tpl/default/html5/assets/font/helveticaneue/medium.eot?#iefix') format('embedded-opentype'), url('/tpl/default/html5/assets/font/helveticaneue/medium.woff2') format('woff2'), url('/tpl/default/html5/assets/font/helveticaneue/medium.woff') format('woff') ;
}

@font-face {
font-family:'Avenir-Regular';
src: url('/tpl/default/html5/assets/font/helveticaneue/regular.eot');
src: url('/tpl/default/html5/assets/font/helveticaneue/regular.eot?#iefix') format('embedded-opentype'), url('/tpl/default/html5/assets/font/helveticaneue/regular.woff2') format('woff2'), url('/tpl/default/html5/assets/font/helveticaneue/regular.woff') format('woff') ;
}


@font-face {
font-family:'Avenir-Roman';
src: url('/tpl/default/html5/assets/font/helveticaneue/regular.eot?#iefix');
src: url('/tpl/default/html5/assets/font/helveticaneue/regular.eot?#iefix') format('embedded-opentype'), url('/tpl/default/html5/assets/font/helveticaneue/regular.woff2') format('woff2'), url('/tpl/default/html5/assets/font/helveticaneue/regular.woff') format('woff');
}

/*-- Reset Css --*/
body { font-family: Avenir-Medium,sans-serif; }
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}
.error { color: #c2272b; }

/* .disable_select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
} */
textarea { resize: none; -webkit-appearance: none; border-radius: 0; }
select { border-radius: 0; }
input[type="text"],input[type="email"],input[type="url"],input[type="tel"],input[type="number"],
input[type="submit"],input[type="reset"],input[type="button"],button 
{ -webkit-appearance: none; border-radius: 0; }

