@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic,300italic);
html {
    box-sizing: border-box;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    width: 100%;
    border-collapse: collapse;
}
table tr th {
    text-align: left;
}
table tbody tr:first-child td {
    background: #e7e7e7;
}
table tr th {
    padding: 10px;
}
table tr td {
    padding: 20px 10px;
    border-bottom: 1px solid #e7e7e7;
}
table tr td img {
    position: absolute;
    right: -1000px;
    visibility: hidden;
}
table tr td a.owner-picture:before {
    font-family: 'joc';
    content: '\e806';
}
.ip-header {
    position: fixed;
    top: 0;
    left: 20%;
    z-index: 100;
    min-height: 480px;
    width: 80%;
    height: 100%;
    background: #fff;
}
.home .ip-header {
    width: 100%;
    left: 0;
    height: 100%;
    background: #f5f5f5;
}
.ip-header h1 {
    margin: 0;
}
.ip-logo,
.ip-loader {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}
.ip-logo {
    top: 0;
    height: 100%;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}
.ip-loader {
    bottom: 20%;
}
.ip-header .ip-inner {
    display: block;
    margin: 0 auto;
}
.ip-header .ip-logo svg {
    min-width: 320px;
    max-width: 480px;
    width: 25%;
}
.ip-header .ip-logo svg path {
    fill: #e7e7e7;
}
.home .ip-header .ip-logo svg path {
    fill: #003150;
}
.ip-header .ip-loader svg path {
    fill: none;
    stroke-width: 3;
}
.ip-header .ip-loader svg path.ip-loader-circlebg {
    stroke: #ddd;
}
.ip-header .ip-loader svg path.ip-loader-circle {
    -webkit-transition: stroke-dashoffset 0.2s;
    transition: stroke-dashoffset 0.2s;
    stroke: #003150;
}
/* Animations */
/* Initial animation of header elements */

.loading .ip-logo,
.loading .ip-loader {
    opacity: 1;
    -webkit-animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}
.loading .ip-loader {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@-webkit-keyframes animInitialHeader {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 800px, 0);
    }
}
@keyframes animInitialHeader {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 800px, 0);
        transform: translate3d(0, 800px, 0);
    }
}
/* Header elements when loading finishes */

.loaded .ip-logo,
.loaded .ip-loader {
    opacity: 1;
}
.loaded .ip-logo {
    -webkit-transform-origin: 50% -500px;
    transform-origin: 50% -500px;
    -webkit-animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
@-webkit-keyframes animLoadedLogo {
    to {
        -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    }
}
@keyframes animLoadedLogo {
    to {
        -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
        transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    }
}
.loaded .ip-loader {
    -webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
@-webkit-keyframes animLoadedLoader {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    }
}
@keyframes animLoadedLoader {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
        transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    }
}
/* Change the color of the logo */

.loaded .ip-logo svg path {
    -webkit-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
    fill: #fff;
}
/* Header animation when loading finishes */

.loaded .ip-header {
    -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
@-webkit-keyframes animLoadedHeader {
    to {
        -webkit-transform: translate3d(0, -150%, 0);
    }
}
@keyframes animLoadedHeader {
    to {
        -webkit-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}
/* Content animations */

.loaded .ip-main #content {
    -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}
@-webkit-keyframes animLoadedContent {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
    }
}
@keyframes animLoadedContent {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }
}
/* Change layout class for header */

.layout-switch .ip-header {
    position: absolute;
}
/* No JS */

