/**
* Template Name: Presento - v3.7.0
* Template URL: https://bootstrapmade.com/presento-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*fonts*/
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Black.woff2') format('woff2'),
    url('../fonts/NunitoSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Bold.woff2') format('woff2'),
    url('../fonts/NunitoSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-BoldItalic.woff2') format('woff2'),
    url('../fonts/NunitoSans-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-ExtraBold.woff2') format('woff2'),
    url('../fonts/NunitoSans-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-BlackItalic.woff2') format('woff2'),
    url('../fonts/NunitoSans-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-ExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/NunitoSans-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-ExtraLight.woff2') format('woff2'),
    url('../fonts/NunitoSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Light.woff2') format('woff2'),
    url('../fonts/NunitoSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-ExtraLightItalic.woff2') format('woff2'),
    url('../fonts/NunitoSans-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-LightItalic.woff2') format('woff2'),
    url('../fonts/NunitoSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Regular.woff2') format('woff2'),
    url('../fonts/NunitoSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-SemiBold.woff2') format('woff2'),
    url('../fonts/NunitoSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/NunitoSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Italic.woff2') format('woff2'),
    url('../fonts/NunitoSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  color: #444444;
}

a {
  color: #e03a3c;
  text-decoration: none;
}

a:hover {
  color: #e76668;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1340px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
}

@media (max-width:500px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
    padding: 0 24px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e03a3c;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e65d5f;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #000000;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
}

#header.header-scrolled {
  padding: 10px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#header .logo img {
  max-height: 22px;
}

#header .logo img:nth-child(2) {
  padding-top: 3px;
}

@media (max-width: 500px) {
  #header {
    padding: 10px;
  }

  #header .logo img {
    max-height: 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #e03a3c;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.mbonly {
  display: none;
}

.dkonly {
  display: block;
}

.collab-wrap {
  background-color: #262022;
  padding: 0 50px;
}

.collab-grib {
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.collab-wrap h1 {
  font-size: 16px;
  color: #939393;
  font-weight: normal;
  text-align: center;
  padding: 60px 0 30px;
  margin: 0;
}

.collab-grib p {
  color: #fff;
  font-size: 13px;
  margin: 8px 0 30px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #e03a3c;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #111111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.cert-wrap {
  margin-top: 50px;
}

.text-center.d-none.d-sm-block {
  /* margin-top: 38px; */
  margin: 70px 0 120px;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #111111;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #e03a3c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #e03a3c;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*General Use*/
.btn-primary {
  background: #ff4e00;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  border: none;
  padding: 5px 30px;
  border-radius: 10px;
}

.btn-primary:hover {
  background: #fff;
  color: #ff4e00;
}

.text-primary {
  color: #ff4e00;
}

@media (max-width:1300px) {
  .btn-primary {
    font-size: 22px;
  }
}

/* ipad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .btn-primary {
    font-size: 16px;
  }
}

@media (max-width:500px) {
  .btn-primary {
    display: block;
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Country Section
--------------------------------------------------------------*/
#country {
  width: 100%;
  /* height: 113vh; */
  padding: 0;
  background: #191518 url("../images/topbanner.jpg") center top no-repeat !important;
  background: #191518;
  background-size: cover;
  position: relative;
  /* padding-bottom: 258px; */
}

#country .fullscreen-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  background: #191518;
  /* background-color: #021b43; */
  height: 100%;

}

#country .fullscreen-bg video {
  width: 100%;
  height: auto;
}

