#header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header li::marker {
  content: "";
  display: none;
}
#header header {
  top: var(--adminbar-height, 0) !important;
}
#header header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  padding: 0 15px;
  z-index: 9999;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media (max-width: 520px) {
  #header header {
    padding: 0 5px;
  }
}
#header header .logo {
  float: left;
  display: none;
}
#header header .logo a {
  display: block;
  line-height: 50px;
}
#header header .logo a img {
  height: 20px;
  max-height: 100%;
  width: auto;
}
#header header .menu {
  float: right;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
#header header .menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#header header .menu > ul > li {
  float: left;
  position: relative;
}
@media (max-width: 520px) {
  #header header .menu > ul > li[id=menu-login] {
    font-size: 13px;
  }
  #header header .menu > ul > li[id=menu-register] {
    display: none;
  }
}
#header header .menu > ul > li > a {
  color: #fff;
  display: block;
  padding: 0 10px;
  line-height: 50px;
  text-decoration: none;
}
#header header .menu > ul > li > a > * {
  vertical-align: middle;
}
#header header .menu > ul > li.menu-icon .fa-icon {
  fill: #fff;
}
#header header .menu > ul > li.menu-icon a {
  color: gray;
}
#header header .menu > ul > li.menu-icon a > * {
  vertical-align: middle;
}
#header header .menu > ul > li.menu-icon a._show {
  color: #fff;
}
#header header .menu > ul > li.menu-icon a i {
  position: absolute;
  display: block;
  font-size: 11px;
  width: 15px;
  height: 15px;
  background: #000;
  line-height: 15px;
  text-align: center;
  font-style: normal;
  border-radius: 50%;
  right: 0;
  top: 10px;
}
#header header .menu > ul > li.user-link .avatar img {
  border-radius: 50%;
}
#header header .menu > ul > li ul {
  position: absolute;
  top: 110%;
  padding: 10px 0 0;
  right: 0;
  width: 200px;
  list-style: none;
  margin: 0;
  color: #333;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
#header header .menu > ul > li ul li {
  border-bottom: 1px solid #d7d7d7;
}
#header header .menu > ul > li ul li a {
  color: #333;
  padding: 10px 20px;
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  background: #e5e5e5;
  text-decoration: none;
}
#header header .menu > ul > li ul li a span {
  display: inline-block;
  font-size: 11px;
  width: 15px;
  height: 15px;
  position: relative;
  top: -5px;
  margin-left: 5px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
}
#header header .menu > ul > li ul li a:hover {
  background: #000;
  color: #fff;
}
#header header .menu > ul > li ul li a:hover span {
  background: #fff;
  color: #333;
}
#header header .menu > ul > li ul::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e5e5e5;
}
#header header .menu > ul > li:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
#header header #menusearch {
  background: transparent;
  border: none;
  outline: none;
}
#header header #menusearch > button {
  background: transparent;
  border: none;
  line-height: 50px;
  padding: 0 10px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header header #menusearch > button::after {
  display: none;
}
#header header #menusearch > button::before {
  content: "\e80c";
  color: #fff;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