.no-js .ip-header {
    position: relative;
    min-height: 0px;
}
.no-js .ip-header .ip-logo {
    margin-top: 20px;
    height: 180px;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.no-js .ip-header .ip-logo svg path {
    fill: #fff;
}
@media screen and (max-width: 1280px) {
    .ip-header {
        left: 65px;
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .ip-header {
        left: 0;
        width: 100%;
    }
}
h1,
h2 {
    font-weight: 100;
}
@font-face {
    font-family: 'joc';
    src: url("fonts/joc.eot?50196261");
    src: url("fonts/joc.eot?50196261#iefix") format("embedded-opentype"), url("fonts/joc.woff?50196261") format("woff"), url("fonts/joc.ttf?50196261") format("truetype"), url("fonts/joc.svg?50196261#joc") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'joc';
    src: url('../font/joc.svg?50196261#joc') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "joc";
    font-style: normal;
    font-weight: normal;
    speak-as: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-arrow-down:before {
    content: '\e800';
}
/* '' */

.icon-arrow-left:before {
    content: '\e801';
}
/* '' */

.icon-arrow-right:before {
    content: '\e802';
}
/* '' */

.icon-arrow-up:before {
    content: '\e803';
}
/* '' */

.icon-bell:before {
    content: '\e804';
}
/* '' */

.icon-calendar:before {
    content: '\e805';
}
/* '' */

.icon-camera:before {
    content: '\e806';
}
/* '' */

.icon-chevron-left:before {
    content: '\e807';
}
/* '' */

.icon-document:before {
    content: '\e808';
}
/* '' */

.icon-chevron-right:before {
    content: '\e809';
}
/* '' */

.icon-download:before {
    content: '\e80a';
}
/* '' */

.icon-form:before {
    content: '\e80b';
}
/* '' */

.icon-image:before {
    content: '\e80c';
}
/* '' */

.icon-list:before {
    content: '\e80d';
}
/* '' */

.icon-location:before {
    content: '\e80e';
}
/* '' */

.icon-mosaic:before {
    content: '\e80f';
}
/* '' */

.icon-movie:before {
    content: '\e810';
}
/* '' */

.icon-send:before {
    content: '\e811';
}
/* '' */

.icon-star:before {
    content: '\e812';
}
/* '' */

.icon-users:before {
    content: '\e813';
}
/* '' */

.icon-load-more:before {
    content: '\e814';
}
/* '' */

.icon-fei-calendar:before {
    content: '\e815';
}
/* '' */

.icon-eye:before {
    content: '\e816';
}
/* '' */

.icon-envelope:before {
    content: '\e817';
}
/* '' */

.icon-archive:before {
    content: '\e818';
}
/* '' */

.icon-cross:before {
    content: '\e819';
}
/* '' */

.icon-pin:before {
    content: '\e81a';
}
/* '' */

.icon-pen:before {
    content: '\e81b';
}
/* '' */

.icon-joc:before {
    content: '\e81c';
}
.icon-medal:before {
    content: '\e81d';
}
/* '' */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
textarea {
    margin: 0 0 25px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
    border: none;
    background: #e7e7e7;
    line-height: 40px;
    display: block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
textarea {
    border: none;
    background: #e7e7e7;
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input[type="submit"] {
    line-height: 40px;
    background: #051736;
    border: none;
    padding: 0px 35px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
        transform: translate(-50%, -50%) rotateX(0) rotateY(0);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
    }
}
@keyframes a {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
        transform: translate(-50%, -50%) rotateX(0) rotateY(0);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
    }
}
.fluidbox {
    outline: none;
}
.fluidbox__overlay {
    background-color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    cursor: zoom-out;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.fluidbox--opened .fluidbox__overlay {
    pointer-events: auto;
}
.fluidbox__wrap {
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.fluidbox--closed .fluidbox__thumb,
.fluidbox__thumb {
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}
.fluidbox__ghost {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    transition-duration: 0s, .5s;
    transition-delay: 0s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
}
.fluidbox--opened .fluidbox__ghost {
    cursor: pointer;
    cursor: zoom-out;
}
.fluidbox--closed .fluidbox__ghost {
    -webkit-transition-delay: .5s, 0s;
    transition-delay: .5s, 0s;
}
.fluidbox__loader {
    opacity: 0;
    -webkit-perspective: 200px;
    perspective: 200px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.fluidbox__loader:before {
    background-color: rgba(255, 255, 255, 0.85);
    content: '';
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    padding-bottom: 20%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.fluidbox--loading .fluidbox__loader {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out .5s;
    transition: opacity .5s ease-in-out .5s;
}
.fluidbox--loading .fluidbox__loader:before {
    -webkit-animation: a 1s 0s infinite ease-in-out forwards;
    animation: a 1s 0s infinite ease-in-out forwards;
}
.grid {
    list-style: none;
    margin: 20px;
    padding: 0;
    min-height: 900px;
}
.grid li {
    display: block;
    width: 33.333%;
    float: left;
    /*opacity: 0;*/
}
.grid .item-width1 {
    width: 33.3333%;
}
.grid .item-width2 {
    width: 50%;
}
.grid .item-width3 {
    width: 66%;
}
.grid .item-height1 {
    height: 210px;
}
.grid .item-height2 {
    height: 420px;
}
.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
    opacity: 1;
}
.grid li a,
.grid li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
}
.grid li img {
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-transition: all, 0.5s, ease-in-out;
    -o-transition: all, 0.5s, ease-in-out;
    -webkit-transition: all, 0.5s, ease-in-out;
    transition: all, 0.5s, ease-in-out;
}
.grid li a:hover img {
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}
.grid li a {
    display: block;
    margin: 15px;
}
.grid li.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}
.grid .article h2,
.grid .press-release h2,
.grid .newsletter h2 {
    margin: 15px 0 0 0;
    font-size: 28px;
    font-weight: 100;
}
.grid .article p:before,
.grid .press-release p:before,
.grid .newsletter p:before {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background: #ffffff;
    margin-bottom: 10px;
}
.grid .article p,
.grid .press-release p,
.grid .newsletter p {
    margin-top: 35px;
}
.grid .article a,
.grid .newsletter a,
.grid .press-release a {
    padding: 35px;
    background: #051736;
    color: #ffffff;
}
.grid .article i,
.grid .newsletter i,
.grid .press-release i {
    font-size: 24px;
}
@-webkit-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@media screen and (max-width: 1023px) {
    .grid {
        margin: 0px;
    }
    .grid li {
        width: 50%;
    }
}
@media screen and (max-width: 720px) {
    .grid li {
        width: 100%;
    }
}
body {
    position: relative;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    color: #36373c;
    background: #f5f5f5;
    left: 0;
    overflow-x: hidden;
    -moz-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    -webkit-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out;
}
body.slide-menu-open {
    left: 255px;
}
body.home {
    background: #ffffff;
}
a {
    -moz-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    -webkit-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out;
    outline: none;
}
/*
a,
a:visited {
    color: #36373c;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #051736;
    text-decoration: none;
}*/
section h1 {
    font-size: 32px;
    font-weight: 100;
    color: #051736;
}
.col_full {
    width: 100%;
    clear: both;
}
.col_1-3 {
    width: 30%;
    float: left;
}
.col_2-3 {
    width: 70%;
    float: left;
}
.col_1-2 {
    width: 50%;
    float: left;
}
.button {
    padding: 5px 15px;
    border: 1px solid #e7e7e7;
    color: #909193;
}
.button:hover {
    background: #051736;
    border: 1px solid #003150;
    color: #ffffff;
}
a.button-toggle {
    padding: 0;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    overflow: hidden;
    line-height: 38px;
}
a.button-toggle i {
    font-size: 21px;
}
a.button-toggle:hover {
    padding: 0 15px;
    width: auto;
    background: #051736;
    border: 1px solid #003150;
}
.position-relative {
    position: relative;
}
.separator {
    position: relative;
    text-align: center;
    margin-bottom: -60px;
}
.separator i {
    position: relative;
    top: -30px;
    display: inline-block;
    padding: 15px;
    background: #ffffff;
    font-size: 24px;
    color: #909193;
}
.separator:before {
    background: #e7e7e7;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    right: 0;
    position: absolute;
    right: 0;
    top: 0;
}
hr {
    margin: 35px 0px;
    border: none;
    position: relative;
    text-align: center;
    height: 1px;
    background: #e7e7e7;
}
hr:before {
    display: inline-block;
    position: relative;
    top: -25px;
    content: '\e81c';
    font-family: 'joc';
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #f5f5f5;
    color: #909193;
    font-size: 21px;
}
.author {
    color: #999;
    height: 25px;
    margin-top: 30px;
    position: relative;
}
.author:before {
    background: #e7e7e7;
    content: "";
    display: block;
    height: 2px;
    width: 66%;
    right: 0;
    position: absolute;
    right: 0;
    top: 6px;
}
.author:after {
    background: #fff;
    font-family: times, serif;
    color: #909193;
    content: "“";
    display: inline-block;
    font-size: 45px;
    right: 66%;
    line-height: 1em;
    padding-right: 20px;
    position: absolute;
    top: -4px;
}
.author strong {
    background: #fff none repeat scroll 0 0;
    color: #909193;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1em;
    padding-left: 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}
nav ul {
    margin: 0px;
    padding: 0px;
}
nav ul li {
    list-style: none;
}
.box-content {
    position: relative;
    z-index: 10;
}
.box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    z-index: 0;
}
.box-overlay a {
    display: block;
    width: 100%;
    height: 100%;
}
.red-txt {
    color: #051736;
}
/* Cover images */

.cover-image {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
article .article-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    z-index: -1;
}
article .post-image .article-image {
    z-index: auto;
}
article:hover .article-image {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* Navigation */

.c-hamburger {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    overflow: hidden;
    padding: 0;
    font-size: 0;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
    transition: background 0.3s;
}
.c-hamburger:focus {
    outline: none;
}
/*
.c-hamburger span {
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    height: 2px;
    background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 80%;
    height: 2px;
    background-color: #fff;
    content: "";
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.c-hamburger span::before {
    top: -10px;
}
.c-hamburger span::after {
    bottom: -10px;
    width: 70%;
}
.c-hamburger.is-active span::before,
.c-hamburger.is-active span::after {
    width: 100%;
}*/
.c-hamburger--htx span {
    transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    transition-property: top, transform;
}
.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}
.c-hamburger:hover span::before,
.c-hamburger:hover span::after {
    width: 100%;
}
/* active state, i.e. menu open */

.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}
/* Header */

header#header-site {
    position: fixed;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: #ffffff;
    border-right: 1px solid #e7e7e7;
    z-index: 9999;
    -moz-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    -webkit-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out;
}
header#header-site h1#site-title {
    margin: 0px;
    padding: 35px;
    width: 217px;
    height: 207px;
    background: url("images/joc-logo.svg") no-repeat center;
    text-indent: -9999px;
}
header#header-site h1#site-title a {
    display: block;
    width: 100%;
    height: 100%;
}
header#header-site nav#main-navigation {
    margin-left: 100px;
    margin-top: 75px;
    -moz-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    -webkit-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out;
}

