/*@font-face {
    font-family: 'source_sans_proextralight';
    src: url('../fonts/sourcesanspro-extralight.eot');
    src: url('../fonts/sourcesanspro-extralight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-extralight.woff') format('woff'),
         url('../fonts/sourcesanspro-extralight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.sourceSans{
    font-family:'source_sans_proextralight';
}*/

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

.sourceSans {
    font-family: 'futura_bk_btbook';
}

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

.sourceCode {
    font-family: 'source_code_proregular';
}

.arial {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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,
em,
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;
    direction: inherit;
    text-align: inherit;
    font-size: 100%;
    font-size-adjust: 0.58;
    font: inherit;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'manksansregular';
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

div {
    position: relative;
}

ol,
ul {
    /*list-style: none;*/
    /*padding-right:20px;*/
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clickable {
    cursor: pointer;
}

.hidden {
    display: none;
}

:focus {
    outline: 0;
    outline-color: transparent;
    outline-style: none;
}

a {
    cursor: pointer;
    text-decoration: none;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

u {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic
}