@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/agency-fb');

.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-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;
}

.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;
}

.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-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: 220px;
  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("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;
}

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: #292845;
  border-radius: 0px 0px 10px 10px;
}

.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: #292845;
  color: #c2d4f8;
  border: 0;
  height: 60px;
  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: 60px !important;
  line-height: 62px !important;
  min-width: 60px !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: 55%;
}

.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: relative;
  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;
  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 30px;
  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: 20px 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 30px;
  position: relative;
}

header .main-menu .menu>li:first-child {
  margin-left: 0;
}

header .main-menu .menu>li:last-child {
  margin-right: 0;
}

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("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: 60px 60px 0 60px;
}

.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;
}

.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.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;
}

/* ==========================================================================
   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 {
  position: relative;
  padding-top: 140px;
}

.footer:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.3;
  background-image: url("footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .footer-menu {
  list-style: none;
}

.footer .footer-menu>li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}

.footer .footer-menu>li:first-child {
  margin-left: 0;
}

.footer .footer-menu>li:last-child {
  margin-right: 0;
}

.footer .footer-menu>li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease-out;
}

.footer .footer-menu>li:hover a {
  color: #3dd0d8;
  transition: all 0.3s ease-out;
}

.footer .footer-menu>li.active a {
  color: #3dd0d8;
}

.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("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: uppercase;
  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: uppercase;
  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("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;
}

.overlay-loading {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  justify-content: center;
  align-items: center
}

.item {
  margin-bottom: 40px;
}

#gdpr {
  position: fixed;
  bottom: 0;
  left: 0;
  height: auto;
  z-index: 1000;
  width: 100%;
  background: #41c4d4;
  padding: 10px 0px;
  color: #302d4e;
}

.header_lang_top {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
}

.languagepicker {
  background-color: #FFF;

  display: flex;
  flex-direction: column;
  padding: 0;
  height: 32px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 0 0px 10px 10px;
  vertical-align: top;
  float: left;
  width: 210px;
}

.languagepicker li {
  order: 2 !important;
}

.languagepicker .active {
  order: 1 !important;
}

.languagepicker a {
  color: #000;
  text-decoration: none;
}

.languagepicker li {
  display: block;
  padding: 0px 20px;
  line-height: 32px;
  border-top: 1px solid #EEE;
}

.languagepicker li.active {
  font-weight: 700;
}

.languagepicker li:hover {
  color: #fe6050;
  background-color: #d4d3db;
}

.languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}

.languagepicker li img {
  margin-right: 5px;
  vertical-align: middle;
}

.roundborders {
  border-radius: 5px;
}

.languagepicker:hover {
  /* don't forget the 1px border */
  height: 81px;
}

.large:hover {
  height: 175px;
}

.top-data {
  padding: 10.75em 2em 2em
}

.d-flex {
  display: flex;
}

.top-data__item {
  padding: 40px;
  background: #292845;
  border-radius: 10px;
  height: 100%;
}

.top-data__item ul {
  padding-left: 20px;
}

@media(max-width: 768px) {
  .top-data .d-flex {
    flex-direction: column;
  }
}

