html, body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #111;
    line-height: 22px
    }
a, a:hover {
    color: inherit
    }
* a {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
    }
header section .logo img {
    margin: 20px 0;
    float: left
    }
header .mobile-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #093562;
    border-radius: 5px;
    float: right;
    margin: 20px 0 0
    }
header .mobile-icon:last-child {
    margin: 20px 10px 0 0
    }
header .social {
    text-align: right;
    margin: 20px 0 0
    }
header .social a {
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    margin: 0 0 0 5px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
    }
header .social a:hover {
    opacity: 0.8
    }
header .social .facebook {
    background: #3b5998
    }
header .social .rss {
    background: #f26522
    }
header .social .twitter {
    background: #55acee
    }
header .search {
    margin: 20px 0 0
    }
header .search input[type=text] {
    height: 36px;
    padding: 0 20px;
    float: left;
    width: calc(100% - 80px);
    border: solid #adadad;
    border-width: 1px 0 1px 1px
    }
header .search input[type=submit] {
    background: #900;
    color: #fff;
    border: none;
    margin: 0;
    width: 80px;
    font-size: 12px;
    padding: 0 20px;
    height: 36px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
    }
header .search button:hover {
    opacity: 0.8
    }
header .search a {
    display: block;
    float: none;
    line-height: 30px;
    text-decoration: underline;
    text-align: right
    }
header nav {
    background: #093562
    }
header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
    }
header nav ul li {
    float: left;
    display: block;
    height: 40px;
    position: relative
    }
header nav ul li a {
    padding: 0 15px;
    line-height: 40px;
    display: block;
    color: #fff;
    font-size: 14px
    }
header nav ul li a:hover {
    color: #fff;
    text-decoration: underline
    }
header nav ul .active a {
    background: #d8dfe7;
    color: #051627;
    text-decoration: none
    }
header nav ul li ul {
    position: absolute;
    background: #093562;
    z-index: 10;
    top: 40px;
    padding: 10px 0;
    min-width: 100px;
    display: none;
    width: auto
    }
header nav ul li:hover ul {
    display: block
    }
header nav ul li ul li {
    position: static;
    float: none
    }
header nav ul li ul li a, header nav ul .active ul li a {
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    color: #fff
    }
.home {
    background: #d8dfe7;
    padding: 30px 0;
    color: #022f56;
    line-height: 22px;
    font-size: 14px
    }
.home h1 {
    font-size: 20px;
    color: #011f3c;
    border-bottom: 2px solid #8398ad;
    margin: 0 0 15px;
    padding: 0 0 5px;
    line-height: 25px
    }
.home .text {
    margin: 0 0 20px
    }
.home .login-box {
    background: #9caec0;
    border: 1px solid #073059;
    padding: 20px
    }
.home .login-box h2 {
    color: #011f3c;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 15px;
    padding: 0
    }
.home .login-box h2 span {
    color: #406d9b;
    font-size: 15px
    }
.home .login-box .inputs {
    background: #fff;
    padding: 0 20px;
    border: 1px solid #4a6786;
    margin: 0 0 15px
    }
.home .login-box .inputs input {
    width: 100%;
    border: none;
    outline: none;
    height: 40px
    }
.home .login-box .inputs input:first-child {
    border-bottom: 1px solid #4a6786;
    height: 41px
    }
.home .login-box .extra {
    color: #073059;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none
    }
.home .login-box input[type=submit] {
    background: #900;
    color: #fff;
    border: none;
    margin: 0;
    font-size: 12px;
    padding: 0;
    width: 100%;
    height: 40px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
    }
.home .login-box input[type=submit]:hover {
    opacity: 0.8
    }
.login-box .button {
    background: #900;
    color: #fff;
    padding: 0 20px;
    border: none;
    margin: 20px 0 0 10px;
    font-size: 12px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    float: right
    }
.login-box .logout {
    background: #406d9b;
    color: #fff;
    padding: 0 20px;
    border: none;
    margin: 20px 0 0 10px;
    font-size: 12px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    float: right
    }
.master {
    margin: 40px 0
    }
.master .crumb {
    height: 40px;
    margin: 0;
    line-height: 40px;
    font-style: italic
    }
