/*!
Theme Name: european-left
Description: Custom Theme for the European Left Party
Version: 1.0
Text Domain: Custom Theme for the European Left Party
*/

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

/* NORMALIZE */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
  
body { margin: 0; }
main { display: block; }
  
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
  
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
  
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
  
a { background-color: transparent; }
  
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
  
  b, strong {
    font-weight: bolder;
}
  
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
  
small { font-size: 80%; }
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
  
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input { overflow: visible; }
button, select { text-transform: none; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset { padding: 0.35em 0.75em 0.625em; }
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress { vertical-align: baseline; }
textarea { overflow: auto; }
  
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
  
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details { display: block; }
summary { display: list-item; }
template { display: none; }
[hidden] { display: none; }


/* GENERAL STYLES */

body {
    font-family: 'Arial', sans-serif;
    color: #212121;
    font-size: 15px;
    line-height: 1.6;
    background-color: #F5F5F5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* HELPERS */

.nopadding {
    padding: 0;
    margin: 0;
}

.mt-25 { margin-top: 25px; }
.mt-50 { margin-top: 50px; }
.mt-75 { margin-top: 75px; }
.mt-100 { margin-top: 100px; }
.mt-125 { margin-top: 125px; }
.mt-150 { margin-top: 150px; }
.mb-25 { margin-bottom: 25px; }
.mb-50 { margin-bottom: 50px; }
.mb-75 { margin-bottom: 75px; }
.mb-100 { margin-bottom: 100px; }

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; 
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: auto;
}


/* TYPOGRAPHY */

a {
    color: #d32f2f;
}

h1.single {
    font-family: 'Visby Bold';
    font-size: 25px;
    line-height: 1;
    color: #b71c1c;
    text-transform: uppercase;
    margin: 0 0 35px 0;
    padding: 0 0 10px 0;
}

h2.section-title {
    font-family: 'Visby Bold';
    font-size: 17px;
    color: #212121;
    text-transform: uppercase;
    margin: 0 0 35px 0;
    padding: 0;
}

section.content h2.no-padding {
    font-family: 'Visby Bold';
    font-size: 21px;
    color: #212121;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 15px 0;
}

section.candidates p {
    font-family: 'Visby Bold';
    font-size: 25px;
    line-height: 1;
    color: #b71c1c;
    text-transform: uppercase;
    margin: 0 0 35px 0;
    padding: 0;
}

h3.news-title {
    font-family: 'Visby Bold';
    font-size: 17px;
    color: #b71c1c;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

h3.event-title {
    font-family: 'Visby Bold';
    font-size: 21px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

small.news-date {
    display: block;
    font-family: 'Visby Bold';
    font-size: 13px;
    color: #212121;
    margin: 0;
    padding: 5px 0 25px 0;
}

small.event-date {
    display: block;
    font-family: 'Visby Bold';
    font-size: 15px;
    color: white;
    margin: 0;
    padding: 5px 0;
}

.lang-choose {
    z-index: 9999;
    position: absolute;
    right: 25px;
    top: 30px;
}

.lang-choose-mobile {
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 10px;
}

select#gtranslate_selector {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    background-color: #b71c1c;
    color: white;
}


/* HEADER */

header.sticky {
    overflow: hidden;
    width: 100%;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}

#logo, #mlogo, #flogo {
    margin-top: 3px;
}

#main-menu {
    background-color: white;
    padding: 25px;
}

ul.main-navigation {
    list-style-type: none;
    margin: 0 0 0 50px;
    padding: 0;
}

ul.main-navigation li {
    float: left;
}

