@charset "utf-8";

/*font-face start here*/
@font-face { font-family: 'Ogg'; src: url('../fonts/Ogg-Roman.eot'); src: url('../fonts/Ogg-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/Ogg-Roman.woff2') format('woff2'), url('../fonts/Ogg-Roman.woff') format('woff'), url('../fonts/Ogg-Roman.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Apercu'; src: url('../fonts/Apercu-Regular.eot'); src: url('../fonts/Apercu-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Apercu-Regular.woff2') format('woff2'), url('../fonts/Apercu-Regular.woff') format('woff'), url('../fonts/Apercu-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Apercu Pro'; src: url('../fonts/ApercuPro-Bold.eot'); src: url('../fonts/ApercuPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ApercuPro-Bold.woff2') format('woff2'), url('../fonts/ApercuPro-Bold.woff') format('woff'), url('../fonts/ApercuPro-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; }
@font-face { font-family: 'Apercu'; src: url('../fonts/Apercu-Bold.eot'); src: url('../fonts/Apercu-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Apercu-Bold.woff2') format('woff2'), url('../fonts/Apercu-Bold.woff') format('woff'), url('../fonts/Apercu-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; }
@font-face { font-family: 'Apercu'; src: url('../fonts/Apercu-LightItalic.eot'); src: url('../fonts/Apercu-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Apercu-LightItalic.woff2') format('woff2'), url('../fonts/Apercu-LightItalic.woff') format('woff'), url('../fonts/Apercu-LightItalic.ttf') format('truetype'); font-weight: 300; font-style: italic; }
@font-face { font-family: 'Apercu'; src: url('../fonts/Apercu-BoldItalic.eot'); src: url('../fonts/Apercu-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Apercu-BoldItalic.woff2') format('woff2'), url('../fonts/Apercu-BoldItalic.woff') format('woff'), url('../fonts/Apercu-BoldItalic.ttf') format('truetype'); font-weight: bold; font-style: italic; }
@font-face { font-family: 'Apercu Pro'; src: url('../fonts/ApercuPro-Medium.eot'); src: url('../fonts/ApercuPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ApercuPro-Medium.woff2') format('woff2'), url('../fonts/ApercuPro-Medium.woff') format('woff'), url('../fonts/ApercuPro-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'Apercu Pro'; src: url('../fonts/ApercuPro-Light.eot'); src: url('../fonts/ApercuPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ApercuPro-Light.woff2') format('woff2'), url('../fonts/ApercuPro-Light.woff') format('woff'), url('../fonts/ApercuPro-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; }
@font-face {
    font-family: 'butlerlight';
    src: url('../fonts/butler_light-webfont.eot');
    src: url('../fonts/butler_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/butler_light-webfont.woff2') format('woff2'),
         url('../fonts/butler_light-webfont.woff') format('woff'),
         url('../fonts/butler_light-webfont.ttf') format('truetype'),
         url('../fonts/butler_light-webfont.svg#butlerlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*font-face end here*/

/*common css start here*/
*, * * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
body { font-size: 17px; line-height: 26px; padding: 0; font-family: 'Apercu Pro'; margin: 0; }
p { margin: 0; }
address{ font-style: normal; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus ,
input[type="submit"]{
    outline: none;
 }
/*common css end here*/