body {
    font-size:16px;
    color:#0f163a;
    line-height: 100%;
    width:100%;
    height:100%;
    background: #fff;
    font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
}
#all {
    height:auto !important;
    min-height:100%;
    position: relative;
    width:100%;
    overflow: hidden
}
#all.mobile{background: url("video/home.jpg") center no-repeat}
.container{
    margin:0 auto;
    width:960px;
    position: relative
}

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

input[type="text"]::-webkit-input-placeholder {color:#373d5b}
input[type="text"]::-moz-placeholder {color:#373d5b}

/************ LINKS ************/
a, a:link, a:visited {
    text-decoration: none;
    font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif
}
a, a:link{
    color:#286f9a
}
a:visited {
    color:#317ead
}
a:hover{
    text-decoration: underline
}


/************* Headlines *************/
h1, h2, h3 {color:#0f163a; text-transform: uppercase}

h1{
    font-size:36px;
    line-height:32px;
    margin-bottom: 25px;
    font-family:'BlissPro-Heavy'
}
h2{
    font-size:25px;
    line-height:25px;
    padding-bottom:20px;
    font-family: 'BlissPro-ExtraLight';
    font-weight: normal
}
h3{
    font-size:20px;
    line-height:20px;
    padding-bottom:15px;
    font-family: 'BlissPro-Medium';
    font-weight: normal
}