#header header #menusearch .dropdown-menu {
  right: 0;
  left: initial;
  margin: 0;
  padding: 15px;
  border-color: #e5e5e5;
  min-width: 300px;
}
#header header #menusearch .dropdown-menu::before {
  position: absolute;
  display: block;
  content: "";
  top: -8px;
  right: 20px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-style: solid;
  border-width: 1px;
  border-right: 0;
  border-bottom: 0;
  border-color: #e5e5e5;
  background: #fff;
}
#header header #menusearch .dropdown-menu .search-input {
  position: relative;
}
#header header #menusearch .dropdown-menu .search-input input {
  border: 1px solid #e5e5e5;
  width: 100%;
  color: #777;
  outline: none;
  padding: 0.5em;
  font-size: 14px;
  border-radius: 4px;
  padding-right: 30px;
}
#header header #menusearch .dropdown-menu .search-input input:focus {
  background-color: #f7f7f7;
}
#header header #menusearch .dropdown-menu .search-input span {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#header header #menusearch .dropdown-menu .search-result {
  padding: 30px 0;
  text-align: center;
}
#header header #menusearch .dropdown-menu .search-result h4 {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
  overflow: hidden;
}
#header header #menusearch .dropdown-menu .search-result h4 span {
  position: relative;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0 8px;
  margin-left: 5px;
  background: #fff;
}
#header header #menusearch .dropdown-menu .search-result h4 span::before {
  content: "";
  width: 300px;
  position: absolute;
  top: 50%;
  left: 100%;
  border-bottom: 1px solid #d7d7d7;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  overflow: hidden;
}
#header header #menusearch .dropdown-menu .search-result h4 span::after {
  content: "";
  overflow: hidden;
  width: 300px;
  position: absolute;
  top: 50%;
  right: 100%;
  border-bottom: 1px solid #d7d7d7;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#header header #menusearch .dropdown-menu .search-result a.ajax_view_all {
  color: #333;
  margin: 5px auto 10px;
  padding: 6px 20px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  text-decoration: none;
}
#header header #menusearch .dropdown-menu .search-result a.ajax_view_all::after {
  font-family: "fontello";
  font-size: 11px;
  content: "\e8ab";
  margin-left: 10px;
}
#header header #menusearch .dropdown-menu .search-result .kleo_ajax_entry {
  text-align: left;
  padding: 5px 5px 5px 10px;
  display: table;
  width: 100%;
}
#header header #menusearch .dropdown-menu .search-result .kleo_ajax_entry .ajax_search_image {
  width: 44px !important;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: table-cell;
}
#header header #menusearch .dropdown-menu .search-result .kleo_ajax_entry .ajax_search_image img {
  width: 100%;
}
#header header #menusearch .dropdown-menu .search-result .kleo_ajax_entry .ajax_search_content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}
#header header #menusearch .dropdown-menu .search-result .kleo_ajax_entry .ajax_search_content .search_title {
  display: inline-block;
  float: left;
  width: 100%;
  line-height: 18px;
  color: #333;
  font-size: 15px;
  text-decoration: none;
}
#header header #menusearch .dropdown-menu .search-result .kleo_ajax_entry .ajax_search_content .search_excerpt {
  display: inline-block;
  float: left;
  line-height: 16px;
  font-size: 12px;
  text-decoration: none;
  color: #bbbbbb;
}
#header.menu_fix header {
  background: rgba(0, 0, 0, 0.5);
}
#header.menu_fix header .logo {
  display: block;
}
#header .cover-header {
  color: #fff;
  background-image: var(--cover-image, url(../images/fond-etoile.webp));
  background-color: #1956a0;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  #header .cover-header {
    min-height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .cover-header #particles-js-bg .particles-js-canvas-el {
  max-height: 380px;
}
#header .cover-header .logo {
  text-align: center;
  position: relative;
}
#header .cover-header .logo a {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
}
#header .cover-header .logo a img {
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
#header .cover-header .logo a span {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  margin: 0;
  display: block;
  font-size: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  font-family: Walkway;
}
#header .cover-header .logo a.active img {
  opacity: 0.2;
}
#header .cover-header .logo a.active span {
  opacity: 1;
  visibility: visible;
  font-size: 21px;
}
#header .cover-header .logo a:hover ~ .hidden-text {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
#header .cover-header .logo .hidden-text {
  position: absolute;
  width: 420px;
  top: 120%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  text-align: left;
  color: #7c7c7c;
  background: #fff;
  padding: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999999999;
  pointer-events: auto;
  max-width: 420px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-weight: 400;
}
#header .cover-header .share-area {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
#header .cover-header .share-area a.btn-share-story {
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0 3px #000;
  box-shadow: inset 0 0 0 1px #000;
  background-color: #000;
  font-weight: 600;
  overflow: initial;
  padding: 10px 30px;
  color: #fff;
  border: 0;
  text-decoration: none;
}
#header .cover-header .share-area a.btn-share-story:hover ~ .hidden-text {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
#header .cover-header .share-area .hidden-text {
  position: absolute;
  width: 420px;
  top: 120%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  text-align: left;
  color: #7c7c7c;
  background: #fff;
  padding: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999999999;
  pointer-events: auto;
  max-width: 420px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-weight: 400;
}

