@import url(../vendor/stylesheets/bootstrap.min.css);
@import url(../vendor/stylesheets/owl.carousel.min.css);
@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import "https://unpkg.com/aos@2.3.1/dist/aos.css";
/*---- custom-max ----*/
/*---- custom-min ----*/
/*img*/
img {
  max-width: 100%;
  height: auto; }

.carousel {
  width: 100%;
  float: left; }

/*appearance none*/
select, textarea, button, button[type="submit"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  border: none; }

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

button {
  outline: none; }

.full-w {
  width: 100%;
  float: left; }

/*a link*/
a, a:focus, a:hover {
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

/*select*/
select::-ms-expand {
  display: none; }

/*-- container --*/
@media (min-width: 1400px) {
  .container {
    width: 1346px; } }

.vertical-block {
  display: table;
  height: 100%;
  width: 100%;
  float: left; }
  .vertical-block .cell {
    vertical-align: middle;
    display: table-cell; }

/*body, html*/
body, html {
  height: 100%;
  margin: 0;
  font-family: 'Arial';
  font-weight: normal; }
  body::-webkit-scrollbar, html::-webkit-scrollbar {
    width: 10px; }
  body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    background-color: #0a3e6eba;
    outline: 1px solid #0a3e6e; }

header {
  background: #f3f5f8; }
  header .container-fluid {
    padding: 0px 64px; }
    @media (max-width: 991px) {
      header .container-fluid {
        padding: 0px 15px; } }
    @media screen and (min-width: 767px) and (min-width: 991px) {
      header .container-fluid .col6-section {
        width: 50%;
        float: left; } }

.search-form {
  position: relative; }

.logo-section {
  display: table;
  height: 120px; }
  @media (max-width: 360px) {
    .logo-section {
      height: 75px;
      width: 100%; } }
  .logo-section .menu {
    display: table-cell;
    vertical-align: middle;
    z-index: 99;
    position: relative; }
    @media (max-width: 580px) {
      .logo-section .menu {
        transform: scale(0.8); } }
    .logo-section .menu a {
      display: block;
      height: 40px; }
    .logo-section .menu img {
      margin-right: 60px; }
  .logo-section .logo-top {
    display: table-cell;
    vertical-align: middle;
    padding-left: 62px; }
    @media (max-width: 360px) {
      .logo-section .logo-top img {
        width: 150px;
        float: right; } }

.toggle {
  width: 50px;
  box-sizing: border-box; }
  .toggle span {
    position: absolute;
    width: 34px;
    height: 4px;
    background: #0a3e6e;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: 0.5s;
    transition-delay: 0.5s; }
    .toggle span:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: #0a3e6e;
      display: block;
      top: -10px;
      left: 0;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      transition-property: top, transform;
      transition-delay: 0.5s, 0s;
      transition-duration: 0.5s, 0.5s; }
    .toggle span:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: #0a3e6e;
      display: block;
      top: 10px;
      left: 0;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      transition-property: top, transform;
      transition-delay: 0.5s, 0s;
      transition-duration: 0.5s, 0.5s; }
  .toggle.active span {
    background: transparent;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0); }
    .toggle.active span:before {
      top: 0;
      transform: rotate(45deg);
      transition-delay: 0s, 0.5s;
      background: #fff; }
    .toggle.active span:after {
      top: 0;
      transform: rotate(-45deg);
      transition-delay: 0s, 0.5s;
      background: #fff; }

.sidebar-menu {
  position: absolute;
  left: -376px;
  top: 0;
  width: 376px;
  height: 100vh;
  background: #294390;
  /* Old browsers */
  background: -moz-linear-gradient(top, #294390 0%, #116fb7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #294390 0%, #116fb7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #294390 0%, #116fb7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#294390', endColorstr='#116fb7', GradientType=0);
  /* IE6-9 */
  transition: .5s;
  margin: 0;
  padding: 0;
  z-index: 9; }
  .sidebar-menu.active {
    left: 0px; }
  @media (max-width: 767px) {
    .sidebar-menu {
      width: 240px;
      height: 703px; } }
  .sidebar-menu ul.menu-desktop {
    width: 100%;
    text-align: right;
    padding-right: 30px;
    padding-top: 185px; }
    @media (max-width: 767px) {
      .sidebar-menu ul.menu-desktop {
        padding-top: 150px; } }
    .sidebar-menu ul.menu-desktop li {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .sidebar-menu ul.menu-desktop li {
          margin-bottom: 20px; } }
      .sidebar-menu ul.menu-desktop li a {
        font-size: 19.9px;
        color: #fff; }
        .sidebar-menu ul.menu-desktop li a:hover {
          color: #e6e6e6; }

.top-right-section {
  float: right;
  display: table-cell;
  vertical-align: middle;
  margin-top: 5px; }
  @media (max-width: 767px) {
    .top-right-section {
      width: 100%; } }
  .top-right-section select {
    border: none;
    width: 165px;
    float: left;
    box-shadow: none;
    outline: none;
    background: url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    margin-left: 11px;
    background-size: 13px;
    letter-spacing: .4px;
    color: #000000; }
    .top-right-section select:focus {
      outline: none;
      box-shadow: none; }
  .top-right-section h3 {
    background: url(../img/user-icon.png);
    background-repeat: no-repeat;
    background-position: right 1px center;
    margin: 15px 0px;
    background-position-y: 6px;
    /*@include custom-max(320){
      #logoutBtn{
        visibility: hidden;
        font-size: 0;
      }
    }*/ }
    @media (max-width: 767px) {
      .top-right-section h3 {
        width: auto;
        margin: 0;
        float: right;
        padding-right: 35px; } }
    .top-right-section h3 a {
      font-size: 15px;
      color: #000; }

.center-vertical {
  display: table; }
  @media (max-width: 767px) {
    .center-vertical {
      width: 100%; } }

.search-section .form-group {
  position: relative;
  float: left;
  width: 100%; }
@media (max-width: 767px) {
  .search-section h2 {
    font-size: 24px; } }
@media (max-width: 360px) {
  .search-section h2 {
    font-size: 20px; } }
.search-section .top-search-input {
  width: 294px;
  border-radius: 0;
  box-shadow: none;
  background: #bbc4de;
  color: #fff;
  padding-left: 7px;
  height: 30px;
  padding-right: 44px;
  border: none; }
  .search-section .top-search-input::-webkit-input-placeholder {
    color: #fff; }
  .search-section .top-search-input:-ms-input-placeholder {
    color: #fff; }
  .search-section .top-search-input::placeholder {
    color: #fff; }
  @media (max-width: 767px) {
    .search-section .top-search-input {
      width: 100%; } }
.search-section .fa-search {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 8px 12px;
  color: #fff;
  background: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }
  .search-section .fa-search:hover {
    background: #0a3e6e; }

.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 740px;
  transform: translate3d(0%, 0, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0); }

.modal.left .modal-content {
  height: 740px;
  overflow-y: auto; }

.modal.left .modal-body {
  padding: 15px 15px 80px; }

.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out; }

.modal.left.fade.in .modal-dialog {
  left: 0; }

#mylogin {
  background: #0a3e6ec7; }
  #mylogin .registration-dialog {
    width: 632px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0; }
    @media (max-width: 991px) {
      #mylogin .registration-dialog {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto; } }
    #mylogin .registration-dialog .registration-content {
      border-radius: 0;
      border: none; }
      #mylogin .registration-dialog .registration-content .registration-header {
        padding: 25px 70px;
        background: #0a3e6e;
        border: none; }
        @media (max-width: 991px) {
          #mylogin .registration-dialog .registration-content .registration-header {
            padding-left: 40px;
            padding-right: 40px; } }
        @media (max-width: 767px) {
          #mylogin .registration-dialog .registration-content .registration-header {
            padding-left: 30px;
            padding-right: 30px; } }
        @media (max-width: 479px) {
          #mylogin .registration-dialog .registration-content .registration-header {
            padding-left: 15px;
            padding-right: 15px; } }
        #mylogin .registration-dialog .registration-content .registration-header h3 {
          font-size: 24px;
          font-weight: bold;
          color: #fff;
          margin: 0;
          text-transform: uppercase;
          background-image: none;
          float: none; }
      #mylogin .registration-dialog .registration-content .registration-body {
        padding: 40px 70px 10px; }
        @media (max-width: 991px) {
          #mylogin .registration-dialog .registration-content .registration-body {
            padding-left: 40px;
            padding-right: 40px; } }
        @media (max-width: 767px) {
          #mylogin .registration-dialog .registration-content .registration-body {
            padding-left: 30px;
            padding-right: 30px; } }
        @media (max-width: 479px) {
          #mylogin .registration-dialog .registration-content .registration-body {
            padding-left: 15px;
            padding-right: 15px; } }
        #mylogin .registration-dialog .registration-content .registration-body input {
          width: 100%;
          height: 51px;
          border-radius: 0;
          box-shadow: none;
          outline: 0;
          font-size: 20.49px;
          margin-bottom: 30px; }
          #mylogin .registration-dialog .registration-content .registration-body input.focus {
            -webkit-animation-name: shake;
            animation-name: shake;
            -webkit-animation-duration: 800ms;
            animation-duration: 800ms;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
          @media (max-width: 767px) {
            #mylogin .registration-dialog .registration-content .registration-body input {
              font-size: 18px; } }
        @media (max-width: 360px) {
          #mylogin .registration-dialog .registration-content .registration-body {
            font-size: 18px; } }
        #mylogin .registration-dialog .registration-content .registration-body .btn-login {
          position: relative;
          left: 0;
          width: 200px;
          height: 50px;
          line-height: 1.8;
          text-align: center;
          font-size: 20px;
          text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          background: linear-gradient(90deg, #294390, #116fb7);
          color: #fff;
          text-decoration: none;
          border-radius: 25px;
          letter-spacing: 1px;
          transition: .5s;
          margin: 0 auto;
          display: block;
          overflow: hidden;
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3);
          margin-bottom: 30px; }
          #mylogin .registration-dialog .registration-content .registration-body .btn-login:focus {
            outline: none; }
          #mylogin .registration-dialog .registration-content .registration-body .btn-login:before {
            content: '';
            position: absolute;
            top: 0;
            left: -200px;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, #fff, transparent);
            transition: .5s; }
          #mylogin .registration-dialog .registration-content .registration-body .btn-login:hover:before {
            left: 200px; }