/* ------------------------------------------ */
/*            RESPONSIVE STYLE
/* ------------------------------------------ */
@media screen and (min-width: 768px) {

  /* Stream section */
  .st-tabs {
    padding-left: 0;
    padding-right: 0;
  }

  /* Post page */
  .full-col {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  header .main-menu .menu .sub-menu {
    box-shadow: 3.5px 12px 30px rgba(0, 0, 0, 0.57);
  }
}

@media screen and (max-width: 1320px) {

  /* Basic Styles */
  .slick-arrow {
    display: none !important;
  }
}

@media screen and (max-width: 1300px) {

  /* Game section */
  .tm-tabs .tab-content .image-bl {
    right: 15px;
  }
}

@media screen and (max-width: 1200px) {

  /* Header Styles */
  .header-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  /* Game section */
  .tm-tabs .tab-content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tm-tabs .tab-content .image-bl {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 60px;
    text-align: center;
  }

  .tm-tabs .tab-content .tab-img {
    padding-right: 15px;
  }

  .tm-tabs .tab-content .tab-info {
    padding: 90px 100px;
  }

  /* Blog section */
  .blog-section .bg-wrapper:before {
    top: -935px;
  }
}

@media screen and (max-width: 992px) {

  /* Blog section */
  .blog-section .bg-wrapper {
    margin-top: 30px;
  }

  /* Blog page */
  .blog-content .vertical-item .item-left-img img {
    border-radius: 10px 10px 0 0;
  }

  /* Basic Styles */
  section.ptb150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* Footer section */
  .footer [class*='col-'] {
    margin-bottom: 30px;
    text-align: center;
  }

  /* FAQ page */
  .faq-container .column {
    border: none;
  }

  /* Stream section */
  .st-tabs .nav-tabs>li a {
    padding: 20px;
  }

  /* Testimonial section */
  .testimonial-slider {
    margin-top: 90px;
  }

  .testimonial-slider .slick-dots {
    bottom: -50px;
  }

  /* Basic Styles */
  .item .item-wrap {
    margin-bottom: 30px;
  }

  .item:last-child .item-wrap {
    margin-bottom: 0;
  }

  /* Main Slider Styles */
  .n2-ss-control-bullet {
    left: 30px !important;
  }

  .main-slider .sl-social {
    right: 30px;
  }

  /* Header Styles */
  .header-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  header .main-menu .toggle_menu {
    display: inline-block;
  }

  header .main-menu .toggle_menu.open {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: #1e1d32;
  }

  header .main-menu .toggle_menu.open:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    transition: 0.3s ease-in-out;
  }

  header .main-menu .toggle_menu.open span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.3s ease-in-out;
    background: #fff;
  }

  header .main-menu .toggle_menu.open span:after {
    opacity: 0;
  }

  header .main-menu .toggle_menu.open span:before {
    opacity: 0;
  }

  header .main-menu .menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    opacity: 0;
    visibility: hidden;
  }

  header .main-menu .menu li {
    margin: 0 20px;
  }

  header .main-menu .menu li.menu-item-has-children:after {
    content: '\f107';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 7px;
    right: 0;
    display: inline-block;
    color: #fff;
  }

  header .main-menu .menu li .sub-menu {
    display: none;
    background-color: transparent;
    padding: 10px 0;
  }

  header .main-menu .menu li .sub-menu li {
    padding: 0 15px;
    margin: 0;
  }

  header .main-menu .menu li .sub-menu li a {
    padding: 5px 0;
    border: none;
  }

  header .main-menu .menu li .sub-menu li .sub-menu {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  header .main-menu .menu li.menu-item-has-children.open-list>.sub-menu {
    display: block;
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
  }

  header .main-menu .toggle_menu:before,
  header .main-menu .toggle_menu span {
    left: 15px;
    top: 50%;
  }

  .vm-sm {
    vertical-align: middle;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {

  /* Post page */
  .post-quote blockquote:before {
    display: none;
  }

  /* Blog page */
  .blog-content .sidebar {
    padding-left: 15px;
    margin-top: 60px;
  }

  /* Basic Styles */
  .container {
    max-width: 500px;
  }

  .xs-text-left {
    text-align: left;
  }

  .xs-offset-table {
    display: block;
  }

  .alignright,
  .alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* Blog page */
  .blog-content .vertical-item .item-left-img {
    border-radius: 10px 10px 0 0;
  }

  /* Bootstrap Tabs Styles */
  .default-tabs .nav-tabs li a {
    font-size: 10px;
    padding: 10px;
  }

  /* 404 page */
  .page-404 .footer-line .footer-404 [class*="col-"] {
    margin-bottom: 30px;
    text-align: center;
  }

  /* Footer section */
  .footer .footer-menu>li {
    display: block !important;
    margin: 0 !important;
  }

  /* Stream section */
  .st-tabs .nav-tabs>li a .tab-title {
    font-size: 12px;
  }

  .st-tabs .tab-content .video-bl .video-bottom .video-title {
    font-size: 16px;
  }

  /* Main Slider Styles */
  .n2-ss-control-bullet {
    left: 10px !important;
  }

  .main-slider .sl-social {
    right: 10px;
  }

  /* Game section */
  .tm-tabs .tab-content .tab-info {
    padding: 60px;
  }

  .tm-tabs .tab-content .image-bl .game-full-img {
    height: auto;
  }
}

@media screen and (max-width: 560px) {

  /* Stream section */
  .st-tabs .competition .item-g {
    text-align: center;
  }

  .st-tabs .competition .item-g .img-com {
    display: block;
  }

  .st-tabs .competition .item-g .info-bl {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {

  /* Blog page */
  .blog-content .vertical-item.format-quote blockquote .text-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Gallery masonry page */
  .gallery .masonry-tpl .btn-container {
    display: none;
  }

  /* Basic styles */
  .title-bl .subtitle {
    font-size: 60px;
  }

  /* Game section */
  .tm-tabs .g-bottom>div {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }

  .tm-tabs .g-bottom>div:first-child {
    margin-bottom: 25px;
  }

  .tm-tabs .tab-head>div {
    display: block;
    text-align: left;
  }

  /* Testimonials page */
  .testimonials-bl .slide-item {
    padding: 80px 30px 30px 30px;
  }
}

@media screen and (max-width: 400px) {

  /* Header styles */
  header .right-bl .search-content input {
    width: auto;
    min-width: 280px;
  }

  /* Main Slider Styles */
  .n2-ss-control-bullet {
    display: none !important;
  }

  .main-slider .sl-social {
    display: none;
  }

  /* Post page */
  .post-commet-bl .reply {
    float: none;
  }
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2
}

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
  -webkit-box-sizing: initial;
  box-sizing: initial
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block
}

.date-picker-wrapper.single-date {
  width: auto
}

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px
}

.date-picker-wrapper.no-topbar {
  padding-top: 12px
}

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px
}

.date-picker-wrapper b {
  color: #666;
  font-weight: 700
}

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline
}

.date-picker-wrapper .month-name {
  text-transform: uppercase
}

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline
}

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle
}

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: .01
}

.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden
}

.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left
}

.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0;
  padding: 0
}

.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap
}

.date-picker-wrapper .time label {
  white-space: nowrap
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa
}

.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth {
  display: none
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5
}

.date-picker-wrapper table .caption {
  height: 40px
}

.date-picker-wrapper table .caption>th:first-of-type,
.date-picker-wrapper table .caption>th:last-of-type {
  width: 27px
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: #fff
}

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0
}

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden
}

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative
}

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee
}

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff
}

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff
}

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3
}

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3
}

.date-picker-wrapper .selected-days {
  display: none
}

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0
}

.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none
}

.date-picker-wrapper .drp_top-bar .default-top {
  display: block
}

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none
}

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: #fff;
  line-height: initial
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed')
}

.date-picker-wrapper .time {
  position: relative
}

.date-picker-wrapper.single-month .time {
  display: block
}

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px
}

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center
}

.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center
}

.date-picker-wrapper .time1 {
  float: left
}

.date-picker-wrapper .time2 {
  float: right
}

.date-picker-wrapper .hour {
  text-align: right
}

.minute {
  text-align: right
}

.date-picker-wrapper .hide {
  display: none
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: #fff !important
}

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  display: none;
  background-color: #ff0;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3))
}

