body {
  font-size: 1rem;
  color: #000000;
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filter-white {
  filter: invert(100%);
}

.font-family-berkshire {
  font-family: 'Berkshire Swash', cursive;
}

.boxes .h3 {
  line-height: 0.8;
}

.boxes a {
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #000000;
}

.boxes a:hover {
  color: #000000;
  border: 1px solid black;
}

a {
  color: #0000ee;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #29abe2;
  text-decoration: none;
}


.rounded {
  border-radius: 40px !important;
}

.boxes .rounded {
  border-radius: 20px !important;
}

.border {
  border: 1px solid black !important;
}

.text-shadow {
  color: #FFFFFF;
  text-shadow: #fa582b 0px 0px 5px, #fa582b 0px 0px 10px, #fa582b 0px 0px 15px, #fa582b 0px 0px 20px, #fa582b 0px 0px 30px, #FF2D95 0px 0px 40px, #fa582b 0px 0px 50px, #fa582b 0px 0px 75px;
}

.text-orange {
  color: #fa582b;
}

.bg-orange {
  background-color: #fa582b;
}

.bg-orange-light {
  background-color: #fee2d9 !important;
}

.bg-gray {
  background-color: #f1f6fa;
}

.shadow-lg {
  box-shadow: 0 0.3rem 0.4rem rgb(0 0 0 / 18%) !important;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 174px;
  display: inline-block;
}


.white-space-nowrap {
  white-space: nowrap;
}

.text-gray {
  color: #666666;
}

.bg-black {
  background-color: #000000;
}

.bg-yellow {
  background-color: #fdad00;
}

.bg-blue {
  background-color: #136ef7;
}

.text-blue {
  color: #136ef7;
}

.text-blue-light {
  color: #00859e;
}


.bg-pink-light {
  background-color: #fcf8f7;
}


.dataTables_paginate,
.data_filter, .dataTables_length,
.dataTables_filter {
  display: none;
}

.line-height-1 {
  line-height: 1;
}

/* typography */
.display-1 {
  font-size: 3.3rem;
  line-height: 1;
}

.display-2 {
  font-size: 2.6rem;
  line-height: 1;
}

.display-3 {
  font-size: 1.1rem;
  line-height: 1.2;
}

.h3, h3 {
  font-size: 1.6rem;
  line-height: 1;
}

.lead {
  font-size: 1.1rem;
}

.header {
  background: url("../assets/images/header-golden-ratio.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.header-inner {
  background: url("../assets/images/beautiful-cats-header.png") no-repeat top center;
  background-size: cover;
}

.top-3-bg.longer::before {
  height: 557px;
}

.top-3-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 484px;
  width: 100%;
  background: url("../assets/images/top-3-bg.jpg") center top;
  background-size: cover;
  overflow: hidden;
}


.img-square {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}


.title-height {
  height: 50px;
}


.font-style-italic {
  font-style: italic;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 800 !important;
}

.bottom-swipe {
  position: absolute;
  bottom: 25px;
  right: 0px;

}

.ratio-score.middle {
  top: 35%;
}

.ratio-score {
  position: absolute;
  bottom: 70px;
  left: 20px;
  background: url(../assets/images/score.svg) no-repeat center;
  background-size: contain;
  height: 110px;
  width: 110px;

}

.table tr td {
  border-bottom: 0 solid transparent;
}


/* table */

.dataTables_wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

.dataTables_wrapper .col-6,
.dataTables_wrapper .col-12,
.dataTables_wrapper .col-sm-12 {
  padding-right: 0px;
  padding-left: 0px;
}


.table tr.even .td-simulate {
  background: #ffffff;
}

.table tr.odd .td-simulate {
  background: white;
}

.heading-holder {
  text-align: center;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
  padding: 0;
  min-width: 75px;
}


#data .row, #data2 .row {
  margin-right: 0px;
  margin-left: 0px;
}

#data .col-6,
#data .col-12 {
  padding-right: 0px;
  padding-left: 0px;
}


.sorting .fa-sort-up,
.sorting .fa-sort-down {
  display: none;
}

.sorting_asc .fa-sort-up,
.sorting_asc .fa-sort {
  display: none;
}

.sorting_desc .fa-sort-down,
.sorting_desc .fa-sort {
  display: none;
}


.heading-holder .sorting-icons {
  position: relative;
  display: block;
  margin-left: auto;
  line-height: 30px;
  height: 30px;
  text-align: center;
}


table tr td.sorting_1 {
  color: #000;
  font-weight: 800 !important;
}


.table tr td .rank {
  line-height: 30px;
  background-color: #fa582b;
  height: 30px;
  width: 30px;
  display: inline-block;
  color: #ffffff;
  border-radius: 50%;
  vertical-align: middle;
}


.table th {
  padding: 30px 0 0;
  vertical-align: top;
  border-bottom: 0rem solid transparent !important;
  border-top: 1px solid transparent;

}

.title-th {
  line-height: 1.2;
  padding: 0;
  position: relative;
  font-weight: 400;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 73px;
}


.table tr th:first-child .heading-holder {
  border-top-left-radius: 20px;
}

.table tr th:last-child .heading-holder {
  border-top-right-radius: 20px;
}