.overflow-hidden {
  overflow: hidden; }
  .overflow-hidden .overflow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9; }

.slider-size {
  height: 740px; }
  @media (max-width: 767px) {
    .slider-size {
      height: 480px; } }

section.carousel-fixed-height {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 71px;
  padding-bottom: 44px;
  background: #bfbfbf; }
  section.carousel-fixed-height .slider-size {
    position: relative; }
    section.carousel-fixed-height .slider-size:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.52); }
  section.carousel-fixed-height .slider-category {
    position: absolute;
    z-index: 99;
    margin-top: 157px; }
    @media (max-width: 767px) {
      section.carousel-fixed-height .slider-category {
        margin-top: 50px; } }
    section.carousel-fixed-height .slider-category h3 {
      font-size: 60.5px;
      font-weight: bold;
      color: #fff;
      margin-left: 62px; }
      @media (max-width: 767px) {
        section.carousel-fixed-height .slider-category h3 {
          margin-left: 15px; } }
      @media (max-width: 530px) {
        section.carousel-fixed-height .slider-category h3 {
          font-size: 30.5px; } }
      @media (max-width: 360px) {
        section.carousel-fixed-height .slider-category h3 {
          font-size: 20px;
          margin-top: 30px;
          margin-left: 15px; } }
    section.carousel-fixed-height .slider-category h4 {
      font-size: 23.24px;
      color: #fff;
      text-align: left;
      background: #0a3e6e;
      padding: 10px 55px;
      display: inline; }
      @media (max-width: 767px) {
        section.carousel-fixed-height .slider-category h4 {
          padding-left: 15px; } }
      @media (max-width: 530px) {
        section.carousel-fixed-height .slider-category h4 {
          font-size: 20px; } }
      @media (max-width: 360px) {
        section.carousel-fixed-height .slider-category h4 {
          font-size: 18px;
          padding: 10px 15px; } }
      section.carousel-fixed-height .slider-category h4 a {
        color: #fff; }

.slider-caption {
  z-index: 99;
  transform: translatey(-50%); }
  @media (max-width: 767px) {
    .slider-caption {
      left: 15px;
      right: 15px;
      transform: translateY(0); } }
  @media (max-width: 375px) {
    .slider-caption {
      bottom: 75px; } }
  .slider-caption p {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    width: 705px;
    display: block;
    margin: 0 auto 40px;
    text-align: left; }
    @media (max-width: 992px) {
      .slider-caption p {
        width: 100%; } }
    @media (max-width: 767px) {
      .slider-caption p {
        font-size: 18px;
        margin-bottom: 30px; } }
    @media (max-width: 530px) {
      .slider-caption p {
        font-size: 15px;
        margin-bottom: 20px; } }
  .slider-caption a.btn-slider {
    font-size: 22.62px;
    font-weight: bold;
    color: #0a3e6e;
    background: #fff;
    border-radius: 0;
    padding: 7px 63px; }
    @media (max-width: 767px) {
      .slider-caption a.btn-slider {
        font-size: 17.62px;
        padding: 5px 50px; } }

.carousel-fixed-height .hide-text {
  width: 100%;
  float: left;
  display: none; }
.carousel-fixed-height .owl-item.active .hide-text {
  display: block; }

.category-section {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 56px; }

.heading-section {
  text-align: center;
  position: relative;
  margin-bottom: 50px; }
  @media (max-width: 545px) {
    .heading-section {
      margin-bottom: 30px; } }
  .heading-section h3 {
    color: #0a3e6e;
    font-size: 24px;
    font-weight: normal;
    font-family: Arial;
    display: inline;
    padding: 0px 40px;
    background: #fff; }
    @media (max-width: 767px) {
      .heading-section h3 {
        margin: 10px 15px;
        display: inline-block; } }
    @media (max-width: 545px) {
      .heading-section h3 {
        padding: 0 20px;
        font-size: 20px; } }
  .heading-section .divider-center {
    position: absolute;
    top: 50%;
    width: 85%;
    height: 1px;
    background: #0a3e6e;
    transform: translateX(0);
    z-index: -1;
    display: block;
    margin: 0 auto;
    right: 0;
    left: 0; }
    @media (max-width: 545px) {
      .heading-section .divider-center {
        width: 100%; } }

.category-img {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  margin: 0px auto 30px;
  overflow: hidden;
  padding-top: 65.4%; }
  @media (max-width: 320px) {
    .category-img {
      padding-top: 100%; } }
  .category-img img {
    /*z-index: 2;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto !important;
    height: auto !important;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    @include translate(-50%, -50%);
    @include transform-origin(center);*/
    width: auto !important;
    height: auto !important;
    z-index: 2;
    display: block !important;
    position: absolute !important;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    min-width: 100% !important;
    min-height: 100% !important; }

.valid_msg {
  position: relative;
  color: #f00;
  font-weight: 700;
  margin-top: -24px;
  margin-bottom: 16px;
  font-size: 15px; }
  .valid_msg:empty {
    display: none; }

#mylogin .registration-dialog .registration-content .registration-body .btn-login + .valid_msg {
  margin-top: 0;
  margin-bottom: 0px; }

#valid_msg2 {
  display: inline-block;
  color: #f00;
  margin-top: 5px; }
  #valid_msg2:empty {
    display: none; }