.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ff0;
  left: 50%;
  margin-left: -4px;
  bottom: -4px
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none
}

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer
}

.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: 700
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  overflow-x: hidden
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

legend,
td,
th {
  padding: 0
}

.n2-in-fullscreen * {
  -webkit-animation-name: initial;
  animation-name: initial
}

.n2-in-fullscreen [data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]) {
  opacity: 1
}

.n2-ss-align {
  position: relative;
  z-index: 0;
  overflow: hidden
}

.n2-ss-align.n2-ss-slider-align-visible {
  overflow: visible
}

.n2-ss-slider {
  -webkit-font-smoothing: antialiased
}

.n2-ss-slider,
.n2-ss-slider .n2-ss-swipe-element {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent
}

.n2-ss-slider .n2-ss-swipe-element>*,
.n2-ss-slider>* {
  -webkit-tap-highlight-color: initial
}

.n2-ss-slider .n2-ow,
.n2-ss-slider .n2-ow-all * {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit
}

.n2-ss-slider .n2-ow,
.n2-ss-slider .n2-ow-all *,
.n2-ss-slider .n2-ow-all *:after,
.n2-ss-slider .n2-ow-all *:before,
.n2-ss-slider .n2-ow:after,
.n2-ss-slider .n2-ow:before {
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.n2-ss-slider .n2-ow-all a,
.n2-ss-slider a.n2-ow {
  border: 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none
}

.n2-ss-slider .n2-ow-all a,
.n2-ss-slider .n2-ow-all a:focus,
.n2-ss-slider a.n2-ow,
.n2-ss-slider a.n2-ow:focus {
  outline: none !important;
  transition: none 0s;
  box-shadow: none
}

.n2-ss-slider .n2-ow-all h1,
.n2-ss-slider .n2-ow-all h2,
.n2-ss-slider .n2-ow-all h3,
.n2-ss-slider .n2-ow-all h4,
.n2-ss-slider .n2-ow-all h5,
.n2-ss-slider .n2-ow-all h6,
.n2-ss-slider .n2-ow-all p,
.n2-ss-slider h1.n2-ow,
.n2-ss-slider h2.n2-ow,
.n2-ss-slider h3.n2-ow,
.n2-ss-slider h4.n2-ow,
.n2-ss-slider h5.n2-ow,
.n2-ss-slider h6.n2-ow,
.n2-ss-slider p.n2-ow {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  width: auto;
  border: 0;
  box-shadow: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none
}

.n2-ss-slider .n2-ow-all img,
.n2-ss-slider img.n2-ow {
  width: auto;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top
}

.n2-ss-slider a.n2-ow,
.n2-ss-slider button.n2-ow,
.n2-ss-slider img.n2-ow,
.n2-ss-slider input.n2-ow,
.n2-ss-slider li.n2-ow,
.n2-ss-slider ol.n2-ow,
.n2-ss-slider p.n2-ow,
.n2-ss-slider textarea.n2-ow,
.n2-ss-slider ul.n2-ow {
  -moz-transition: none 0s;
  -webkit-transition: none 0s;
  -o-transition: none 0s;
  transition: none 0s
}

.n2-ss-slider {
  z-index: 3;
  position: relative;
  text-align: left;
  width: 100%;
  min-height: 1px
}

[dir=rtl] .n2-ss-slider {
  text-align: right
}

.n2-ss-slider :focus {
  outline: none
}

[dir=rtl] .n2-ss-slider .n2-ss-slide-background {
  text-align: left
}

.n2-ss-slider.n2-ss-load-fade {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.n2-ss-slider.n2-ss-load-fade.n2-ss-loaded {
  opacity: 1;
  position: relative
}

.n2-ss-slider .unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.n2-ss-slider .n2noselftransition,
.n2-ss-slider.n2notransition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

.n2-ss-slider .n2-ss-slide {
  text-align: center
}

.n2-ss-slider .n2-ss-canvas,
.n2-ss-slider .n2-ss-slide {
  position: relative;
  overflow: hidden !important
}

.n2-ss-slider .n2-ss-slide-background,
.n2-ss-slider .n2-ss-slide-background * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left
}

.n2-ss-slider .n2-ss-slide-background {
  z-index: 10
}

.n2-ss-slider .n2-ss-slide-background img {
  max-width: none;
  display: none;
  width: 0;
  height: 0
}

.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color {
  z-index: 1
}

.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-video {
  z-index: 3
}

.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-image {
  z-index: 5
}

.n2-ss-slider .n2-ss-slide-background-image {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box
}

.n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image,
.n2-ss-slider [data-mode=fill] .n2-ss-slide-background-image {
  background-size: cover
}

.n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image+.n2-ss-slide-background-image,
.n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image {
  background-size: contain
}

.n2-ss-slider [data-mode=simple] .n2-ss-slide-background-image {
  background-size: cover
}

.n2-ss-slider [data-mode=stretch] .n2-ss-slide-background-image {
  background-size: 100% 100%
}

.n2-ss-slider [data-mode=center] .n2-ss-slide-background-image {
  background-position: 50% 50%
}

.n2-ss-slider [data-mode=tile] .n2-ss-slide-background-image {
  background-repeat: repeat
}

.n2-ss-slider [data-mode=fixed] .n2-ss-slide-background-image {
  background-size: cover
}

.n2-ss-slider .n2-ss-slide-background-video {
  position: absolute;
  top: 0;
  left: 0
}

.n2-ss-slider .n2-ss-layers-container {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 20
}

.n2-ss-slider .n2-ss-layers-container>*,
.n2-ss-slider [onclick].n2-ss-layers-container {
  visibility: visible
}

.n2-ss-slider .n2-ss-layer {
  outline: 1px solid RGBA(0, 0, 0, 0);
  z-index: 2
}

.n2-ss-slider .n2-ss-layer[data-pm=absolute] {
  position: absolute
}

.n2-ss-slider .n2-ss-layer[data-pm=default],
.n2-ss-slider .n2-ss-layer[data-pm=normal] {
  position: relative;
  min-height: 1px
}

.n2-ss-slider .n2-ss-layer-mask,
.n2-ss-slider .n2-ss-layer-parallax,
.n2-ss-slider .n2-ss-layer-rotation,
.n2-ss-slider .n2-video-play svg {
  width: 100%;
  height: 100%
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer-mask,
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer-parallax,
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer-rotation,
.n2-ss-slider .n2-ss-layer-row .n2-ss-layer-mask,
.n2-ss-slider .n2-ss-layer-row .n2-ss-layer-parallax,
.n2-ss-slider .n2-ss-layer-row .n2-ss-layer-rotation {
  height: auto;
  flex-grow: 1
}

.n2-ss-slider .n2-ss-layer.n2-ss-layer-needsize .n2-ss-layer-mask,
.n2-ss-slider .n2-ss-layer.n2-ss-layer-needsize .n2-ss-layer-parallax,
.n2-ss-slider .n2-ss-layer.n2-ss-layer-needsize .n2-ss-layer-rotation {
  height: 100%
}

.n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-mask,
.n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-mask>.n2-ss-layer-rotation,
.n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-parallax,
.n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-parallax>.n2-ss-layer-rotation,
.n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-rotation,
.n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-mask,
.n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-mask>.n2-ss-layer-rotation,
.n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-parallax,
.n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-parallax>.n2-ss-layer-rotation,
.n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-rotation {
  display: flex;
  flex-direction: column
}

.n2-ss-slider .n2-ss-layer-group {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

.n2-ss-slider .n2-ss-layer-group>.n2-ss-layer-parallax,
.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"],
.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"] div.n2-ss-section-main-content {
  visibility: hidden
}

.n2-ss-slider .n2-ss-layer-group>*,
.n2-ss-slider .n2-ss-layer-group>.n2-ss-layer-parallax>* {
  visibility: visible
}

.n2-ss-slider.n2-ss-mobile .n2-ss-slider-1,
.n2-ss-slider.n2-ss-tablet .n2-ss-slider-1 {
  background-attachment: scroll !important
}

.n2-ss-slider .n2-ss-widget {
  position: relative;
  display: none;
  backface-visibility: hidden;
  perspective: 1000px;
  z-index: 12;
  font-size: 16px;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 1
}

.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden {
  opacity: 0 !important;
  pointer-events: none
}

.n2-ss-slider.n2-ss-tablet .n2-ss-widget {
  font-size: 14px
}

.n2-ss-slider.n2-ss-mobile .n2-ss-widget {
  font-size: 12px
}

.n2-ss-slider .n2-ss-mobile,
.n2-ss-slider .n2-ss-tablet,
.n2-ss-slider.n2-ss-mobile .n2-ss-desktop,
.n2-ss-slider.n2-ss-tablet .n2-ss-desktop {
  display: none
}

.n2-ss-slider .n2-ss-desktop,
.n2-ss-slider.n2-ss-desktop .n2-ss-desktop,
.n2-ss-slider.n2-ss-desktop .n2-ss-widget-display-desktop,
.n2-ss-slider.n2-ss-mobile .n2-ss-mobile,
.n2-ss-slider.n2-ss-mobile .n2-ss-widget-display-mobile,
.n2-ss-slider.n2-ss-tablet .n2-ss-tablet,
.n2-ss-slider.n2-ss-tablet .n2-ss-widget-display-tablet {
  display: block
}

.n2-ss-slider .n2-ss-desktop.n2-ib,
.n2-ss-slider.n2-ss-desktop .n2-ss-desktop.n2-ib,
.n2-ss-slider.n2-ss-desktop .n2-ss-widget-display-desktop.n2-ib,
.n2-ss-slider.n2-ss-mobile .n2-ss-mobile.n2-ib,
.n2-ss-slider.n2-ss-mobile .n2-ss-widget-display-mobile.n2-ib,
.n2-ss-slider.n2-ss-tablet .n2-ss-tablet.n2-ib,
.n2-ss-slider.n2-ss-tablet .n2-ss-widget-display-tablet.n2-ib {
  display: inline-block
}

.n2-ss-slider.n2-ss-desktop .n2-ss-widget-display-desktop.n2-flex,
.n2-ss-slider.n2-ss-mobile .n2-ss-widget-display-mobile.n2-flex,
.n2-ss-slider.n2-ss-tablet .n2-ss-widget-display-tablet.n2-flex {
  display: flex
}

.n2-ss-slider.n2-ss-desktop .n2-ss-widget-display-desktop.n2-inline-flex,
.n2-ss-slider.n2-ss-mobile .n2-ss-widget-display-mobile.n2-inline-flex,
.n2-ss-slider.n2-ss-tablet .n2-ss-widget-display-tablet.n2-inline-flex {
  display: inline-flex
}

.n2-ss-slider .n2-ss-widget-always {
  transform: translate3d(0, 0, 0)
}

.n2-ss-slider .n2-ss-static-slide {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  visibility: hidden;
  backface-visibility: hidden
}

.n2-ss-shape-divider.n2-ss-divider-animate .n2-ss-divider-start,
.n2-ss-slider .n2-ss-static-slide .n2-ss-layer,
.n2-ss-slider .n2-ss-static-slide .n2-ss-section-main-content>div,
.n2-ss-slider .n2-ss-static-slide div[data-sstype=content]>div,
.n2-ss-slider .n2-ss-static-slide>div {
  visibility: visible
}

.n2-ss-shape-divider {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  pointer-events: none;
  z-index: 13
}

.n2-ss-shape-divider-inner {
  height: 100%
}

.n2-ss-shape-divider svg {
  display: block;
  height: 100%;
  width: 100%
}

.n2-ss-shape-divider-top {
  top: 0
}

.n2-ss-shape-divider-top.n2-ss-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.n2-ss-shape-divider-bottom {
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

.n2-ss-shape-divider-bottom.n2-ss-flip-horizontal {
  -webkit-transform: scale(-1);
  transform: scale(-1)
}

.n2-ss-shape-divider .n2-ss-divider-start,
.n2-ss-shape-divider.n2-ss-divider-animate .n2-ss-divider-end {
  visibility: hidden
}

.n2-ss-slider .n2-ss-slide .nextend-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none !important;
  height: auto;
  background: rgba(0, 0, 0, .002)
}

.n2-ss-slider video.n2-ow {
  max-width: none
}

.n2-ss-slider .n2-ss-item-iframe-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  height: 100%
}

.n2-ss-slider .n2i {
  vertical-align: top
}

.n2-ss-slider iframe.n2-ow {
  max-width: none;
  display: block
}

.n2-ss-slider .n2-ss-item-iframe {
  height: 100%
}

.n2-ss-slider .n2-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}

