@import url(reset.css);
/*FONTS*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:800|Open+Sans:400,500,700");
/*COLORS*/
/*SIZES*/
/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important; } }

html {
  font-size: 15px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300; }

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s; }

h1 {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  margin-top: 0; }

h2 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif; }

p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  margin-bottom: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

ul {
  padding: 0;
  margin: 0; }

.bold {
  font-weight: 700;
  color: inherit; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.center_content, .header, .main-text {
  position: relative;
  margin: auto;
  height: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1100px; }
  @media screen and (max-width: 1100px) {
    .center_content, .header, .main-text {
      padding-right: 10px;
      padding-left: 10px; } }

button {
  background: none;
  border: 0;
  cursor: pointer;
  transition: all 0.3s; }
  button:active {
    border: 0; }

.btn {
  border: 0;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

.btn_style1 {
  background-color: #002776;
  color: #fff; }
  .btn_style1:hover {
    background-color: #ffc60d; }

.jump {
  animation: jump 1s 0s forwards cubic-bezier(1, -0.54, 0.31, 1.19); }

@keyframes jump {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.4); } }

.drop_shadow {
  box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.38); }

.table-row .hotel-image {
  width: 16%; }

.table-row .hotel-rank {
  width: 9.5%; }

.table-row .hotel-casino {
  width: 21%; }

.table-row .features {
  width: 31%; }

.table-row .visit {
  width: 22%; }

@media screen and (max-width: 768px) {
  .table-row > div {
    padding-left: 10px;
    padding-right: 10px; }
  .table-row .hotel-rank {
    width: 15%; }
  .table-row .hotel-casino {
    width: 50%; }
  .table-row .visit {
    width: 35%; } }

@media screen and (max-width: 640px) {
  .table-row .hotel-rank {
    font-size: 10px; }
    .table-row .hotel-rank img {
      min-width: 40px; } }

body {
  background-color: #e5eaec;
  color: #343232; }

@media screen and (max-width: 768px) {
  html {
    font-size: 14px; } }

p.strong-title {
  font-weight: 600;
  margin-bottom: 0.1em; }

p {
  line-height: 1.25rem; }

h1 {
  color: #002776;
  font-size: 1.5rem; }
  @media screen and (max-width: 640px) {
    h1 {
      font-size: 1.4rem; } }

h2 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.2em;
  color: #cc0f0f; }
  @media screen and (max-width: 640px) {
    h2 {
      font-size: 1.2rem;
      line-height: 1.3rem; } }

section {
  margin-bottom: 30px; }

@media screen and (max-width: 640px) {
  section.main-text, .header {
    padding-left: 15px;
    padding-right: 15px; } }

.header {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .header {
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 0;
      padding-bottom: 20px; } }
  @media screen and (max-width: 640px) {
    .header {
      padding-bottom: 10px; } }
  .header .logo {
    margin-right: 40px;
    font-family: "Montserrat", sans-serif;
    color: #002776; }
    @media screen and (max-width: 768px) {
      .header .logo {
        margin: 15px 0; } }

.container {
  background-color: #fff;
  max-width: 1100px;
  min-height: 100vh;
  margin: auto; }
  .container .main .hotels-list .hotels-table .table-row {
    margin-bottom: 5px;
    padding: 10px 0px;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .container .main .hotels-list .hotels-table .table-row.table-head {
      font-size: 1.25em !important;
      text-transform: uppercase;
      color: #3e4042;
      text-align: center !important;
      margin-bottom: 15px;
      -ms-flex-align: center;
      align-items: center; }
    .container .main .hotels-list .hotels-table .table-row.first-row {
      background-color: #3a3e48;
      color: #fff;
      margin-bottom: 10px; }
      .container .main .hotels-list .hotels-table .table-row.first-row .hotel-image img {
        margin: -5px; }
      .container .main .hotels-list .hotels-table .table-row.first-row .hotel-casino h1 {
        color: #ffed29; }
      .container .main .hotels-list .hotels-table .table-row.first-row .hotel-casino .stars {
        background: url(../images/stars_icon.png) 0 -54px; }
    .container .main .hotels-list .hotels-table .table-row.norm-row {
      background: #f0f1f3; }
      .container .main .hotels-list .hotels-table .table-row.norm-row .hotel-casino .stars {
        background: url(../images/stars_icon.png) 0 -18px; }
    .container .main .hotels-list .hotels-table .table-row > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-direction: column;
      flex-direction: column; }
    @media screen and (max-width: 768px) {
      .container .main .hotels-list .hotels-table .table-row .hotel-image {
        display: none; } }
    .container .main .hotels-list .hotels-table .table-row .hotel-rank {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      .container .main .hotels-list .hotels-table .table-row .hotel-rank.rank-head {
        font-size: 1em; }
      .container .main .hotels-list .hotels-table .table-row .hotel-rank .rank-num {
        position: absolute;
        margin: auto;
        text-align: center;
        z-index: 10;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
        .container .main .hotels-list .hotels-table .table-row .hotel-rank .rank-num .num {
          color: #ffff69;
          font-size: 2em;
          font-weight: 600; }
      .container .main .hotels-list .hotels-table .table-row .hotel-rank img {
        position: relative;
        z-index: 0;
        width: 100%; }
        .container .main .hotels-list .hotels-table .table-row .hotel-rank img.lrg-rnk {
          max-width: 5.2em; }
        .container .main .hotels-list .hotels-table .table-row .hotel-rank img.mid-rnk {
          max-width: 3.9em; }
    .container .main .hotels-list .hotels-table .table-row .hotel-casino {
      -ms-flex-align: start;
      align-items: flex-start; }
      .container .main .hotels-list .hotels-table .table-row .hotel-casino h1 {
        color: #002776;
        font-size: 1.25rem;
        margin-bottom: 2px; }
      .container .main .hotels-list .hotels-table .table-row .hotel-casino .location {
        font-style: italic;
        margin-bottom: 4px; }
      .container .main .hotels-list .hotels-table .table-row .hotel-casino .stars-wrapper .stars {
        float: left;
        width: 100px;
        height: 18px;
        display: block; }
      .container .main .hotels-list .hotels-table .table-row .hotel-casino .stars-wrapper .users {
        font-style: italic;
        font-size: 0.8em;
        margin-left: 10px; }
    .container .main .hotels-list .hotels-table .table-row .features {
      -ms-flex-align: start;
      align-items: flex-start; }
      @media screen and (max-width: 768px) {
        .container .main .hotels-list .hotels-table .table-row .features {
          display: none; } }
      .container .main .hotels-list .hotels-table .table-row .features ul {
        list-style: none;
        padding-left: 15px; }
        .container .main .hotels-list .hotels-table .table-row .features ul li {
          position: relative;
          font-size: 1.0rem;
          font-weight: 300;
          text-align: left;
          padding-left: 23px;
          line-height: 1.9em; }
          .container .main .hotels-list .hotels-table .table-row .features ul li:before {
            content: '';
            background: url(../images/tick.png) no-repeat 0px 0px;
            width: 18px;
            height: 18px;
            position: absolute;
            top: 4px;
            left: 0; }
    .container .main .hotels-list .hotels-table .table-row .visit .visit-btn {
      width: auto;
      height: 54px;
      background: url(../images/btn.png) no-repeat center center;
      color: #333;
      font-weight: 500;
      font-size: 1.25em;
      font-family: 'Roboto', Arial, sans-serif;
      display: inline-block;
      text-align: center;
      border-radius: 5px;
      padding: 0 48px;
      background: #fceabb;
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
      background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 ); }
      @media screen and (max-width: 768px) {
        .container .main .hotels-list .hotels-table .table-row .visit .visit-btn {
          width: 100%;
          padding: 0 10px; } }
      .container .main .hotels-list .hotels-table .table-row .visit .visit-btn:hover {
        box-shadow: 0px 0px 13px 0px white; }

.footer {
  position: relative;
  background-color: #3a3e48;
  margin-top: 20px;
  width: 100%;
  padding: 2% 4%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footer > div {
    width: 49%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .footer > div {
        width: 100%; } }
  .footer .footer-left {
    margin-right: 20px; }
    .footer .footer-left p {
      font-size: 0.8em;
      line-height: 1.1em;
      width: 100%; }
  .footer .footer-right img {
    max-width: 462px;
    width: 100%; }
  @media screen and (max-width: 1100px) {
    .footer {
      /*width: $full-width;*/ } }