/*Menu*/
#main-menu {
  position: relative;
  background: #000;
}
#main-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#main-menu ul.menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #fff;
}
#main-menu ul.menu li a {
  display: block;
  border: 0 !important;
  font: 14px "Open Sans";
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 0 0 #fff;
          box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
#main-menu ul.menu li a:hover {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}
#main-menu ul.menu li a:hover ~ .menu-tooltip {
  visibility: visible;
  opacity: 1;
  top: 30px;
}
#main-menu ul.menu li a.disable {
  color: gray;
}
#main-menu ul.menu li.active a {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}
#main-menu ul.menu li.position-icon-after:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
  -webkit-transform: translate(0, -50%);
}
#main-menu ul.menu li.position-icon-after a {
  padding-right: 30px !important;
}
#main-menu ul.menu li .menu-tooltip {
  position: absolute;
  z-index: 999;
  background: #fff;
  color: #777;
  font-size: 11px;
  min-width: 150px;
  left: 50%;
  top: 45px;
  padding: 10px 5px;
  border-radius: 3px;
  margin: 5px 0 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #e5e5e5;
}
#main-menu ul.menu li .menu-tooltip::before {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  left: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  border-style: solid;
  border-width: 1px;
  border-right: 0;
  border-bottom: 0;
  border-color: #e5e5e5;
  background: #fff;
}

#modelLogin {
  font-family: "Open Sans";
}
@media (min-width: 450px) {
  #modelLogin .modal-dialog {
    max-width: 415px;
    margin: 30px auto;
  }
}
#modelLogin .modal-body {
  padding: 0;
}
#modelLogin .modal-body .login-title {
  background: #f7f7f7;
  position: relative;
  padding: 30px 20px 20px;
  color: #777;
  text-align: center;
}
#modelLogin .modal-body .login-title .close-modal {
  position: absolute;
  cursor: pointer;
  border: 0;
  display: block;
  padding: 0;
  color: #3498db;
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  font-size: 28px;
}
#modelLogin .modal-body .login-title h3 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}
#modelLogin .modal-body .login-title p {
  margin: 0.85em 0;
}
#modelLogin .modal-body .login-title p span {
  margin-left: 15px;
  cursor: pointer;
}
#modelLogin .modal-body .form-login {
  padding: 20px 20px 15px;
}
#modelLogin .modal-body .form-login .field {
  margin-bottom: 15px;
}
#modelLogin .modal-body .form-login button {
  color: #444;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 4px;
  font-weight: normal;
  margin: 3px 0;
  min-width: 80px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: block;
  width: 100%;
}
#modelLogin .modal-body .form-login button:hover {
  background: #fff;
}
#modelLogin .modal-body .links {
  padding: 0 20px 20px;
  text-align: right;
}
#modelLogin .modal-body .links span {
  color: #21053d;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
}
#modelLogin .login-result {
  margin-bottom: 15px;
  text-align: center;
}
#modelLogin .login-result .good-response {
  color: #3c763d;
}
#modelLogin .login-result .wrong-response {
  color: #a94442;
}

#creatPost {
  z-index: 99999;
}
#creatPost .modal-dialog {
  max-width: 1200px;
  width: 95%;
}
#creatPost .modal-dialog .modal-body {
  padding: 0;
}
#creatPost .modal-dialog .upload-image {
  position: relative;
  text-align: center;
  position: relative;
  text-align: center;
  background: #e1e1e1;
  max-height: 650px;
  min-height: 350px;
  overflow: hidden;
}
#creatPost .modal-dialog .upload-image img.preview {
  width: 100%;
}
#creatPost .modal-dialog .upload-image #drop-post-image {
  min-height: 250px;
  border: 2px dotted silver;
  padding: 30px;
  margin: 0;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
