/************** Start Font Family **********/
@font-face {
    font-family: 'HelveticaNeueLTStd45Light';
    src: url('/Style Library/Reliance.MF.Resources/Fonts/helveticaneueltstd-lt.eot');
    src: url('/Style Library/Reliance.MF.Resources/Fonts/helveticaneueltstd-lt.eot?#iefix') format('embedded-opentype'), url('/Style Library/Reliance.MF.Resources/Fonts/helveticaneueltstd-lt.woff') format('woff'), url('/Style Library/Reliance.MF.Resources/Fonts/helveticaneueltstd-lt.ttf') format('truetype'), url('/Style Library/Reliance.MF.Resources/Fonts/helveticaneueltstd-lt.svg#HelveticaNeueLTStd45Light') format('svg');
}


@font-face {
    font-family: 'helveticaneuethin';
    src: url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-thin-1361522098-webfont.eot');
    src: url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-thin-1361522098-webfont.eot?#iefix') format('embedded-opentype'), url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-thin-1361522098-webfont.woff') format('woff'), url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-thin-1361522098-webfont.ttf') format('truetype'), url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-thin-1361522098-webfont.svg#helveticaneuethin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuemedium';
    src: url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-medium-1361522099-webfont.eot');
    src: url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-medium-1361522099-webfont.eot?#iefix') format('embedded-opentype'), url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-medium-1361522099-webfont.woff') format('woff'), url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-medium-1361522099-webfont.ttf') format('truetype'), url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-medium-1361522099-webfont.svg#helveticaneuemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_ce_55_romanregular';
    src: url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-ce-55-roman-1361522164-webfont.eot');
    src: url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-ce-55-roman-1361522164-webfont.eot?#iefix') format('embedded-opentype'), url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-ce-55-roman-1361522164-webfont.woff') format('woff'), url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-ce-55-roman-1361522164-webfont.ttf') format('truetype'), url('/Style Library/Reliance.MF.Resources/Fonts/helvetica-neue-ce-55-roman-1361522164-webfont.svg#helvetica_ce_55_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('/Style Library/Reliance.MF.Resources/Fonts/roboto-light-webfont.eot');
    src: url('/Style Library/Reliance.MF.Resources/Fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('/Style Library/Reliance.MF.Resources/Fonts/roboto-light-webfont.woff') format('woff'), url('/Style Library/Reliance.MF.Resources/Fonts/roboto-light-webfont.ttf') format('truetype'), url('/Style Library/Reliance.MF.Resources/Fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rupee';
    src: url('/Style Library/Reliance.MF.Resources/Fonts/rupee_foradian-webfont.eot');
    src: url('/Style Library/Reliance.MF.Resources/Fonts/rupee_foradian-webfont.eot?#iefix') format('embedded-opentype'), url('/Style Library/Reliance.MF.Resources/Fonts/rupee_foradian-webfont.woff') format('woff'), url('/Style Library/Reliance.MF.Resources/Fonts/rupee_foradian-webfont.ttf') format('truetype'), url('/Style Library/Reliance.MF.Resources/Fonts/rupee_foradian-webfont.svg#robotolight') format('svg');
    font-weight: 600;
    font-style: normal;
}

/************** End Font Family **********/

/***** Global Classes and declarations *****/

body {
    font-size: 62.5%;
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, input {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #fff;
}

    a.selected {
        color: #333;
        cursor: default;
    }

    a:hover.selected {
        text-decoration: none;
    }
/*a:visited{ color:#60615f; text-decoration:underline;}*/
img {
    border: none;
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

p, input {
    font-size: 1.1em;
}

h1 {
    font-size: 1.8em;
    line-height: 1.2em;
}

h2 {
    font-size: 1.5em;
}

h3, h3 a {
    font-size: 1.2em;
}

h4, h4 a {
    font-size: 1.2em;
}

h5, h5 a {
    font-size: 1.2em;
}

h6, h6 a {
    font-size: 1.2em;
}

    h3 a, h4 a, h5 a, h6 a {
        font-size: 1em;
        text-decoration: underline;
    }

table, table tr td, table tr th {
    border: none;
}

.clearfix:after {
    content: "."; /*display: block;*/
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix { /*display: inline-block;*/
}

* html .clearfix {
    height: 1%;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-border-radius: 0;
}

.clear {
    font-size: 1%;
    height: 0;
    line-height: 0;
    width: 0;
    float: none;
    clear: both;
}

html[xmlns] .clearfix { /*display: block;*/
}

input {
    outline: none;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, mark {
    display: block;
    width: 100%;
}



/*  Start styling scrollbar */
#wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */
#wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 10 0 6px rgba(0,0,0,1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
#wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
}

    #wrapper::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0,0,0,0.3);
    }
/*  End styling scrollbar */