header#header-site nav#main-navigation a {
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 3px;
    font-size: 18px;
}
header#header-site nav#main-navigation li.current-menu-item a {
    color: #051736;
}

@media screen and (max-height: 800px) {
    header#header-site nav#main-navigation {
        margin-top: 0;
    }
}

@media screen and (max-height: 700px) {
    header#header-site nav#main-navigation a {
        line-height: 25px;
    }
}

header#header-site #partners {
    position: relative;
    top: 86px;
    left: 70px;
    width: 100%;
    background: #ffffff;
}
header#header-site #partners h4 {
    margin: 0px;
    padding: 35px 15px 10px 35px;
    font-size: 12px;
    font-weight: 100;
    color: #909193;
}
header#header-site #partners ul {
    margin: 0px;
    padding: 0px 35px 15px 35px;
}
header#header-site #partners ul li {
    list-style: none;
}
header#header-site #partners ul li img {
    max-width: 190px;
    max-height: 40px;
}
header#header-site a#fei-calendar-button {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    border-top: 1px solid #e7e7e7;
    background: #ffffff;
    line-height: 85px;
}
header#header-site a#fei-calendar-button i {
    margin-left: 35px;
    font-size: 32px;
    color: #642c78;
    vertical-align: top;
}
header#header-site a#fei-calendar-button:hover {
    background: #642c78;
    color: #fff;
}
header#header-site a#fei-calendar-button:hover i {
    color: #fff;
}
header#header-site.menu-open {
    width: 320px;
}
header#header-site.menu-open nav#main-navigation {
    left: 65px;
    opacity: 1;
}
.home header#header-site {
    z-index: 10;
}
/* Main Content */