#creatPost .modal-dialog .upload-image #drop-post-image .upload-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#creatPost .modal-dialog .upload-image #drop-post-image .upload-content p {
  font-family: "Georgia";
  font-size: 18px;
  text-align: center;
  color: #000;
  display: block;
}
#creatPost .modal-dialog .upload-image #drop-post-image .upload-content p.upload-title {
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 25px;
}
#creatPost .modal-dialog .upload-image #drop-post-image .upload-content p.upload-title svg {
  margin-right: 10px;
  color: #face56;
  font-size: 34px;
  vertical-align: middle;
}
#creatPost .modal-dialog .upload-image #drop-post-image .upload-content p.upload-drop-text {
  font-weight: 700;
  color: #000;
  line-height: 1.7;
  margin: 0 0 5px;
}
#creatPost .modal-dialog .upload-image #drop-post-image .upload-content p.upload-drop-text span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
#creatPost .modal-dialog .upload-image #drop-post-image .upload-content p.upload-button {
  display: inline-block;
  border: 1px solid #b9b9b9;
  padding: 0 20px;
  line-height: 29px;
  border-radius: 15px;
  margin-bottom: 35px;
  cursor: pointer;
}
#creatPost .modal-dialog .upload-image #drop-post-image .upload-content p.upload-button:hover {
  background: #d0d0d0;
}
#creatPost .modal-dialog .upload-image #drop-post-image .upload-content p.upload-intro {
  text-align: center;
  margin: 0 0 5px;
  font-size: 12px;
  color: #000;
  line-height: 1.7;
}
#creatPost .modal-dialog .post_info {
  margin: 0;
  padding: 20px 0 0;
}
#creatPost .modal-dialog .post_info .left {
  padding: 0 60px;
  font-size: 15px;
}
#creatPost .modal-dialog .post_info .left .field {
  margin-bottom: 15px;
}
#creatPost .modal-dialog .post_info .left .field.field-language select {
  display: inline-block;
  width: auto;
}
#creatPost .modal-dialog .post_info .left .field.field-post_title input {
  border-radius: 0;
  margin: 0;
  width: 100%;
  clear: both;
  border: 1px solid #e5e5e5;
  font-weight: 300;
  text-shadow: none;
  color: #000;
  font-size: 18px;
  padding: 10px;
}
#creatPost .modal-dialog .post_info .left .field.field-contribution input {
  display: none;
}
#creatPost .modal-dialog .post_info .left .field.field-contribution input:checked ~ label::after {
  opacity: 1;
}
#creatPost .modal-dialog .post_info .left .field.field-contribution label {
  display: block;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
#creatPost .modal-dialog .post_info .left .field.field-contribution label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  left: 0;
  top: 3px;
  -webkit-box-shadow: inset 0 0 0 1px #777;
          box-shadow: inset 0 0 0 1px #777;
  cursor: pointer;
}
#creatPost .modal-dialog .post_info .left .field.field-contribution label::after {
  content: "";
  width: 12px;
  height: 7px;
  position: absolute;
  top: 8px;
  left: 4px;
  border: 3px solid #777;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#creatPost .modal-dialog .post_info .left .field.field-tag > label {
  line-height: 30px;
}
#creatPost .modal-dialog .post_info .left .field.field-tag > label span {
  display: inline-block;
  background: #000;
  padding: 0 7px;
  line-height: 30px;
  color: #fff;
  margin: 3px;
}
#creatPost .modal-dialog .post_info .left .field.field-tag > label span i {
  cursor: pointer;
}
#creatPost .modal-dialog .post_info .left .field.field-tag > div {
  position: relative;
}
#creatPost .modal-dialog .post_info .left .field.field-tag > div input {
  padding-right: 55px;
}
#creatPost .modal-dialog .post_info .left .field.field-tag > div span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #428bca;
  color: #fff;
  line-height: 35px;
  width: 50px;
  text-align: center;
  cursor: pointer;
}
#creatPost .modal-dialog .post_info .left .field.field-post-content {
  border: 1px solid #d7d7d7;
  overflow: hidden;
}
#creatPost .modal-dialog .post_info .left .field.field-post-content > .mce-tinymce {
  border: 0;
}
#creatPost .modal-dialog .post_info .left .field .select2 {
  max-width: 100%;
  width: 100% !important;
}
#creatPost .modal-dialog .post_info .right {
  padding: 0 30px;
  border-left: 1px solid #d7d7d7;
  font-size: 15px;
}
#creatPost .modal-dialog .post_info .right h3 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 300;
}
#creatPost .modal-dialog .post_info .right input {
  border-radius: 0;
}
#creatPost .modal-dialog .footer-modal {
  clear: both;
  margin: 0;
  padding: 19px 15px 20px;
  border-top: 1px solid #d7d7d7;
  text-align: right;
}
#creatPost .modal-dialog .footer-modal button {
  font-size: 13px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  padding: 6px 12px;
  cursor: pointer;
}
#creatPost .modal-dialog .footer-modal button:active, #creatPost .modal-dialog .footer-modal button.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-image: none;
  outline: 0;
}
#creatPost .modal-dialog .footer-modal button.btn-default {
  background: #fff;
  color: #333;
  border-color: #adadad;
}
#creatPost .modal-dialog .footer-modal button.btn-default:hover {
  background-color: #ebebeb;
}
#creatPost .modal-dialog .footer-modal button.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
#creatPost .modal-dialog .footer-modal button.btn-primary:hover {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
#creatPost .translate-area {
  padding: 60px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