.success_msg {
  color: green;
  position: relative;
  font-weight: 700;
  font-size: 15px; }
  .success_msg:empty {
    display: none; }

.focus:focus, .focus {
  border-color: #f00; }

.wpml-ls-statics-shortcode_actions {
  border: none;
  width: auto;
  float: left;
  box-shadow: none;
  outline: none;
  background: url(../img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: top 8px right;
  background-size: 13px;
  letter-spacing: .4px;
  color: #000000;
  position: relative;
  margin: 6px 0 6px 11px;
  display: inline-block;
  padding-right: 22px;
  margin-right: 35px;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .wpml-ls-statics-shortcode_actions {
      margin-left: 0; } }
  .wpml-ls-statics-shortcode_actions a {
    font-size: 15px;
    color: #000; }
  .wpml-ls-statics-shortcode_actions li:focus {
    outline: none;
    box-shadow: none; }
  .wpml-ls-statics-shortcode_actions .wpml-ls-flag {
    margin-right: 10px; }

.wpml-ls-sub-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
  padding: 10px 10px; }

.wpml-ls-item-legacy-dropdown:hover .wpml-ls-sub-menu {
  display: block; }

.widget.widget_search {
  list-style: none; }

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: transparent;
  margin: 0;
  padding: 0; }
  .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:hover {
    background-color: transparent; }

.no-click-download {
  cursor: not-allowed;
  filter: alpha(opacity=40);
  -webkit-box-shadow: none;
  box-shadow: none; }
  .no-click-download button, .no-click-download a {
    pointer-events: none; }
  .no-click-download span {
    color: #ccc !important; }

.banner-section {
  background: #0a3e6e;
  padding: 40px 0px;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .banner-section {
      margin-bottom: 50px; } }
  @media (max-width: 580px) {
    .banner-section {
      margin-bottom: 40px; } }
  @media (max-width: 360px) {
    .banner-section {
      margin-bottom: 30px; } }

@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    float: left; } }