.n2-ss-slider .n2-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing
}

.n2-ss-slider .n2-video-play {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  position: absolute;
  left: 50%;
  top: 50%
}

.n2-ss-slider .n2-ss-item-input-form {
  display: flex;
  flex-flow: row
}

.n2-ss-slider .n2-ss-item-input-form .n2-input {
  flex: 1 1 auto
}

.n2-ss-slider .n2-ss-item-input-form .n2-form-button {
  margin: 0
}

.n2-ss-slider .n2-input,
.n2-ss-slider form.n2-ow {
  margin: 0;
  border: 0;
  padding: 0
}

.n2-ss-slider .n2-input {
  height: auto;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: 0 0;
  line-height: 1;
  font-size: 13px;
  font-family: Arial;
  box-shadow: none
}

.n2-ss-slider input.n2-ow:focus {
  outline: 0
}

.n2-ss-slider input.n2-ow[placeholder] {
  overflow: hidden;
  text-overflow: clip
}

.n2-ss-slider ::-moz-placeholder,
.n2-ss-slider input.n2-ow:-moz-placeholder {
  text-overflow: clip;
  color: inherit
}

.n2-ss-slider input.n2-ow::-webkit-input-placeholder,
.n2-ss-slider input.n2-ow::placeholder {
  color: inherit
}

