header {
    position:fixed;
    top:0;
    width: 55px;
    z-index: 2;
    height: 100%;
    right: 0;
}
header .top {
    background:#d5a848;
    height:100%;
}
header .top {
    background: white;
}

/*body.yellow header .top {
    background:rgb(214, 171, 79);
}

body.grey header .top {
    background:rgba(132, 144, 149, 1);
}

body.green header .top {
    background:rgb(13, 135, 125, 1);
}*/

header .top .menu {
    display:inline-block;
    margin:12px 0 10px 15px;
    transition: opacity 0.3s ease-in-out;
    vertical-align: top;
}
header .top .menu:hover {
    opacity:0.6;
}
header .top .menu img {
    display:block;
}
header .top .logo {
    display:inline-block;
    margin:10px 0 0 18px;
    transition: opacity 0.3s ease-in-out;
    vertical-align: top;
}
header .top .logo:hover {
    opacity:0.6;
}
header .top .logo img {
    width:160px;
    display:block;
}
header .top .search {
    float:right;
    margin:13px 13px 0 0;
    transition: opacity 0.3s ease-in-out;
    vertical-align: top;
}
header .top .search:hover {
    opacity:0.6;
}
header .top .search img {
    display:block;
}
header .bottom {
    height:52px;
    line-height:52px;
    background:#fff;
    transition: box-shadow 0.6s ease-in-out;
}
header.scrolled-down .bottom {
    box-shadow:0px 0px 30px rgba(13, 30, 89, 0.349019607843137);
}
body.yellow header.scrolled-down .bottom {
    box-shadow:0px 0px 30px rgba(214, 171, 79, 0.34);
}
body.green header.scrolled-down .bottom {
    box-shadow:0px 0px 30px rgba(13, 135, 125, 0.34);
}
body.grey header.scrolled-down .bottom {
    box-shadow:0px 0px 30px rgb(86, 90, 94);
}
body.cyan_blue header.scrolled-down .bottom {
    box-shadow:0px 0px 30px rgba(86, 106, 132, 0.34);
}
header .bottom .scroll-hidden-text > div {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #0D1E59;
    opacity:0;
    transition: opacity 0.6s ease-in-out;
}
body.yellow header .bottom .scroll-hidden-text > div {
    color: #d5a848;
}
body.green header .bottom .scroll-hidden-text > div {
    color: rgba(13, 135, 125, 1);
}
body.grey header .bottom .scroll-hidden-text > div {
    color: rgba(132, 144, 149, 1);
}
header.scrolled-down .bottom .scroll-hidden-text > div {
    opacity:1;
}
body.cyan_blue header .bottom .scroll-hidden-text > div {
    color: rgba(86, 106, 132, 1);
}
@media (max-width: 768px) {
    header .bottom .scroll-hidden-text {
        display:none;
    }
}
header .bottom .years a {
    font-weight: 200;
    font-size: 26px;
    color: #D5D5D5;
    margin:0 5px;
    text-decoration:none;
    text-align:center;
}
header .bottom .years a:hover {
    color: #0D1E59;
    text-decoration:none;
}
header .bottom .years a.active {
    color: #0D1E59;
}

body.yellow header .bottom .years a.active {
    color: #d5a848;
}

body.yellow header .bottom .years a:hover {
    color: #d5a848;
    text-decoration:none;
}

body.grey header .bottom .years a.active {
    color: rgba(132, 144, 149, 1);
}

body.grey header .bottom .years a:hover {
    color: rgba(132, 144, 149, 1);
    text-decoration:none;
}

body.green header .bottom .years a.active {
    color: rgba(13, 135, 125, 1);
}

body.green header .bottom .years a:hover {
    color: rgba(13, 135, 125, 1);
    text-decoration:none;
}

body.cyan_blue header .bottom .years a.active {
    color: rgba(86, 106, 132, 1);
}

body.cyan_blue header .bottom .years a:hover {
    color: rgba(86, 106, 132, 1);
    text-decoration:none;
}