.breadcrumb-banner ul li {
  font-size: 26px;
  font-family: Arial;
  font-weight: normal;
  color: #fff;
  display: inline-block; }
  .breadcrumb-banner ul li a {
    color: #fff; }
@media (max-width: 767px) {
  .breadcrumb-banner {
    text-align: center;
    margin-bottom: 10px; } }

.select-category select {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background: url(../img/select-icon.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: #fff; }

.text-content-ctg h3 {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  margin: 13px 0px 0px 6px;
  display: inline;
  float: left; }
  @media (max-width: 320px) {
    .text-content-ctg h3 {
      font-size: 15px; } }
.text-content-ctg h4 {
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
  margin: 14px 20px 0px 0px;
  float: right; }
@media (min-width: 992px) {
  .text-content-ctg .col-md-4 {
    padding-left: 5px; }
  .text-content-ctg .col-md-8 {
    padding-right: 5px; } }

.category-section .view-lenth {
  margin-bottom: 0; }
.category-section .view-lenth + .text-content-ctg {
  margin-bottom: 30px; }
@media (max-width: 767px) {
  .category-section {
    margin-bottom: 0; } }

.alice-nevers-ctg {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 55px;
  margin-bottom: 100px; }
  @media (min-width: 1440px) {
    .alice-nevers-ctg .container {
      width: 1476px; } }

.text-gallery-ctg h3 {
  font-size: 34.77px;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0; }
  @media (max-width: 767px) {
    .text-gallery-ctg h3 {
      font-size: 24.77px; } }
  @media (max-width: 375px) {
    .text-gallery-ctg h3 {
      font-size: 20px; } }
.text-gallery-ctg p {
  font-size: 16px;
  color: #000000;
  line-height: 26.21px;
  font-family: Arial;
  font-weight: normal; }
  @media (max-width: 375px) {
    .text-gallery-ctg p {
      font-size: 15px; } }
  @media (max-width: 1200px) {
    .text-gallery-ctg p br {
      display: none; } }
.text-gallery-ctg .p-sectiong {
  margin-top: 10px;
  margin-bottom: 50px; }
  .text-gallery-ctg .p-sectiong p {
    line-height: 24px;
    margin-bottom: 0; }
.text-gallery-ctg .gallery-category h3 {
  font-size: 13.25px;
  color: #2d3d8a;
  font-weight: bold;
  letter-spacing: 0px;
  margin-bottom: 10px;
  font-family: arial black; }
.text-gallery-ctg .gallery-category ul {
  display: flex;
  padding: 25px 20px;
  background-image: url(../img/gallery-bg.png);
  margin-bottom: 30px; }
  @media (max-width: 361px) {
    .text-gallery-ctg .gallery-category ul {
      padding: 25px 0; } }
  .text-gallery-ctg .gallery-category ul li {
    display: flex;
    flex: auto;
    justify-content: center; }
    @media (max-width: 361px) {
      .text-gallery-ctg .gallery-category ul li {
        display: inline-block; } }
    @media (min-width: 1439px) {
      .text-gallery-ctg .gallery-category ul li {
        padding-right: 46px; } }
    .text-gallery-ctg .gallery-category ul li:last-child {
      padding-right: 0; }
    .text-gallery-ctg .gallery-category ul li button {
      background: transparent; }
      .text-gallery-ctg .gallery-category ul li button img {
        margin: 0 auto 19px;
        display: table; }
        @media (max-width: 361px) {
          .text-gallery-ctg .gallery-category ul li button img {
            height: 30px; } }
      .text-gallery-ctg .gallery-category ul li button span {
        font-size: 10.25px;
        font-faimly: arial;
        font-weight: bold;
        color: #000000; }

.videos-slider {
  padding: 0px; }
  .videos-slider #thumbcarousel {
    margin: 12px 0 0;
    padding: 0 45px; }
    .videos-slider #thumbcarousel .item {
      text-align: center;
      margin-top: 15px; }
      .videos-slider #thumbcarousel .item .thumb {
        width: 20%;
        margin: 0 10px 0px 0px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 115px; }
        @media (min-width: 1440px) {
          .videos-slider #thumbcarousel .item .thumb {
            max-width: 133px; } }
        .videos-slider #thumbcarousel .item .thumb a {
          font-size: 15.51px;
          color: #000;
          font-weight: normal; }
        @media (max-width: 992px) {
          .videos-slider #thumbcarousel .item .thumb.last-child {
            display: none; } }
      .videos-slider #thumbcarousel .item img {
        width: 100%;
        height: auto;
        margin-bottom: 18px; }