.n2-ss-slider table.n2-ow {
  table-layout: auto;
  margin: 0
}

.n2-ss-slider .n2-ow .n2-ss-thumbnail-type {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  position: absolute;
  left: 50%;
  top: 50%
}

.n2-ss-slider .n2-ss-icon-normal {
  display: inline-block
}

.n2-ss-slider .n2-ss-icon-has-hover:HOVER .n2-ss-icon-normal,
.n2-ss-slider .n2-ss-icon-hover {
  display: none
}

.n2-ss-slider .n2-ss-icon-has-hover:HOVER .n2-ss-icon-hover {
  display: inline-block
}

.n2-ss-slider .n2-ss-section-main-content .n2-ss-item {
  float: none
}

.n2-ss-slider .n2-ss-section-main-content>.n2-ss-layer[data-sstype=row] {
  width: 100%
}

.n2-ss-slider .n2-ss-section-main-content>.n2-ss-layer[data-sstype=row][data-frontend-fullwidth="0"] {
  width: auto
}

.n2-ss-slider [data-frontend-fullwidth="0"][data-sstype=row]>.n2-ss-layer-row[row-wrapped="0"]>.n2-ss-layer-row-inner>.n2-ss-layer {
  width: auto !important
}

.n2-ss-slider [data-frontend-fullwidth="0"][data-sstype=row]>.n2-ss-layer-row[row-wrapped="0"]>.n2-ss-layer-row-inner,
.n2-ss-slider [row-wrapped="1"]>.n2-ss-layer-row-inner {
  flex-wrap: wrap
}

.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer {
  display: flex;
  flex: 1 1 auto
}

.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer>.n2-ss-layer-mask {
  display: flex
}

.n2-ss-slider .n2-ss-layer-row {
  box-sizing: border-box;
  display: flex
}

.n2-ss-slider .n2-ss-layer-row-inner {
  box-sizing: border-box;
  display: flex;
  visibility: hidden
}

.n2-ss-slider .n2-ss-layer-row-inner>* {
  visibility: visible
}

.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer .n2-ss-layer-row {
  height: auto;
  width: 100%
}

.n2-ss-slider .n2-ss-layer-row>.n2-ss-layer {
  box-sizing: border-box;
  width: 1px;
  flex: 1 1 auto
}