.js-editions {
    padding:0 30px;
    white-space: nowrap;
}
.slick-prev {
    background:url('../img/arrow-left.png') no-repeat center !important;  
    background-size:auto;
    width:27px;
    height:39px;
    left:0 !important;
}
body.yellow .slick-prev {
    background:url('../img/arrow-left-yellow.png') no-repeat center !important;
}
body.grey .slick-prev {
    background:url('../img/arrow-left-grey.png') no-repeat center !important;
}
body.green .slick-prev {
    background:url('../img/arrow-left-green.png') no-repeat center !important;
}
body.cyan_blue .slick-prev {
    background:url('../img/arrow-left-cyan_blue.png') no-repeat center !important;
}
.slick-prev:before {
    display:none !important;
}
.slick-next {
    background:url('../img/arrow-right.png') no-repeat center !important;    
    background-size:auto;
    width:27px;
    height:39px;
    right:0 !important;
}
body.yellow .slick-next {
    background:url('../img/arrow-right-yellow.png') no-repeat center !important;
}
body.grey .slick-next {
    background:url('../img/arrow-right-grey.png') no-repeat center !important;
}
body.green .slick-next {
    background:url('../img/arrow-right-green.png') no-repeat center !important;
}
body.cyan_blue .slick-next {
    background:url('../img/arrow-right-cyan_blue.png') no-repeat center !important;
}
.slick-next:before {
    display:none !important;
}
.slick-prev.slick-disabled {
    opacity:0.2;
}
.slick-next.slick-disabled {
    opacity:0.2;
}

.icon-navbar {
    color: rgba(132, 144, 149);
    font-size: 26px;
    -webkit-text-stroke: 2px white;
}

.icon-menu {
    filter: contrast(0.1);
}

#pagination-search{
    margin: auto;
    margin-top: 20px;
}

#pagination-search li{
    cursor: pointer;
}

.pagination > li.next, .pagination > li.prev {
   display: none;
}

.pagination li{
   width: 30px;
   height: 30px;
   border: 1px solid #e5e5e5;
   border-radius: 7px;
   text-align: center;
   margin: 1px;
   font-size: 15px;
}

.pagination > li > a, .pagination > li > a:link, .pagination > li > a:visited, .pagination > li > a:hover, .pagination > li > a:active{
   text-decoration: none;
   color: #fff;
}

.pagination > .active{
   text-decoration: none;
   color: #fff;
   background: #ffffff87;
}

.icon-navbar {
  font-size: 26px;
  cursor: pointer;
}

/*body.yellow .icon-navbar {
    -webkit-text-stroke: 2.5px #d5a848;
}
body.grey .icon-navbar {
    -webkit-text-stroke: 2.5px rgba(132, 144, 149, 1);
}
body.green .icon-navbar {
    -webkit-text-stroke: 2.5px rgba(13, 135, 125, 1);
}*/

.icon-navbar.dark:hover {
    color: white;
}
.navbar-search-modal {
  padding: 0 !important; 
}
.navbar-search-modal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.navbar-search-modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  background: #0d1e59;
  padding-top: 60px;
  overflow-y: auto;
}

.navbar-search-modal .modal-content {
    background: #0d1e59;
}

.navbar-search-modal .modal-content {
    background: #0d1e59;
}

body.yellow .navbar-search-modal .modal-content {
    background: rgb(214, 171, 79) !important;
}

body.grey .navbar-search-modal .modal-content {
    background: rgba(132, 144, 149, 1) !important;
}
body.green .navbar-search-modal .modal-content {
    background: rgba(13, 135, 125, 1) !important;
}

body.cyan_blue .navbar-search-modal .modal-content {
    background: rgba(86, 106, 132, 1) !important;
}

.navbar-search-modal .modal-body {
  background: #0d1e59;
  width: 600px;
  align-self: center;
  color: white;
}

body.yellow .navbar-search-modal .modal-body {
    background: rgb(214, 171, 79) !important;
}

body.grey .navbar-search-modal .modal-body {
    background: rgba(132, 144, 149, 1) !important;
}

body.green .navbar-search-modal .modal-body {
    background: rgba(13, 135, 125, 1);
}

body.cyan_blue .navbar-search-modal .modal-body {
    background: rgba(86, 106, 132, 1);
}

.navbar-search-modal .modal-header{
    border: none;
}
.navbar-search-modal .modal-header .close{
    margin: auto;
}