.carousel-control {
  color: #0284b8;
  text-align: center;
  text-shadow: none;
  height: 30px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0);
  bottom: auto;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 30%;
  width: auto; }
  .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
    color: #333; }
  .carousel-control.left, .carousel-control.right {
    background-color: rgba(0, 0, 0, 0);
    background-image: none; }

.video-item.active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/play-icon.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center; }

#myFullContent {
  background: #0a3e6ec7; }
  #myFullContent .full-content-dialog {
    width: 835px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0; }
    @media (max-width: 991px) {
      #myFullContent .full-content-dialog {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto; } }
    #myFullContent .full-content-dialog .full-content-content {
      border-radius: 0;
      border: none; }
      #myFullContent .full-content-dialog .full-content-content .full-content-header {
        padding: 30px 75px;
        background: #0a3e6e;
        border: none;
        text-align: center; }
        @media (max-width: 360px) {
          #myFullContent .full-content-dialog .full-content-content .full-content-header {
            padding: 30px 10px 30px 30px;
            text-align: left; } }
        #myFullContent .full-content-dialog .full-content-content .full-content-header h3 {
          font-size: 22px;
          font-weight: bold;
          color: #fff;
          margin: 0;
          line-height: 1.4; }
          @media (max-width: 460px) {
            #myFullContent .full-content-dialog .full-content-content .full-content-header h3 {
              font-size: 17px; } }
          @media (max-width: 360px) {
            #myFullContent .full-content-dialog .full-content-content .full-content-header h3 {
              font-size: 17px; } }
      #myFullContent .full-content-dialog .full-content-content .full-content-body {
        padding: 30px; }
        @media (max-width: 360px) {
          #myFullContent .full-content-dialog .full-content-content .full-content-body {
            padding: 30px 10px 30px 30px; } }
        #myFullContent .full-content-dialog .full-content-content .full-content-body .scroll-text {
          padding: 10px 47px;
          max-height: 483px;
          overflow-y: auto;
          cursor: pointer; }
          @media (max-width: 991px) {
            #myFullContent .full-content-dialog .full-content-content .full-content-body .scroll-text {
              max-height: 400px; } }
          @media (max-width: 460px) {
            #myFullContent .full-content-dialog .full-content-content .full-content-body .scroll-text {
              padding: 10px 14px 0 0; } }
          #myFullContent .full-content-dialog .full-content-content .full-content-body .scroll-text::-webkit-scrollbar {
            width: 1em; }
            @media (max-width: 375px) {
              #myFullContent .full-content-dialog .full-content-content .full-content-body .scroll-text::-webkit-scrollbar {
                width: 8px; } }
          #myFullContent .full-content-dialog .full-content-content .full-content-body .scroll-text::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
          #myFullContent .full-content-dialog .full-content-content .full-content-body .scroll-text::-webkit-scrollbar-thumb {
            background-color: #0a3e6eba;
            outline: 1px solid #0a3e6e; }
        #myFullContent .full-content-dialog .full-content-content .full-content-body p {
          font-size: 16px;
          font-family: Arial;
          font-weight: normal;
          color: #000000;
          cursor: text; }
          @media (max-width: 375px) {
            #myFullContent .full-content-dialog .full-content-content .full-content-body p {
              font-size: 15px; } }
          #myFullContent .full-content-dialog .full-content-content .full-content-body p:last-child {
            margin-bottom: 0; }

