/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - General & Basic Styles    */
/*   02 - Header Styles             */
/*   03 - Game Section              */
/*   04 - Blog Section              */
/*   05 - Testimonial Section       */
/*   06 - Gallery Section           */
/*   07 - Stream Section            */
/*   08 - Price Section             */
/*   09 - FAQ Section               */
/*   10 - Registration Section      */
/*   11 - Footer Styles             */
/*   12 - About Page                */
/*   13 - 404 Page                  */
/*   14 - FAQ Page                  */
/*   15 - Team Page                 */
/*   16 - Single Team Page          */
/*   17 - Testimonials Page         */
/*   18 - Games Page                */
/*   19 - Single Games Page         */
/*   20 - Gallery Pages             */
/*   21 - Single image Page         */
/*   22 - Contact Page              */
/*   23 - Blog Page                 */
/*   24 - Post Page                 */
/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */
.color-1 {
  color: #3dd0d8; }

.color-2 {
  color: #c2d4f8; }

.color-3 {
  color: #1e1d32; }

.color-4 {
  color: #292845; }

.color-5 {
  color: #5c9ddd; }

.color-6 {
  color: #7c69e3; }

.color-7 {
  color: #00b4d6; }

.color-8 {
  color: #68dde3; }

.background-1 {
  background: #3dd0d8; }

.background-2 {
  background: #c2d4f8; }

.background-3 {
  background: #1e1d32; }

.background-4 {
  background: #292845; }

.background-5 {
  background: #5c9ddd; }

.background-6 {
  background: #7c69e3; }

.background-7 {
  background: #00b4d6; }

.background-8 {
  background: #68dde3; }

.background-gradient {
  background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%); }

@font-face {
  font-family: 'Agency Fb';
  src: url("../fonts/agency/agency-fb.ttf");
  font-weight: 400;
  font-style: normal; }

.font-roboto {
  font-family: "Roboto", sans-serif; }

.font-agency {
  font-family: "Agency FB"; }

.italic {
  font-style: italic; }

.fsize-0 {
  font-size: 0px; }

.fsize-12 {
  font-size: 12px; }

.fsize-14 {
  font-size: 14px; }

.fsize-16 {
  font-size: 16px; }

.fsize-18 {
  font-size: 18px; }

.fsize-20 {
  font-size: 20px; }

.fsize-24 {
  font-size: 24px; }

.fsize-28 {
  font-size: 28px; }

.fsize-30 {
  font-size: 30px; }

.fsize-32 {
  font-size: 32px; }

.fsize-40 {
  font-size: 40px; }

.fsize-48 {
  font-size: 48px; }

.fsize-58 {
  font-size: 58px; }

.fsize-80 {
  font-size: 80px; }

.fweight-300 {
  font-weight: 300; }

.fweight-500 {
  font-weight: 500; }

.fweight-700 {
  font-weight: 700; }

.radius-offset {
  border-radius: 0 !important; }

.ws-20 {
  word-spacing: 20px; }

::-moz-selection {
  background: #3dd0d8;
  color: #fff; }

::selection {
  background: #3dd0d8;
  color: #fff; }

:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: all 0.3s ease-out; }

:focus::-moz-placeholder {
  opacity: 0;
  transition: all 0.3s ease-out; }

:focus:-moz-placeholder {
  opacity: 0;
  transition: all 0.3s ease-out; }

:focus:-ms-input-placeholder {
  opacity: 0;
  transition: all 0.3s ease-out; }

/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Agency FB";
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
  line-height: inherit; }

.subheading {
  font-family: "Agency FB";
  font-size: 20px; }

ul,
ol {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    color: inherit !important; }

p {
  line-height: 26px;
  margin-bottom: 25px; }

h1 {
  font-size: 56px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 40px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 16px; }

img {
  max-width: 100%; }

.alignright {
  float: right;
  margin: 0 0 30px 30px; }

.alignleft {
  float: left;
  margin: 0 30px 30px 0; }

.uppercase {
  text-transform: uppercase; }

.align-left {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px; }

.align-right {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px; }

.td-none {
  text-decoration: none; }

.color-white {
  color: #fff; }

.color-whitei {
  color: #fff !important; }

.background-white {
  background-color: #fff; }

.relative {
  position: relative; }

.ohidden {
  overflow: hidden; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.table {
  display: table;
  margin-bottom: 0; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell; }

.valign-top {
  vertical-align: top; }

.valign-middle {
  vertical-align: middle; }

.valign-bottom {
  vertical-align: bottom; }

.width-100 {
  width: 100%; }

.height-100p {
  height: 100%; }

.height-600 {
  height: 600px; }

.lheight-normal {
  line-height: normal; }

.lheight-26 {
  line-height: 26px; }

.lheight-28 {
  line-height: 28px; }

.lheight-30 {
  line-height: 30px; }

.lheight-32 {
  line-height: 32px; }

.lheight-47 {
  line-height: 47px; }

.p30 {
  padding: 30px; }

.p40 {
  padding: 40px; }

.p60 {
  padding: 60px; }

.pl20 {
  padding-left: 20px; }

.plr40 {
  padding-left: 40px;
  padding-right: 40px; }

.plr50 {
  padding-left: 50px;
  padding-right: 50px; }

.plr60 {
  padding-left: 60px;
  padding-right: 60px; }

.plr100 {
  padding-left: 100px;
  padding-right: 100px; }

.pl0 {
  padding-left: 0; }

.pl100 {
  padding-left: 100px; }

.pr0 {
  padding-right: 0; }

.pr25 {
  padding-right: 25px; }


.ptb19 {
  padding-top: 19px;
  padding-bottom: 19px; }

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.ptb90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.ptb120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.ptb150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.ptb170 {
  padding-top: 170px;
  padding-bottom: 170px; }

.pt10 {
  padding-top: 10px; }

.pt25 {
  padding-top: 25px; }

.pt85 {
  padding-top: 85px; }

.pt90 {
  padding-top: 90px; }

.pt150 {
  padding-top: 150px; }

.pt170 {
  padding-top: 170px; }

.pb20 {
  padding-bottom: 20px; }

.pb60 {
  padding-bottom: 60px; }

.pb85 {
  padding-bottom: 85px; }

.pb170 {
  padding-bottom: 170px; }

.m0 {
  margin: 0; }

.mlr-auto {
  margin-left: auto;
  margin-right: auto; }

.ml5 {
  margin-left: 5px; }

.ml15 {
  margin-left: 15px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.mr30 {
  margin-right: 30px; }


.mr80 {
  margin-right: 80px; }

.mt-80 {
  margin-top: -80px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mt120 {
  margin-top: 120px; }

.mt150 {
  margin-top: 150px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb110 {
  margin-bottom: 110px; }

.pointer {
  cursor: pointer; }

.text-gradient {
  background: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.btn {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border: 0; }
  .btn.border-btn {
    border: 2px solid #fff;
    background: transparent;
    transition: all 0.3s ease-out; }
    .btn.border-btn:hover {
      background: #3dd0d8;
      border: 2px solid #3dd0d8;
      color: #fff;
      transition: all 0.3s ease-out; }
  .btn.header-btn {
    width: 165px;
    height: 60px;
    line-height: 59px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    color: #fff;
    border: 2px solid #7c69e3;
    transition: all 0.3s ease-out; }
    .btn.header-btn:hover {
      border: 2px solid #3dd0d8;
      background: #3dd0d8 !important;
      transition: all 0.3s ease-out; }
  .btn.gradient {
    background: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%);
    transition: all 0.3s ease-out; }
    .btn.gradient:hover {
      background: #3dd0d8;
      color: #fff;
      transition: all 0.3s ease-out; }

.title-bl {
  position: relative;
  z-index: 3; }
  .title-bl .title {
    position: relative;
    font-family: "Agency FB";
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0 2px 4.8px rgba(30, 29, 50, 0.3);
    text-transform: uppercase;
    /* padding-top: 25px;
		padding-bottom: 25px; */ }
  .title-bl .subtitle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.02;
    text-shadow: 0 2px 4.8px rgba(30, 29, 50, 0.3);
    color: #c2d4f8;
    font-family: "Agency FB";
    font-size: 88px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    /* line-height: 100%; */ }

.title-description {
  position: relative;
  z-index: 1; }

.sl-social {
  position: absolute;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .sl-social.bg-white .social {
    background: #fff;
    border-radius: 50%; }
    .sl-social.bg-white .social:hover .fa {
      color: #3dd0d8;
      transition: all 0.3s ease-out; }
  .sl-social .social {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    margin: 15px 0;
    text-align: center; }
    .sl-social .social .fa {
      transition: all 0.3s ease-out; }

.page-name {
  padding: 235px 0 100px 0;
  background-image: url("../images/page-name.jpg");
  background-repeat: no-repeat;
  background-size: auto 120%; }
  .page-name .page-title {
    color: #fff;
    font-family: "Agency FB";
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  .page-name .breadcrumbs {
    text-align: center;
    font-size: 14px;
    font-weight: 700; }
    .page-name .breadcrumbs a {
      display: inline-block;
      padding: 0 12.5px;
      text-transform: uppercase;
      color: #fff;
      transition: all 0.3s ease-out; }
      .page-name .breadcrumbs a:hover {
        color: #3dd0d8;
        transition: all 0.3s ease-out; }
    .page-name .breadcrumbs span {
      text-transform: uppercase;
      color: #3dd0d8;
      padding: 0 12.5px; }

ul.list-1 {
  line-height: 30px; }
  ul.list-1 > li {
    list-style: none; }
    ul.list-1 > li:before {
      content: '\f00c';
      font: normal normal normal 14px/1 FontAwesome;
      font-weight: 400;
      margin-right: 20px; }
    ul.list-1 > li.color1:before {
      color: #3dd0d8; }
    ul.list-1 > li.color5:before {
      color: #5c9ddd; }

ul.list-sm {
  line-height: 20px;
    font-size:14px;}
  ul.list-sm > li {
    list-style: none; }
    ul.list-sm > li:before {
      content: '\f00c';
      font: normal normal normal 14px/1 FontAwesome;
      font-weight: 400;
      margin-right: 20px; }
    ul.list-sm > li.color1:before {
      color: #3dd0d8; }
    ul.list-sm > li.color5:before {
      color: #5c9ddd; }

ol.list-2 {
  list-style: none;
  counter-reset: num; }
  ol.list-2 li {
    position: relative;
    padding: 0 0 0 25px;
    line-height: 30px; }
    ol.list-2 li:before {
      content: counter(num) ". ";
      counter-increment: num;
      position: absolute;
      left: 2px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 700;
      color: #3dd0d8; }

.default-tabs .nav-tabs {
  margin: 0;
  border-bottom: 4px solid #7c69e3; }
  .default-tabs .nav-tabs li {
    padding: 0; }
    .default-tabs .nav-tabs li a {
      border-radius: 10px 10px 0px 0px;
      border: 2px solid rgba(124, 105, 227, 0.4);
      border-bottom: none !important;
      padding: 19px 50px;
      margin-right: 1px;
      opacity: 0.7;
      color: #c2d4f8;
      line-height: normal;
      font-weight: 700;
      font-size: 14px;
      transition: all 0.3s ease-out; }
      .default-tabs .nav-tabs li a:hover {
        background-color: #7c69e3;
        color: #fff;
        opacity: 1;
        border-color: transparent;
        transition: all 0.3s ease-out; }
      .default-tabs .nav-tabs li a:focus {
        background-color: #7c69e3;
        outline: none; }
    .default-tabs .nav-tabs li.active a {
      background-color: #7c69e3;
      color: #fff;
      opacity: 1;
      border: 2px solid transparent; }
      .default-tabs .nav-tabs li.active a:hover {
        border-bottom: none !important;
        border: 2px solid transparent; }
      .default-tabs .nav-tabs li.active a:focus {
        border-bottom: none;
        border: 2px solid transparent; }

.default-tabs .tab-content .main-text {
  background: none;
  border-radius: 0px 0px 10px 10px; 
  border:1px solid #292845;}

.progress-line {
  line-height: normal;
  margin-bottom: 25px; }
  .progress-line:last-child {
    margin-bottom: 0; }
  .progress-line .progress-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.8; }
  .progress-line .progressbar-text {
    font-size: 14px;
    font-weight: 700;
    opacity: 0.8;
    color: #c2d4f8 !important;
    top: 0 !important;
    left: auto !important;
    right: 0 !important;
    -webkit-transform: none !important;
            transform: none !important; }

blockquote {
  background-color: #181728;
  border-radius: 10px;
  border: none;
  position: relative;
  max-width: 670px; }
  blockquote:before {
    content: "\f10d";
    color: #7c69e3;
    opacity: 0.07;
    font: normal normal normal 119px/1 FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.pagination-page .page-numbers {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 59px;
  margin: 0 5px 5px 5px;
  background: #292845;
  border-radius: 10px;
  transition: all 0.2s ease-out; }
  .pagination-page .page-numbers.active {
    background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%); }
  .pagination-page .page-numbers:hover {
    background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%);
    transition: all 0.2s ease-out; }
  .pagination-page .page-numbers.dots:hover {
    color: #fff;
    background: #292845; }

.cssload-container {
  width: 100%;
  height: 30px;
  text-align: center; }

.cssload-double-torus {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  margin: 0 auto;
  border: 7px double;
  border-radius: 50%;
  border-color: transparent rgba(104, 221, 227, 0.9) rgba(255, 255, 255, 0.9);
  -webkit-animation: cssload-spin 1140ms infinite linear;
          animation: cssload-spin 1140ms infinite linear; }

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    transform: rotate(360deg); } }

.social-content.gradient .social-list {
  margin: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  transition: all 0.3s ease-out;
  text-align: center;
  border-radius: 2px; }
  .social-content.gradient .social-list a .fa {
    line-height: 50px; }
  .social-content.gradient .social-list a:hover {
    color: #fff; }
  .social-content.gradient .social-list:hover {
    background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%);
    transition: all 0.3s ease-out; }

.social-content.color2 .social-list a {
  color: #c2d4f8;
  transition: all 0.3s ease-out; }
  .social-content.color2 .social-list a:hover {
    color: #7c69e3;
    transition: all 0.3s ease-out; }

.social-content .social-list {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px; }
  .social-content .social-list a {
    color: #fff;
    transition: all 0.3s ease-out; }
    .social-content .social-list a:hover {
      color: #7c69e3;
      transition: all 0.3s ease-out; }
  .social-content .social-list:first-child {
    margin-left: 0; }
  .social-content .social-list:last-child {
    margin-right: 0; }

.item.first .platform,
.item.first .fa,
.vertical-item.first .platform,
.vertical-item.first .fa {
  color: #3dd0d8; }

.item.second .platform,
.item.second .fa,
.vertical-item.second .platform,
.vertical-item.second .fa {
  color: #5c9ddd; }

.item.third .platform,
.item.third .fa,
.vertical-item.third .platform,
.vertical-item.third .fa {
  color: #7c69e3; }

/* FormStyler Modern */
.jq-selectbox {
  margin: 0 15px;
  width: 130px;
  background-color: #292845;
  border-radius: 10px;
  padding: 14px 20px; }
  .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    color: #c2d4f8; }
  .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger-arrow {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #c2d4f8;
    margin-top: 10px; }
    .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger-arrow:before {
      content: "\f078"; }
  .jq-selectbox .jq-selectbox__dropdown {
    left: 0;
    top: 100%;
    background-color: #292845;
    color: #c2d4f8;
    border-radius: 10px;
    box-shadow: 3.5px 6.1px 30px rgba(0, 0, 0, 0.57); }
    .jq-selectbox .jq-selectbox__dropdown li {
      font-weight: normal;
      padding: 8px 10px 8px 30px; }
      .jq-selectbox .jq-selectbox__dropdown li:hover {
        background-color: #5c9ddd; }

/* DataTables */
body .dataTables_wrapper .dataTables_length label {
  font-weight: 300;
  color: #c2d4f8; }

body .dataTables_wrapper .dataTables_filter {
  margin-bottom: 75px; }
  body .dataTables_wrapper .dataTables_filter input {
    background-color: #fff;
    color: #c2d4f8;
    border: 0;
    height: 40px;
    padding: 0 28px;
    border-radius: 10px; }
    body .dataTables_wrapper .dataTables_filter input::-webkit-input-placeholder {
      color: #c2d4f8;
      text-transform: uppercase;
      font-style: italic;
      font-size: 14px;
      font-weight: normal; }
    body .dataTables_wrapper .dataTables_filter input::-moz-placeholder {
      color: #c2d4f8;
      text-transform: uppercase;
      font-style: italic;
      font-size: 14px;
      font-weight: normal; }
    body .dataTables_wrapper .dataTables_filter input:-moz-placeholder {
      color: #c2d4f8;
      text-transform: uppercase;
      font-style: italic;
      font-size: 14px;
      font-weight: normal; }
    body .dataTables_wrapper .dataTables_filter input:-ms-input-placeholder {
      color: #c2d4f8;
      text-transform: uppercase;
      font-style: italic;
      font-size: 14px;
      font-weight: normal; }

body .dataTables_wrapper .dTables {
  border-collapse: collapse;
  margin-bottom: 60px;
  border-bottom: 0 !important; }
  body .dataTables_wrapper .dTables th {
    border: 1px solid #292845;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 22px;
    background: transparent !important; }
  body .dataTables_wrapper .dTables tr {
    background: transparent !important; }
    body .dataTables_wrapper .dTables tr td {
      padding: 40px 25px;
      background-color: #292845 !important;
      border-left: 1px solid #292845;
      border-right: 1px solid #292845;
      border-top: 1px solid #1e1d32 !important; }

body .dataTables_wrapper .dataTables_info {
  color: #c2d4f8 !important;
  margin-bottom: 25px; }

body .dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #292845 !important;
  height: 40px !important;
  line-height: 42px !important;
  min-width: 40px !important;
  padding: 0 5px !important;
  text-align: center !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  border: 0 !important;
  margin-left: 10px !important; }
  body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%);
    color: #fff !important; }
  body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%); }

@media screen and (max-width: 768px) {
  body .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-bottom: 10px; } }

/* Nested lists */
.nested-lists {
  padding-left: 20px;
  margin: 0;
  list-style: none; }
  .nested-lists > li:before {
    content: "\f00c";
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
    color: #3dd0d8; }
  .nested-lists > li > ul {
    padding-left: 60px; }
  .nested-lists li {
    margin-bottom: 20px; }
    .nested-lists li.active a {
      color: #5c9ddd; }
  .nested-lists a {
    color: #c2d4f8; }
  .nested-lists ul {
    padding-left: 30px;
    margin-top: 20px;
    list-style: none; }
    .nested-lists ul li:before {
      content: "\f111";
      display: inline-block;
      vertical-align: middle;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 15px;
      color: #5c9ddd;
      font-size: 5px; }
    .nested-lists ul li ul li:before {
      color: #7c69e3; }

/*   Preloader    */
.cssload-loader {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  -webkit-perspective: 780px;
          perspective: 780px; }

.cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }
  .cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid #f9a450; }
  .cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid #f9a450; }
  .cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid #f9a450; }

@keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

#toTop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%);
  position: fixed;
  bottom: 15px;
  right: 40px;
  font-weight: 700;
  text-align: center;
  display: none;
  z-index: 9999;
  transition: all 0.3s ease-out; }
  #toTop:hover {
    color: #fff;
    background: #3dd0d8;
    transition: all 0.3s ease-out; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #c2d4f8;
  background-color: #1e1d32; }
  body .loader-wrapper {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 62.5%;
    width: 100vw;
    height: 100vh;
    background: #1e1d32; }
  body.no-scroll {
    overflow: hidden; }

.loader-wrapper {
  background: #fff;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999999; }

/* ==========================================================================
   02. HEADER STYLES
   ========================================================================== */
.header-line-wrapper {
  position: absolute;
  width: 100%;
  transition: all 0.3s ease-out; }
  .header-line-wrapper.affix-top header {
    background-color: #1e1d32;
    height: 100px;
    transition: all 0.3s ease-out; }
    .header-line-wrapper.affix-top header .logo img {
      max-width: 85%; }
    .header-line-wrapper.affix-top header .main-menu .menu > li {
      line-height: 100px; }
    .header-line-wrapper.affix-top header .right-bl .search-wrapper {
      line-height: 100px; }
  .header-line-wrapper.affix-top .fixed-top {
    position: fixed !important;
    top: 0;
    z-index: 150;
    transition: all 0.3s ease-out; }

header {
  background-color: rgba(24, 23, 40, 0.8);
  box-shadow: 3.5px 6.1px 30px rgba(0, 0, 0, 0.57);
  height: 140px; }
  header.header-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.3s ease-out; }
  header .main-menu .toggle_menu {
    display: none;
    position: absolute;
	top: -60px;
	right:0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: none;
    vertical-align: middle;
    transition: right 0.3s ease-in-out; }
    header .main-menu .toggle_menu:before,
    header .main-menu .toggle_menu span {
      left: 15px;
		bottom: 25px;
      /*top: -50%; */}
    header .main-menu .toggle_menu span:after {
      opacity: 1;
      top: 8px; }
    header .main-menu .toggle_menu span:before {
      opacity: 1;
      top: -8px; }
    header .main-menu .toggle_menu:before,
    header .main-menu .toggle_menu span,
    header .main-menu .toggle_menu span:before,
    header .main-menu .toggle_menu span:after {
      display: block;
      width: 30px;
      position: absolute;
      background-color: #fff;
      content: '';
      left: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      transition: 0.3s ease-in-out;
      height: 2px; }
  header .main-menu .menu {
    list-style: none;
    display: inline-block; }
    header .main-menu .menu.open {
      height: 100%;
      top: 0;
      left: 0;
      right: 60px;
      background: #1e1d32;
      padding: 0 20px;
      overflow-y: auto;
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease-out; }
      header .main-menu .menu.open li {
        display: block;
        float: none;
        text-align: left;
        line-height: normal !important;
        margin: 14px 0; }
    header .main-menu .menu .flexMenu-viewMore .flexMenu-popup {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #1e1d32;
      border-radius: 0px 0px 10px 10px;
      padding: 20px 0; }
      header .main-menu .menu .flexMenu-viewMore .flexMenu-popup li {
        display: block;
        line-height: normal;
        padding: 0 40px;
        position: relative; }
        header .main-menu .menu .flexMenu-viewMore .flexMenu-popup li.menu-item-has-children .sub-menu {
          right: 100%;
          left: auto;
          top: -20px;
          -webkit-transform: none;
                  transform: none;
          border-radius: 10px 0 0 10px;
          opacity: 0;
          visibility: hidden;
          transition: all 0.3s ease-out; }
        header .main-menu .menu .flexMenu-viewMore .flexMenu-popup li.menu-item-has-children:hover .sub-menu {
          opacity: 1;
          visibility: visible; }
        header .main-menu .menu .flexMenu-viewMore .flexMenu-popup li:last-child a {
          border: none; }
        header .main-menu .menu .flexMenu-viewMore .flexMenu-popup li a {
          color: #fff;
          white-space: nowrap;
          padding: 30px 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          transition: all 0.3s ease-out; }
          header .main-menu .menu .flexMenu-viewMore .flexMenu-popup li a:hover {
            color: #3dd0d8;
            transition: all 0.3s ease-out; }
    header .main-menu .menu > li {
      line-height: 140px;
      float: left;
      margin: 0 20px;
      position: relative;
    
    }


      header .main-menu .menu > li .sub-menu {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        list-style: none;
        background-color: #1e1d32;
        border-radius: 0px 0px 10px 10px;
        padding: 20px 0;
        will-change: transform;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out; }
        header .main-menu .menu > li .sub-menu li {
          line-height: normal;
          padding: 0 40px;
          position: relative; }
          header .main-menu .menu > li .sub-menu li:last-child a {
            border: none; }
          header .main-menu .menu > li .sub-menu li a {
            white-space: nowrap;
            padding: 20px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          header .main-menu .menu > li .sub-menu li:hover > a {
            color: #3dd0d8;
            transition: all 0.3s ease-out; }
          header .main-menu .menu > li .sub-menu li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            transition: all 0.3s ease-out; }
          header .main-menu .menu > li .sub-menu li .sub-menu {
            position: absolute;
            top: -20px;
            left: 100%;
            border-radius: 0px 10px 10px 0px;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease-out; }
      header .main-menu .menu > li:hover > a {
        color: #3dd0d8;
        transition: all 0.3s ease-out; }
      header .main-menu .menu > li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease-out; }
      header .main-menu .menu > li.active a {
        color: #3dd0d8; }
      header .main-menu .menu > li a {
        display: block;
        height: 100%;
        text-transform: uppercase;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 700;
        transition: all 0.3s ease-out; }
  header .right-bl .search-wrapper {
    position: relative;
    line-height: 140px;
    cursor: pointer; }
    header .right-bl .search-wrapper:hover .search-content {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease-out; }
  header .right-bl .fa-search {
    transition: all 0.3s ease-out; }
    header .right-bl .fa-search:hover {
      color: #3dd0d8;
      transition: all 0.3s ease-out; }
  header .right-bl .search-content {
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    line-height: normal;
    transition: all 0.3s ease-out; }
    header .right-bl .search-content input {
      outline: none;
      background-color: #fff;
      border: none;
      padding: 20px 30px;
      text-transform: uppercase;
      font-size: 14px;
      color: #1e1d32;
      width: 360px;
      /* Firefox 19+ */
      /* Firefox 18- */ }
      header .right-bl .search-content input::-webkit-input-placeholder {
        color: #1e1d32;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        opacity: 0.5;
        font-style: italic;
        font-size: 14px; }
      header .right-bl .search-content input::-moz-placeholder {
        color: #1e1d32;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        opacity: 0.5;
        font-style: italic;
        font-size: 14px; }
      header .right-bl .search-content input:-moz-placeholder {
        color: #1e1d32;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        opacity: 0.5;
        font-style: italic;
        font-size: 14px; }
      header .right-bl .search-content input:-ms-input-placeholder {
        color: #1e1d32;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        opacity: 0.5;
        font-style: italic;
        font-size: 14px; }
    header .right-bl .search-content button {
      width: 60px;
      height: 100%;
      font-size: 14px;
      border: none;
      position: absolute;
      right: 0;
      top: 0;
      background-image: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%); }

.main-slider .n2-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 0.3s ease-out; }

/* ==========================================================================
   03. GAME SECTION
   ========================================================================== */
.game-section {
  position: relative;
  z-index: 2; }

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 28px;
  color: #68dde3;
  cursor: pointer; }
  .slick-arrow.fa-angle-left {
    left: -60px; }
  .slick-arrow.fa-angle-right {
    right: -60px; }

.tm-tabs .nav-tabs {
  border-bottom: none;
  margin: 0; }
  .tm-tabs .nav-tabs li {
    text-align: center;
    outline: none; }
    .tm-tabs .nav-tabs li.active > a,
    .tm-tabs .nav-tabs li.active > a:hover,
    .tm-tabs .nav-tabs li.active > a:focus {
      background-color: transparent;
      border: none; }
    .tm-tabs .nav-tabs li.active .nav-title {
      color: #3dd0d8; }
    .tm-tabs .nav-tabs li.active .img-wrap:after {
      opacity: 1;
      visibility: visible; }
    .tm-tabs .nav-tabs li.active:hover .nav-title {
      color: #fff; }
    .tm-tabs .nav-tabs li a {
      outline: none;
      text-decoration: none;
      display: block;
      margin-right: 0;
      padding: 10px 0px;
      border: none; }
      .tm-tabs .nav-tabs li a:hover {
        background-color: transparent;
        border: none; }
        .tm-tabs .nav-tabs li a:hover .nav-title {
          color: #3dd0d8;
          transition: all 0.3s ease-out; }
      .tm-tabs .nav-tabs li a .img-wrap {
        width: 180px;
        height: 180px;
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        position: relative; }
        .tm-tabs .nav-tabs li a .img-wrap:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          opacity: 0;
          visibility: hidden;
          background-image: linear-gradient(to right, rgba(0, 180, 214, 0.64) 0%, rgba(124, 105, 227, 0.64) 100%); }
      .tm-tabs .nav-tabs li a .nav-header-bl {
        text-transform: uppercase; }
        .tm-tabs .nav-tabs li a .nav-header-bl .nav-title {
          font-family: "Agency FB";
          font-size: 40px;
          font-weight: 700;
          line-height: normal;
          white-space: nowrap;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          transition: all 0.3s ease-out; }
          .tm-tabs .nav-tabs li a .nav-header-bl .nav-title:hover {
            color: #3dd0d8;
            transition: all 0.3s ease-out; }
        .tm-tabs .nav-tabs li a .nav-header-bl .date {
          color: #c2d4f8;
          font-size: 14px;
          font-weight: 700;
          line-height: normal; }

.tm-tabs .tab-content {
  background-color: #292845;
  border-radius: 10px; }
  .tm-tabs .tab-content .game-full-img {
    width: 570px;
    height: 450px;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%; }
  .tm-tabs .tab-content .image-bl {
    position: absolute;
    top: 50%;
    right: -60px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.rating .fa {
  color: #f9a450;
  cursor: pointer; }

/* ==========================================================================
   04. BLOG SECTION
   ========================================================================== */
.blog-section {
  position: relative; }
  .blog-section .bg-wrapper {
    position: relative; }
/*    .blog-section .bg-wrapper:before {
      content: '';
      position: absolute;
      top: -887px;
      left: 0;
      width: 100%;
      height: 1150px;
      background: url("../images/section-bg.png") no-repeat;
      background-size: cover; }*/
  .blog-section .item-wrap {
    display: block; }
    .blog-section .item-wrap .image {
      position: relative;
      border-radius: 10px 10px 0 0;
      overflow: hidden; }
      .blog-section .item-wrap .image img {
        width: 100%; }
      .blog-section .item-wrap .image:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        background: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%);
        transition: all 0.3s ease-out; }
    .blog-section .item-wrap:hover .image:after {
      opacity: 0.6;
      visibility: visible;
      transition: all 0.3s ease-out; }
    .blog-section .item-wrap:hover .item-info .platform {
      color: #5c9ddd;
      transition: all 0.3s ease-out; }
    .blog-section .item-wrap:hover .item-info .item-title {
      color: #3dd0d8;
      transition: all 0.3s ease-out; }
    .blog-section .item-wrap:hover .author-comment .fa {
      color: #5c9ddd;
      transition: all 0.3s ease-out; }
  .blog-section .item-info {
    background-color: #292845;
    padding: 40px 40px 0 40px; }
    .blog-section .item-info .platform {
      transition: all 0.3s ease-out; }
    .blog-section .item-info .item-title {
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      font-family: "Agency FB";
      text-transform: uppercase;
      line-height: 28px;
      transition: all 0.3s ease-out; }
    .blog-section .item-info .item-text {
      color: #c2d4f8;
      font-size: 16px;
      font-weight: 300;
      padding-bottom: 60px; }
  .blog-section .author-comment {
    background-color: #292845;
    border-radius: 0px 0px 10px 10px;
    padding: 25px 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .blog-section .author-comment .fa {
      transition: all 0.3s ease-out; }

/* ==========================================================================
   05. TESTIMONIAL SECTION
   ========================================================================== */
.testimonial-tpl .slide-item {
  background-color: #181728;
  border-radius: 10px;
  padding: 100px 70px 70px 70px;
  position: relative; }
  .testimonial-tpl .slide-item .author-img {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .testimonial-tpl .slide-item .fa-quote-left {
    font-size: 119px;
    color: #7c69e3;
    opacity: 0.07;
    position: absolute;
    right: 5px;
    top: -8px; }

.testimonial-tpl .slick-slide {
  padding-top: 60px;
  outline: none; }

.testimonial-tpl .slick-dots {
  bottom: -60px; }
  .testimonial-tpl .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 6px; }
    .testimonial-tpl .slick-dots li button {
      width: 12px;
      height: 12px;
      border: 1px solid #fff;
      border-radius: 50px;
      padding: 0;
      display: inline-block; }
      .testimonial-tpl .slick-dots li button:before {
        display: none; }
  .testimonial-tpl .slick-dots .slick-active button {
    background: #fff; }

/* ==========================================================================
   06. GALLERY SECTION
   ========================================================================== */
.gallery.main-gallery {
  background-color: #181728; }

.gallery .filter-item {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0 30px 20px 30px;
  cursor: pointer; }
  .gallery .filter-item.active {
    color: #3dd0d8; }
  .gallery .filter-item:first-child {
    margin-left: 30px; }
  .gallery .filter-item:last-child {
    margin-right: 30px; }

.gallery .item {
  display: block;
  position: absolute;
  z-index: 1;
  margin-bottom: 14px;
  padding-left: 7px;
  padding-right: 7px; }
  .gallery .item:hover .item-info {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out; }
  .gallery .item img {
    width: 100%; }
  .gallery .item .item-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 85px 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out; }
    .gallery .item .item-info .info-bl {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2; }
      .gallery .item .item-info .info-bl .item-title {
        line-height: 28px;
        transition: all 0.3s ease-out; }
        .gallery .item .item-info .info-bl .item-title:hover {
          color: #1e1d32;
          transition: all 0.3s ease-out; }
      .gallery .item .item-info .info-bl .item-btn {
        border: 1px solid #fff;
        border-radius: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: 0 5px;
        transition: all 0.3s ease-out; }
        .gallery .item .item-info .info-bl .item-btn:hover {
          background-color: #3dd0d8;
          border: 1px solid #c2d4f8;
          transition: all 0.3s ease-out; }
        .gallery .item .item-info .info-bl .item-btn .fa {
          font-size: 14px;
          color: #fff; }
    .gallery .item .item-info:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: linear-gradient(to right, rgba(61, 208, 216, 0.64) 0%, rgba(124, 105, 227, 0.64) 100%); }

/* ==========================================================================
   07. STREAM SECTION
   ========================================================================== */
.st-tabs .tab-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.st-tabs .nav-tabs {
  border: none;
  margin: 0; }
  .st-tabs .nav-tabs > li {
    margin-bottom: 0;
    padding: 0;
    text-align: center; }
    .st-tabs .nav-tabs > li a {
      background-color: transparent;
      border: 2px solid #292845;
      padding: 28px 40px;
      margin-right: 1px;
      border-radius: 0; }
    .st-tabs .nav-tabs > li.active > a,
    .st-tabs .nav-tabs > li.active > a:hover,
    .st-tabs .nav-tabs > li.active > a:focus {
      background-color: #292845;
      border: 2px solid transparent; }

.st-tabs .tab-content .left-col {
  padding: 0; }

.st-tabs .tab-content .right-col {
  padding: 0;
  background-color: #181728; }
  .st-tabs .tab-content .right-col .top-wrapp {
    padding: 60px 60px 0 60px; }
  .st-tabs .tab-content .right-col .bottom-wrapp {
    padding: 50px 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

.st-tabs .tab-content .pp-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out; }
  .st-tabs .tab-content .pp-wrapper:hover {
    background: #3dd0d8;
    transition: all 0.3s ease-out; }
    .st-tabs .tab-content .pp-wrapper:hover .fa {
      color: #fff;
      transition: all 0.3s ease-out; }

.st-tabs .tab-content .play {
  width: 80px;
  height: 80px; }
  .st-tabs .tab-content .play.play-show .fa-pause {
    display: none; }
  .st-tabs .tab-content .play.pause-show .pp-wrapper {
    opacity: 0.1; }
  .st-tabs .tab-content .play.pause-show .fa-play {
    display: none; }
  .st-tabs .tab-content .play .fa {
    line-height: 80px;
    color: #7c69e3;
    transition: all 0.3s ease-out; }

.st-tabs .tab-content .video-bl {
  height: 550px; }
  .st-tabs .tab-content .video-bl .buttonbar {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .st-tabs .tab-content .video-bl .video-bottom {
    position: absolute;
    bottom: 0;
    padding: 0 40px 40px 40px; }
    .st-tabs .tab-content .video-bl .video-bottom .video-title {
      font-size: 32px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      font-family: "Agency FB";
      text-shadow: 0 2px 4.8px rgba(30, 29, 50, 0.3); }
    .st-tabs .tab-content .video-bl .video-bottom .stream-img {
      border-radius: 50%;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px 5px 5px; }
      .st-tabs .tab-content .video-bl .video-bottom .stream-img:first-child {
        margin-left: 0; }
      .st-tabs .tab-content .video-bl .video-bottom .stream-img:last-child {
        margin-right: 0; }
      .st-tabs .tab-content .video-bl .video-bottom .stream-img img {
        width: 100%; }

.st-tabs .tab-content .image_bg {
  background-position: center center;
  background-size: cover;
  height: 550px;
  position: relative; }
  .st-tabs .tab-content .image_bg .bottom-bar {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 40px; }

.st-tabs .tab-content .item-g {
  padding: 30px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .st-tabs .tab-content .item-g:last-child {
    border: 0; }
  .st-tabs .tab-content .item-g .img-com img {
    border-radius: 50%; }

/* ==========================================================================
   08. PRICE STYLES
   ========================================================================== */
.price {
  background: #181728; }
  .price .item {
    background: #292845;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px; }
    .price .item.standart .current-bl {
      background: #3dd0d8; }
    .price .item.gold .current-bl {
      background: #5c9ddd; }
	.price .item.cobalt .current-bl {
      background: #e36969; }
    .price .item.platinum .current-bl {
      background: #7c69e3; }
    .price .item .price-content {
      padding: 40px 60px; }
      .price .item .price-content .item-list {
        border-bottom: 1px solid rgba(194, 212, 248, 0.2);
        padding: 20px 0; }
        .price .item .price-content .item-list:last-child {
          border-bottom: none; }

.price {
  background: #181728; }
  .price .item-banner {
    background:none;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px; }
    .price .item-banner .standart .current-bl {
      background: #3dd0d8; }
    .price .item-banner.gold .current-bl {
      background: #5c9ddd; }
    .price .item-banner .platinum .current-bl {
      background: #7c69e3; }
    .price .item-banner .price-content {
      padding: 40px 60px; }
      .price .item-banner .price-content .item-list {
        border-bottom: 1px solid rgba(194, 212, 248, 0.2);
        padding: 20px 0; }
        .price .item-banner .price-content .item-list:last-child {
          border-bottom: none; }

/* ==========================================================================
   09. FAQ SECTION
   ========================================================================== */
.faq-container .counter-bl {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-family: "Agency FB";
  background-image: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%);
  border-radius: 50%;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #fff; }

.faq-container .column {
  padding-top: 60px;
  padding-bottom: 60px; }

.faq-container .left-column-1 {
  border-right: 1px solid rgba(194, 212, 248, 0.2);
  border-bottom: 1px solid rgba(194, 212, 248, 0.2); }
  .faq-container .left-column-1 .counter-content {
    padding-left: 30px; }

.faq-container .right-column-2 {
  border-bottom: 1px solid rgba(194, 212, 248, 0.2); }
  .faq-container .right-column-2 .counter-content {
    padding-right: 30px; }

.faq-container .left-column-3 {
  border-right: 1px solid rgba(194, 212, 248, 0.2); }
  .faq-container .left-column-3 .counter-content {
    padding-left: 30px; }

.faq-container .right-column-4 .counter-content {
  padding-right: 30px; }

.faq-container .counter-content .counter-title {
  text-shadow: 0 2px 4.8px rgba(30, 29, 50, 0.3);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Agency FB";
  color: #fff; }

/* ==========================================================================
   10. REGISTRATION SECTION
   ========================================================================== */
.register-section [class*='col-'] {
  margin-bottom: 30px; }

.register-section .reg-wrapper .reg-title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Agency FB";
  color: #fff; }

.register-section .reg-wrapper .subtitle {
  opacity: 0.1;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.register-section .reg-form {
  position: relative; }
  .register-section .reg-form input {
    outline: none;
    border: none; }
  .register-section .reg-form .reg_input input {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 40px;
    text-transform: uppercase;
    font-style: italic;
    color: #1e1d32;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .register-section .reg-form .reg_input input::-webkit-input-placeholder {
      opacity: 0.5; }
    .register-section .reg-form .reg_input input::-moz-placeholder {
      opacity: 0.5; }
    .register-section .reg-form .reg_input input:-moz-placeholder {
      opacity: 0.5; }
    .register-section .reg-form .reg_input input:-ms-input-placeholder {
      opacity: 0.5; }
    .register-section .reg-form .reg_input input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .register-section .reg-form .reg_input input:focus::-moz-placeholder {
      opacity: 0; }
    .register-section .reg-form .reg_input input:focus:-moz-placeholder {
      opacity: 0; }
    .register-section .reg-form .reg_input input:focus:-ms-input-placeholder {
      opacity: 0; }
  .register-section .reg-form .reg_submit {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .register-section .reg-form .reg_submit .fa {
      transition: all 0.3s ease-out; }
      .register-section .reg-form .reg_submit .fa:hover {
        color: #7c69e3;
        transition: all 0.3s ease-out; }

/* ==========================================================================
   11. FOOTER STYLES
   ========================================================================== */
footer.footer {
  position: relative;
  padding-top: 140px; }
  footer.footer:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
    background-image: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  footer.footer .footer-menu {
    list-style: none; }
    footer.footer .footer-menu > li {
      display: inline-block;
      vertical-align: top;
      margin: 0 20px; }
      footer.footer .footer-menu > li:first-child {
        margin-left: 0; }
      footer.footer .footer-menu > li:last-child {
        margin-right: 0; }
      footer.footer .footer-menu > li a {
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        transition: all 0.3s ease-out; }
      footer.footer .footer-menu > li:hover a {
        color: #3dd0d8;
        transition: all 0.3s ease-out; }
      footer.footer .footer-menu > li.active a {
        color: #3dd0d8; }
  footer.footer .copyright {
    border-top: 1px solid rgba(194, 212, 248, 0.4); }

/* ==========================================================================
   12. ABOUT PAGE
   ========================================================================== */
.s_title {
  opacity: 0.25;
  font-family: "Agency FB";
  font-size: 56px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase; }

.s_subtitle {
  color: #fff;
  font-family: "Agency FB";
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase; }

.vjs-tech {
  width: 100%;
  height: 100%; }

.vjs-poster {
  background-size: cover !important; }

.vjs-play-control {
  outline: none; }

.vjs-big-play-button {
  height: 3em !important;
  border-radius: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0 !important; }

.vjs-icon-placeholder:before {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto !important;
  height: auto !important; }

.about-info .item-left,
.about-info .item-right {
  margin-bottom: 30px; }

.about-features {
  position: relative; }
  .about-features [class*="col-"] {
    margin-bottom: 30px; }
  .about-features:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.9;
    background: #1e1d32; }

/* ==========================================================================
   13. 404 PAGE
   ========================================================================== */
.page-404 {
  height: 100vh;
  padding-top: 140px;
  min-height: 700px;
  background: url("../images/404/404-bg.jpg");
  background-size: cover; }
  .page-404 .title-error {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase; }
  .page-404 .footer-line {
    height: 80px; }
    .page-404 .footer-line .footer-404 {
      padding: 30px 0;
      background-color: #1e1d32; }
      .page-404 .footer-line .footer-404 [class*="col-"] {
        text-align: center; }
        .page-404 .footer-line .footer-404 [class*="col-"]:last-child {
          margin-bottom: 0; }

/* ==========================================================================
   14. FAQ PAGE
   ========================================================================== */
.column-cell {
  margin-bottom: 50px; }
  .column-cell li {
    list-style: none;
    border: none;
    border-radius: 0 !important;
    margin-top: 10px !important;
    background-color: transparent; }
    .column-cell li:first-child {
      margin-top: 0 !important; }
    .column-cell li a {
      color: #fff;
      border-radius: 10px 10px 0px 0px;
      padding: 19px 50px 19px 35px;
      position: relative;
      background: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%);
      transition: all 0.3s ease-out; }
      .column-cell li a:after {
        content: '-';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        text-align: center;
        width: 50px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        font-weight: 200;
        color: #fff;
        transition: all 0.3s ease-out; }
      .column-cell li a .fa {
        color: #fff;
        transition: all 0.3s ease-out; }
      .column-cell li a.collapsed {
        background: #292845;
        border-radius: 10px;
        transition: all 0.3s ease-out; }
        .column-cell li a.collapsed:after {
          content: '+';
          color: #7c69e3;
          transition: all 0.3s ease-out; }
        .column-cell li a.collapsed .fa {
          color: #3dd0d8;
          transition: all 0.3s ease-out; }
        .column-cell li a.collapsed:hover {
          background: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%);
          transition: all 0.3s ease-out; }
          .column-cell li a.collapsed:hover .fa {
            color: #fff;
            transition: all 0.3s ease-out; }
      .column-cell li a .column-title {
        margin-left: 20px; }
    .column-cell li .spoiler-hidden {
      background-color: #181728;
      border-radius: 0 0 10px 10px;
      padding: 0 40px; }
      .column-cell li .spoiler-hidden .open-bl {
        line-height: 26px;
        padding: 40px 0 20px 0; }

.input-wrap {
  margin-bottom: 20px; }
  .input-wrap:last-child {
    margin-bottom: 0; }
  .input-wrap input {
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #292845;
    text-transform:none;
    font-style: italic;
    font-size: 14px;
    outline: none;
    font-weight: 400;
    padding: 19px 30px;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .input-wrap input::-webkit-input-placeholder {
      color: #c2d4f8; }
    .input-wrap input::-moz-placeholder {
      color: #c2d4f8; }
    .input-wrap input:-moz-placeholder {
      color: #c2d4f8; }
    .input-wrap input:-ms-input-placeholder {
      color: #c2d4f8; }
  .input-wrap textarea {
    width: 100%;
    height: 160px;
    border: none;
    border-radius: 10px;
    background: #292845;
    resize: none;
    text-transform: none;
    font-style: italic;
    font-size: 14px;
    outline: none;
    font-weight: 400;
    padding: 19px 30px;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .input-wrap textarea::-webkit-input-placeholder {
      color: #c2d4f8; }
    .input-wrap textarea::-moz-placeholder {
      color: #c2d4f8; }
    .input-wrap textarea:-moz-placeholder {
      color: #c2d4f8; }
    .input-wrap textarea:-ms-input-placeholder {
      color: #c2d4f8; }

/* ==========================================================================
   15. TEAM PAGE
   ========================================================================== */
.item-content.first .text-container .position {
  color: #00b4d6; }

.item-content.second .text-container .position {
  color: #5c9ddd; }

.item-content.third .text-container .position {
  color: #7c69e3; }

.item-content:hover .border-img:before {
  opacity: 1;
  visibility: visible; }

.item-content .border-img {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden; }
  .item-content .border-img img {
    width: 100%; }
  .item-content .border-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out; }

.item-content .text-container {
  padding: 40px 0;
  border-radius: 0 0 10px 10px; }
  .item-content .text-container .name {
    transition: all 0.3s ease-out; }
    .item-content .text-container .name:hover {
      color: #3dd0d8;
      transition: all 0.3s ease-out; }
  .item-content .text-container .position {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .item-content .text-container .social a {
    margin: 0 15px; }
    .item-content .text-container .social a:first-child {
      margin-left: 0; }
    .item-content .text-container .social a:last-child {
      margin-right: 0; }
  .item-content .text-container .social .fa {
    opacity: 0.8;
    font-size: 14px;
    color: #c2d4f8;
    transition: all 0.3s ease-out; }
    .item-content .text-container .social .fa:hover {
      opacity: 1;
      color: #fff;
      transition: all 0.3s ease-out; }

/* ==========================================================================
   16. SINGLE TEAM PAGE
   ========================================================================== */
.single-team .item-content {
  padding: 0 30px; }
  .single-team .item-content.hover-offset:hover .border-img:before {
    display: none; }

/* ==========================================================================
   17. TESTIMONIALS PAGE
   ========================================================================== */
.testimonials-bl .slide-item {
  margin-bottom: 120px; }

/* ==========================================================================
   18. GAMES PAGE
   ========================================================================== */
.games-container .g-item:hover .image-container:before {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-out; }

.games-container .image-container {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden; }
  .games-container .image-container img {
    width: 100%; }
  .games-container .image-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out; }

.games-container .bottom-container {
  background-color: #292845;
  border-radius: 0px 0px 10px 10px;
  padding: 40px; }

.games-container .g-name {
  color: #fff;
  line-height: normal;
  transition: all 0.3s ease-out; }
  .games-container .g-name:hover {
    color: #3dd0d8;
    transition: all 0.3s ease-out; }

/* ==========================================================================
   19. SINGLE GAMES PAGE
   ========================================================================== */

.game-img-slider .image-wrapper a {
  outline: none; }

.game-img-slider .image-wrapper img {
  margin: 0 auto; }


.bg-arrow .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: #292845;
  border-radius: 10px;
  text-align: center; }
  .bg-arrow .slick-arrow:hover:before {
    color: #3dd0d8;
    transition: all 0.3s ease-out; }
  .bg-arrow .slick-arrow:before {
    line-height: 60px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease-out; }
  .bg-arrow .slick-arrow.fa-angle-left {
    left: -90px; }
  .bg-arrow .slick-arrow.fa-angle-right {
    right: -90px; }

.game-char svg path:first-child {
  stroke: #292845; }

/* ==========================================================================
   20. GALLERY PAGES
   ========================================================================== */
.gallery .masonry-tpl .item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }

.gallery .regular-tpl .item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }

.gallery .full-tpl .item {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0; }
  .gallery .full-tpl .item .item-content .image-bl {
    position: relative; }
    .gallery .full-tpl .item .item-content .image-bl:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-out; }
  .gallery .full-tpl .item .item-content:hover .image-bl:before {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out; }
  .gallery .full-tpl .item .item-content:hover .img-name h5 {
    color: #3dd0d8;
    transition: all 0.3s ease-out; }
  .gallery .full-tpl .item .img-name {
    display: inline-block;
    margin-top: 10px; }
    .gallery .full-tpl .item .img-name h5 {
      display: inline-block;
      transition: all 0.3s ease-out; }

.gallery .extended-tpl .item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }
  .gallery .extended-tpl .item .image-bl {
    position: relative; }
    .gallery .extended-tpl .item .image-bl:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-out; }
  .gallery .extended-tpl .item:hover .image-bl:before {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out; }
  .gallery .extended-tpl .item .item-content {
    border-radius: 10px;
    overflow: hidden; }
  .gallery .extended-tpl .item .img-name {
    display: inline-block;
    margin-top: 10px; }
    .gallery .extended-tpl .item .img-name h5 {
      display: inline-block;
      transition: all 0.3s ease-out; }
    .gallery .extended-tpl .item .img-name:hover h5 {
      color: #3dd0d8;
      transition: all 0.3s ease-out; }

.gallery .item.first .category {
  color: #3dd0d8; }

.gallery .item.second .category {
  color: #5c9ddd; }

.gallery .item.third .category {
  color: #7c69e3; }

/* ==========================================================================
   21. SINGLE IMAGE PAGE
   ========================================================================== */
.item-wrapper-bl {
  max-width: 970px;
  margin: 0 auto; }
  .item-wrapper-bl .bottom-info-bl {
    border-radius: 0 0 10px 10px; }
  .item-wrapper-bl .slick-list {
    border-radius: 10px 10px 0 0; }

.latest-image .latest-item {
  padding: 0;
  margin-bottom: 30px; }
  .latest-image .latest-item .latest-link h5 {
    transition: all 0.3s ease-out; }
  .latest-image .latest-item:hover .image-wrapper:before {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out; }
  .latest-image .latest-item:hover .latest-link h5 {
    color: #3dd0d8;
    transition: all 0.3s ease-out; }
  .latest-image .latest-item .image-wrapper {
    position: relative; }
    .latest-image .latest-item .image-wrapper:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-out; }

/* ==========================================================================
   22. CONTACT PAGE
   ========================================================================== */
.contact-page .contact-item {
  margin-bottom: 30px; }

.contact-page .icon-bl {
  width: 50px;
  padding-right: 15px; }

/* ==========================================================================
   23. BLOG PAGE
   ========================================================================== */
.blog-content .vertical-item {
  background: #292845;
  border-radius: 10px;
  margin-bottom: 30px; }
  .blog-content .vertical-item [class*='col-'] {
    padding-left: 0;
    padding-right: 0; }
  .blog-content .vertical-item .item-left-img {
    position: relative;
    border-radius: 10px 0 0 10px; }
    .blog-content .vertical-item .item-left-img img {
      width: 100%;
      height: 100%;
      border-radius: 10px 0 0 10px; }
  .blog-content .vertical-item.format-thumb .thumb-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%);
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px 0 10px 0;
    transition: all 0.3s ease-out; }
    .blog-content .vertical-item.format-thumb .thumb-icon .fa {
      line-height: 50px;
      color: #fff; }
    .blog-content .vertical-item.format-thumb .thumb-icon:hover {
      background: #3dd0d8;
      transition: all 0.3s ease-out; }
  .blog-content .vertical-item.format-video {
    border-radius: 10px;
    overflow: hidden; }
  .blog-content .vertical-item.format-slider {
    border-radius: 10px;
    overflow: hidden; }
    .blog-content .vertical-item.format-slider .slick-slide img {
      width: 100%; }
    .blog-content .vertical-item.format-slider .slick-dots {
      bottom: 20px; }
      .blog-content .vertical-item.format-slider .slick-dots li.slick-active button {
        background: #fff; }
      .blog-content .vertical-item.format-slider .slick-dots li button {
        background: transparent;
        border: 1px solid #fff;
        width: 12px;
        height: 12px;
        display: block;
        border-radius: 50%;
        overflow: hidden; }
        .blog-content .vertical-item.format-slider .slick-dots li button:before {
          display: none; }
    .blog-content .vertical-item.format-slider .slick-slider {
      margin-bottom: 0; }
  .blog-content .vertical-item.format-link .link {
    color: #7c69e3;
    display: inline-block;
    margin-top: 15px;
    transition: all 0.3s ease-out; }
    .blog-content .vertical-item.format-link .link:hover {
      color: #3dd0d8;
      transition: all 0.3s ease-out; }
  .blog-content .vertical-item.format-quote blockquote {
    margin: 0;
    max-width: 100%;
    background-color: #292845; }
    .blog-content .vertical-item.format-quote blockquote:before {
      top: 40px;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      color: #3dd0d8; }
    .blog-content .vertical-item.format-quote blockquote .text-container {
      padding-left: 50px;
      padding-right: 50px; }
  .blog-content .vertical-item.format-chat .chat-bl p {
    margin-bottom: 0px; }
  .blog-content .vertical-item .post-title {
    display: inline-block;
    transition: all 0.3s ease-out; }
    .blog-content .vertical-item .post-title h5 {
      transition: all 0.3s ease-out; }
    .blog-content .vertical-item .post-title:hover {
      color: #3dd0d8;
      transition: all 0.3s ease-out; }
      .blog-content .vertical-item .post-title:hover h5 {
        color: #3dd0d8;
        transition: all 0.3s ease-out; }
  .blog-content .vertical-item .post-content.read-open {
    height: auto !important; }
  .blog-content .vertical-item .post-content .post-wrapper {
    padding: 30px 40px 20px 40px; }
  .blog-content .vertical-item .post-bottom {
    padding: 20px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .blog-content .vertical-item.format-status {
    margin-top: 90px;
    position: relative; }
    .blog-content .vertical-item.format-status .author-status {
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      top: -60px;
      left: 50%;
      z-index: 2;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .blog-content .vertical-item.format-status .status-wrapper {
      padding: 90px 30px 50px 30px;
      border-radius: 10px;
      overflow: hidden;
      background: url("../images/blog/status-bg.jpg") no-repeat center center;
      background-size: cover;
      position: relative; }
      .blog-content .vertical-item.format-status .status-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.9;
        background: #292845; }
      .blog-content .vertical-item.format-status .status-wrapper .post-content {
        position: relative; }

.blog-content .widget-bl {
  margin-bottom: 60px; }
  .blog-content .widget-bl .widget-wrapper {
    margin-top: 30px; }

.blog-content .insta-widget .instagram-item {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s ease-out;
  position: relative;
  margin-bottom: 10px; }
  .blog-content .insta-widget .instagram-item img {
    width: 100%; }
  .blog-content .insta-widget .instagram-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transition: all 0.3s ease-out;
    z-index: 10; }

.blog-content .insta-widget [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px; }

.blog-content .subscribe-widget .subscribe-form {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .blog-content .subscribe-widget .subscribe-form input {
    outline: none;
    background-color: #fff;
    border: none;
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #1e1d32;
    width: 100%;
    font-style: italic; }
  .blog-content .subscribe-widget .subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    border: none;
    background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%);
    outline: none; }

.blog-content .categories-widget ul li a {
  color: #c2d4f8;
  transition: all 0.3s ease-out; }
  .blog-content .categories-widget ul li a:hover {
    color: #3dd0d8;
    transition: all 0.3s ease-out; }

.blog-content .twitter-widget .twitter-item {
  margin-bottom: 30px; }

.blog-content .latest-widget .latest-item {
  display: block;
  margin-bottom: 20px; }
  .blog-content .latest-widget .latest-item .latest-img {
    width: 70px; }
    .blog-content .latest-widget .latest-item .latest-img img {
      max-width: 100%; }
  .blog-content .latest-widget .latest-item .latest-title .title-top {
    transition: all 0.3s ease-out; }
  .blog-content .latest-widget .latest-item:hover .latest-title .title-top {
    color: #3dd0d8;
    transition: all 0.3s ease-out; }

.blog-content .calendar-bl .date-picker-wrapper {
  padding: 0 !important;
  border: none;
  font-family: "Roboto", sans-serif;
  width: 100% !important;
  background-color: transparent; }
  .blog-content .calendar-bl .date-picker-wrapper .month-wrapper {
    border: none;
    width: 100%;
    padding: 0;
    border-radius: 10px;
    background-color: transparent; }
    .blog-content .calendar-bl .date-picker-wrapper .month-wrapper table td:first-child {
      padding-left: 30px; }
    .blog-content .calendar-bl .date-picker-wrapper .month-wrapper table td:last-child {
      padding-right: 30px; }
    .blog-content .calendar-bl .date-picker-wrapper .month-wrapper table .caption {
      height: 60px;
      font-size: 24px;
      font-weight: 500 !important;
      color: #fff;
      transition: all 0.3s ease-out;
      background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%); }
      .blog-content .calendar-bl .date-picker-wrapper .month-wrapper table .caption .prev:hover {
        background-color: transparent;
        color: #7c69e3;
        transition: color 0.3s ease-out; }
      .blog-content .calendar-bl .date-picker-wrapper .month-wrapper table .caption .next:hover {
        background-color: transparent;
        color: #7c69e3;
        transition: color 0.3s ease-out; }
      .blog-content .calendar-bl .date-picker-wrapper .month-wrapper table .caption > th:first-of-type {
        width: 50px;
        border-right: 1px solid rgba(255, 255, 255, 0.1); }
      .blog-content .calendar-bl .date-picker-wrapper .month-wrapper table .caption > th:last-of-type {
        width: 50px;
        border-left: 1px solid rgba(255, 255, 255, 0.1); }
      .blog-content .calendar-bl .date-picker-wrapper .month-wrapper table .caption .month-element {
        font-family: "Agency FB"; }
    .blog-content .calendar-bl .date-picker-wrapper .month-wrapper .month1 {
      width: 100%;
      border-radius: 10px;
      overflow: hidden; }
      .blog-content .calendar-bl .date-picker-wrapper .month-wrapper .month1 tbody {
        background: #292845; }
        .blog-content .calendar-bl .date-picker-wrapper .month-wrapper .month1 tbody td {
          padding-top: 10px;
          padding-bottom: 10px;
          text-align: center; }
        .blog-content .calendar-bl .date-picker-wrapper .month-wrapper .month1 tbody .day {
          width: 30px;
          height: 30px;
          line-height: 24px;
          color: #c2d4f8;
          font-size: 16px;
          border-radius: 50%;
          overflow: hidden;
          margin: 0 auto;
          transition: all 0.3s ease-out; }
          .blog-content .calendar-bl .date-picker-wrapper .month-wrapper .month1 tbody .day.hovering {
            background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%) !important;
            color: #fff;
            transition: all 0.3s ease-out; }
          .blog-content .calendar-bl .date-picker-wrapper .month-wrapper .month1 tbody .day.real-today {
            background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%) !important;
            color: #fff; }
        .blog-content .calendar-bl .date-picker-wrapper .month-wrapper .month1 tbody tr:first-child td {
          padding-top: 15px; }
        .blog-content .calendar-bl .date-picker-wrapper .month-wrapper .month1 tbody tr:last-child td {
          padding-bottom: 15px; }
      .blog-content .calendar-bl .date-picker-wrapper .month-wrapper .month1 .week-name {
        background-color: #181728; }
        .blog-content .calendar-bl .date-picker-wrapper .month-wrapper .month1 .week-name th {
          color: #fff;
          font-size: 12px;
          font-weight: 700;
          padding: 19px 0; }
          .blog-content .calendar-bl .date-picker-wrapper .month-wrapper .month1 .week-name th:first-child {
            padding-left: 30px; }
          .blog-content .calendar-bl .date-picker-wrapper .month-wrapper .month1 .week-name th:last-child {
            padding-right: 30px; }

.blog-content .archive-widget ul li a {
  color: #c2d4f8;
  transition: all 0.3s ease-out; }
  .blog-content .archive-widget ul li a:hover {
    color: #3dd0d8;
    transition: all 0.3s ease-out; }

.blog-content .search-widget .search-form {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .blog-content .search-widget .search-form input {
    outline: none;
    border: none;
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #1e1d32;
    width: 100%;
    font-style: italic; }
  .blog-content .search-widget .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    border: none;
    background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%);
    outline: none; }

.blog-content .sidebar {
  padding-left: 45px; }

/* ==========================================================================
   24. POST PAGE
   ========================================================================== */
.posts-nav [class*="col-"] {
  margin-bottom: 30px; }

.posts-nav .nav-btn {
  display: block;
  padding: 36px;
  min-height: 160px;
  background-size: cover;
  background-position: center center; }
  .posts-nav .nav-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    opacity: 0.7;
    visibility: visible;
    background: #1e1d32;
    transition: all 0.3s ease-out; }
  .posts-nav .nav-btn .nav_content {
    position: relative;
    z-index: 10; }
  .posts-nav .nav-btn:hover:before {
    opacity: 0.7;
    background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%);
    transition: all 0.3s ease-out; }

.post-content {
  border-radius: 10px;
  overflow: hidden; }
  .post-content .post-bottom[class*="col-"] {
    padding: 0 5px; }
  .post-content .bottom-info-bl {
    padding: 20px 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

.post-quote {
  position: relative; }
  .post-quote blockquote {
    max-width: 100%; }
    .post-quote blockquote:before {
      right: 10px;
      left: auto;
      top: 0;
      -webkit-transform: none;
              transform: none; }
  .post-quote .author-avatar {
    position: absolute;
    top: -60px;
    left: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .post-quote .post-title {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out; }
    .post-quote .post-title:hover {
      color: #3dd0d8;
      transition: all 0.3s ease-out; }

.related-post .related-item .related-img:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(to right, #3dd0d8 0%, rgba(146, 82, 234, 0.64) 100%);
  transition: all 0.3s ease-out; }

.related-post .related-item:hover .related-img:before {
  opacity: 0.5;
  visibility: visible;
  transition: all 0.3s ease-out; }

.related-post .related-item:first-child .related-title {
  background: #3dd0d8; }

.related-post .related-item:nth-child(2) .related-title {
  background: #5c9ddd; }

.related-post .related-item:last-child .related-title {
  background: #7c69e3; }

.related-post .related-wrapper {
  position: relative;
  display: block; }
  .related-post .related-wrapper .related-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 20px; }

.post-commet-bl {
  background: #292845;
  margin-top: 60px;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px; }
  .post-commet-bl .comment_list.children {
    padding-left: 30px; }
    .post-commet-bl .comment_list.children .reply {
      opacity: 0.5; }
      .post-commet-bl .comment_list.children .reply:hover {
        opacity: 1; }
  .post-commet-bl .reply {
    color: #3dd0d8;
    font-size: 14px;
    font-weight: 700;
    float: right;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-out; }
    .post-commet-bl .reply:hover {
      color: #7c69e3;
      opacity: 1;
      transition: all 0.3s ease-out; }
  .post-commet-bl .author-url {
    color: #fff;
    font-family: "Agency FB";
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-out; }
    .post-commet-bl .author-url:hover {
      color: #3dd0d8;
      transition: all 0.3s ease-out; }
  .post-commet-bl .comment-body {
    display: table;
    width: 100%;
    margin-bottom: 30px; }
    .post-commet-bl .comment-body .comment-left {
      width: 90px;
      padding-right: 30px;
      vertical-align: top;
      display: table-cell; }
      .post-commet-bl .comment-body .comment-left img {
        border-radius: 50%;
        overflow: hidden; }
    .post-commet-bl .comment-body .comment-right {
      display: table-cell; }

.comment-form .general_input {
  width: 100%;
  background: #1e1d32;
  padding: 19px 30px;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  color: #c2d4f8;
  font-size: 14px;
  margin-bottom: 20px;
  outline: none;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .comment-form .general_input::-webkit-input-placeholder {
    color: #c2d4f8; }
  .comment-form .general_input::-moz-placeholder {
    color: #c2d4f8; }
  .comment-form .general_input:-moz-placeholder {
    color: #c2d4f8; }
  .comment-form .general_input:-ms-input-placeholder {
    color: #c2d4f8; }

.comment-form textarea {
  height: 160px;
  resize: none; }

.comment-form [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px; }


/* update & temp fix */

.product-price {
    
   height: auto; 
}

.seaBlue {
    
    color:#3dd0d8;

}

.deluxeBlue {
    
    color:#c2d4f8
    
}

.bolder {
    
    font-weight:bold;
}


/*

.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

*/
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
/* */


.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
/*
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

*/

.example.example5 {
  background-color: none;
}

.example.example5 * {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
/*  font-size: 16px;*/ 
 font-weight: 400;
}

.example.example5 form {
}

#example5-paymentRequest {
    
  width: 100%;
  margin-bottom: 10px;
}

.example.example5 fieldset {
  border: 1px solid #b5a4ed;
  padding: 15px;
  border-radius: 6px;
}

.example.example5 fieldset legend {
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #cdd0f8;
  background-color: #9169d8;
}

.example.example5 fieldset legend + * {
  clear: both;
}

.example.example5 .card-only {
  display: block;
}
.example.example5 .payment-request-available {
  display: none;
}

.example.example5 .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}

.example.example5 .field {
  position: relative;
  width: 100%;
}

.example.example5 .field + .field {
  margin-left: 10px;
}

.example.example5 label {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.example.example5 .input {
  width: 100%;
  color: #fff;
  background: transparent;
  padding: 5px 0 6px 0;
  border-bottom: 1px solid #a988ec;
  transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example5 .input::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
}

.example.example5 .input::-moz-placeholder {
  color: #fff;
}

.example.example5 .input:-ms-input-placeholder {
  color: #fff;
}

.example.example5 .input.StripeElement--focus,
.example.example5 .input:focus {
  border-color: #fff;
}
.example.example5 .input.StripeElement--invalid {
  border-color: #ffc7ee;
}

.example.example5 input:-webkit-autofill,
.example.example5 select:-webkit-autofill {
  -webkit-text-fill-color: #fce883;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.example.example5 .StripeElement--webkit-autofill {
  background: transparent !important;
}

.example.example5 input,
.example.example5 button,
.example.example5 select {
  -webkit-animation: 1ms void-animation-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  border-radius: 0;
}

.example.example5 select.input,
.example.example5 select:-webkit-autofill {
  background-image: url('data:image/svg+xml;utf8,<svg width="10px" height="5px" viewBox="0 0 10 5" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="#fff" d="M5.35355339,4.64644661 L9.14644661,0.853553391 L9.14644661,0.853553391 C9.34170876,0.658291245 9.34170876,0.341708755 9.14644661,0.146446609 C9.05267842,0.0526784202 8.92550146,-2.43597394e-17 8.79289322,0 L1.20710678,0 L1.20710678,0 C0.930964406,5.07265313e-17 0.707106781,0.223857625 0.707106781,0.5 C0.707106781,0.632608245 0.759785201,0.759785201 0.853553391,0.853553391 L4.64644661,4.64644661 L4.64644661,4.64644661 C4.84170876,4.84170876 5.15829124,4.84170876 5.35355339,4.64644661 Z" id="shape"></path></svg>');
  background-position: 100%;
  background-size: 10px 5px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.example.example5 button {
  display: block;
  width: 100%;
  height: 40px;
  margin: 20px 0 0;
  background-color: #fff;
  border-radius: 6px;
  color: #9169d8;
  font-weight: 500;
  cursor: pointer;
}

.example.example5 button:active {
  background-color: #cdd0f8;
}

.example.example5 .error svg .base {
  fill: #fff;
}

.example.example5 .error svg .glyph {
  fill: #9169d8;
}

.example.example5 .error .message {
  color: #fff;
}

.example.example5 .success .icon .border {
  stroke: #bfaef6;
}

.example.example5 .success .icon .checkmark {
  stroke: #fff;
}

.example.example5 .success .title {
  color: #fff;
}

.example.example5 .success .message {
  color: #cdd0f8;
}

.example.example5 .success .reset path {
  fill: #fff;
}

.bold {
    
font-weight: bold;
    
    
}

.noBorder {
    
    border:none;
    
}

.noPadding {
    
    padding: 0;
    
}

.tablePanier€>tbody>tr>td {

vertical-align: middle;

}

.stock-good {
    
    color:#14A30A;
}

.stock-low {
    
    color:#D9770B;
}

.stock-refill {
    
    color:#C42023;
}


#modal {
    
    display:none;
}

#logo  {
    
    padding-top: 20px;
    
}

#right  {
    
    padding-top: 20px;
    
}

#card {
    
    display:none;
}

#virement {
    
    display:none;
}

#paypal {
    
    display:none;
}

/* ==========================================================================
   14. CONFIGURATOR PAGE
   ========================================================================== */



.column-cell-configurator {
  margin-bottom: 50px; }
  .column-cell-configurator li {
    list-style: none;
    border: none;
    border-radius: 0 !important;
    margin-top: 10px !important;
    background-color: transparent; }
    .column-cell-configurator li:first-child {
      margin-top: 0 !important; }
    .column-cell-configurator li a {
      color: #fff;
      border-radius: 10px 10px 0px 0px;
      padding: 19px 50px 19px 35px;
      position: relative;
      background: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%);
      transition: all 0.3s ease-out; }
      .column-cell-configurator li a:after {
        content: '-';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        text-align: center;
        width: 50px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        font-weight: 200;
        color: #fff;
        transition: all 0.3s ease-out; }
      .column-cell-configurator li a .fa {
        color: #fff;
        transition: all 0.3s ease-out; }
      .column-cell-configurator li a.collapsed {
        background: #292845;
        border-radius: 10px;
        transition: all 0.3s ease-out; }
      .column-cell-configurator li a.collapsed {
        background: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%);
        border-radius: 10px;
        transition: all 0.3s ease-out; }
        .column-cell-configurator li a.collapsed:after {
          content: '+';
          color: #7c69e3;
          transition: all 0.3s ease-out; }
        .column-cell-configurator li a.collapsed .fa {
          color: #3dd0d8;
          transition: all 0.3s ease-out; }
        .column-cell-configurator li a.collapsed:hover {
          background: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%);
          transition: all 0.3s ease-out; }
          .column-cell-configurator li a.collapsed:hover .fa {
            color: #fff;
            transition: all 0.3s ease-out; }
      .column-cell-configurator li a .column-title {
        margin-left: 20px; }
    .column-cell-configurator li .spoiler-hidden {
      background-color: #181728;
      border-radius: 0 0 10px 10px;
      padding: 0 40px; }
      .column-cell-configurator li .spoiler-hidden .open-bl {
        line-height: 26px;
        padding: 40px 0 20px 0; }
/* HIDE RADIO */
[type=radio] { 
  position: relative;
  opacity: 0;
  width: 10px;
  height: 10px;
}

/* Fix link override */
.column-cell-configurator li a.defaultLink{
    
    background: none;
    padding:0 0 0 5px;
    margin:0;
    text-decoration:none;
    color:#0effc7;
}

.column-cell-configurator li a.defaultLink:hover{
    
    color:#0effc7;
    
}

.column-cell-configurator li a.defaultLink:after{

    content: none;
}

.column-cell-configurator li a.defaultCalc{
    
    background: none;
    padding:0;
    margin:0;
    text-decoration:none;
    color:#e91e63;
}

.column-cell-configurator li span.defaultCalc:hover{
    
    color:#e91e63;
    
}

.column-cell-configurator li span.defaultCalc:after{

    content: none;
}

.column-cell-configurator li a.helpLink{
    
    background: none;
    padding:0 0 0 20px;
    margin:0;
    text-decoration:none;
    color:#775ace;
}

.column-cell-configurator li a.helpLink:hover{
    
    color:#FFF;
    
}

.column-cell-configurator li a.helpLink:after{

    content: none;
}

.column-cell-configurator li a.priceLink{
    
    background: #fff;
    padding:5px 10px;
    margin:0 0 0 10px;
    text-decoration:none;
    /*color:#0effc7;*/
    color:#181728;
    border-radius: 15px;
    text-align: center;
}

.column-cell-configurator li a.priceLink:hover{
    
    color:#c2d4f8;
    
}

.column-cell-configurator li a.priceLink:after{

    content: none;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
    opacity: .5;
    margin-right: 15px;
    margin-bottom: 15px;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #3dd0d8;
  opacity: 1;
    
}

.column-cell-configurator .myLabel {
    
    width: 100%;
    
}

.column-cell-configurator input[type=radio] {
    
    display: none;
    
}

.column-cell-configurator select{
    

    background-color:#181728;
    color:#fff;

}

/* Color square button */


/* IMAGE STYLES */
[type=radio] + span {
  cursor: pointer;
    opacity: 1;
    margin-right: 15px;
}

/* CHECKED STYLES */
[type=radio]:checked + span {
  outline: 2px solid #3dd0d8;
    opacity: 1;
    
}

.color-square {
    
    
    width:30px;
    height:30px;
    border-radius:50px;
    display:block;
        
}

.color-zippy-blanc {
    
    background-color:#fff;
}

.color-zippy-noir {
    
    background-color:#000;
}


.color-zippy-jaune {
    
    background-color:#edc843;
}



.color-zippy-rouge {
    
    background-color:#e90409;
}

.color-zippy-bleu {
    
    background-color:#015bbb;
    
}

.color-zippy-vert {
    
    background-color:#1bbb99;
}
.color-zippy-orange {
    
    background-color:#ef753a;
}
.color-zippy-mauve {
    
    background-color:#2B1A5E;
}


.color-lumineux-blanc {
    
    background-color:#fff;
    border:5px solid #e0e0e0;
    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    
}

.color-lumineux-jaune {
    
    background-color:#ffdd78;
    border:5px solid #CA4;
    box-shadow: 0 0 10px #fff, 0 0 20px #edc843, 0 0 30px #edc843;
    
}

.color-lumineux-bleu {
    
    background-color:#5fafff;
    border:5px solid #468ace;
    box-shadow: 0 0 10px #fff, 0 0 20px #015bbb, 0 0 30px #015bbb;
    
}


.color-lumineux-rouge {
    
    background-color:#ff6565;
    border:5px solid #c5384c;
    box-shadow: 0 0 10px #fff, 0 0 20px #e90409, 0 0 30px #e90409;
    
}

.color-lumineux-vert {
    
    background-color:#57e68a;
    border:5px solid #51986a;
    box-shadow: 0 0 10px #fff, 0 0 20px #1bbb99, 0 0 30px #1bbb99;
    
}


.color-lumineux-chrome-blanc {
    
    background-color:#fff;
    border:5px solid #d6d6d6;
    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    
}

.color-lumineux-chrome-jaune {
    
    background-color:#ffdd78;
    border:5px solid #d6d6d6;
    box-shadow: 0 0 10px #fff, 0 0 20px #edc843, 0 0 30px #edc843;
    
}

.color-lumineux-chrome-bleu {
    
    background-color:#5fafff;
    border:5px solid #d6d6d6;
    box-shadow: 0 0 10px #fff, 0 0 20px #015bbb, 0 0 30px #015bbb;
    
}


.color-lumineux-chrome-rouge {
    
    background-color:#ff6565;
    border:5px solid #d6d6d6;
    box-shadow: 0 0 10px #fff, 0 0 20px #e90409, 0 0 30px #e90409;
    
}

.color-lumineux-chrome-vert {
    
    background-color:#57e68a;
    border:5px solid #d6d6d6;
    box-shadow: 0 0 10px #fff, 0 0 20px #1bbb99, 0 0 30px #1bbb99;
    
}

/* SANWA */
.color-sanwa-blanc {
    
    background-color:#fff;
}

.color-sanwa-orange {
    
    background-color:#ff982f;
}


.color-sanwa-jaune {
    
    background-color:#ffdd1f;
}


.color-sanwa-rose {
    
    background-color:#ff7da3;
}

.color-sanwa-vert {
    
    background-color:#2ee46e;
    
}

.color-sanwa-rouge {
    
    background-color:#e22317;
}

.color-sanwa-bleu {
    
    background-color:#5ec2f3;
}

/* SEIMITSU */
.color-seimitsu-blanc {
    
    background-color:#fff;
}

.color-seimitsu-noir {
    
    background-color:#000;
}


.color-seimitsu-jaune {
    
    background-color:#ecab00;
}


.color-seimitsu-rose {
    
    background-color:#f35880;
}

.color-seimitsu-vert {
    
    background-color:#11c712;
    
}

.color-seimitsu-rouge {
    
    background-color:#b11116;
}

.color-seimitsu-bleu {
    
    background-color:#00659f;
}

/* primary color sets */

.color-inox {
	
background: rgba(235, 229, 229, 1.0);
background: -webkit-radial-gradient(center, rgba(235, 229, 229, 1.0), rgba(121, 118, 115, 1.0));
background: -moz-radial-gradient(center, rgba(235, 229, 229, 1.0), rgba(121, 118, 115, 1.0));
background: radial-gradient(ellipse at center, rgba(235, 229, 229, 1.0), rgba(121, 118, 115, 1.0));
	
}

.color-primary-red {

	background-color: #ea0a12;
	
}


.color-primary-orange {
	
	background-color: #fe702e;		
}


.color-primary-yellow {
	
	background-color: #fefe00;		
}



.color-primary-green {
	
	background-color: #10be07;		
}




.color-primary-teal {
	
	background-color: #02d6d7;		
}


.color-primary-blue {
	
	background-color: #0a4fea;		
}




.color-primary-purple {
	
	background-color: #7d00b2;		
}


.color-primary-pink {
	
	background-color: #f8afdd;		
}

.color-primary-white {
	
	background-color: #FFFFFF;		
}


.color-primary-grey {
	
	background-color: #c0c0c0;		
}


.color-primary-black {
	
	background-color: #000000;		
}


.color-primary-brown {
	
	background-color: #813f40;		
}



#select-bouton-1-12 {
    background-color: #3dd0d8;
    text-color:#fff;
    font-weight:400;    
    
    
}

/* T molding color */

.color-molding-noir {
    
    background-color:#000;
    
}


.color-molding-vert {
    
    background-color:#57b53f;
    
}

.color-molding-rouge {
    
    background-color:#bc141e;
    
}

.color-molding-mauve {
    
    background-color:#302074;
    
}

.color-molding-bleu {
    
    background-color:#1762aa;
    
}
.color-molding-jaune {
    
    background-color:#fccf46;
    
}

.color-molding-noir-texture {
    
    background-color:#191418;
    
}

.color-molding-rose {
    
    background-color:#be3a73;
    
}

.color-molding-blanc {
    
    background-color:#fff;
    
}


.color-molding-bordeaux {
    
    background-color:#911d25;
    
}


.color-molding-orange {
    
    background-color:#ee342b;
    
}
.color-molding-spe-argent {
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(left,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 */

    
}

.color-molding-spe-or {
    
    background: rgba(252,234,187,1);
background: -moz-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 33%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,234,187,1)), color-stop(33%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
background: -webkit-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 33%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -o-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 33%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -ms-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 33%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: linear-gradient(to right, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 33%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1 );
    
}

.color-molding-spe-translucide {
    
    background: rgba(226,226,226,1);
background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
    
}

.color-molding-spe-noir-brillant {
    
    background: -o-linear-gradient(left, rgba(128,128,128,1) 0%, rgba(148,148,148,1) 12%, rgba(171,171,171,1) 25%, rgba(120,120,120,1) 39%, rgba(71,71,71,1) 50%, rgba(0,0,0,1) 51%, rgba(31,31,31,1) 60%, rgba(71,71,71,1) 76%, rgba(46,46,46,1) 91%, rgba(31,31,31,1) 100%);
background: -ms-linear-gradient(left, rgba(128,128,128,1) 0%, rgba(148,148,148,1) 12%, rgba(171,171,171,1) 25%, rgba(120,120,120,1) 39%, rgba(71,71,71,1) 50%, rgba(0,0,0,1) 51%, rgba(31,31,31,1) 60%, rgba(71,71,71,1) 76%, rgba(46,46,46,1) 91%, rgba(31,31,31,1) 100%);
background: linear-gradient(to right, rgba(128,128,128,1) 0%, rgba(148,148,148,1) 12%, rgba(171,171,171,1) 25%, rgba(120,120,120,1) 39%, rgba(71,71,71,1) 50%, rgba(0,0,0,1) 51%, rgba(31,31,31,1) 60%, rgba(71,71,71,1) 76%, rgba(46,46,46,1) 91%, rgba(31,31,31,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#1f1f1f', GradientType=1 );
    
}

.color-molding-spe-bois {
    
    background: rgba(160,112,34,1);
background: -moz-linear-gradient(left, rgba(160,112,34,1) 0%, rgba(94,73,38,1) 50%, rgba(80,62,33,1) 51%, rgba(142,104,41,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(160,112,34,1)), color-stop(50%, rgba(94,73,38,1)), color-stop(51%, rgba(80,62,33,1)), color-stop(100%, rgba(142,104,41,1)));
background: -webkit-linear-gradient(left, rgba(160,112,34,1) 0%, rgba(94,73,38,1) 50%, rgba(80,62,33,1) 51%, rgba(142,104,41,1) 100%);
background: -o-linear-gradient(left, rgba(160,112,34,1) 0%, rgba(94,73,38,1) 50%, rgba(80,62,33,1) 51%, rgba(142,104,41,1) 100%);
background: -ms-linear-gradient(left, rgba(160,112,34,1) 0%, rgba(94,73,38,1) 50%, rgba(80,62,33,1) 51%, rgba(142,104,41,1) 100%);
background: linear-gradient(to right, rgba(160,112,34,1) 0%, rgba(94,73,38,1) 50%, rgba(80,62,33,1) 51%, rgba(142,104,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a07022', endColorstr='#8e6829', GradientType=1 );
    
}

.paddingLess {
    
    padding: 0;
    
}

.marginLess {
    
    margin: 0;
    
}

.main-picture {
	
	padding:15px;
	width:30%;
	
}

/* Fix link override */
.column-cell-configurator li a.defaultLinkP1{
    
    background: none;
    padding:0 0 0 5px;
    margin:0;
    text-decoration:none;
    color:#d91e4e;
}

.column-cell-configurator li a.defaultLinkP1:hover{
    
    color:#d91e4e;
    
}

.column-cell-configurator li a.defaultLinkP1:after{

    content: none;
}

/* Fix link override */
.column-cell-configurator li a.defaultLinkP2{
    
    background: none;
    padding:0 0 0 5px;
    margin:0;
    text-decoration:none;
    color:#aed91e;
}

.column-cell-configurator li a.defaultLinkP2:hover{
    
    color:#aed91e;
    
}

.column-cell-configurator li a.defaultLinkP2:after{

    content: none;
}

/* Fix link override */
.column-cell-configurator li a.defaultLinkPanel{
    
    background: none;
    padding:0 0 0 5px;
    margin:0;
    text-decoration:none;
    color:#f9d904;
}

.column-cell-configurator li a.defaultLinkPanel:hover{
    
    color:#f9d904;
    
}

.column-cell-configurator li a.defaultLinkPanel:after{

    content: none;
}



.column-cell-configurator li a.fixNav{

	background: none;
	position: unset;}

}


#transactionLoading {

	display: none;
	
}

#transactionSuccess {

	display: none;
	
}

#transactionFailed {

	display: none;
	
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
table.dataTable thead th div.DataTables_sort_wrapper {
  position: relative;
}
table.dataTable thead th div.DataTables_sort_wrapper span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -18px;
}
table.dataTable thead th.ui-state-default,
table.dataTable tfoot th.ui-state-default {
  border-left-width: 0;
}
table.dataTable thead th.ui-state-default:first-child,
table.dataTable tfoot th.ui-state-default:first-child {
  border-left-width: 1px;
}

/*
 * Control feature layout
 */
.dataTables_wrapper .dataTables_paginate .fg-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .fg-button:active {
  outline: none;
}
.dataTables_wrapper .dataTables_paginate .fg-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dataTables_wrapper .dataTables_paginate .fg-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dataTables_wrapper .ui-widget-header {
  font-weight: normal;
}
.dataTables_wrapper .ui-toolbar {
  padding: 8px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit;
}

/* Background select fix */

#example5-facilite, #example5-country {
	
	background-color:#1e1d32;
	color:#3dd0d8;
	
}

#example5-country-borne {
	
	background-color:#1e1d32;
	color:#3dd0d8;
	
}

.login-error {
	font-family: "Agency FB";
  font-weight: 700;
  color: #fff;
  text-transform:none;
  margin: auto;
  line-height: inherit;
  color:#e36969;
	
	
}

.input-wrap-rating {
  margin-bottom: 20px; }
  .input-wrap-rating:last-child {
    margin-bottom: 0; }
  .input-wrap-rating input {
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #292845;
    text-transform:none;
    font-style: italic;
    font-size: 14px;
    outline: none;
    font-weight: 400;
    padding: 19px 30px;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .input-wrap-rating input::-webkit-input-placeholder {
      color: #c2d4f8; }
    .input-wrap-rating input::-moz-placeholder {
      color: #c2d4f8; }
    .input-wrap-rating input:-moz-placeholder {
      color: #c2d4f8; }
    .input-wrap-rating input:-ms-input-placeholder {
      color: #c2d4f8; }
  .input-wrap-rating textarea {
    width: 100%;
    height: 160px;
    border: none;
    border-radius: 10px;
    background:#484778;
    resize: none;
    text-transform: none;
    font-style: italic;
    font-size: 14px;
    outline: none;
    font-weight: 400;
    padding: 19px 30px;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .input-wrap textarea::-webkit-input-placeholder {
      color: #c2d4f8; }
    .input-wrap textarea::-moz-placeholder {
      color: #c2d4f8; }
    .input-wrap textarea:-moz-placeholder {
      color: #c2d4f8; }
    .input-wrap textarea:-ms-input-placeholder {
      color: #c2d4f8; }

.rating {
    display: inline-flex;
    margin-top: -10px;
    flex-direction: row-reverse
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 28px;
    font-size: 35px;
    color: #3dd0d8;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

/*    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
*/