/*#country:before {
  content: "";
  background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
  background-color: rgba(0, 0, 0, 0.3);;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/
#country .main-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 65%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  padding-bottom: 258px;
}

#country h1 {
  font-size: 24px;
  color: #939393;
  margin: 0px;
  font-weight: normal;
}

#country .pspm {
  max-height: 36px;
  margin: 14px 0 0 0;
}

#country .country {
  margin: 81px 0 60px 0;
}

#country .coun-box {
  display: inline-block;
  max-width: 140px;
  width: 100%;
}

#country .coun-box img {
  margin-bottom: 10px;
  max-width: 96px;
}

#country .coun-box p {
  font-size: 20px;
  margin: 0 auto 14px;
  color: #fff;
}

#country .arrow img {
  max-width: 100%;
  width: 23px;
}

@media (max-width: 1300px) {
  #country .coun-box img {
    max-width: 86px;
  }

  #country .coun-box p {
    font-size: 17px;
  }

  #country .main-wrap {
    padding-bottom: 30px;
  }
}

/* ipad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

  #country {
    height: 60vh;
  }
}

@media (max-width: 500px) {

  .mbonly {
    display: block;
  }

  .dkonly {
    display: none;
  }

  .mcgregor,
  .nwee,
  .thguys {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }

  .gatita {
    padding-bottom: 0 !important;
  }

  #country {
    background: #1d171b url("../images/topbanner-mb.jpg") center 50px no-repeat;
    background-size: contain;
    height: 85vh;
  }

  #country .main-wrap {
    top: 60%;
  }

  #country .main-wrap .container {
    /* border:solid 1px #f00; */
  }

  #country h1 {
    font-size: 16px;
  }

  #country .pspm {
    /* max-height: 28px; */
    max-width: 80%;
    margin: 10px 0 0 0;
  }

  #country .country {
    margin: 30px 0 50px 0;
    padding: 0;
  }

  #country .coun-box {

    /* max-width: 16%;
    width: 16%; */

    max-width: 63px;
    width: 63px;
  }

  #country .coun-box img {
    margin-bottom: 10px;
    max-width: 53px;
    width: 53px;
  }

  #country .coun-box p {
    font-size: 11px;
    margin: 0 auto 0;
  }

  #country .arrow {
    margin: 0 0 0px 0;
  }

  #country .arrow img {
    max-width: 100%;
    width: 21px;
  }
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0 0 0;
  overflow: hidden;
  position: relative;
}


/*conor-mcgregor*/
#conor-mcgregor {
  padding: 0px;
  background: #1b191c url(../images/bg-conor.jpg) no-repeat center center;
  background-size: cover;
  overflow: visible;
  height: 800px;
}

#conor-mcgregor .container {
  position: relative;
  /* min-height:650px; */
  max-width: 1384px;
}

#conor-mcgregor .cm-image {
  position: absolute;
  right: 0px;
  top: 35px;
  bottom: 0;
}

/* #conor-mcgregor .cm-image img{
  height:800px;
} */
#conor-mcgregor .cm-info {
  padding: 106px 0 0px 0;
  width: 590px;
  color: #767c88;
}

#conor-mcgregor .cm-info p {
  color: #767c88;
  font-size: 15px;
  font-weight: normal;
  margin: 30px 0 20px 0;
  text-align: left;
}

#conor-mcgregor .cm-info ul li::marker {
  color: #ff4e00;
}

#conor-mcgregor .cm-info h3 {
  color: #fff;
  font-size: 15px;
}

#conor-mcgregor .cm-info .logo {
  max-height: 40px;
}

/* #conor-mcgregor .video{
  border-radius: 25px;
  margin: 50px 0 40px 0;
} */

/*swiper*/

#conor-mcgregor .swiper-container {
  margin: 0px 0 65px 0;
  position: relative;
}

#conor-mcgregor .swiper {
  /* margin: 0 46px; */
  position: relative;
}

#conor-mcgregor .cm-video-slider {
  padding-top: 50px;
}

#conor-mcgregor .swiper-button-next,
#conor-mcgregor .swiper-button-prev {
  top: 55%;
}

#conor-mcgregor .swiper-button-next:after,
#conor-mcgregor .swiper-button-prev:after {
  content: '';
}

#conor-mcgregor .swiper-button-next,
#conor-mcgregor .swiper-rtl .swiper-button-prev {
  right: -25px;
  left: auto;
}

#conor-mcgregor .swiper-button-prev {
  left: -25px;
  right: auto;
}

#conor-mcgregor .swiper-slide:hover {
  cursor: pointer;
}

#conor-mcgregor .cm-video-slider iframe {
  width: 100%;
  border-radius: 15px;
  /* height: 400px; */

}

#conor-mcgregor .cm-info .btn-primary {
  margin: 0;
}

#conor-mcgregor .cm-info p {
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
}

#conor-mcgregor .cm-info p.text-welcome {
  font-size: 16px;
}

#conor-mcgregor .cm-info ul {
  color: #767c88;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 0 20px;
  padding: 0;
  text-align: left;
}

@media (max-width:1300px) {

  #conor-mcgregor {
    background-size: cover;
    height: 700px;
  }

  #conor-mcgregor .cm-info {
    padding: 86px 0 0px 0;
    width: 530px;
  }

  .cm-image img {
    height: 760px;
  }
}