#myRegistration {
  background: #0a3e6ec7; }
  #myRegistration .registration-dialog {
    width: 832px;
    height: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    margin: 0; }
    @media (max-width: 991px) {
      #myRegistration .registration-dialog {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto; } }
    #myRegistration .registration-dialog .registration-content {
      border-radius: 0;
      border: none; }
      #myRegistration .registration-dialog .registration-content .registration-header {
        padding: 35px 70px;
        background: #0a3e6e;
        border: none; }
        @media (max-width: 767px) {
          #myRegistration .registration-dialog .registration-content .registration-header {
            padding: 25px 15px; } }
        #myRegistration .registration-dialog .registration-content .registration-header h3 {
          font-size: 16px;
          font-weight: bold;
          color: #fff;
          margin: 0;
          line-height: 1.4; }
      #myRegistration .registration-dialog .registration-content .registration-body {
        padding: 75px; }
        @media (max-width: 800px) {
          #myRegistration .registration-dialog .registration-content .registration-body {
            padding: 75px 15px; } }
        #myRegistration .registration-dialog .registration-content .registration-body input {
          width: 594px;
          height: 51px;
          border-radius: 0;
          box-shadow: none;
          outline: 0;
          font-size: 20.49px;
          float: left; }
          @media (max-width: 800px) {
            #myRegistration .registration-dialog .registration-content .registration-body input {
              width: 80%; } }
          @media (max-width: 375px) {
            #myRegistration .registration-dialog .registration-content .registration-body input {
              width: 79%;
              font-size: 18px; } }
        #myRegistration .registration-dialog .registration-content .registration-body .btn-ok {
          padding: 10px 23px;
          background: #0a3e6e;
          color: #fff;
          border-radius: 0;
          border: none;
          margin-left: 10px;
          font-size: 20.49px; }
          @media (max-width: 767px) {
            #myRegistration .registration-dialog .registration-content .registration-body .btn-ok {
              width: calc(100% - 83.3%);
              text-align: center;
              padding: 10px 1px 10px 0; } }
        #myRegistration .registration-dialog .registration-content .registration-body .form-group {
          margin-bottom: 0; }