.table .heading-holder {
  line-height: 26px;
  display: block;
  font-weight: bold;
  background-color: #fa582b;
}

.table .heading-holder .title-icon {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.table .heading-holder .title-icon i {
  font-size: 1.6rem !important;
  margin: auto;
  background-color: #ffff;
  height: 70px;
  width: 70px;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  border: 9px solid #fa582b;
}

.table td {
  padding: 0;
  text-align: center;
  font-size: 1rem;
  vertical-align: middle;
  border-top: 0px solid transparent;

}

.table tbody tr {
  background-color: #FFFFFF;
}

.h2, h2 {
  font-size: 1.3rem;
}

.td-simulate {
  line-height: 37px;
  display: block;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 1.1rem;

}


.tooltip.show {
  opacity: 1;
}

.h4, h4 {
  font-size: 1.5rem;
}

.footer a, #methodology a {
  color: #0019d4;

}

.table h5 {
  font-size: 1.25rem;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  background-color: #000000;
  color: #fff;
  border-radius: 0;
}

.number-rank-big {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px !important;

}

.number-rank {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin: auto;
  line-height: 40px;
  position: absolute;
  top: 13px;
  left: 0px;
  right: 0;

}


/****** Butons*****/
.fa-plus-circle {
  font-size: 0.9rem;
}

.btn-secondary {
  color: #fff6f6;
  background-color: #000000;
  border-color: #000000;
  border-width: 1px;
  border-radius: 40px;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}


.btn-group-lg > .btn, .btn-lg {
  font-size: 0.9rem;
  line-height: 1rem;
  white-space: nowrap;
}


.display-4 {
  font-size: 1.3rem;
}


.btn-dark {
  background-color: #000000;
}


.footer-logo {
  max-width: 234px;
  min-width: 200px;
}

#methodology .display-4 {
  font-size: 1.8rem;
}

.white-space-normal {
  white-space: normal;
}

.container-custom {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 375px) {
  .top-3-bg.longer::before {
    height: 550px;
  }

  .top-3-bg::before {
    height: 497px;
  }
}

@media (min-width: 425px) {
  .top-3-bg.longer::before {
    height: 593px;
  }

  .top-3-bg::before {
    height: 545px;
  }
}

@media (min-width: 576px) {
  .h2, h2 {
    font-size: 1.6rem;
  }

  .display-4 {
    font-size: 2rem;
  }


  .display-2 {
    font-size: 1.8rem;
    line-height: 1;
  }

  .display-1 {
    font-size: 5rem;
    line-height: 1;
  }


}

@media (min-width: 768px) {
  .top-3-bg.longer::before {
    height: 519px;
  }

  .top-3-bg::before {
    height: 495px;
  }

  .ratio-score {
    bottom: 65px;
  }

  .custom-container {
    max-width: 720px;
  }

  .h3, h3 {
    font-size: 1.65rem;
  }

  .display-1 {
    font-size: 4.7rem;
    line-height: 1;
  }

  .display-2 {
    font-size: 2.7rem;
  }

  .display-3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }


  .h4, h4 {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
  }

  .h5, h5 {
    font-size: 1.3rem;
  }

  .number-rank {
    left: 22px;
    margin-left: 0;
  }
}


@media (min-width: 992px) {
  .h4, h4 {
    font-size: 1.5rem;

  }

  .ratio-score {
    position: absolute;
    bottom: 66px;
    left: 20px;
  }

  .lead {
    font-size: 1.4rem !important;
  }


  .display-4 {
    font-size: 2.2rem;
  }


  .h2, h2 {
    font-size: 1.5rem;
  }

  .h3, h3 {
    font-size: 1.85rem;
  }

  .display-2 {
    font-size: 3.6rem;
    line-height: 1;
  }

  .display-3 {
    font-size: 2rem;
    line-height: 1;

  }

  .display-1 {
    font-size: 6rem;
    line-height: 1;
  }

  .container-custom {
    max-width: 1400px;
  }

  .top-3-bg.longer::before {
    height: 460px;
  }

  .top-3-bg::before {
    height: 461px;
  }


}

@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
  }

  .top-3-bg::before {
    height: 557px;
  }

  .top-3-bg.longer::before {
    height: 603px;
  }

  .h4, h4 {
    font-size: 1.6rem;

  }

  .h5, h5 {
    font-size: 1.25rem;
  }

  .h3, h3 {
    font-size: 1.95rem;
  }

  .h2, h2 {
    font-size: 2.2rem;
  }

  .display-1 {
    font-size: 7.2rem;
    line-height: 1;
  }

  .display-2 {
    font-size: 3.4rem;
    line-height: 1;
  }

  .display-3 {
    font-size: 2.4rem;
  }

  .display-4 {
    font-size: 3rem;
  }

  .display-1 {
    font-size: 5.8rem;
    line-height: 1;
  }

  .ratio-score {
    position: absolute;
    bottom: 26px;
    left: 20px;
  }

}

@media (min-width: 1350px) {
  .top-3-bg::before {
    height: 601px;
  }

}

@media (min-width: 1800px) {
  .header .pt-sm-4 {
    padding-top: 5.5rem !important;
  }
}