section#content-wrap {
    position: absolute;
    top: 0;
    left: 20%;
    width: 80%;
}
section#content-wrap #header-content {
    padding: 0 35px;
    height: 97px;
    background: #ffffff;
}
section#content-wrap #header-content #newsletter-links {
    line-height: 95px;
    float: left;
}
section#content-wrap #header-content #newsletter-links ul {
    margin: 0px;
    padding: 0px;
}
section#content-wrap #header-content #newsletter-links ul li {
    margin-right: 25px;
    list-style: none;
    display: inline-block;
}
section#content-wrap #header-content #newsletter-links ul li a {
    color: #909193;
    font-size: 13px;
}
section#content-wrap #header-content #newsletter-links ul li a:hover,
section#content-wrap #header-content #newsletter-links ul li.current-menu-item a {
    color: #051736;
}
section#content-wrap #header-content #newsletter-links ul li a i {
    margin-right: 15px;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #e7e7e7;
    text-align: center;
    line-height: 35px;
    -moz-transition: all, 0.5s, ease-in-out;
    -webkit-transition: all, 0.5s, ease-in-out;
    -o-transition: all, 0.5s, ease-in-out;
    -ms-transition: all, 0.5s, ease-in-out;
    transition: all, 0.5s, ease-in-out;
}
section#content-wrap #header-content #newsletter-links ul li a i.icon-envelope {
    line-height: 33px;
}
section#content-wrap #header-content #newsletter-links ul li a:hover i,
section#content-wrap #header-content #newsletter-links ul li.current-menu-item a i {
    background: #051736;
    color: #fff;
}
section#content-wrap #header-content #longines-widget {
    position: relative;
    width: 199px;
    float: right;
    overflow: hidden;
    padding-top: 23px;
}
@media screen and (max-width: 768px) {
/*section#content-wrap #header-content #longines-widget {
    position: relative;
    width: 0px;
    float: right;
    overflow: hidden;
    padding-top: 23px;
}*/
}
section#content-wrap #header-content #longines-widget object {
    position: absolute;
    top: -2px;
    right: -2px;
}
section#content-wrap #header-content:after {
    content: "";
    display: block;
    clear: both;
}
article .article-inner {
    padding: 35px;
}
article .article-inner .links a {
    padding: 0;
    margin-right: 20px;
    color: #ffffff;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    overflow: hidden;
    line-height: 38px;
    border: 1px solid #ffffff;
}
article .article-inner .links a i {
    font-size: 21px;
}
article .article-inner .links a:hover {
    padding: 0 15px;
    width: auto;
    background: #051736;
    border: 1px solid #003150;
}
article#news {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    color: #ffffff;
}
article#news .article-image {
    background-image: url(images/image-news.jpg);
}
article#news h2 {
    width: 66%;
    font-weight: 200;
    font-size: 28px;
}
.podium {
    width: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
.podium #owner-award,
.podium #horse-rank {
    position: relative;
    width: 50%;
    float: left;
    color: #909193;
    -moz-transition: all, 0.5s, ease-in-out;
    -webkit-transition: all, 0.5s, ease-in-out;
    -o-transition: all, 0.5s, ease-in-out;
    -ms-transition: all, 0.5s, ease-in-out;
    transition: all, 0.5s, ease-in-out;
}
.podium #owner-award h3,
.podium #horse-rank h3 {
    font-size: 16px;
    margin: 35px 35px 0 120px;
    padding: 0px;
    text-transform: uppercase;
    line-height: normal;
}
.podium #owner-award h4,
.podium #horse-rank h4 {
    font-size: 16px;
    margin: 0 35px 0 120px;
    padding: 0px;
    line-height: normal;
    font-weight: 100;
}
.podium #owner-award p,
.podium #horse-rank p {
    margin: 0 35px 35px 120px;
    padding: 0px;
    line-height: normal;
}
.podium #owner-award:before,
.podium #horse-rank:before {
    display: block;
    content: '';
    position: absolute;
    margin-top: -40px;
    top: 50%;
    left: 30px;
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.podium #owner-award:before {
    background-image: url("images/owner-award.svg");
}
.podium #horse-rank:before {
    background-image: url("images/horse-rank-green.svg");
}
.podium #owner-award {
    background: #f5f5f5;
}
.podium #horse-rank {
    background: #e7e7e7;
}
.podium #owner-award:hover {
    background: #8b7650;
}
.podium #horse-rank:hover {
    background: #014943;
}
.podium #owner-award:hover h3,
.podium #owner-award:hover h4,
.podium #owner-award:hover p,
.podium #horse-rank:hover h3,
.podium #horse-rank:hover h4,
.podium #horse-rank:hover p {
    color: #fff;
}
.podium #owner-award:hover:before {
    background-image: url("images/owner-award-white.svg");
}
.podium #horse-rank:hover:before {
    background-image: url("images/horse-rank-white.svg");
}
article#event {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    color: #ffffff;
}
article#event .article-image {
    background-image: url(images/image-event.jpg);
}
article#event h2 {
    font-weight: 200;
    font-size: 28px;
}
article#president-message {
    background-image: url("images/footer-bg.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 410px 180px;
}
article#president-message:after {
    display: block;
    content: '';
    clear: both;
}
article#president-message .col_2-3 {
    margin: 35px;
    float: right;
    text-align: right;
    width:66.66%;
    
}
article#president-message h2 {
    padding-left: 70px;
    font-weight: 200;
    font-size: 28px;
    color: #909193;
}
/* Content */