.master .crumb a {
    opacity: 0.9;
    display: inline-block;
    margin: 0 3px 0 0
    }
.master .crumb .active {
    opacity: 1;
    font-weight: bold
    }
.master .main {
    margin: 0 0 20px
    }
.master .main .banner {
    display: block;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
    }
.master .main .banner:hover {
    opacity: 0.8
    }
.master .main .banner img {
    width: 100%
    }
.master .main .news a:last-child {
    margin: 0
    }
.master .main .news .item {
    margin: 0 0 15px;
    padding: 0 0 15px;
    display: block;
    border: dotted #ccc;
    border-width: 0 0 1px 0;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
    }
.master .main .news .item:hover {
    opacity: 0.8
    }
.master .main .news .image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 95px;
    display: block
    }
.master .main .news img {
    border: 1px solid #ccc;
    padding: 5px;
    min-width: 100%
    }
.master .main .news .item h2 {
    color: #900;
    font-weight: normal;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 24px
    }
.master .main .news .item .row {
    display: block
    }
.master .main .news .item .date {
    font-size: 11px;
    color: #333
    }
.master .main .news .item .more {
    color: #073059;
    text-decoration: underline
    }
.master .main .news .list-item {
    margin: 0 0 10px;
    padding: 0 0 10px;
    display: block;
    border: dotted #ccc;
    border-width: 0 0 1px 0;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
    }
.master .main .news .list-item:hover {
    opacity: 0.8;
    text-decoration: none
    }
.master .main .news .list-item span {
    font-size: 11px;
    color: #333;
    text-decoration: none
    }
.master .main .news .list-item h2 {
    color: #900;
    font-weight: normal;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    display: inline-block
    }
.master .main .article .intro {
    line-height: 22px;
    font-size: 12px;
    font-style: italic;
    color: #073059;
    margin: 0 0 15px
    }
.master .main .article .intro h3 {
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-size: 12px;
    font-style: italic;
    color: #073059
    }
.master .main a {
    color: #073059;
    text-decoration: underline
    }
.master .main .article .intro .category {
    display: block
    }
.master .main .article .intro .date {
    display: block;
    text-align: right;
    color: #aaa
    }
.master .main .article .intro .icons {
    display: block;
    text-align: right
    }
.master .main .article .intro .icons table {
    float: right
    }
.master .main .article .intro .icons table tr td {
    padding: 0 0 0 5px
    }
.master .main .article .image {
    border: 1px solid #ccc;
    padding: 4px;
    float: left;
    margin: 0 20px 10px 0
    }
.master .main .article .share a {
    color: #073059;
    text-decoration: underline;
    display: block
    }
.master .main .article .share input[type=submit] {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px 0 0;
    background: #900;
    color: #fff;
    padding: 0 10px;
    font-size: 11px;
    float: right;
    text-decoration: none;
    margin: 10px 0 0 10px;
    width: auto
    }
.master .main .article .share .warning {
    color: #900
    }
.master .main .article .share input, .master .main .article .share textarea {
    width: 100%;
    height: 28px;
    padding: 0 5px;
    margin: 0 0 5px;
    border: 1px solid #ccc
    }
.master .main .article .share textarea {
    height: 60px
    }
.master .main .article .share button {
    background: #900;
    color: #fff;
    border: none;
    margin: 0;
    font-size: 12px;
    padding: 0 20px;
    height: 40px
    }
.master .main .article .price {
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-weight: bold;
    margin: 15px 0 0;
    line-height: 30px
    }
.master .main .article .price a {
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    background: #900;
    color: #fff;
    padding: 0 10px;
    font-size: 11px;
    float: right
    }
.master .main .article .notification {
    clear: both
    }
.master .main .agenda a, .master .sidebar .agenda a {
    color: #011f3c;
    font-size: 14px;
    line-height: 30px;
    display: block;
    margin: 0 0 5px
    }
.master .main .agenda a:hover, .master .sidebar .agenda a:hover {
    opacity: 0.8;
    text-decoration: none
    }
.master .main .agenda a:last-child, .master .sidebar .agenda a:last-child {
    margin: 0
    }