/* ipad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #conor-mcgregor {
    height: auto;
    background: #211c22 url(../images/bg-conor-mb.jpg) no-repeat center top;
    text-align: center;
    overflow: visible;
    padding-bottom: 60px;
    height: auto;
  }

  #conor-mcgregor .cm-info .logo {
    max-height: 20px;
  }

  #conor-mcgregor .container {
    min-height: 200px;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  #conor-mcgregor .cm-image {
    /* right: -20px;
    top: -30px; */
    right: 0;
    top: -30px;
  }

  #conor-mcgregor .cm-image-mb {
    text-align: center;
  }

  #conor-mcgregor .cm-image-mb .cmimg {
    max-width: 100%;
    /* top: -20px; */
    margin: -20px auto;
    position: relative;
  }

  #conor-mcgregor .logo {
    min-height: 30px;
    height: 30px;
    margin: 30px auto 0 auto !important;

  }

  #conor-mcgregor .swiper-button-prev img,
  #conor-mcgregor .swiper-button-next img {
    width: 30px;
  }

  #conor-mcgregor .cm-video iframe {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    height: 560px;
  }

  #conor-mcgregor .cm-video {
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  #conor-mcgregor .cm-info-mb {
    width: 100%;
    padding: 0 24px;
    overflow: auto;
    height: auto;
  }

  #conor-mcgregor h3 {
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
  }

  #conor-mcgregor p {
    color: #767c88;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0 0px 0;
    text-align: left;
  }

  #conor-mcgregor ul {
    color: #767c88;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 50px 20px;
    padding: 0;
    text-align: left;
  }

  #conor-mcgregor ul li::marker {
    color: #ff4e00;
  }

  /* #conor-mcgregor .cm-video-slider{
    padding-top: 20px;
  }
 #conor-mcgregor .swiper-button-next{
    right: -10px;
  }
  #conor-mcgregor .swiper-button-prev{
    left: -10px;
  }
  #conor-mcgregor .swiper-container{
    margin: 0 0 20px 0;
  } */

}

@media (max-width:500px) {
  #conor-mcgregor {
    background: #211c22 url(../images/bg-conor-mb.jpg) no-repeat center top;
    text-align: center;
    overflow: visible;
    padding-bottom: 60px;
    height: auto;

  }

  #conor-mcgregor .container {
    /* min-height: 600px; */
    height: auto !important;
    padding: 0;
  }

  #conor-mcgregor .cm-image-mb .cmimg {
    max-width: 100%;
    /* top:-20px; */
    margin: -20px auto;
    position: relative;
  }

  #conor-mcgregor .logo {
    min-height: 30px;
    height: 30px;
    margin: 30px auto 0 auto;
  }

  #conor-mcgregor .cm-video {
    padding-top: 20px;
    /* margin-left: -24px;
    margin-right: -24px; */
    margin-bottom: 20px;
  }

  #conor-mcgregor .cm-video-slider {
    padding-top: 20px;
  }

  #conor-mcgregor .cm-video iframe {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }

  #conor-mcgregor .cm-info-mb {
    width: 100%;
    padding: 0 24px;
    overflow: auto;
    height: auto;
  }

  #conor-mcgregor h3 {
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
  }

  #conor-mcgregor p {
    color: #767c88;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0 0px 0;
    text-align: left;
  }

  #conor-mcgregor ul {
    color: #767c88;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 50px 20px;
    padding: 0;
    text-align: left;
  }

  #conor-mcgregor ul li::marker {
    color: #ff4e00;
  }

  #conor-mcgregor .swiper-button-prev {
    left: -10px;
  }

  #conor-mcgregor .swiper-button-next {
    right: -10px;
  }
}

/*namewee*/
#namewee {
  padding: 80px 0 80px 0;
  background: url(../images/bg-namewee.jpg) no-repeat center center;
  background-size: cover;
  overflow: visible;
}

.carousel-item iframe {
  border-radius: 15px;
  max-width: 100%;
  height: 400px;
  margin: 0 auto;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #ff4e00;
}

.carousel-indicators {
  bottom: -45px;
}

.gatita {
  background: url(../images/gatita-banner1.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.mcgregor {
  background: url(../images/mcgre-banner1.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.thaigu {
  background: url(../images/thg-banner1.jpg) no-repeat center center !important;
  background-size: cover !important;
}

#namewee .container {}

#namewee .nw-info {
  padding-left: 50px;
}

#namewee .nw-info .logo {
  max-height: 40px;
}

#namewee .nw-info .btn-primary {
  margin-top: 60px;
}

#namewee .nw-info p {
  color: #767c88;
  font-size: 15px;
  font-weight: normal;
  margin: 30px 0 20px 0;
  text-align: left;
}