#creatPost .translate-area .closeModalBtn {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #d7d7d7;
  border-radius: 7px;
  cursor: pointer;
}
#creatPost .translate-area .translates {
  margin: 7px 0;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  text-align: left;
}
#creatPost .translate-area .translates h4 {
  font-size: 17px;
  font-family: "Open Sans";
  margin: 5px 0;
}
#creatPost .translate-area .translates .translate-post-content {
  padding: 10px;
  border: 1px solid #c7c7c7;
  overflow: hidden;
  position: relative;
}
#creatPost .translate-area .translates .translate-post-content .duplicate {
  margin: 0;
  float: left;
  margin-right: 15px;
  padding-left: 20px;
}
#creatPost .translate-area .translates .translate-post-content .duplicate input {
  display: none;
}
#creatPost .translate-area .translates .translate-post-content .duplicate input:checked ~ label::after {
  font-family: "fontello";
  content: "\e804";
}
#creatPost .translate-area .translates .translate-post-content .duplicate label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  text-align: left;
}
#creatPost .translate-area .translates .translate-post-content .duplicate label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  top: 4px;
}
#creatPost .translate-area .translates .translate-post-content .duplicate label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555;
}
#creatPost .translate-area .translates .translate-post-content .duplicate label.not-checkbox::after {
  display: none;
}
#creatPost .translate-area .translates .translate-post-content .duplicate label.not-checkbox::before {
  display: none;
}
#creatPost .translate-area .translates .translate-post-content .duplicate span {
  vertical-align: text-bottom;
  cursor: pointer;
}
#creatPost .translate-area .translates .translate-post-content #action-duplicate {
  height: auto;
  font-size: 14px;
  padding: 5px 15px;
  line-height: initial;
  margin: 0;
  float: left;
}

