/*basic definintion for mcom*/


html  {
  overflow-y: scroll;
  overflow-x: none;
}
body  {
  background-color:'';
}
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,img,figure  {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
  border: 0;
}
caption,th,td {
  text-align:left;
  vertical-align:top;
}
blockquote,q  {
  quotes:none;
}

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

}

@font-face {
    font-family: 'AlegreyaItalic';
    src: url('../libFonts/Alegreya-Italic-webfont.eot');
    src: url('../libFonts/Alegreya-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../libFonts/Alegreya-Italic-webfont.woff') format('woff'),
         url('../libFonts/Alegreya-Italic-webfont.ttf') format('truetype'),
         url('../libFonts/Alegreya-Italic-webfont.svg#AlegreyaItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AlegreyaBold';
    src: url('../libFonts/Alegreya-Bold-webfont.eot');
    src: url('../libFonts/Alegreya-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../libFonts/Alegreya-Bold-webfont.woff') format('woff'),
         url('../libFonts/Alegreya-Bold-webfont.ttf') format('truetype'),
         url('../libFonts/Alegreya-Bold-webfont.svg#AlegreyaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../libFonts/OpenSans-Regular-webfont.eot');
    src: url('../libFonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../libFonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../libFonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../libFonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('../libFonts/OpenSans-Italic-webfont.eot');
    src: url('../libFonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../libFonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('../libFonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../libFonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../libFonts/OpenSans-Semibold-webfont.eot');
    src: url('../libFonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../libFonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../libFonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../libFonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../libFonts/OpenSans-Bold-webfont.eot');
    src: url('../libFonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../libFonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../libFonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../libFonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: 800;
    font-style: normal;
}