#namewee .nw-info p.text-welcome {
  font-size: 16px;
}

#namewee .nw-info ul {
  color: #767c88;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 0 20px;
  padding: 0;
  text-align: left;
}

#namewee .nw-info ul li::marker {
  color: #ff4e00;
}

#namewee .join p {
  color: #ff4e00;
  font-size: 13px;
  font-weight: 600;
  margin-top: 20px;
}

#namewee .nw-video iframe,
#namewee .ga-video iframe,
#namewee .mcgre-video iframe,
#namewee .thg-video iframe,
#namewee .ytuber-video iframe {
  border-radius: 15px;
  max-width: 100%;
  height: 400px;
  margin: 0 auto;
}

/*namewee video*/
#namewee .swiper-container {
  position: relative;
  padding: 0;
}

#namewee .swiper {
  margin: 0;
  position: relative;
}

#namewee .swiper-pagination {
  bottom: -30px;
  width: 593px;
}

#namewee .swiper-pagination-bullet {
  background: #fff;

}

#namewee .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff4e00;

}

#namewee .swiper-button-next,
#namewee .swiper-button-prev {
  top: 55%;
}

#namewee .swiper-button-next:after,
#namewee .swiper-button-prev:after {
  content: '';
}

#namewee .swiper-button-next,
#namewee .swiper-rtl .swiper-button-prev {
  right: -25px;
  left: auto;
}

#namewee .swiper-button-prev {
  left: -25px;
  right: auto;
}

#namewee .swiper-slide {
  /* cursor:pointer; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ipad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #namewee .nw-info .logo {
    max-height: 20px;
  }

  #namewee .nw-info p,
  #namewee .nw-info ul {
    font-size: 12px;

  }

  #namewee .nw-info p {
    margin: 15px 0;
  }


  #namewee .nw-video iframe,
  #namewee .ga-video iframe,
  #namewee .mcgre-video iframe,
  #namewee .thg-video iframe,
  #namewee .ytuber-video iframe {
    height: 250px;
  }

  #namewee .nw-info .btn-primary {
    margin-top: 30px;
  }

  #namewee .swiper-button-prev {
    left: -10px;
  }

  #namewee .swiper-button-next {
    right: -10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990.98px) {
  #namewee .swiper-button-prev {
    left: 5%;
  }

  #namewee .swiper-button-next {
    right: 5%;
  }
}

@media (max-width:500px) {

  #namewee .logo {
    min-height: 30px;
    height: 30px;
    margin: 0 auto;
  }

  #namewee .nw-video-slider,
  #namewee .ga-video-slider,
  #namewee .mcgre-video-slider,
  #namewee .thg-video-slider,
  #namewee .ytuber-video-slider {
    padding: 20px 0 40px 0;
  }

  #namewee .nw-video,
  #namewee .ga-video,
  #namewee .mcgre-video,
  #namewee .thg-video,
  #namewee .ytuber-video {

    margin: 0 -24px;
  }

  #namewee .nw-video iframe,
  #namewee .ga-video iframe,
  #namewee .mcgre-video iframe,
  #namewee .thg-video iframe,
  #namewee .ytuber-video iframe {
    border-radius: 0;
    max-width: 100%;
    height: 300px;
    margin: 0 auto;
  }

  #namewee .swiper-pagination {
    bottom: 10px;
    width: 100%;
  }

  #namewee .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }

  #namewee .nw-info p {
    margin: 10px 0 20px 0;

  }


  #namewee .nw-info p,
  #namewee .nw-info ul {
    font-size: 12px;
  }

  #namewee .nw-info .join p {
    text-align: center;
    margin-top: 10px;
  }

  #namewee .swiper-button-prev {
    left: 10%;
    top: 45%;

    /* display: none; */
  }

  #namewee .swiper-button-next {
    right: 10%;
    top: 45%;
    /* display: none; */
  }
}

/*youtuber*/
#youtuber {
  /* background:#0b070b  url('../images/bg-show.jpg') no-repeat center top;
  background-size:100%; */
  background: #0b070b;
  text-align: center;
  padding: 50px 0 0 0;
}

#youtuber .logo {
  max-height: 100px;
}

#youtuber .person {
  /* width: 100%; */
  height: 694px;
  margin: 0 auto;
  display: block;
}