#modalRegister .modal-body {
  padding: 30px 60px 0;
}
#modalRegister .close-modal {
  position: absolute;
  cursor: pointer;
  border: 0;
  display: block;
  padding: 0;
  color: #3498db;
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  font-size: 28px;
}
#modalRegister .registerForm form h3.title {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: lighter;
  margin: 0 0 25px;
}
#modalRegister .registerForm form div.field {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
#modalRegister .registerForm form div.field.field-checkbox {
  margin-bottom: 10px;
}
#modalRegister .registerForm form div.field .custom-checkbox {
  margin: 0;
  padding-left: 1.8rem;
}
#modalRegister .registerForm form div.field .custom-checkbox .custom-control-indicator {
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#modalRegister .registerForm form div.field .custom-checkbox .custom-control-indicator::before {
  content: "";
  border-bottom: 1.5px solid #777;
  border-right: 1.5px solid #777;
  position: absolute;
  display: block;
  height: 10px;
  width: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 5px;
  top: 1px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#modalRegister .registerForm form div.field .custom-checkbox input:checked ~ .custom-control-indicator::before, #modalRegister .registerForm form div.field .custom-checkbox input:active ~ .custom-control-indicator::before {
  opacity: 1;
}
#modalRegister .registerForm form div.field .custom-checkbox a {
  color: #212529;
  text-decoration: underline;
}
#modalRegister .registerForm form div.field .select2 {
  width: 100% !important;
}
#modalRegister .registerForm form div.field.has-error .select2-selection--single {
  border-color: #a94442;
}
#modalRegister .registerForm form div.field .loading {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 9999999999;
}
#modalRegister .registerForm form div.field input, #modalRegister .registerForm form div.field select {
  line-height: normal;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #e5e5e5;
  margin: 0;
  padding: 9px;
  border-radius: 0;
}
#modalRegister .registerForm form div.field input.has-error, #modalRegister .registerForm form div.field select.has-error {
  border-color: #a94442;
}
#modalRegister .registerForm form div.field .desc {
  font-size: 12px;
  font-weight: lighter;
  margin: 0;
  display: block;
  line-height: 18px;
}
#modalRegister .registerForm form .submit {
  padding: 19px 20px 20px;
  text-align: right;
}
#modalRegister .registerForm form .submit span {
  margin: 0;
  padding-right: 30px;
  font-size: 12px;
  line-height: 1.4;
  font-family: "Open Sans";
  height: 40px;
  padding-top: 3px;
  display: inline-block;
  vertical-align: middle;
}
#modalRegister .registerForm form .submit button {
  margin: 0;
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  background: #2a2a2a;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
}
#modalRegister .registerForm form .grecaptcha-badge {
  position: inherit !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 100% !important;
}
#modalRegister .registerForm form .grecaptcha-badge iframe {
  width: 100%;
  height: auto;
}

/*Global*/
.fb-signin-button {
  margin: 0 auto 20px;
  background: url(../images/fb-icon.png) no-repeat 10px center, -webkit-linear-gradient(top, #3b5998, #2b4170);
  background-size: 25px 25px, cover;
  display: block;
  padding-left: 50px;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  text-shadow: 1px 1px 0px #000;
  opacity: 0.9;
  position: relative;
  height: 45px;
  line-height: 45px;
  max-width: 300px;
}

.mce-container {
  z-index: 999999 !important;
}

.mce-branding-powered-by {
  display: none;
}

.select2-container {
  z-index: 999999999999;
}

.select2-container--default .select2-selection--single {
  height: 35px;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
  top: 0;
}

.has-error .select2-container--default .select2-selection--single {
  border-color: #a94442;
}

.site-alert {
  position: fixed;
  bottom: 45px;
  right: 10px;
  z-index: 99999;
  width: 300px;
  margin: 0;
  padding: 0;
}

.terms_conditions {
  z-index: 99999;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  max-height: 450px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.show_search_pop {
  -webkit-animation: show_search_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: show_search_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#ajax_search_container_mobile {
  padding: 0 0 5px;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  z-index: 9999;
  position: absolute;
  width: 300px;
  left: -250px;
  -webkit-box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.1);
          box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.1);
  top: 100%;
  line-height: 1.2em;
  background: #fff;
}
#ajax_search_container_mobile:before {
  position: absolute;
  display: block;
  content: "";
  top: -8px;
  right: 20px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-style: solid;
  border-width: 1px;
  border-right: none;
  border-bottom: 0;
  background-color: #fff;
}

@media (max-width: 520px) {
  .custom-menu-user a.wiz-login {
    font-size: 13px !important;
  }
  .custom-menu-user a.wiz-register {
    display: none !important;
  }
}

.my-4 {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

div.container-v2 {
  max-width: 1140px;
}
div.container-v2 .em {
  --font-size: 15px;
}
div.container-v2 .em.em-modal {
  border: 0 !important;
}
div.container-v2 .em.em-search .em-search-main.em-search-main-bar > .em-search-field, div.container-v2 .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-field, div.container-v2 .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-field {
  border: 0;
}
div.container-v2 .em .em-search-advanced-form .input {
  border: 0 !important;
}
@media (min-width: 600px) {
  div.container-v2 .em.pixelbones h2 {
    font-size: calc(var(--font-size) + 2px) !important;
    font-style: italic;
  }
}

html {
  font-size: 100%;
}

.em {
  --accent-color: #212121 !important;
}

/* Fix Kleo default template */
.page-template-default-template-kleo .count-request .icon-mail:before {
  font-size: 16px !important;
}

#menu-topmenu .custom-menu-user:hover .user-menu {
  display: block !important;
  max-width: 200px !important;
  opacity: 1;
  visibility: visible;
}