#content {
    clear: both;
}
article.inside-content header {
    position: relative;
    text-align: center;
    height: 340px;
    min-height: 340px;
    max-height: 540px;
    -moz-transition: all, 1s, ease-in-out;
    -o-transition: all, 1s, ease-in-out;
    -webkit-transition: all, 1s, ease-in-out;
    transition: all, 1s, ease-in-out;
}
article.inside-content header h1 {
    margin: 0px;
    padding: 7px 15px;
    position: absolute;
    top: 37%;
    left: 50%;
    display: inline-block;
    font-size: 54px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 10;
}
article.inside-content header .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/overlay-2.png");
}
article.inside-content header nav#post-navigation {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 100%;
    overflow: hidden;
}
article.inside-content header nav#post-navigation .previous-article,
article.inside-content header nav#post-navigation .next-article {
    position: absolute;
    background: #ffffff;
    font-size: 12px;
}
article.inside-content header nav#post-navigation .previous-article i,
article.inside-content header nav#post-navigation .next-article i {
    position: absolute;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #051736;
    font-size: 18px;
}
article.inside-content header nav#post-navigation .previous-article span,
article.inside-content header nav#post-navigation .next-article span {
    display: block;
    height: 40px;
    width: 0;
    -moz-transition: all, 0.5s, ease-in-out;
    -o-transition: all, 0.5s, ease-in-out;
    -webkit-transition: all, 0.5s, ease-in-out;
    transition: all, 0.5s, ease-in-out;
}
article.inside-content header nav#post-navigation .previous-article:hover span,
article.inside-content header nav#post-navigation .next-article:hover span {
    width: 180px;
}
article.inside-content header nav#post-navigation .previous-article {
    left: 0;
}
article.inside-content header nav#post-navigation .next-article {
    right: 0;
}
article.inside-content header nav#post-navigation .next-article i {
    right: 0;
}
article.inside-content header.tiny {
    height: 200px !important;
}
article.inside-content section {
    margin: 70px 15%;
}
article.inside-content section p {
    padding: 0px;
    margin: 0 0 15px 0;
}
article.inside-content section.two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
}
article.inside-content section.three-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
}
article.inside-content section.align-left {
    text-align: left;
}
article.inside-content section.align-right {
    text-align: right;
}
article.inside-content section.center {
    text-align: center;
}
article.inside-content section.justify {
    text-align: justify;
}
article.inside-content section.drop-cap p:first-child:first-letter {
    margin: 10px 0 0 0;
    padding-right: 10px;
    font-size: 72px;
    float: left;
    font-weight: 100;
    color: #051736;
}
article.inside-content section.white-bg {
    padding: 35px;
    background: #ffffff;
}
article.inside-content footer {
    margin: 0 15%;
    background: #ffffff;
    height: 65px;
    line-height: 65px;
}
article.inside-content footer .previous-article,
article.inside-content footer .back-to-list,
article.inside-content footer .next-article {
    width: 33.333%;
    min-height: 1px;
    float: left;
}
article.inside-content footer a {
    padding: 0px 35px;
    color: #909193;
    display: block;
}
article.inside-content footer a span {
    display: none;
}
article.inside-content footer a:hover {
    padding: 0px 25px;
    background: #051736;
    color: #ffffff;
}
article.inside-content footer .previous-article {
    text-align: left;
}
article.inside-content footer .back-to-list {
    text-align: center;
}
article.inside-content footer .next-article {
    text-align: right;
}
.event article.inside-content header {
    height: 400px;
}
.event article.inside-content header #event-bar {
    position: absolute;
    bottom: -1px;
    border-bottom: 1px solid #e7e7e7;
    height: 65px;
    line-height: 65px;
    margin: 0 15%;
    width: 70%;
    background: #ffffff;
}
.event article.inside-content header #event-bar p {
    margin: 0px;
    padding: 0px;
}
.event article.inside-content header #event-bar #event-date {
    padding: 0 35px;
    float: left;
}
.event article.inside-content header #event-bar #event-date p {
    color: #051736;
    font-weight: bold;
}
.event article.inside-content header #event-bar #event-add-calendar {
    border-left: 1px solid #e7e7e7;
    float: right;
}
.event article.inside-content header #event-bar #event-add-calendar a {
    padding: 0 35px;
    display: block;
    width: auto;
    height: 100%;
}
.event article.inside-content header #event-bar #event-add-calendar a:hover {
    background: #051736;
    color: #ffffff;
}
.event article.inside-content header #event-bar #event-add-calendar i {
    margin-right: 15px;
}
.event article.inside-content header #event-bar:after {
    content: '';
    display: block;
    clear: both;
}
.event article.inside-content section {
    margin-top: 0px;
    padding: 35px;
    background: #ffffff;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.event article.inside-content section p:first-child:first-letter {
    margin: 0 0 15px 0;
    padding-right: 0px;
    font-size: 16px;
    float: none;
    font-weight: normal;
    color: #36373c;
}
.events-wrap article {
    position: relative;
    width: 33.27%;
    overflow: hidden;
    min-height: 320px;
    float: left;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.events-wrap article .box-content {
    color: #ffffff;
}
.events-wrap article.first-event {
    width: 100%;
    float: none;
    border-right: none;
}
.events-wrap article.first-event .article-inner {
    padding: 0px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33.3333%;
    background-color: #051736;
    height: 100%;
}
.events-wrap article.first-event .article-inner .box-content {
    padding: 35px;
}
.events-wrap article.first-event .article-inner .box-overlay {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM5ZDE4MWEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(50%, #051736), color-stop(50%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(top, #051736 50%, rgba(0, 0, 0, 0.1) 50%);
    background-image: -webkit-linear-gradient(top, #051736 50%, rgba(0, 0, 0, 0.1) 50%);
    background-image: linear-gradient(to bottom right, #051736 50%, rgba(0, 0, 0, 0.1) 50%);
}
.events-wrap article.first-event .article-image {
    background-image: url(images/image-event.jpg);
}
.events-wrap article:nth-child(4) {
    border-right: none;
}
.news article h1 {
    margin: 70px 0 0 0;
}
.news article .post-date {
    display: block;
    margin: 0 0 35px 0;
    font-weight: bold;
    color: #051736;
    text-transform: uppercase;
    letter-spacing: 2px;
}
li.post .post-wrap {
    background: #ffffff;
    -moz-transition: all, 1s, ease-in-out;
    -o-transition: all, 1s, ease-in-out;
    -webkit-transition: all, 1s, ease-in-out;
    transition: all, 1s, ease-in-out;
}
li.post .post-wrap .post-image {
    overflow: hidden;
}
li.post .post-wrap .post-image img {
    -moz-transition: all, 1s, ease-in-out;
    -o-transition: all, 1s, ease-in-out;
    -webkit-transition: all, 1s, ease-in-out;
    transition: all, 1s, ease-in-out;
    width: 100%;
}
li.post .post-wrap .post-content {
    padding: 35px;
}
li.post .post-wrap .post-content h2 {
    font-size: 21px;
    font-weight: 100;
    padding: 0px;
    margin: 0px;
}
li.post .post-wrap .post-content .links span {
    margin-top: 15px;
    padding: 0 35px;
    color: #909193;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e7e7e7;
    -moz-transition: all, 0.5s, ease-in-out;
    -o-transition: all, 0.5s, ease-in-out;
    -webkit-transition: all, 0.5s, ease-in-out;
    transition: all, 0.5s, ease-in-out;
}
li.post .post-wrap .post-content .links span i {
    font-size: 21px;
}
li.post .post-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
li.post a {
    display: block;
}
li.post a:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
li.post a:hover .post-wrap {
    background: #e7e7e7;
    color: #36373c !important;
}
li.post a:hover .links span {
    background: #051736;
    border: 1px solid #003150;
    color: #ffffff !important;
}
li.highlighted .post-wrap {
    background: #051736;
}
li.highlighted .post-wrap .post-image img {
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}
li.highlighted .post-wrap .post-content {
    color: #ffffff;
}
li.highlighted .post-wrap .post-content .links span {
    color: #ffffff;
}
li.highlighted a:hover .post-wrap .post-content {
    color: #36373c;
}
/* Archives */

ul#archives {
    margin: 0px;
    padding: 0px;
}
ul#archives li {
    position: relative;
    padding: 35px 0px;
    list-style: none;
    border-bottom: 1px solid #e7e7e7;
}
ul#archives li .archive-preview {
    width: 75px;
    float: left;
}
ul#archives li .archive-preview i {
    font-size: 32px;
}
ul#archives li h2 {
    padding: 0px;
    margin: 0px;
    font-weight: 100;
}
ul#archives li .icon-eye {
    opacity: 0;
    position: absolute;
    margin-top: -25px;
    right: 0;
    top: 50%;
    font-size: 32px;
    -moz-transition: all, 0.5s, ease-in-out;
    -o-transition: all, 0.5s, ease-in-out;
    -webkit-transition: all, 0.5s, ease-in-out;
    transition: all, 0.5s, ease-in-out;
}
ul#archives a:last-child li {
    border: none;
}
ul#archives a:hover .icon-eye {
    opacity: 1;
}
.page-not-found {
    height: 100vh;
    background: #051736;
}
.page-not-found article.inside-content header {
    padding-top: 70px;
}
.page-not-found article.inside-content header h1 {
    border: none;
    display: block;
    left: auto;
    margin: 0 0 70px 0;
    padding: 0;
    position: relative;
    top: auto;
    transform: none;
}
.page-not-found article.inside-content header a.button {
    background: #fff;
    border: none;
    color: #051736;
}
/* Download box */