.owl-carousel.thumbcarousel-fiction .owl-nav.disabled, .owl-carousel.thumbcarousel-fiction .owl-nav {
  display: block;
  font-size: 0; }
  .owl-carousel.thumbcarousel-fiction .owl-nav.disabled .owl-prev, .owl-carousel.thumbcarousel-fiction .owl-nav.disabled .owl-next, .owl-carousel.thumbcarousel-fiction .owl-nav .owl-prev, .owl-carousel.thumbcarousel-fiction .owl-nav .owl-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .owl-carousel.thumbcarousel-fiction .owl-nav.disabled .owl-prev, .owl-carousel.thumbcarousel-fiction .owl-nav.disabled .owl-next, .owl-carousel.thumbcarousel-fiction .owl-nav .owl-prev, .owl-carousel.thumbcarousel-fiction .owl-nav .owl-next {
        width: 20px; } }
    @media (max-width: 375px) {
      .owl-carousel.thumbcarousel-fiction .owl-nav.disabled .owl-prev, .owl-carousel.thumbcarousel-fiction .owl-nav.disabled .owl-next, .owl-carousel.thumbcarousel-fiction .owl-nav .owl-prev, .owl-carousel.thumbcarousel-fiction .owl-nav .owl-next {
        background-size: 10px; } }
  .owl-carousel.thumbcarousel-fiction .owl-nav.disabled .owl-prev, .owl-carousel.thumbcarousel-fiction .owl-nav .owl-prev {
    background-image: url("../img/left-big-icon.png");
    left: 0; }
  .owl-carousel.thumbcarousel-fiction .owl-nav.disabled .owl-next, .owl-carousel.thumbcarousel-fiction .owl-nav .owl-next {
    background-image: url("../img/right-big-icon.png");
    right: 0; }