.n2-ss-slider .n2-ss-layer-row .n2-ss-item {
  float: none
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer {
  width: auto
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal] {
  max-width: 100%
}

.n2-ss-slider .n2-ss-layer[data-sstype=content] {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2
}

.n2-ss-slider .n2-ss-section-main-content {
  display: flex;
  justify-content: center;
  flex-direction: column
}

.n2-ss-slider .n2-ss-layer-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
  height: 40px
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer-needsize {
  width: 100%
}

.n2-ss-slider .n2-ss-layer-content[data-alignitems=stretch] {
  align-items: stretch
}

.n2-ss-slider .n2-ss-layer-content[data-alignitems=flex-start] {
  align-items: flex-start
}

.n2-ss-slider .n2-ss-layer-content[data-alignitems=center] {
  align-items: center
}

.n2-ss-slider .n2-ss-layer-content[data-alignitems=flex-end] {
  align-items: flex-end
}

.n2-ss-slider .n2-ss-layer-content[data-verticalalign=flex-start] {
  justify-content: flex-start
}

.n2-ss-slider .n2-ss-layer-content[data-verticalalign=center] {
  justify-content: center
}

.n2-ss-slider .n2-ss-layer-content[data-verticalalign=flex-end] {
  justify-content: flex-end
}

.n2-ss-slider .n2-ss-layer-content[data-verticalalign=space-around] {
  justify-content: space-around
}

.n2-ss-slider .n2-ss-layer-content[data-verticalalign=space-between] {
  justify-content: space-between
}

.n2-ss-slider .n2-ss-layer[data-sstype=col] {
  display: flex;
  flex-flow: column;
  order: 10;
  flex: 1 1 auto
}

.n2-ss-slider .n2-ss-layer[data-sstype=col][data-has-maxwidth="1"] {
  align-self: stretch
}

.n2-ss-slider .n2-ss-layer-col {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  flex: 1 1 auto
}

.n2-ss-slider .n2-ss-layer-col>.n2-ss-layer {
  flex: 0 0 auto
}

.n2-ss-slider .n2-ss-section-main-content-calc {
  min-height: 0;
  height: auto
}

.n2-ss-slider [data-csstextalign=left] {
  text-align: left
}

.n2-ss-slider [data-csstextalign=center] {
  text-align: center
}

.n2-ss-slider [data-csstextalign=right] {
  text-align: right
}

.n2-ss-slider .n2-ss-layer[data-has-maxwidth="1"][data-pm=normal] {
  width: 100%
}

.n2-ss-slider [data-csstextalign=left] [data-frontend-fullwidth="0"],
.n2-ss-slider [data-csstextalign=left] [data-has-maxwidth="1"],
.n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=center]):not([data-csstextalign=right]):not([data-csstextalign=inherit]) [data-frontend-fullwidth="0"],
.n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=center]):not([data-csstextalign=right]):not([data-csstextalign=inherit]) [data-has-maxwidth="1"] {
  align-self: flex-start
}

.n2-ss-slider [data-csstextalign=center] [data-frontend-fullwidth="0"],
.n2-ss-slider [data-csstextalign=center] [data-has-maxwidth="1"],
.n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=left]):not([data-csstextalign=right]):not([data-csstextalign=inherit]) [data-frontend-fullwidth="0"],
.n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=left]):not([data-csstextalign=right]):not([data-csstextalign=inherit]) [data-has-maxwidth="1"] {
  align-self: center
}

.n2-ss-slider [data-csstextalign=right] [data-frontend-fullwidth="0"],
.n2-ss-slider [data-csstextalign=right] [data-has-maxwidth="1"],
.n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=left]):not([data-csstextalign=center]):not([data-csstextalign=inherit]) [data-frontend-fullwidth="0"],
.n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=left]):not([data-csstextalign=center]):not([data-csstextalign=inherit]) [data-has-maxwidth="1"] {
  align-self: flex-end
}

.n2-ss-slider .n2-ss-layer-content>[data-cssselfalign=left],
.n2-ss-slider [data-frontend-fullwidth="0"][data-cssselfalign=left],
.n2-ss-slider [data-has-maxwidth="1"][data-cssselfalign=left] {
  align-self: flex-start !important
}

.n2-ss-slider .n2-ss-layer-content>[data-cssselfalign=center],
.n2-ss-slider [data-frontend-fullwidth="0"][data-cssselfalign=center],
.n2-ss-slider [data-has-maxwidth="1"][data-cssselfalign=center] {
  align-self: center !important
}

.n2-ss-slider .n2-ss-layer-content>[data-cssselfalign=right],
.n2-ss-slider [data-frontend-fullwidth="0"][data-cssselfalign=right],
.n2-ss-slider [data-has-maxwidth="1"][data-cssselfalign=right] {
  align-self: flex-end !important
}

.n2-ss-slider .n2-ss-layer[data-has-maxwidth="1"][data-sstype=col] {
  align-self: stretch !important
}

.n2-ss-slider [data-frontend-fullwidth="1"][data-has-maxwidth="0"][data-cssselfalign] {
  align-self: initial !important
}

.n2-ss-slider .n2-ss-layer-inline {
  flex-direction: row;
  flex-wrap: wrap
}

.n2-ss-slider .n2-ss-img-wrapper,
.n2-ss-slider .n2-ss-img-wrapper img {
  line-height: 0
}

.n2-clear {
  clear: both
}

.n2-ss-spinner-simple-white-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px;
  background: #fff;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  z-index: 1000;
}

.n2-ss-spinner-simple-white {
  outline: 1px solid RGBA(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}

.n2-ss-spinner-simple-white:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  margin-left: -11px;
}

.n2-ss-spinner-simple-white:not(:required):before {
  content: '';
  border-radius: 50%;
  border-top: 2px solid #333;
  border-right: 2px solid transparent;
  animation: n2SimpleWhite .6s linear infinite;
  -webkit-animation: n2SimpleWhite .6s linear infinite;
}

@keyframes n2SimpleWhite {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes n2SimpleWhite {
  to {
    -webkit-transform: rotate(360deg);
  }
}

div#n2-ss-4 {
  width: 1200px;
  float: left;
  margin: 0px 0px 0px 0px;
}

html[dir="rtl"] div#n2-ss-4 {
  float: right;
}

div#n2-ss-4 .n2-ss-slider-1 {
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  height: 500px;
  border-style: solid;
  border-width: 0px;
  border-color: #3e3e3e;
  border-color: RGBA(62, 62, 62, 1);
  border-radius: 0px;
  background-clip: padding-box;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