.partner .container {
  width: 1140px;
}

.starring_content {
  margin: 0;
  padding: 50px 0 120px 0;
  overflow: hidden;
}

.starring_content .col-md-2 {
  padding: 0;
}

.starring_content .col-md-2:first-child {
  position: relative;
  left: -10px
}

.starring_content img {
  max-width: 100%;
  margin: 0 auto;
}

.starring_content h3 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #d2d2d2;
  line-height: 18px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  vertical-align: middle;
}

.starring_content h3 i {
  font-size: 8px;
  color: #ff4e00;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  line-height: 18px;
}

#youtuber .text-center p {
  color: #ff4e00;
  margin: 20px 0 0 0;
  font-size: 16px;
}

@media (max-width: 1300px) {

  #youtuber .person {
    width: 100%;

    height: auto;
  }

  .partner .container {
    width: 1000px;
  }

}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

  .starring_content h3 {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 500px) {
  #youtuber {
    padding: 40px 0 0 0;
    background: #17080a;
  }

  #youtuber .person-mb {
    background: #17080a;
    padding: 0 0 30px 0;
  }

  #youtuber h3 {
    color: #fff;
    font-weight: normal;
    font-size: 11px;
  }

  .cert-wrap {
    margin-top: 70px;
  }

  .carousel-item iframe {
    border-radius: 0;
    max-width: 100%;
    height: 300px;
    margin: 0 auto;
  }

  .ytuber-info {
    padding: 50px 24px 30px;
  }

  .ytuber-info p {
    font-size: 14px;
    color: #727580;
    text-align: left;
  }



  #youtuber .logo {
    max-height: 52px;
    margin: 0 auto;
  }

  #youtuber .person-mb .join {
    padding: 0 24px;

  }

  #youtuber .person-mb .join p {
    font-size: 12px;
    margin-top: 10px;
  }

  #youtuber .partner {
    padding: 0;
    background: #141215;
  }

  #youtuber .person {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .starring_content {
    padding: 0 30px;
    margin-top: 70px;
  }

  .starring_content .col-xs-6 {
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }

  .starring_content h3 {
    font-size: 14px;
    line-height: 14px;
    m
  }


}

#license-wrapper {
  padding: 0;
  background: rgb(11, 7, 11);
  background: linear-gradient(180deg, rgba(11, 7, 11, 1) 0%, rgba(15, 5, 14, 1) 80%);
}

#license {
  background: url('../images/bg-license.jpg') no-repeat center bottom;
  background-size: contain;
  padding: 0 0 30px 0;
}

#license .container {
  max-width: 1300px;
  padding: 63px 0 0px 98px;
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  background: #212022 url('../images/bg-license2.jpg') no-repeat center center;
  background-size: cover;
}

#license .lc1,
#license .lc2,
#license .lc3 {
  float: left;
  display: inline;
}

#license .lc1,
#license .lc2 {
  /* width: 320px; */
  text-align: justify;
  font-size: 15px;
  /* line-height: 20px; */
  color: #767c88;
}

#license .lc1 {
  width: 285px;
  margin-right: 73px;
}

#license .lc2 {
  width: 280px;
  margin-right: 60px;
}

/* #license .lc2{
    width: 300px;
    padding-right: 50px;
  } */
#license .lc3 {
  /* width: 435px; */
  position: relative;
}

#license .lc3 img {
  position: relative;
  width: 574px;
  right: -30px;
  bottom: 0px;
}

.curacao {
  margin-bottom: 50px;
}

.bitcoinist {
  margin-bottom: 70px;
}

.curacao img {
  max-height: 48px;
  margin-bottom: 16px;
}

.asc img {
  margin-bottom: 16px;
}

.bitcoinist img {
  margin-bottom: 16px;
}

.livescore img {
  max-height: 48px;
  margin-bottom: 16px;
}

@media (max-width:1300px) {
  #license .container {
    padding: 40px 0 0 80px;
    width: 1200px;
  }

  #license .lc1 {
    /* width: 253px; */
    margin-right: 65px;
    font-size: 14px;
  }

  #license .lc2 {
    /* width: 250px; */
    /* margin-right: 60px; */
    font-size: 14px;
  }

  #license .lc3 {
    /* width: 464px; */
  }

  #license .lc3 img {
    width: 500px;
  }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #license {
    background: #272727;
    background-image: none;
    padding: 0;
  }

  #license .container {
    width: 100%;
    background: #272727;
    padding: 40px 24px 0 24px;
    background-image: none;
    border-radius: none;
    box-shadow: 0 0 0;
  }

  #license .lc1,
  #license .lc2,
  #license .lc3 {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #license .lc3 img {
    left: 0px;
    max-width: 100%;
    width: 100%;
  }

  .curacao,
  .bitcoinist,
  .livescore,
  .asc {
    margin-bottom: 50px;
  }

  .curacao img,
  .bitcoinist img,
  .livescore img,
  .asc img {

    margin-bottom: 20px;
  }
}

