/*Main Body*/
* {
    outline: none;
    text-decoration: none;
}
html {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke:1px transparent;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {     -webkit-font-smoothing: subpixel-antialiased; } 
body {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    background: url("../img/bg.png") repeat;
    overflow-x:hidden; 
}
a,a:visited{
    color: inherit;
}
img{
    border: none;
}

ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

div.clear{
    clear: both;
}

div.border{
    position: relative;
    border-top: 1px solid #ebebeb;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(204,204,204,0.2);
    -moz-box-shadow: 0px 0px 15px 3px rgba(204,204,204,0.2);
    box-shadow: 0px 0px 15px 3px rgba(204,204,204,0.2);
}

input{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

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

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

@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proximanova-light.eot');
    src: url('fonts/proximanova-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light.woff2') format('woff2'),
         url('fonts/proximanova-light.woff') format('woff'),
         url('fonts/proximanova-light.ttf') format('truetype'),
         url('fonts/proximanova-light.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proximanova-regular.eot');
    src: url('fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular.woff2') format('woff2'),
         url('fonts/proximanova-regular.woff') format('woff'),
         url('fonts/proximanova-regular.ttf') format('truetype'),
         url('fonts/proximanova-regular.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('fonts/proximanova-semibold.eot');
    src: url('fonts/proximanova-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-semibold.woff2') format('woff2'),
         url('fonts/proximanova-semibold.woff') format('woff'),
         url('fonts/proximanova-semibold.ttf') format('truetype'),
         url('fonts/proximanova-semibold.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}