.master .main .agenda a span, .master .sidebar .agenda a .date {
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    background: #900;
    color: #fff;
    padding: 0 10px;
    font-size: 11px
    }
.master .paging {
    margin: 15px 0 0;
    font-size: 13px
    }
.master .paging table {
    width: 100%
    }
.master .paging a {
    display: inline-block;
    margin: 0 4px 0 0
    }
.master .paging .active {
    color: #900
    }
.master .main .edition .highlight {
    background: #f2f2f2;
    padding: 20px;
    text-align: center;
    font-size: 14px
    }
.master .main .edition .highlight .title {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin: 0 0 10px
    }
.master .main .edition .highlight .image {
    width: 140px;
    height: 190px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    display: inline-block;
    border: 1px solid #ccc
    }
.master .main .edition .highlight a {
    color: #011f3c;
    text-decoration: underline;
    display: block
    }
.master .main .edition .editions a {
    display: block;
    text-decoration: underline
    }
.master .main .edition .image {
    text-align: center
    }
.master .main .edition .image img {
    margin: 0 0 15px;
    border: 1px solid #ccc;
    padding: 4px
    }
.master .main .edition .back {
    display: block;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    margin: 10px 0 0 0;
    background: #900;
    color: #fff;
    padding: 0 10px;
    font-size: 11px
    }
.master .main .form label {
    line-height: 28px;
    font-weight: normal
    }
.master .main .form label span {
    color: #900
    }
.master .main .form .warning {
    color: #900
    }
.master .main .form input[type=text], .master .main .form input[type=password] {
    height: 28px;
    padding: 0 5px;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 5px
    }
.master .main .form input[type=radio] {
    height: 14px;
    width: 14px;
    margin: 6px 5px 5px 0;
    float: left;
    line-height: 28px
    }
.master .main .form input[type=radio] + span {
    margin: 0 20px 5px 0;
    display: block;
    float: left;
    line-height: 28px
    }
.master .main .form textarea {
    height: 80px;
    padding: 0 5px;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 5px
    }
.master .main .form button, .master .main .form input[type=submit] {
    background: #900;
    color: #fff;
    border: none;
    margin: 0;
    font-size: 12px;
    padding: 0 20px;
    height: 40px;
    margin: 10px 0 0;
    float: right
    }
.master .main .form .warning {
    text-align: right;
    line-height: 28px
    }
.master .main .form .note {
    border-bottom: 1px solid #8398ad;
    padding: 5px 0;
    margin: 0 0 10px;
    font-weight: bold
    }
.master .main .dossiers a:last-child {
    margin: 0
    }
.master .main .dossiers .item {
    margin: 0 0 15px;
    padding: 0 0 15px;
    display: block;
    border: dotted #ccc;
    border-width: 0 0 1px 0;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
    }
.master .main .dossiers .image {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height: 154px;
    display: block
    }
.master .main .dossiers .item h2 {
    color: #011f3c;
    text-decoration: underline;
    font-weight: normal;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 24px
    }
.master .main .dossiers .item h2 span {
    float: right
    }
.master .main .dossiers .item .row {
    display: block
    }
.master .main .dossiers .item a {
    color: #073059;
    text-decoration: underline;
    margin: 5px 10px 0 0;
    display: inline-block
    }
.master .main .dossiers .item button, .master .main .dossiers .item .bestel {
    background: #900;
    color: #fff;
    border: none;
    margin: 0;
    font-size: 12px;
    padding: 0 10px;
    text-decoration: none;
    height: 24px;
    float: right;
    margin: 5px 0 0
    }
.master .main .cart table {
    width: 100%
    }
.master .main .cart table th {
    font-weight: bold
    }
.master .main .cart table tbody tr {
    border-bottom: 1px solid #ccc
    }
.master .main .cart table tr td {
    padding: 2px 0;
    line-height: 28px
    }
.master .main .cart table td span {
    float: right;
    cursor: pointer
    }
.master .main .cart table td .fa {
    color: #900
    }
.master .main .cart table input {
    border: 1px solid #ccc;
    height: 28px;
    padding: 0 5px;
    width: 80%
    }
.master .main .cart table .right {
    text-align: right
    }