@media (max-width:500px) {
  #license {
    background: #272727;
    background-image: none;
    padding: 0;
  }

  #license .container {
    width: 100%;
    background: #272727;
    padding: 40px 24px 0 24px;
    background-image: none;
    border-radius: none;
    box-shadow: 0 0 0;
  }

  #license .lc1,
  #license .lc2,
  #license .lc3 {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #license .lc3 img {
    left: -10px;
    max-width: 105%;
    width: 105%;
  }

  .curacao,
  .bitcoinist,
  .livescore,
  .asc {
    margin-bottom: 50px;
  }

  .curacao img,
  .bitcoinist img,
  .livescore img,
  .asc img {

    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #6a6f7c;
  font-size: 14px;
  background: #191919;
  padding: 0;
}

#footer .footer-top {
  padding: 60px 0 97px 0;
  border-bottom: solid 1px #222;
}

#footer .container {
  max-width: 1384px;
}

#footer .footer-top h4 {
  font-weight: normal;
  color: #FFFFFF;
  font-family: "Nunito Sans", Sans-serif;
  font-size: 14px;
  margin-bottom: 19px;
}

#footer .footer-top .col-license {
  width: 350px;
  margin-right: 75px;
}

#footer .footer-top .col-cert {
  width: auto;
  margin-right: 15px;
}

#footer .footer-top .col-security {
  width: 290px;
}

#footer .footer-top .curacao_content p {
  text-align: justify;
  font-size: 13.5px;
  color: #9da5b7;
  font-weight: 200;
  margin-bottom: 33px;
}

#footer .footer-top p.copyright {
  font-size: 12px;
  color: #5b606a !important;
}

#footer .footer-top .cert_icon {
  margin-bottom: 40px;
}

#footer .footer-top .cert_icon img,
#footer .footer-top .cert_icon svg {
  margin: 0 10px 10px 0;
  /* max-height: 16px; */
  opacity: 0.4;
}

#footer .footer-top .payment_icon {
  margin-bottom: 0;
}

#footer .footer-top .payment_icon img,
#footer .footer-top .payment_icon svg {
  /* max-height: 30px; */
  margin: 0 25px 0 0;
  opacity: 0.4;
}

#footer .footer-top .payment_icon2 img,
#footer .footer-top .payment_icon2 svg {
  /* max-height: 20px; */
  margin: 0 25px 0 0;
  opacity: 0.4;
  width: auto;
  height: 19px;
}

#footer .footer-top .security_icon {
  margin-bottom: 50px;
}

#footer .footer-top .security_icon img,
#footer .footer-top .security_icon svg {
  margin: 0 10px 0 0;
  /* max-height: 25px; */
  opacity: 0.4;
  /* max-width: 100%; */
}

#footer .footer-top .responsible_icon img,
#footer .footer-top .responsible_icon svg {
  margin: 0 20px 0 0;
  /* max-height: 25px; */
  opacity: 0.4;
}

#footer .footer-top .iovation {
  height: 24px;
}

#footer .footer-top .threatmetrix {
  height: 35px;
}

#footer .footer-middle {
  padding: 19px 0 20px 0;
}

#footer .footer-middle .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 2px 0 0 0;
}

#footer .footer-middle .footer-links ul li {
  float: left;
  display: inline;
  padding: 0px 6px;
  line-height: 12px;
  border-right: solid 1px #6a6f7c;
  color: #6a6f7c;
}

#footer .footer-middle .footer-links ul li:first-child {
  padding: 0px 6px 0 0;
}

#footer .footer-middle .footer-links ul li:last-child {
  border-right: none;
}

#footer .footer-middle .footer-links ul li a {
  padding: 0 10px;
  font-size: 14px;
  color: #5b606a;
}

#footer .footer-middle .footer-links ul li a:first-child {
  padding-left: 0;
}

#footer .footer-middle .footer-links ul li a:hover {
  color: #ff4e00;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: #fff;
  color: #151515; */
  line-height: 1;
  padding: 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  transition: 0.3s;
  background-size: 100% 100%;

}