div#n2-ss-4 .n2-ss-slider-background-video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

div#n2-ss-4 .n2-ss-slider-2 {
  position: relative;
  width: 100%;
  height: 100%;
}

.x-firefox div#n2-ss-4 .n2-ss-slider-2 {
  opacity: 0.99999;
}

div#n2-ss-4 .n2-ss-slider-3 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 1px solid rgba(0, 0, 0, 0);
  z-index: 10;
}

div#n2-ss-4 .n2-ss-slide-backgrounds,
div#n2-ss-4 .n2-ss-slider-3>.n-particles-js-canvas-el,
div#n2-ss-4 .n2-ss-slider-3>.n2-ss-divider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

div#n2-ss-4 .n2-ss-slide-backgrounds {
  z-index: 10;
}

div#n2-ss-4 .n2-ss-slider-3>.n-particles-js-canvas-el {
  z-index: 12;
}

div#n2-ss-4 .n2-ss-slide-backgrounds>* {
  overflow: hidden;
}

div#n2-ss-4 .n2-ss-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: block;
}

div#n2-ss-4 .n2-ss-layers-container {
  position: relative;
  width: 1200px;
  height: 500px;
}

div#n2-ss-4 .n2-ss-parallax-clip>.n2-ss-layers-container {
  position: absolute;
  right: 0;
}

div#n2-ss-4 .n2-ss-slide {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

div#n2-ss-4 .n2-ss-slide-active {
  z-index: 21;
}

div#n2-ss-4 .n2-ss-button-container,
div#n2-ss-4 .n2-ss-button-container a {
  display: inline-block;
}

div#n2-ss-4 .n2-ss-button-container.n2-ss-fullwidth,
div#n2-ss-4 .n2-ss-button-container.n2-ss-fullwidth a {
  display: block;
}

div#n2-ss-4 .n2-ss-button-container.n2-ss-nowrap {
  white-space: nowrap;
}

div#n2-ss-4 .n2-ss-button-container a div {
  display: inline;
  font-size: inherit;
}

div#n2-ss-4 .n2-ss-button-container a>div {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
}

div#n2-ss-4 .n2-ss-button-container i {
  font-size: 100%;
  vertical-align: baseline;
}

div#n2-ss-4 .n2-ss-button-container a[data-iconplacement="left"] i {
  margin-right: 0.3em;
}

div#n2-ss-4 .n2-ss-button-container a[data-iconplacement="right"] i {
  margin-left: 0.3em;
}

div#n2-ss-4 .n2-ss-control-bullet {
  visibility: hidden;
  text-align: center;
  justify-content: center;
}

div#n2-ss-4 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize {
  width: 100%;
}

div#n2-ss-4 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize {
  height: 100%;
  flex-flow: column;
}

div#n2-ss-4 .nextend-bullet-bar {
  display: inline-flex;
  visibility: visible;
  align-items: center;
  flex-wrap: wrap;
}

div#n2-ss-4 .n2-bar-justify-content-left {
  justify-content: flex-start;
}

div#n2-ss-4 .n2-bar-justify-content-center {
  justify-content: center;
}

div#n2-ss-4 .n2-bar-justify-content-right {
  justify-content: flex-end;
}

div#n2-ss-4 .n2-ss-control-bullet-vertical>.nextend-bullet-bar {
  flex-flow: column;
}

div#n2-ss-4 .n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
  display: flex;
}

div#n2-ss-4 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
  flex: 1 1 auto;
}

div#n2-ss-4 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
  height: 100%;
}

div#n2-ss-4 .nextend-bullet-bar>div {
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.4s;
  vertical-align: top;
}

div#n2-ss-4 .nextend-bullet-bar>div.n2-active {
  cursor: default;
}

div#n2-ss-4 div.n2-ss-bullet-thumbnail-container {
  position: absolute;
  opacity: 0;
  z-index: 10000000;
}

div#n2-ss-4 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

div#n2-ss-4 .n2-ss-layer .n2-font-be0a516f76efd05e36733289aaf2a6de-hover {
  font-family: 'Roboto', 'Arial';
  color: #ffffff;
  font-size: 300%;
  text-shadow: none;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
  font-family: "Agency FB";
}

div#n2-ss-4 .n2-ss-layer .n2-font-e5e826a3ba83ea69731d81df1c0fa84d-hover {
  font-family: 'Roboto', 'Arial';
  color: #ffffff;
  font-size: 600%;
  text-shadow: none;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
  font-family: "Agency FB";
}