.master .main .cart .coupon {
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin: 10px 0 20px;
    display: inline-block
    }
.master .main .cart .coupon input {
    border: 1px solid #ccc;
    height: 28px;
    padding: 0 5px;
    margin: 0 10px
    }
.master .main .cart .coupon button, .master .main .cart .coupon input[type=button] {
    background: #900;
    color: #fff;
    border: none;
    margin: 0;
    font-size: 12px;
    padding: 0 20px;
    height: 28px
    }
.master .main .cart .next a, .master .main .article .next a, .master .main .cart .next input[type=button], .master .main .article .next input[type=button] {
    background: #900;
    color: #fff;
    border: none;
    display: inline-block;
    margin: 0;
    line-height: 36px;
    font-size: 12px;
    padding: 0 20px;
    height: 36px
    }
.master .main .cart .next input[type=button], .master .main .article .next input[type=button] {
    float: right
    }
.master .main .cart-button {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px 0 0;
    background: #900;
    color: #fff;
    padding: 0 10px;
    font-size: 11px;
    float: right;
    text-decoration: none;
    margin: 10px 0 0 10px;
    border: none
    }
.master .main .article .next {
    clear: both;
    margin: 15px 0 0;
    overflow: hidden
    }
.master .main .search {
    background: #d8dfe7;
    padding: 10px 20px;
    color: #022f56
    }
.master .main .search label {
    display: block;
    line-height: 18px;
    margin: 10px 0 0
    }
.master .main .search input[type=text] {
    border: 1px solid #ccc;
    height: 28px;
    padding: 0 5px;
    display: block;
    width: 100%
    }
.master .main .search input[type=checkbox] {
    height: 20px;
    float: left;
    margin: 5px 10px 0 0
    }
.master .main .search input[type=checkbox] + span {
    line-height: 20px;
    float: left;
    margin: 5px 0 0
    }
.master .main .search select {
    border: 1px solid #ccc;
    height: 28px;
    padding: 0 5px;
    display: block;
    width: 100%
    }
.master .main .search button, .master .main .search input[type=submit] {
    background: #900;
    color: #fff;
    border: none;
    display: inline-block;
    margin: 10px 0;
    line-height: 36px;
    font-size: 12px;
    padding: 0 20px;
    float: right;
    height: 36px
    }
.master .main .search a {
    text-decoration: underline;
    line-height: 36px;
    margin: 10px 0;
    display: block;
    float: left
    }
.master .main .account {
    background: #d8dfe7;
    padding: 10px 20px 20px;
    color: #022f56;
    clear: both;
    overflow: hidden
    }
.master .main .notification {
    background: #d8dfe7;
    padding: 20px;
    color: #022f56
    }
.master .main .notification a {
    text-decoration: underline
    }
.master .main h1 {
    font-size: 20px;
    color: #011f3c;
    border-bottom: 2px solid #8398ad;
    margin-bottom: 15px;
    line-height: 25px;
    font-weight: normal;
    padding: 0 0 5px
    }
.master .main h1 .fa-print {
    float: right;
    cursor: pointer
    }
.master .sidebar .banner {
    display: block;
    margin: 0 0 20px;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    width: 100%
    }
.master .sidebar .agenda {
    margin: 0 0 20px
    }
.master .sidebar .banner:hover {
    opacity: 0.8
    }
.master .sidebar .banner + .banner {
    border-top: 2px solid #8398ad;
    padding: 20px 0 0
    }
.master .sidebar .edition {
    margin: 0 0 20px
    }
.master .sidebar .edition .image {
    border: 1px solid #ccc;
    padding: 4px;
    position: relative
    }
.master .sidebar .edition .image div {
    position: absolute;
    bottom: -8px;
    right: -8px;
    height: 65px;
    width: 65px;
    line-height: 63px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background: #F55F5F;
    font-size: 15px;
    border: 2px solid #fff;
    transform: rotate(21deg)
    }
.master .sidebar .edition .image span {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
    }
.master .sidebar .edition h2 {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0 5px;
    margin: 0;
    color: #011f3c
    }
.master .sidebar .edition .button {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px 0 0;
    background: #900;
    color: #fff;
    padding: 0 10px;
    font-size: 11px;
    margin: 10px 0 0
    }