ul#download-box {
    margin: 0px;
    padding: 0px;
}
ul#download-box li {
    position: relative;
    padding: 35px 0px;
    list-style: none;
    border-bottom: 1px solid #e7e7e7;
}
ul#download-box li .archive-preview {
    width: 75px;
    float: left;
}
ul#download-box li .archive-preview i {
    font-size: 32px;
}
ul#download-box li span {
    font-size: 21px;
    line-height: 45px;
    padding: 0px;
    margin: 0px;
    font-weight: 100;
}
ul#download-box li .icon-download {
    opacity: 0;
    position: absolute;
    margin-top: -25px;
    right: 0;
    top: 50%;
    font-size: 32px;
    -moz-transition: all, 0.5s, ease-in-out;
    -o-transition: all, 0.5s, ease-in-out;
    -webkit-transition: all, 0.5s, ease-in-out;
    transition: all, 0.5s, ease-in-out;
}
ul#download-box a:last-child li {
    border: none;
}
ul#download-box a:hover .icon-download {
    opacity: 1;
}
.button-group {
    height: 50px;
    line-height: 50px;
    background: #e7e7e7;
    /*border-bottom: 1px solid #e7e7e7;*/
}
.button-group button {
    padding: 0 35px;
    display: block;
    float: left;
    height: 50px;
    border: none;
    background: none;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #909193;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button-group button:hover,
.button-group button.is-checked {
    background: #051736;
    color: #fff;
}
/* Footer */

footer#footer-site {
    clear: both;
    padding: 0 35px;
    height: 86px;
    line-height: 86px;
    background: #36373c;
    font-size: 13px;
}
footer#footer-site a {
    color: #fff;
}
footer#footer-site a:hover {
    color: #051736;
}
footer#footer-site:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
footer#footer-site nav#footer-navigation {
    float: left;
}
footer#footer-site nav#footer-navigation ul {
    margin: 0;
    padding: 0;
}
footer#footer-site nav#footer-navigation ul li {
    margin-right: 15px;
    display: inline;
    list-style: none;
}
footer#footer-site nav#footer-navigation ul li a {
    color: #fff;
}
footer#footer-site nav#footer-navigation ul li a:hover {
    color: #051736;
}
footer#footer-site #copyright {
    float: right;
}
footer#footer-site #copyright p {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 80px;
}
footer#footer-site #partners-footer {
    display: none;
}
/* Newsletter */

#newsletter-container {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    text-align: center;
}
#newsletter-container #newsletter-inner {
    display: table;
    width: 100%;
    height: 100%;
}
#newsletter-container #newsletter-inner #newsletter-form {
    position: relative;
    bottom: -1500px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 2;
    -moz-transition: all, 0.5s, ease-in-out;
    -o-transition: all, 0.5s, ease-in-out;
    -webkit-transition: all, 0.5s, ease-in-out;
    transition: all, 0.5s, ease-in-out;
}
#newsletter-container #newsletter-inner #newsletter-form .form {
    width: 25%;
    background: #ffffff;
    display: inline-block;
    text-align: left;
}
#newsletter-container #newsletter-inner #newsletter-form .form h1 {
    margin: 35px;
    padding: 0px;
    font-weight: 100;
}
#newsletter-container #newsletter-inner #newsletter-form .form p {
    margin: 35px;
}
#newsletter-container #newsletter-inner #newsletter-form .form p.form-buttons {
    margin: 0px;
}
#newsletter-container #newsletter-inner #newsletter-form .form label {
    font-size: 12px;
    font-weight: bold;
    color: #909193;
}
#newsletter-container #newsletter-inner #newsletter-form .form input[type="text"],
#newsletter-container #newsletter-inner #newsletter-form .form [type="email"] {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e7e7e7;
    line-height: 35px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    background: none;
}
#newsletter-container #newsletter-inner #newsletter-form .form input[type="submit"],
#newsletter-container #newsletter-inner #newsletter-form .form button[type="reset"] {
    padding: 10px 15px;
    margin: 35px 0px 0px 0px;
    border: none;
    display: block;
    width: 50%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
    cursor: pointer;
}
#newsletter-container #newsletter-inner #newsletter-form .form input[type="submit"] {
    background: #051736;
    color: #ffffff;
}
#newsletter-container #newsletter-inner #newsletter-form .form button[type="reset"] {
    background: #e7e7e7;
    color: #909193;
}
#newsletter-container #newsletter-inner #newsletter-form .form .thank-message {
    display: none;
    text-align: center;
}
#newsletter-container #newsletter-inner #newsletter-form .form .thank-message p {
    font-size: 28px;
    color: #75a16b;
    font-weight: 100;
}
#newsletter-container #newsletter-inner #newsletter-form.active {
    bottom: 0;
}
#newsletter-container #newsletter-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* Plugins */
/* Add to Calendar */