#footer .social-links a.youtube {
  background: url(../images/footer/youtube.svg) no-repeat center center;
}

#footer .social-links a.fb {
  background: url(../images/footer/fb.svg) no-repeat center center;
}

#footer .social-links a.instagram {
  background: url(../images/footer/instagram.svg) no-repeat center center;
}

#footer .social-links a:hover {
  text-decoration: none;
}

#footer .footer-middle .footer-description {
  padding: 100px 0 0px 0;
  color: #5b606a;
}

#footer .footer-middle .footer-description h2 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

#footer .footer-middle .footer-description p {
  color: #5b606a;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 5px 0;
}

/* #footer .footer-middle .footer-description p a{
  color:#6a6f7c;
  text-decoration: underline;
  font-size: 14px;
} */
#footer .footer-description .seo-content-wrap-first,
#footer .footer-description .seo-content-wrap {
  margin-bottom: 25px;
}

#footer .footer-description .seo-content-wrap-first a #footer .footer-description .seo-content-wrap-first strong,
#footer .footer-description .seo-content-wrap a,
#footer.footer-description .seo-content-wrap strong {
  color: #f1440a;
  text-decoration: none;
  font-size: 11px;
}

#footer .seo-toogle-button p {
  text-decoration: underline !important;
}

#footer .footer-bottom {
  border-top: solid 1px #222;
  padding: 19px 0 90px 0;
}

#footer .footer-bottom .ft-logo {
  height: 22px;
}

#footer .powered {
  vertical-align: middle;
  line-height: 26px;
  font-size: 11px;
  line-height: normal;
  padding-right: 300px;
  color: #4a4d54;
}

#footer .powered img {
  max-height: 12px;
}

#footer .superswan {
  display: inline-block;
  background: url(../images/Superswan-93x14px.svg) no-repeat center left;
  background-size: contain;
  width: 93px;
  height: 14px;
}

.text-primary {
  color: #ff4e00 !important;
}

/*icon*/
#footer .footer-top .bmm {
  height: 19px;
}

#footer .footer-top .itechlab,
#footer .footer-top .global {
  height: 31px;
}

#footer .footer-top .payouts,
#footer .footer-top .godaddy {
  height: 23px;
}

@media (max-width: 1300px) {
  #footer .container {
    max-width: 1240px;

  }

  #footer .footer-top .col-license {
    width: 330px;
    /* margin-right: 170px; */
  }

  #footer .footer-top .col-cert {
    width: 360px;
    margin-right: 80px;
    padding: 0;

  }

  #footer .footer-top .col-security {
    width: 270px;
    margin: 0px;
  }

  /*icon*/
  #footer .footer-top .itechlab,
  #footer .footer-top .global {
    height: 29px;
  }

  #footer .footer-top .payouts,
  #footer .footer-top .godaddy {
    height: 21px;
  }

  #footer .footer-top .iovation {
    height: 21px;
  }

  #footer .footer-top .threatmetrix {
    height: 29px;
  }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

  #footer .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  #footer .footer-top .curacao_content {
    padding-right: 20px;
  }

  #footer .footer-top p.copyright,
  #footer .footer-top .copyright {
    font-size: 9px;
  }

  #footer .footer-top .col-license {
    margin-right: 30px;
  }

  #footer .ft-license .copyright img {
    max-height: 11px;
  }

  #footer .ft-license img {
    height: 40px !important;
  }

  #footer .ft-license p {
    font-size: 11px;
  }

  #footer .footer-top .col-cert {
    margin-right: 20px;
  }

  #footer .cert_icon img {
    max-height: 14px;
  }

  #footer .footer-top .col-security {
    width: 200px;
  }

  #footer .footer-top .security_icon a {
    margin: 0 2px 0 0;
  }

  #footer .footer-top .security_icon a img,
  #footer .footer-top .security_icon a svg {
    max-height: 14px;
  }

  #footer .footer-top .payment_icon2 {
    clear: both;
  }

  #footer .footer-top .payment_icon a,
  #footer .footer-top .payment_icon a,
  #footer .footer-top .payment_icon2 a,
  #footer .footer-top .payment_icon2 a,
  #footer .footer-top .responsible_icon a,
  #footer .footer-top .responsible_icon a {
    margin: 0 2px 0 0;
  }

  #footer .footer-top .payment_icon a img,
  #footer .footer-top .payment_icon a svg,
  #footer .footer-top .payment_icon2 a img,
  #footer .footer-top .payment_icon2 a svg,
  #footer .footer-top .responsible_icon a img,
  #footer .footer-top .responsible_icon a svg {
    max-height: 18px;
  }
}