.master .sidebar .edition .list {
    display: block;
    color: #011f3c
    }
.master .sidebar .edition .list:first-child {
    margin: 15px 0 0
    }
.master .sidebar .cart {
    border: 1px solid #ccc;
    padding: 0 20px 20px;
    margin: 0 0 20px
    }
.master .sidebar .cart a {
    display: block;
    text-decoration: underline
    }
.master .sidebar .cart a span {
    float: right
    }
.master .sidebar .cart .button {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px 0 0;
    background: #900;
    color: #fff;
    padding: 0 10px;
    font-size: 11px;
    margin: 10px 0 0;
    float: right;
    text-decoration: none
    }
.master .sidebar .cart h1 span {
    float: right;
    font-size: 12px
    }
.master .sidebar .login {
    border: 1px solid #ccc;
    padding: 0 20px 20px;
    margin: 0 0 20px
    }
.master .sidebar .login h1 span {
    font-size: 14px;
    color: #406d9b
    }
.master .sidebar .login .button {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px 0 0;
    background: #900;
    color: #fff;
    padding: 0 10px;
    font-size: 11px;
    float: right;
    text-decoration: none;
    margin: 10px 0 0 10px
    }
.master .sidebar .login .logout {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px 0 0;
    background: #607e96;
    color: #fff;
    padding: 0 10px;
    font-size: 11px;
    margin: 10px 0 0;
    float: right;
    text-decoration: none
    }
.master .sidebar .login .inputs {
    background: #fff;
    padding: 0 20px;
    border: 1px solid #ccc;
    margin: 0 0 15px
    }
.master .sidebar .login .inputs input {
    width: 100%;
    border: none;
    outline: none;
    height: 40px
    }
.master .sidebar .login .inputs input:first-child {
    border-bottom: 1px solid #ccc;
    height: 41px
    }
.master .sidebar .login .extra {
    color: #073059;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none
    }
.master .sidebar .login input[type=submit] {
    background: #900;
    color: #fff;
    border: none;
    margin: 0;
    font-size: 12px;
    padding: 0;
    width: 100%;
    height: 40px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
    }
.master .sidebar .agenda a {
    font-size: 12px
    }
.master .sidebar h1 {
    font-size: 16px;
    color: #011f3c;
    border-bottom: 2px solid #8398ad;
    margin-bottom: 15px;
    line-height: 25px;
    font-weight: normal;
    padding: 0 0 5px
    }
.master .sidebar iframe {
    border: 1px solid #ccc;
    margin: 0 0 20px
    }
footer {
    background: #073059;
    color: #96c3ef;
    padding: 20px 0 40px
    }
footer h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 24px;
    font-weight: normal
    }
footer ul {
    margin: 0;
    padding: 0 0 0 15px
    }
footer ul li {
    float: left
    }
footer ul li a {
    display: block;
    padding: 0 30px 0 0
    }
footer span {
    display: block;
    text-align: right;
    margin: 34px 0 0
    }
@media (min-width: 768px) and (max-width: 992px) {
    header nav ul li a {
        padding: 0 8px
        }
    }
@media (max-width: 767px) {
    nav {
        display: none
        }
    header {
        border-bottom: 5px solid #093562
        }
    header .search {
        margin: 0 0 5px;
        display: none
        }
    header nav ul {
        padding: 15px 0;
        margin: 0
        }
    header nav ul li {
        float: none;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)
        }
    header nav ul .active a {
        border-radius: 5px;
        background: none;
        color: #fff
        }
    header nav ul .active a:hover {
        color: #fff
        }
    header nav ul li:last-child {
        border-bottom: none
        }
    header nav ul li ul {
        display: block;
        position: static;
        background: #d8dfe7;
        margin: 0 -15px;
        padding: 10px 30px
        }
    header nav ul li ul li span {
        float: left;
        margin: 7px 15px 0 0
        }
    header nav ul li ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
        }
    header nav ul li ul li:last-child {
        border-bottom: none
        }
    header nav ul li ul li a, header nav ul li ul li a:hover {
        color: #011f3c
        }
    footer span {
        text-align: left
        }
    }