.addtocalendar var {
    display: none;
}
.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent !important;
}
.atcb-link {
    display: block;
    outline: none !important;
    cursor: pointer;
}
.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
    visibility: visible;
}
.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 900;
    background: #e7e7e7;
}
.atcb-list,
.atcb-item {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}
.atcb-item {
    float: none;
    text-align: left;
}
.atcb-item-link {
    text-decoration: none;
    outline: none;
    display: block;
}
.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
/* Contact form 7 */

div.wpcf7 img.ajax-loader,
.wpcf7-response-output {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    color: #051736 !important;
    font-size: 12px;
}
/* Media Queries */
/*
@media screen and (max-width: 1440px) {
    header#header-site {
        width: 25%;
    }
    section#content-wrap {
        width: 75%;
        left: 25%;
    }
    article.post {
        margin: 70px 35px;
    }
}
@media screen and (max-width: 1280px) {
    #newsletter-container #newsletter-inner #newsletter-form .form {
        width: 33%;
    }
    .c-hamburger {
        display: block;
        background-color: #003150;
    }
    #partners {
        display: none;
    }
    header#header-site {
        width: 65px;
        background: #ffffff;
    }
    header#header-site h1#site-title {
        margin: 20px 0 0 7px;
        padding: 0px;
        width: 50px;
        height: 50px;
        background-image: url("images/joc-logo-simple-white.svg");
        background-size: 50px 50px;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }
    header#header-site nav#main-navigation {
        background-image: url("images/slide-menu-bg.png");
        background-repeat: no-repeat;
        background-size: auto;
        position: absolute;
        width: 255px;
        margin: 0px !important;
        padding: 0px !important;
        left: -300px;
        top: 0;
        height: 100%;
        opacity: 0;
    }
    header#header-site nav#main-navigation ul {
        position: relative;
        top: 50%;
        padding: 35px;
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    header#header-site nav#main-navigation ul li a {
        color: #003150;
    }
    header#header-site nav#main-navigation ul li a:hover {
        color: #ffffff;
    }
    header#header-site nav#main-navigation ul li.current-menu-item a {
        color: #ffffff;
    }
    header#header-site a#fei-calendar-button {
        background: none;
        border: none;
        width: 65px;
        text-align: center;
        overflow: hidden;
    }
    header#header-site a#fei-calendar-button i {
        color: #642c78;
        padding: 0px;
        margin: 0px;
    }

}*/
.logo-award {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    z-index: 10;
}
.logo-award img {
    width: 200px;
    height: 200px;
}
#owner-of-year {
    background: #ffffff;
}
#owner-of-year h1 {
    font-size: 28px;
    color: #8b7650;
    margin: 0px;
    padding: 15px 35px;
    line-height: normal;
}
#owner-of-year img {
    display: block;
}
#owner-of-year p {
    padding: 0 35px 15px 35px;
}
#owner-of-year:after {
    content: '';
    display: block;
    clear: both;
}
@media screen and (max-width: 1024px) {
    .col_1-2 {
        width: 100%;
        float: none;
    }
    #newsletter-container #newsletter-inner #newsletter-form .form {
        width: 50%;
    }
}
@media screen and (max-width: 1023px) {

    header#header-site nav#main-navigation {
        background-image: url("images/slide-menu-bg.png");
        background-repeat: no-repeat;
        background-size: auto;
        position: absolute;
        width: 100%;
        left: 0;
        margin: 0px !important;
        padding: 0px !important;
        top: 0;
        height: 100%;
        opacity: 0;
    }
    header#header-site nav#main-navigation ul {
        position: relative;
        top: 50%;
        padding: 35px;
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    header#header-site nav#main-navigation ul li a {
        color: #003150;
    }
    header#header-site nav#main-navigation ul li a:hover {
        color: #ffffff;
    }
    header#header-site nav#main-navigation ul li.current-menu-item a {
        color: #ffffff;
    }
    body.slide-menu-open {
        left: 0;
    }
    header#header-site {
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
    }
    header#header-site h1#site-title {
        margin: 10px;
        width: 225px;
        height: 45px;
        background-image: url(images/joc-logo-white.svg);
        background-size: 230px 50px;
        background-repeat: no-repeat;
        text-indent: -9999px;
        float: left;
        background-repeat: no-repeat;
}
/*
    header#header-site .c-hamburger {
        margin: 0;
        float: right;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
    }
    */
    header#header-site nav#main-navigation {
        display: none;
        position: relative;
        left: auto;
        right: auto;
        width: 100%;
        height: auto;
        clear: both;
        opacity: 1;
        background-size: 120% auto;
    }
    header#header-site nav#main-navigation ul {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        opacity: 1;
        text-align: center;
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
        -o-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    header#header-site a#fei-calendar-button {
        display: none;
    }
    header#header-site.menu-open {
        left: 0;
        width: 100%;
    }
    header#header-site.menu-open nav#main-navigation {
        left: 0;
        height: auto;
    }
    section#content-wrap {
        margin: 20px 0 0 0;
        padding: 20px;
    }
    .col_1-3,
    .col_2-3 {
        margin-bottom: 20px;
        width: 100%;
        float: none;
    }
    article.inside-content header h1 {
        font-size: 32px;
        top: 40%;
    }
    article.inside-content section.two-columns {
        -moz-column-gap: 35px;
        -webkit-column-gap: 35px;
        -o-column-gap: 35px;
        -ms-column-gap: 35px;
        column-gap: 35px;
    }
    .events-wrap article {
        width: 100%;
        border: none;
        margin-bottom: 20px;
    }
    .events-wrap article.first-event .article-inner {
        background: none;
        position: relative;
        width: auto;
    }
    .events-wrap article.first-event .article-inner .box-overlay {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
        background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
        background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    }
    article.inside-content section {
        margin-right: 10%;
        margin-left: 10%;
    }
}
@media screen and (max-width: 720px) {
    #newsletter-container #newsletter-inner #newsletter-form .form {
        width: auto;
        margin: 20px;
    }
    section#content-wrap #header-content {
        height: 0px;
        padding: 0;
    }
    section#content-wrap #header-content #newsletter-links {
        display: none;
    }
    .layout-switch .ip-header {
        display: none;
    }
    article.inside-content header {
        height: 220px;
        min-height: inherit;
        max-height: none;
    }
    article.inside-content header h1 {
        position: relative;
        left: 0;
        top: 35%;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    article#news h2 {
        width: auto;
    }
    .events-wrap article {
        margin-bottom: 1px;
    }
    .button-group {
        padding: 20px;
    }
    .button-group button {
        width: 50px;
        padding: 0;
        text-align: center;
        overflow: hidden;
    }
    .button-group button i {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .home .col_1-3,
    .col_2-3 {
        margin: 0;
    }
    .podium {
        position: relative;
    }
    .podium #owner-award,
    .podium #horse-rank {
        float: none;
        width: auto;
        padding: 1px 0;
    }
    section#content-wrap {
        padding: 0px;
    }
    article.inside-content section.two-columns {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        -o-column-count: 1;
        -ms-column-count: 1;
        column-count: 1;
    }
    .event article.inside-content header {
        height: 320px;
    }
    .event article.inside-content header nav#post-navigation {
        top: auto;
        bottom: 0;
        z-index: 10;
    }
    .event article.inside-content header #event-bar {
        margin: 0px;
        width: 100%;
        height: 65px;
    }
    .event article.inside-content header #event-bar #event-date {
        margin-left: 20px;
        padding: 0;
        line-height: 65px;
    }
    .event article.inside-content header #event-bar #event-add-calendar {
        border: none;
    }
    .event article.inside-content header #event-bar #event-add-calendar a {
        display: block;
        padding: 0 20px;
        width: 65px;
        height: 65px;
        overflow: hidden;
    }
    .event article.inside-content header #event-bar #event-add-calendar p {
        margin: 0;
        padding: 0;
    }
    .event article.inside-content header #event-bar #event-add-calendar i {
        display: block;
        width: 65px;
    }
    article.inside-content section {
        margin-top: 20px;
        margin-right: 0;
        margin-left: 0;
        padding: 20px !important;
    }
    article.inside-content footer {
        margin: 0px;
    }
    article#president-message {
        background: none;
    }
    .news article h1 {
        margin: 0;
    }
    footer#footer-site {
        padding: 20px;
        height: auto;
        line-height: normal;
        text-align: center;
    }
    footer#footer-site nav#footer-navigation,
    footer#footer-site #copyright {
        float: none;
    }
    footer#footer-site nav#footer-navigation ul li {
        display: block;
        line-height: 45px;
        border-bottom: 1px solid #444;
    }
    footer#footer-site #copyright {
        margin-top: 35px;
    }
    footer#footer-site #copyright p {
        line-height: normal;
    }
    footer#footer-site #partners-footer {
        display: block;
        margin-bottom: 35px;
    }
    footer#footer-site #partners-footer h4 {
        color: #888;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
    }
    footer#footer-site #partners-footer ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    footer#footer-site #partners-footer ul li {
        list-style: none;
        color: #888;
    }
    footer#footer-site #partners-footer ul li img {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    
    table tr {
        display: block;
        margin-bottom: 35px;
    }
    table tr td {
        padding: 10px;
    }
    table#owners thead,
    table#horses thead {
        display: none;
    }
    table#owners tbody tr td,
    table#horses tbody tr td{
        display: block;
    }
    table#owners tbody tr td:before,
    table#horses tbody tr td:before {
        display: inline-block;
        width: 33%; 
    }
    table#owners tbody tr td:nth-of-type(1):before {
        content: "Year"; 
    }
    table#owners tbody tr td:nth-of-type(2):before {
        content: "Owner"; 
    }
    table#owners tbody tr td:nth-of-type(3):before {
        content: "Country"; 
    }
    table#owners tbody tr td:nth-of-type(4):before {
        content: "Horse name"; 
    }
    table#owners tbody tr td:nth-of-type(5):before {
        content: "Infos";
    }
    table#horses tbody tr td:nth-of-type(1):before {
        content: "Rank"; 
    }
    table#horses tbody tr td:nth-of-type(2):before {
        content: "Horse"; 
    }
    table#horses tbody tr td:nth-of-type(3):before {
        content: "Sire"; 
    }
    table#horses tbody tr td:nth-of-type(4):before {
        content: "Points"; 
    }
}
#horloge {
    margin: 90px;
    position: relative;
    top: 78px;
}
.lonhorloge
{
    margin-top: 35px;
}
@media screen and (max-width: 640px) {
    .lonhorloge
    {
    
    margin-top: 35px;
    }
}