.navbar-search-modal .modal-icon{
    color: white;
    font-size: 75px;
    -webkit-text-stroke: 14px #0d1e59;
}

.search-list-item{
   padding: 1rem 2rem;
   color: #aeaeae;
   background: #0d1e59;
   font-size: 14px;
   border-bottom: 1px dotted #778cd9;
}

body.grey .search-list-item{
    color: white;
    background: rgba(132, 144, 149, 1);
    border-bottom: 1px dotted rgb(172, 186, 191);
}

body.green .search-list-item{
    color: white;
    background: rgba(13, 135, 125, 1);
    border-bottom: 1px dotted rgb(172, 186, 191);
}

body.cyan_blue .search-list-item{
    color: white;
    background: rgba(86, 106, 132, 1);
    border-bottom: 1px dotted rgb(172, 186, 191);
}

body.yellow .search-list-item{
    color: white;
    background: rgb(214, 171, 79);
    border-bottom: 1px dotted rgb(231, 220, 205);
}

.search-list-item > a > p{
   display: contents;
   font-size: 14px;
   color: #aeaeae;
}

body.grey .search-list-item > a > p{
    color: rgb(172, 186, 191);
}

body.yellow .search-list-item > a > p{
    color: #d2d2d2;
}

.search-list li >  a, .search-list li >  a:link, .search-list li >  a:visited, .search-list li >  a:active, .search-list li >  a:hover{
    color: white;
    font-size: 20px;
    text-decoration: none;
}

body.yellow .search-list li >  a:hover{
    color: rgb(197, 212, 215);
}

body.grey .search-list li >  a:hover{
    color: rgb(203, 215, 219);
}

.search-list  p{
    margin-top: 10px;
}

button.close:focus{
    border: none;
    outline: none;
}
.search-close-icon{
    background:url(/img/pages/x-menu.png) no-repeat;
    width: 35px;
    height: 35px;
    border: none;
    display: inline-block;
}

.nav-input-search{
    max-width: 565px;
    height: 50px;
    margin-bottom: 60px;
    border-radius: 20px;
    padding-left: 25px;
    color: #999999;
    font-size: 20px;
    border: none; 
}

.nav-input-search-container{
    position: relative;
    width: 100%;
}

.nav-input-search-container .fa-search { 
  position: absolute;
  left: auto;
  right: 20px;
  font-size: 27px;
  top: 10px;
  color: #999999;
   -webkit-text-stroke: 1.6px white;
    cursor: pointer;
}

.nav-input-search:focus, .nav-input-search:active {
    border: none; 
    box-shadow: none;
    color: #999999;
    outline: 0;
}

.modal.menu {
    padding: 0 !important;
    margin: 0 !important;
}

.modal.menu .modal-dialog {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    overflow-y: auto;
}

.modal.menu .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
    background-color: #0D1E59;
    overflow-y: auto;
}

body.yellow .modal.menu .modal-content {
    background-color: rgb(214, 171, 79);
}

body.grey .modal.menu .modal-content {
    background-color: rgba(132, 144, 149, 1);
}

body.green .modal.menu .modal-content {
    background-color: rgba(13, 135, 125, 1);
}

body.cyan_blue .modal.menu .modal-content {
    background-color: rgba(86, 106, 132, 1);
}

.modal.menu .modal-body {
    text-align: center;
}

.modal.menu .modal-body .btn {
    border-radius: 0;
}

.modal.menu .menu-container {
    max-width: 565px;
    max-height: 375px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 130px;
    margin-left: 0px;
}

.modal.menu .menu-container #js-menu-close {
    background:url(/img/pages/x-menu.png) no-repeat;
    transition: opacity 0.3s ease-in-out;
    cursor:pointer;
    width: 35px;
    height: 35px;
    border: none;
    display: inline-block;
}

.modal.menu .menu-container #js-menu-close:hover {
    opacity: 0.6
}

.modal.menu .menu-container #js-menu-close{
    margin-bottom: 55px;
}

.modal.menu .menu-container .menu-options-container ul {
    margin-top: 30px;
    padding: 0;
    list-style-type: none;
}

.modal.menu .menu-container .menu-options-container ul li {
    box-sizing: border-box;
    text-align: center;
    line-height: normal;
    width: 100%;
    max-height: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-decoration: none;
}

