@font-face {
  font-family: MyFont;
  src: url(../font/FtyStrategycide.ttf);
}

* {
  font-family: MyFont, Verdana, sans-serif;
  font-weight: lighter !important;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 15px;
  width: fit-content;
}

.top-bar {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.bar {
  width: 100%;
  overflow: hidden;
}

.bar:before,
.bar:after {
  content: "";
  display: table;
  clear: both;
}

.bar .bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}

.bar-block .bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0;
}

.center {
  text-align: center !important;
}

.bar-block.center .bar-item {
  text-align: center;
}

.button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.button:hover {
  color: #000 !important;
  background-color: #ccc !important;
}

.bar .button {
  white-space: normal;
}

.show-element {
  display: block !important;
}

.hide-element {
  display: none !important;
}

.display-container {
  position: relative;
}

.content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wide {
  letter-spacing: 4px;
}

.image {
  width: 100%;
}

.image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.display-footer {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.row-padding:after,
.row-padding:before {
  content: "";
  display: table;
  clear: both;
}

.opacity,
.hover-opacity:hover {
  opacity: 0.6;
}

.opacity-off,
.hover-opacity-off:hover {
  opacity: 1;
}

.dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.bar-block .dropdown-hover .dropdown-content,
.bar-block .dropdown-click .dropdown-content {
  min-width: 100%;
}

.dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown-hover:hover .dropdown-content {
  display: block;
}

.dropdown-hover:first-child,
.dropdown-click:hover {
  background-color: #ccc;
  color: #000;
}

.dropdown-hover:hover>.button:first-child,
.dropdown-click:hover>.button:first-child {
  background-color: #ccc;
  color: #000;
}

.bar-block .dropdown-hover,
.bar-block .dropdown-click {
  width: 100%;
}

.bar-block .dropdown-hover .dropdown-content,
.bar-block .dropdown-click .dropdown-content {
  min-width: 100%;
}

.bar-block .dropdown-hover .button,
.bar-block .dropdown-click .button {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}

.bar .dropdown-hover,
.bar .dropdown-click {
  position: static;
  float: left;
}

.card-4,
.hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.link {
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.container {
  max-width: 100% !important;
}

.section {
  margin-top: 16px !important;
  margin-bottom: 16px !important
}

.input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%
}

.check {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px
}

.slider {
  position: relative;
}
.slider-item {
  width: 100%;
}
.slider-left-button {
  position: absolute;
  top: 45%;
  left: 0;
}
.slider-right-button {
  position: absolute;
  top: 45%;
  right: 0;
}

.animate-opacity {
  animation: opac 0.8s
}

.text {
  font-family: Verdana;
  font-weight: 500 !important;
}

@keyframes opac {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Floats*/
.right {
  float: right !important;
}

/* Margins */
.no-margin {
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.margin-top {
  margin-top: 16px !important;
}

.margin-top-64 {
  margin-top: 64px !important;
}

.margin-right {
  margin-right: 16px !important;
}

.lateral-margin {
  margin: 0px 20px 0px 20px;
}

/* Paddings */
.no-padding {
  padding: 0 !important;
}

.lateral-padding {
  padding: 0px 10px 0px 10px !important;
}

.lateral-padding-32 {
  padding: 0px 32px 0px 32px !important;
}

.lateral-padding-128 {
  padding: 0px 128px 0px 128px !important;
}

.padding {
  padding: 8px 16px !important;
}

.padding-large {
  padding: 20px 24px !important;
}

.row-padding,
.row-padding>.onethird .row-padding>.twothird,
.row-padding>.twothird-right {
  padding: 0 8px;
}

.padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

/* Aligns */
.left-align {
  text-align: left !important;
}

/* Text Size*/
.large {
  font-size: 20px !important;
}

.xlarge {
  font-size: 24px !important;
}

.xxlarge {
  font-size: 36px !important;
}

/* Texts */
.bold {
  font-weight: 700;
}

/* Colors */
.black,
.hover-black:hover {
  color: white !important;
  background-color: #191a1fff !important;
}

.white,
.hover-white:hover {
  color: #191a1fff !important;
  background-color: white !important;
}

.light-grey,
.hover-light-grey:hover,
.light-gray,
.hover-light-gray:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}

.dark-grey,
.hover-dark-grey:hover,
.dark-gray,
.hover-dark-gray:hover {
  color: #fff !important;
  background-color: #616161 !important
}

/* Text Colors*/
.text-black {
  color: #191a1fff !important;
}

.text-grey,
.hover-text-grey:hover,
.text-gray,
.hover-text-gray:hover {
  color: #757575 !important;
}

@media (min-width: 993px) {
  .hide-large {
    display: none !important;
  }
}

@media (max-width: 992px) and (min-width: 601px) {
  .hide-medium {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .image-title {
    display: none;
  }

  .hide-small {
    display: none !important;
  }

  .dropdown-hover.mobile .dropdown-content,
  .dropdown-click.mobile .dropdown-content {
    position: relative;
  }

  .dropdown-hover.mobile,
  .dropdown-click.mobile {
    text-align: center;
  }

  .dropdown-hover.mobile,
  .dropdown-hover.mobile .btn,
  .dropdown-hover.mobile .button,
  .dropdown-click.mobile,
  .dropdown-click.mobile .btn,
  .dropdown-click.mobile .button {
    width: 100%;
  }
}