div#n2-ss-4 .n2-style-01ddb7ca1f625e69d1a2381951aa5192-heading {
  background: #ffffff;
  background: RGBA(255, 255, 255, 0);
  opacity: 1;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  border-color: RGBA(0, 0, 0, 1);
  border-radius: 0px;
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph {
  font-family: 'Roboto', 'Arial';
  color: #ffffff;
  font-size: 87.5%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a,
div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:FOCUS {
  font-family: 'Roboto', 'Arial';
  color: #1890d7;
  font-size: 100%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:HOVER,
div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:ACTIVE {
  font-family: 'Roboto', 'Arial';
  color: #1890d7;
  font-size: 100%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
}

div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a {
  font-family: 'Roboto', 'Arial';
  color: #3dd0d8;
  font-size: 87.5%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 0 2px 4.8px 0.3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:HOVER,
div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:ACTIVE,
div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:FOCUS {
  color: #ffffff;
}

div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading {
  background: #ffffff;
  opacity: 1;
  padding: 19px 50px 19px 50px;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  border-color: RGBA(0, 0, 0, 1);
  border-radius: 0px;
  transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:Hover,
div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:ACTIVE,
div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:FOCUS {
  background: #3dd0d8;
}

div#n2-ss-4 .n2-ss-layer .n2-font-be0a516f76efd05e36733289aaf2a6de-hover {
  font-family: 'Roboto', 'Arial';
  color: #ffffff;
  font-size: 300%;
  text-shadow: none;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
  font-family: "Agency FB";
}

div#n2-ss-4 .n2-ss-layer .n2-font-e5e826a3ba83ea69731d81df1c0fa84d-hover {
  font-family: 'Roboto', 'Arial';
  color: #ffffff;
  font-size: 600%;
  text-shadow: none;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
  font-family: "Agency FB";
}

div#n2-ss-4 .n2-style-01ddb7ca1f625e69d1a2381951aa5192-heading {
  background: #ffffff;
  background: RGBA(255, 255, 255, 0);
  opacity: 1;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  border-color: RGBA(0, 0, 0, 1);
  border-radius: 0px;
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph {
  font-family: 'Roboto', 'Arial';
  color: #ffffff;
  font-size: 87.5%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a,
div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:FOCUS {
  font-family: 'Roboto', 'Arial';
  color: #1890d7;
  font-size: 100%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:HOVER,
div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:ACTIVE {
  font-family: 'Roboto', 'Arial';
  color: #1890d7;
  font-size: 100%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
}

div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a {
  font-family: 'Roboto', 'Arial';
  color: #3dd0d8;
  font-size: 87.5%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 0 2px 4.8px 0.3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:HOVER,
div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:ACTIVE,
div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:FOCUS {
  color: #ffffff;
}

div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading {
  background: #ffffff;
  opacity: 1;
  padding: 19px 50px 19px 50px;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  border-color: RGBA(0, 0, 0, 1);
  border-radius: 0px;
  transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:Hover,
div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:ACTIVE,
div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:FOCUS {
  background: #3dd0d8;
}

div#n2-ss-4 .n2-ss-layer .n2-font-be0a516f76efd05e36733289aaf2a6de-hover {
  font-family: 'Roboto', 'Arial';
  color: #ffffff;
  font-size: 300%;
  text-shadow: none;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
  font-family: "Agency FB";
}

div#n2-ss-4 .n2-ss-layer .n2-font-e5e826a3ba83ea69731d81df1c0fa84d-hover {
  font-family: 'Roboto', 'Arial';
  color: #ffffff;
  font-size: 600%;
  text-shadow: none;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
  font-family: "Agency FB";
}

div#n2-ss-4 .n2-style-01ddb7ca1f625e69d1a2381951aa5192-heading {
  background: #ffffff;
  background: RGBA(255, 255, 255, 0);
  opacity: 1;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  border-color: RGBA(0, 0, 0, 1);
  border-radius: 0px;
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph {
  font-family: 'Roboto', 'Arial';
  color: #ffffff;
  font-size: 87.5%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.3);
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a,
div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:FOCUS {
  font-family: 'Roboto', 'Arial';
  color: #1890d7;
  font-size: 100%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
}

div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:HOVER,
div#n2-ss-4 .n2-ss-layer .n2-font-7753338b51c1a1442e4b2825494fb15e-paragraph a:ACTIVE {
  font-family: 'Roboto', 'Arial';
  color: #1890d7;
  font-size: 100%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
}

div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a {
  font-family: 'Roboto', 'Arial';
  color: #3dd0d8;
  font-size: 87.5%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 0 2px 4.8px 0.3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:HOVER,
div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:ACTIVE,
div#n2-ss-4 .n2-font-06be61400c1a4b339e67534a8a262348-link a:FOCUS {
  color: #ffffff;
}

div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading {
  background: #ffffff;
  opacity: 1;
  padding: 19px 50px 19px 50px;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  border-color: RGBA(0, 0, 0, 1);
  border-radius: 0px;
  transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:Hover,
div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:ACTIVE,
div#n2-ss-4 .n2-style-588404275f372121297e39cfe0b03e24-heading:FOCUS {
  background: #3dd0d8;
}

div#n2-ss-4 .n2-style-2f5b33e7e6c0fd4c646594fe712ed299-dot {
  background: #000000;
  background: RGBA(0, 0, 0, 0);
  opacity: 1;
  padding: 20px 9px 20px 9px;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  border-color: RGBA(0, 0, 0, 1);
  border-radius: 0px;
  transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-style-2f5b33e7e6c0fd4c646594fe712ed299-dot.n2-active,
div#n2-ss-4 .n2-style-2f5b33e7e6c0fd4c646594fe712ed299-dot:HOVER {
  background: #ffffff;
  background: RGBA(255, 255, 255, 0);
  padding: 20px 9px 20px 9px;
  transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-style-3e702635329eba6b6b98a2cfe62c4664-simple {
  background: #ffffff;
  background: RGBA(255, 255, 255, 0);
  opacity: 1;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: #ffffff;
  border-color: RGBA(255, 255, 255, 0);
  border-radius: 0px;
  transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-font-7b5c9760d048f32382e5cebedacdf830-dot,
div#n2-ss-4 .n2-font-7b5c9760d048f32382e5cebedacdf830-dot:FOCUS {
  font-family: 'Agency FB';
  color: #ffffff;
  font-size: 150%;
  text-shadow: none;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.8;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transition: all 0.3s ease-out;
}

div#n2-ss-4 .n2-font-7b5c9760d048f32382e5cebedacdf830-dot.n2-active,
div#n2-ss-4 .n2-font-7b5c9760d048f32382e5cebedacdf830-dot:HOVER,
div#n2-ss-4 .n2-font-7b5c9760d048f32382e5cebedacdf830-dot:ACTIVE {
  color: #ffffff;
  font-size: 150%;
  opacity: 1;
  transition: all 0.3s ease-out;
}