.modal.menu .menu-container .menu-options-container ul li a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #778cd9;
}

body.yellow .modal.menu .menu-container .menu-options-container ul li a {
    color: #ffffff !important;
}

body.yellow .modal.menu .menu-container .menu-options-container ul li a:hover {
    color: rgb(231, 220, 205) !important;
}

body.green .modal.menu .menu-container .menu-options-container ul li a {
    color: #ffffff !important;
}

body.green .modal.menu .menu-container .menu-options-container ul li a:hover {
    color: rgb(231, 220, 205) !important;
}

body.cyan_blue .modal.menu .menu-container .menu-options-container ul li a {
    color: #ffffff !important;
}

body.cyan_blue .modal.menu .menu-container .menu-options-container ul li a:hover {
    color: rgb(231, 220, 205) !important;
}

body.grey .modal.menu .menu-container .menu-options-container ul li a {
    color: #ffffff;
}

body.grey .modal.menu .menu-container .menu-options-container ul li a:hover {
    color: #eaeaea;
}

.modal.menu .menu-container .menu-options-container ul li a:hover {
    color: #ffffff;
}

.modal.menu .menu-container .menu-options-container ul li a.active {
    color: #ffffff !important;
}

.modal.menu .menu-container .menu-options-container #line {
    width: 100%;
    height: 1px;
    border: 1px dotted #778cd9;
    color: #333333;
    text-align: center;
    line-height: normal;
    pointer-events: auto;
    display: block;
}
.dropdown-edition-menu{
    margin: 5px;
}
.dropdown-edition-menu button{
    background: white;
}
.dropdown-edition-menu .dropdown-toggle {
  border: 1px solid #9e9e9e;
  width: 45px;
  height: 45px;
  padding: 0;
  box-shadow: 0px 0px 6px 1px rgb(158, 158, 158, 0.4);
}

.dropdown-edition-menu .btn.dropdown-toggle:focus {
   box-shadow: 0px 0px 6px 1px rgb(158, 158, 158, 0.4);
}

.dropdown-edition-menu.show .dropdown-toggle {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; 
}

.dropdown-edition-menu .dropdown-toggle::after {
  content: none;  
}
.dropdown-edition-menu .dropdown-toggle .icon::before {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 30px;
}

.dropdown-edition-menu.show .dropdown-toggle.dropdown-edition-menu .icon::before{
    font-family: FontAwesome;
    content: "\f106";
    font-size: 30px;
}
.dropdown-edition-menu .dropdown-menu {
    margin: 0;
    border: 1px solid #9e9e9e;
    border-top: none;
    border-top-left-radius: 0;
    background-image: linear-gradient(#9e9e9e, #9e9e9e);
    background-repeat: no-repeat;
    background-size: calc(100% - 43px) 1px, calc(100% - 1px) 100%;
    background-position: right top, 4px 0;
    box-shadow: 0px 5px 5px 1px rgb(158, 158, 158, 0.4);
}

.dropdown-edition-menu .dropdown-menu .js-editions {
    padding: 0;
}
body.yellow .dropdown-edition-menu .dropdown-menu .js-editions .dropdown-item.active,
body.yellow .dropdown-edition-menu .dropdown-menu .js-editions .dropdown-item:active {
    background: #d5a848;
}

body.green .dropdown-edition-menu .dropdown-menu .js-editions .dropdown-item.active,
body.green .dropdown-edition-menu .dropdown-menu .js-editions .dropdown-item:active {
    background: rgba(13, 135, 125, 1);
}

body.blue .dropdown-edition-menu .dropdown-menu .js-editions .dropdown-item.active, 
body.blue .dropdown-edition-menu .dropdown-menu .js-editions .dropdown-item:active {
    background: #0D1E59;
}

body.cyan_blue .dropdown-edition-menu .dropdown-menu .js-editions .dropdown-item.active, 
body.cyan_blue .dropdown-edition-menu .dropdown-menu .js-editions .dropdown-item:active {
    background: #566a84;
}

body.grey .dropdown-edition-menu .dropdown-menu .js-editions .dropdown-item.active,
body.grey .dropdown-edition-menu .dropdown-menu .js-editions .dropdown-item:active {
    background: rgba(132, 144, 149, 1);;
}