ul.main-navigation > li > a {
    font-family: 'Visby Bold';
    display: block;
    color: #212121;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

ul.main-navigation li a:hover, .dropdown:hover .dropdown-button {
    background-color: #d32f2f;
    color: white;
    text-decoration: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    padding: 10px 15px;
    background-color: #d32f2f;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}

.dropdown-content > a {
    font-family: 'Visby Bold';
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Mobile Navigation */

ul.mobile-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.mobile-navigation li {
    display: block;
}

#mobile-menu-dropdown {
    background-color: white;
    padding: 15px 0;
}

ul.mobile-navigation li a {
    font-family: 'Visby Bold';
    display: block;
    color: #d32f2f;
    text-align: left;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
}

ul.mobile-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.mobile-submenu li a {
    font-family: 'Visby Bold';
    display: block;
    color: #212121;
    text-align: left;
    padding: 5px 0;
    text-decoration: none;
    text-transform: uppercase;
}

p.menu-trigger {
    font-size: 27px;
    background-color: #d32f2f;
    color: white;
    padding: 0 10px;
    cursor: pointer;
}

section.breadcrumb-nav {
    padding: 5px 15px;
    background: rgb(183,28,28);
    background: -moz-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71c1c",endColorstr="#f44336",GradientType=1);
    color: white;
    -webkit-transform:translate3d(0,0,0);
}

section.breadcrumb-nav p, section.breadcrumb-nav a {
    padding: 0;
    margin: 0;
    color: white
}

.pagination .page-numbers {
    background: #b71c1c;
    color: #fff;
    display: block;
    width: auto;
    float: left;
    margin: 4px 4px 4px 0;
    padding: 10px 15px;
    text-decoration: none;
 }
  
 .pagination .page-numbers:hover {
    background: #212121;
    color: #fff;
    text-decoration: none;
 }
  
 .pagination .current {
    background: #212121;
    color: #fff;
    padding: 10px 15px;
 }


/* HOME */

.featured-image {
    background-size: cover;
    background: center center no-repeat;
    height: 600px;
    -webkit-transform: translate3d(0,0,0);
}

.image-overlay {
    background-color: rgba(33,33,33,0.75);
    color: white;
    line-height: 1.3;
    padding: 25px;
    margin-top: 50px;
}

span.red {
    color: #b71c1c;
}

.image-overlay h2 {
    font-family: 'Visby Bold';
    font-size: 23px;
    color: white;
    padding: 0 0 15px 0;
    margin: 0;
}

.image-overlay p {
    font-size: 15px;
    color: white;
}

#tweet-1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#tweet-1 ul > li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 25px;
}

p.user {
    color: white;
    font-family: 'Visby Bold';
    font-size: 17px;
}

.small-card {
    background-color: white;
    padding: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.card {
    background-color: white;
    padding: 50px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.event-card {
    background: rgb(183,28,28);
    background: -moz-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71c1c",endColorstr="#f44336",GradientType=1);
    color: white;
    padding: 15px;
    margin-bottom: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.card-fin {
    background-color: white;
    padding: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.card-countries {
    background-color: white;
    padding: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.red-card {
    background: rgb(183,28,28);
    background: -moz-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71c1c",endColorstr="#f44336",GradientType=1);
    padding: 35px 15px;
    color: white;
    height: 216px;
}

.red-card-small {
    border: 1px solid #022758;
    padding: 25px 15px;
    color: white;
}

.red-card > a {
    font-family: 'Visby Bold';
    font-size: 21px;
    color: white;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0 0 15px 0;
}

.red-card-small > a {
    font-family: 'Visby Bold';
    color: #022758;
    font-size: 21px;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}

h2.parties {
    font-family: 'Visby Bold';
    color: #022758;
    text-transform: uppercase;
    font-size: 21px;
    padding: 100px 0 50px 0;
}

p.tweet {
    color: white;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

p.interact {
    display: none;
}

p.timePosted, #twitter-header {
    color: #e57373;
    font-family: 'Visby Bold';
}

a.read-more {
    color: #b71c1c;
    display: block;
    text-transform: uppercase;
    margin-top: 25px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Visby Bold';
}

a.event-read-more {
    background-color: #212121;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 5px 10px;
    color: white;
    text-decoration: none;
    font-family: 'Visby Bold';
}

a.congress-read-more {
    display: block;
    background-color: #ececec;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
    padding: 25px;
    color: #424242;
    text-decoration: none;
    font-family: 'Visby Bold';
}

section.news, section.social, section.newsletter {
    background-color: #F5F5F5;
    padding-top: 100px;
    padding-bottom: 100px;
}

section.election {
    background-color: #ececec;
    padding-top: 0px;
    padding-bottom: 100px;
}

section.banner, section.logo {
    background-color: #000000;
    padding-top: 50px;
    padding-bottom: 50px;
}

section.slogan {
    background: rgb(183,28,28);
    background: -moz-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71c1c",endColorstr="#f44336",GradientType=1);
    padding-top: 50px;
    padding-bottom: 50px;
}

section.red {
    background: rgb(183,28,28);
    background: -moz-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71c1c",endColorstr="#f44336",GradientType=1);
    padding-top: 50px;
    padding-bottom: 50px;
}

section.slogan p {
    text-transform: uppercase;
    color: white;
    font-family: 'Visby Bold';
    font-size: 31px;
    padding: 0;
    margin: 0;
}


/* CONTENT */

h1 {
    font-family: 'Visby Bold';
    color: #b71c1c;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #b71c1c;
    line-height: 0.3em;
    margin: 15px 0 50px;
}

h1 span {
    font-size: 27px;
    background: #F5F5F5;
    padding: 0 15px;
}

section.content h2 {
    font-family: 'Visby Bold';
    font-size: 21px;
    margin: 0;
    padding: 35px 0 15px 0;
}

section.content h3 {
    font-family: 'Visby Bold';
    font-size: 17px;
    color: #b71c1c;
    margin: 0;
    padding: 25px 0 15px 0;
}

section.content ul {
    margin: 25px 0;
}


/* WHO WE ARE */

.citation {
    font-style: italic;
    font-size: 19px;
    color: #b71c1c;
    margin-bottom: 25px;
}

.citation-author {
    font-style: normal;
    margin: 0;
    font-size: 15px;
    color: #212121;
}


/* STATUTE */

#statute {
    position: fixed;
    bottom: 35px;
    right: 35px;
    background: #212121;
    background: -moz-linear-gradient(-45deg, #212121 0%, #424242 100%);
    background: -webkit-linear-gradient(-45deg, #212121 0%,#424242 100%);
    background: linear-gradient(135deg, #212121 0%,#424242 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#424242',GradientType=1 );
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    padding: 25px;
    width: 250px;
}

ul#statute-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#statute-nav li > a {
    margin: 0;
    text-align: left;
    font-size: 15px;
    color: white;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
}

.nav-tabs, .nav-pills {
    text-align: center;
}

.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    font-family: 'Visby Bold';
    color: #d32f2f;
    margin-right: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.party-logo {
    padding: 15px;
}

.person {
    padding: 35px;
}

.person img {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}

.person p {
    text-align: center;
    padding: 0;
    margin: 0;
}

.person p.name {
    font-family: 'Visby Bold';
    font-size: 17px;
    color: #b71c1c;
}

.person p.position {
    font-weight: bold;
    color: #212121;
}

.red-link {
    background-color: #d32f2f;
    padding: 15px;
}

.red-link a {
    display: block;
    font-family: 'Visby Bold';
    color: white;
    padding: 0;
    margin: 0;
    text-align: center;
}

a.download {
    background: rgb(183,28,28);
    background: -moz-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71c1c",endColorstr="#f44336",GradientType=1);
    color: white;
    padding: 15px 25px;
}

#vmap {
    width: 570px;
    height: 450px;
}

ul#countries {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#countries li {
    padding-bottom: 15px;
}

ul#countries li > img {
    padding: 0;
}

ul#countries li > h2 {
    color: #b71c1c;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

ul#countries li > a {
    color: #212121;
    display: block;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: center;
    text-transform: none;
}

ul#countries li > a:hover {
    background: none;
}

.div-hidden {
    display: none;
}

.div-visible {
    display: block;
}

.eo-fullcalendar .fc-view > table > thead {
    background-color: #022758!important;
    color: white;
}

.eo-fullcalendar-reset.fc-unthemed .fc-today {
    background-color: #ececec!important;
}

.fin-rep a {
    font-family: 'Visby Bold';
    font-size: 17px;
    color: #b71c1c;
    padding: 0;
    margin: 0;
}

.fin-rep p {
    font-family: 'Visby Bold';
    font-size: 17px;
    color: #212121;
    padding: 0;
    margin: 0;
}

.slick-prev:before, .slick-next:before {
    color: #212121;
}

.fc-event {
    background: rgb(183,28,28);
    background: -moz-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71c1c",endColorstr="#f44336",GradientType=1);
    border: none!important;
}

a.support-link {
    background-color: #b71c1c;
    color: white;
    font-weight: bold;
    padding: 15px;
}

a.candidate-link {
    color: #b71c1c;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

label {
    font-size: 13px;
    color: #212121;
}

input, textarea {
    width: 550px;
    padding: 10px;
    margin-bottom: 5px;
    background-color: white;
    border: none;
}

input.wpcf7-submit {
    background-color: #b71c1c;
    color: white;
}

input#pp {
    width: 150px;
}

/* FOOTER */

footer {
    padding: 50px 0;
    background: rgb(33,33,33);
    background: -moz-linear-gradient(130deg, #212121 0%, #424242 100%);
    background: -webkit-linear-gradient(130deg, #212121 0%, #424242 100%);
    background: linear-gradient(130deg, #212121 0%, #424242 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121",endColorstr="#424242",GradientType=1);
    color: white;
    border-bottom: 15px solid #212121;
}

footer a, footer a:hover {
    font-weight: bold;
    color: white;
    padding: 0 10px;
}