/*------------fonts-------------------*/
/* font-family: "ProximaNova-Bold"; */
@font-face {
    font-family: "ProximaNovaBold";
    src: url("../fonts/Proxima/ProximaNova-Bold/ProximaNova-Bold.eot");
    src: url("../fonts/Proxima/ProximaNova-Bold/ProximaNova-Bold.eot@")format("embedded-opentype"),
    url("../fonts/Proxima/ProximaNova-Bold/ProximaNova-Bold.woff") format("woff"),
    url("../fonts/Proxima/ProximaNova-Bold/ProximaNova-Bold.ttf.html") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ProximaNova-Regular"; */
@font-face {
    font-family: "ProximaNovaRegular";
    src: url("../fonts/Proxima/ProximaNova-Regular/ProximaNova-Regular.eot");
    src: url("../fonts/Proxima/ProximaNova-Regular/ProximaNova-Regular.eot@")format("embedded-opentype"),
    url("../fonts/Proxima/ProximaNova-Regular/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/Proxima/ProximaNova-Regular/ProximaNova-Regular.ttf.html") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ProximaNova-Semibold"; */
@font-face {
    font-family: "ProximaNovaSemibold";
    src: url("../fonts/Proxima/ProximaNova-Semibold/ProximaNova-Semibold.eot");
    src: url("../fonts/Proxima/ProximaNova-Semibold/ProximaNova-Semibold.eot@")format("embedded-opentype"),
    url("../fonts/Proxima/ProximaNova-Semibold/ProximaNova-Semibold.woff") format("woff"),
    url("../fonts/Proxima/ProximaNova-Semibold/ProximaNova-Semibold.ttf.html") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/*-----------Reset---------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}
body { overflow-x:hidden; line-height: 1.4; font-family: ProximaNovaRegular, sans-serif;}
blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none}
table {border-collapse: collapse; border-spacing: 0}
a{text-decoration:none; color:inherit; font-family:inherit}
strong{font-family:ProximaNovaRegular,sans-serif;}