@media (max-width: 500px) {
  #footer {
    padding: 0 0 30px 0;
  }

  #footer .footer-top {
    padding: 0 0 0 0;
  }

  #footer .footer-top .footer-contact {
    background: #1d1e1f;
    border-bottom: solid 1px #222;
    padding: 20px 0;
  }

  #footer .footer-top .footer-contact h3 {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #a1aabc;
  }


  #footer .footer-top .footer-contact .col-xs-3 {
    width: 25%;
    float: left;
    text-align: center;
  }

  #footer .footer-top .footer-contact img {
    height: 28px;
    margin-bottom: 5px;
  }

  #footer .footer-top .footer-contact h4 {
    font-size: 8px;
    color: #d2d2d2;
    margin: 3px 0;
  }

  #footer .footer-top .footer-contact h5 {
    font-size: 8px;
    color: #ff4e00;
    margin: 0;
  }

  #footer .footer-icon-group {
    padding-top: 30px;
  }

  #footer .footer-top .col-license {
    width: 100%;
  }

  #footer .footer-top .col-cert {
    width: 100%;
  }

  #footer .footer-top .col-security {

    width: 100%;
  }

  #footer .footer-top .copyright {
    display: none;
  }

  #footer .footer-top h4 {
    font-size: 9px;
    margin-bottom: 8px;
  }

  #footer .ft-license {
    margin-bottom: 30px;
    width: 227px;
  }

  #footer .ft-license img {
    height: 30px !important;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;*/
  }

  #footer .footer-top .curacao_content {
    text-align: left;
  }

  #footer .footer-top .curacao_content p {
    font-size: 8px;
    line-height: 10px;
    margin-bottom: 0;
    text-align: left;
    color: #9da5b7;
    font-weight: 400;
    opacity: 0.8;
  }

  #footer .ft-social a {
    background: #42454a;
    color: #191a1a;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    display: inline-block;
    border-radius: 2px;
    padding: 0;
    margin: 0 2px;

  }

  #footer .footer-top .cert_icon {
    margin-bottom: 10px;
  }

  #footer .cert_icon img {
    max-height: 18px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.8;
  }

  #footer .footer-middle {
    display: none;
  }

  #footer .footer-security {
    margin-top: 0px;
    float: left;
    width: 60%;
  }

  #footer .footer-top .security_icon {
    margin-bottom: 25px;
  }

  #footer .footer-top .security_icon img,
  #footer .footer-top .security_icon svg {
    max-height: 20px;
  }

  #footer .footer-responsible {
    margin-top: 0px;
    float: right;
    /* width: 40%; */
  }

  #footer .footer-top .responsible_icon img,
  #footer .footer-top .responsible_icon svg {
    margin: 0 5px 0 0;
    max-height: 20px;
  }

  #footer .footer-top .footer-payment {
    clear: both;
  }

  #footer .footer-top .payment_icon img,
  #footer .footer-top .payment_icon svg {
    margin: 0 5px 15px 0;
    max-height: 19px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.4;
  }

  #footer .footer-top .iovation {
    height: 16px;
  }

  #footer .footer-top .threatmetrix {
    height: 20px;
  }

  #footer .footer-bottom {
    padding: 0 0 0 0;
    border-bottom: solid 1px #222;
  }

  #footer .copyright {
    font-size: 8px;
    line-height: 30px;
    color: #5b616d;
  }

  #footer .copyright .superswan {
    height: 10px;
    width: 90px
  }

  #footer .footer-bottom .powered {
    /* display: none; */
  }

  #footer .copyright img {
    max-height: 12px;
  }

  #footer .footer-bottom img.ft-logo {
    max-height: 16px;
    line-height: 16px;
    float: right;
    opacity: 0.4;
  }

  #footer .footer-bottom .social-links {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #footer .footer-bottom .social-links a {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding: 0;
  }

  #footer .footer-bottom .social-links a i {
    line-height: 18px;
  }
}

.cm-image img {
  width: 90%;
}

/* bluetick */
.blue-tick {
  width: 15px;
  padding-bottom: 3px;
  margin-left: 3px;
}

@media (max-width: 500px) {
  .blue-tick {
    width: 10px;
  }
}