#sidebar-sharethis a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}
#sidebar-sharethis a [class^=icon-]:before {
  width: 0.8em;
}

.share-links .kleo-twitter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-links .kleo-twitter i.icon-twitter:before {
  content: "";
  width: 20px;
  height: 16px;
  background: url("../../images/icon-x-twitter.svg") center 2px no-repeat;
  background-size: contain;
  fill: currentColor !important;
}

ul#wiz-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul#wiz-filter .vc_grid-filter-item:hover, ul#wiz-filter .vc_grid-filter-item.vc_active {
  background: #ebebeb;
}

.custom-menu-user {
  position: relative;
}

.custom-menu-user .user-menu {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  z-index: 9999;
}

.custom-menu-user:hover .user-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#posts-default-header {
  max-height: var(--header-max-height, 420px);
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offcanvas-sidebar {
  z-index: 9999;
}
.offcanvas-sidebar.is-show {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

@media (max-width: 520px) {
  a.showModalLogin {
    display: none;
  }
  #main-menu .container-fluid {
    padding: 0;
  }
  #main-menu ul.menu li {
    margin: 0;
  }
  #main-menu ul.menu li a {
    font-size: 12px !important;
  }
  #categories-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
  #categories-menu .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  #categories-menu li {
    margin-top: 0 !important;
    font-size: 16px;
  }
  #categories-menu li a {
    font-size: 12px !important;
  }
  #categories-menu ul#menu-stories-categories {
    list-style: none;
  }
  #categories-menu ul#menu-stories-categories li {
    margin-left: 0;
    margin-right: 0;
    height: 37px;
  }
  [lang=en-US] #menu-item-28575 a {
    width: 80px;
  }
}
.wiz-grid.wiz-grid-new .wiz-grid-item h3 {
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: Georgia, Times, serif;
  color: #444;
  margin-top: 10px;
}

.icon-x::before {
  content: "";
  background: url(../../images/icon-x-twitter.svg) 0 0 no-repeat;
  background-size: contain;
  width: 23px;
  height: 22px;
  -webkit-transform: scale(0.8) translateY(3px);
          transform: scale(0.8) translateY(3px);
}

.em-search-main-bar {
  --accent-color: #333;
  --accent-color-hover: #000;
}
.em-search-main-bar .em-search-submit button[type=submit]:hover, .em-search-main-bar .em-search-submit button[type=submit]:focus {
  background-color: var(--accent-color-hover, #000) !important;
  color: #fff !important;
}

[data-view=list-grouped] .em-events-list-grouped > h2 {
  display: none;
}

.em.em-list .em-item .em-item-info {
  --default-border: #333;
}

.em.pixelbones a {
  --accent-color: #000;
}

.em.em-item.em-item-single .em-item-header {
  --default-border: #333 !important;
}

.nx-slot {
  font-size: 16px;
}
.nx-slot .modal {
  top: 0 !important;
}
@media screen and (min-width: 768px) {
  .nx-slot .modal-dialog {
    left: auto;
    padding: 0;
  }
}
.nx-slot input[type=text], .nx-slot input[type=password], .nx-slot input[type=date], .nx-slot input[type=datetime], .nx-slot input[type=datetime-local], .nx-slot input[type=month], .nx-slot input[type=week], .nx-slot input[type=email], .nx-slot input[type=number], .nx-slot input[type=search], .nx-slot input[type=tel], .nx-slot input[type=time], .nx-slot input[type=url], .nx-slot textarea {
  font-size: 16px;
}

.v-select .dropdown-menu * {
  border: 0;
}
/*# sourceMappingURL=hotfix.css.map */