.item-indicator {
  cursor: pointer; }

.embed-responsive {
  padding-top: 64.6%; }

.frm-video-image-thumbnail {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  margin: 0px auto 15px;
  overflow: hidden;
  padding-top: 64.67%; }
  .frm-video-image-thumbnail img {
    z-index: 2;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto !important;
    height: auto !important;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform-origin: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center; }
  .frm-video-image-thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #b2bcd880 url(../img/play-icon-small.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99; }

.episodes-non-login .frm-video-image-thumbnail:after {
  background: none; }

@media (max-width: 767px) {
  .autres-section img {
    width: 100%;
    margin: 0 auto; } }
@media (max-width: 767px) {
  .autres-section h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px; } }
@media (max-width: 360px) {
  .autres-section h3 {
    font-size: 18px; } }

.autres-section a {
  color: #000000; }
  .autres-section a h3 {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    margin: 13px 0 30px;
    display: inline;
    float: left; }

.aucun-resultat h2 {
  font-weight: bold;
  color: #000000;
  padding: 0 15px;
  margin-top: 0; }
.aucun-resultat p {
  padding: 15px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  margin-bottom: 20px; }

div#crumbs {
  margin-bottom: 20px;
  margin-top: 10px; }

footer {
  position: relative;
  width: 100%;
  float: left;
  background: #000000;
  padding: 20px 0px 20px; }

.logo-address {
  margin-top: 20px;
  margin-bottom: 20px; }
  .logo-address img {
    margin-bottom: 17px; }
  .logo-address ul li {
    line-height: 1.6;
    color: #f5f5f5; }
    .logo-address ul li a {
      color: #f5f5f5; }

.footer-map {
  margin-bottom: 20px; }

.copyright-sectiong {
  position: relative;
  width: 100%;
  float: left;
  display: block;
  margin: 20px auto 0;
  /*ul{
    margin-bottom: 15px;
    padding: 0;

    li{
      display: inline-block;

      a{
        color: $white;
        padding-right: 20px;
        font-size: 16px;


      }
    }
  }*/ }
  .copyright-sectiong ul {
    margin: 0px auto 20px;
    padding: 0;
    display: table; }
    .copyright-sectiong ul li {
      list-style: none;
      display: inline-block; }
      .copyright-sectiong ul li a {
        position: relative;
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        margin: 0 5px;
        border-radius: 50%;
        padding: 6px;
        box-sizing: border-box;
        text-decoration: none;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
        background: linear-gradient(0deg, #252222, rgba(0, 0, 0, 0.75));
        transition: 0.5s;
        color: #fff; }
        @media (max-width: 375px) {
          .copyright-sectiong ul li a {
            margin: 0; } }
        .copyright-sectiong ul li a:hover {
          box-shadow: 0 2px 5px #292727;
          top: -3px;
          transform: scale(1.2); }
        .copyright-sectiong ul li a i.fa {
          width: 100%;
          height: 100%;
          display: block;
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), #252222);
          border-radius: 50%;
          line-height: calc(40px - 12px);
          font-size: 16px; }
  .copyright-sectiong p {
    color: #fff;
    font-size: 13px;
    font-family: Arial;
    font-weight: normal;
    letter-spacing: -0.4px; }

.news-event h3 {
  margin: 0 0px 20px;
  font-size: 15px;
  font-weight: bold;
  color: #fff; }
.news-event p {
  color: #fff;
  line-height: 1.7; }

/*# sourceMappingURL=main.css.map */
