﻿@charset "UTF-8";
html {
  padding: 0; }

body {
  padding: 0;
  margin: 0;
  font-family: "NimbusSansDOT";
  display: inline; }

body > iframe {
  display: none; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: "NimbusSansDOT"; }

a {
  text-decoration: none;
  outline: none; }

/* Globaln├ş t┼Ö├şdy */
.aRow, .aRow2 {
  margin-left: auto;
  margin-right: auto; }

.aClear {
  clear: both; }

.aCenter {
  text-align: center; }

.royalSlider {
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

div.dhx_popup_dhx_web {
  position: absolute;
  z-index: 3155; }

div.dhx_popup_dhx_web div.dhx_popup_area {
  position: relative;
  margin: 10px;
  padding: 1px 0px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 12px #666666;
  background-color: #ececec; }

div.dhx_popup_dhx_web div.dhx_popup_area.dhx_popup_area_ie {
  box-shadow: 0 0 12px #666666; }

div.dhx_popup_dhx_web div.dhx_popup_area td.dhx_popup_td {
  color: #000000;
  font-family: Tahoma;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  padding: 0px 6px;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none; }

div.dhx_popup_dhx_web div.dhx_popup_area tr.dhxnode td.dhx_popup_td {
  height: auto;
  line-height: inherit;
  -moz-user-select: text;
  -webkit-user-select: text; }

div.dhx_popup_dhx_web div.dhx_popup_area.dhx_popup_area_ie tr.dhxnode td.dhx_popup_td {
  height: 1em;
  line-height: 1em; }

div.dhx_popup_dhx_web div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep {
  font-size: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1px;
  position: relative; }

div.dhx_popup_dhx_web div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep div.dhx_popup_sep {
  width: 100%;
  height: 3px;
  margin: 0px;
  font-size: 1px;
  overflow: hidden;
  background-image: url("../imgs/dhxpopup_dhx_web/list_sep.gif");
  background-repeat: repeat-x;
  background-position: center center; }

div.dhx_popup_dhx_web div.dhx_popup_area td.dhx_popup_td:first-child {
  padding-left: 14px; }

div.dhx_popup_dhx_web div.dhx_popup_area td.dhx_popup_td:last-child {
  padding-right: 14px; }

/* offsets for IE */
div.dhx_popup_dhx_web div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_single {
  padding-left: 14px;
  padding-right: 14px; }

div.dhx_popup_dhx_web div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_first {
  padding-left: 14px; }

div.dhx_popup_dhx_web div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_last {
  padding-right: 14px; }

/* offsets end */
div.dhx_popup_dhx_web div.dhx_popup_area tr:hover td.dhx_popup_td {
  background-image: url("../imgs/dhxpopup_dhx_web/list_hover.gif");
  background-repeat: repeat-x;
  background-position: center center; }

div.dhx_popup_dhx_web div.dhx_popup_area tr.dhxnode:hover td.dhx_popup_td {
  background: none; }

/* IE6 hover */
div.dhx_popup_dhx_web div.dhx_popup_area.dhx_popup_area_ie tr.tr_hover td.dhx_popup_td {
  background-image: url("../imgs/dhxpopup_dhx_web/list_hover.gif");
  background-repeat: repeat-x;
  background-position: center center; }

/* arrow image */
div.dhx_popup_dhx_web div.dhx_popup_arrow {
  position: absolute;
  background-repeat: no-repeat; }

div.dhx_popup_dhx_web div.dhx_popup_arrow.dhx_popup_arrow_bottom {
  width: 19px;
  height: 16px;
  background-image: url("../imgs/dhxpopup_dhx_web/arrow_bottom.gif");
  background-position: top center; }

div.dhx_popup_dhx_web div.dhx_popup_arrow.dhx_popup_arrow_top {
  width: 19px;
  height: 16px;
  background-image: url("../imgs/dhxpopup_dhx_web/arrow_top.gif");
  background-position: bottom center; }

div.dhx_popup_dhx_web div.dhx_popup_arrow.dhx_popup_arrow_right {
  width: 16px;
  height: 19px;
  background-image: url("../imgs/dhxpopup_dhx_web/arrow_right.gif");
  background-position: center left; }

div.dhx_popup_dhx_web div.dhx_popup_arrow.dhx_popup_arrow_left {
  width: 16px;
  height: 19px;
  background-image: url("../imgs/dhxpopup_dhx_web/arrow_left.gif");
  background-position: center right; }

/* skin detect */
div.dhx_popup_skin_detect {
  position: absolute;
  display: block;
  visibility: hidden;
  left: -100px;
  top: 0px;
  width: 20px;
  height: 10px;
  margin: 0px;
  padding: 0px;
  border: none;
  overflow: hidden; }

/* components-related */
div.dhx_popup_dhx_web div.dhx_popup_area tr.dhxnode td.dhx_popup_td {
  padding: 6px !important; }

div.dhx_popup_dhx_web div.dhx_popup_area tr.dhxnode td.dhx_popup_td .dhtmlxcalendar_container.dhtmlxcalendar_skin_dhx_web {
  position: relative !important;
  background-image: none; }

div.dhx_popup_dhx_web div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxtree_dhx_web {
  background: none; }

div.dhx_popup_dhx_web div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhx_acc_base_dhx_web div.dhx_acc_item {
  background-image: url("../imgs/dhxpopup_dhx_web/dhxacc_bg_popup.gif"); }

div.dhx_popup_dhx_web div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhx_acc_base_dhx_web div.dhx_acc_item.last_item {
  background: none;
  background-color: #646464; }

@media all and (max-width: 760px) {
  html {
    font-size: 28px;
    font-size: 4vw; }

  .hidM {
    display: none;
    visibility: hidden; }
    .hidM * {
      display: none;
      visibility: hidden; } }
@media all and (min-width: 761px) {
  .visM {
    display: none;
    visibility: hidden; }
    .visM * {
      display: none;
      visibility: hidden; } }
@media all and (min-width: 761px) and (max-width: 1360px) {
  html {
    font-size: 22px;
    font-size: 1.4vw; } }
@media all and (min-width: 1361px) {
  html {
    font-size: 13.7px;
    font-size: 1vw; } }
html, body {
  height: 100%;
  min-height: 100%;
  background: #242424; }

a {
  color: #b9b9b9; }

button, .abtn {
  font-family: "NimbusSansDOT";
  cursor: pointer;
  background: transparent;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 2px #b9b9b9;
  font-size: 1.2rem;
  font-weight: 900;
  border-color: #b9b9b9;
  color: #b9b9b9;
  padding: 0.2rem 2rem;
  overflow: auto;
  vertical-align: top; }
  @media all and (max-width: 760px) {
    button, .abtn {
      font-size: 1.44rem; } }

.abtn {
  display: inline-block; }

button:hover, .abtn:hover {
  box-shadow: 0.1rem 0.1rem 0.2rem #b9b9b9; }

button:disabled, .abtn:disabled {
  color: rgba(185, 185, 185, 0.5);
  border-color: rgba(185, 185, 185, 0.5);
  cursor: default;
  box-shadow: none !important; }

button {
  margin-bottom: 0.2rem; }

button:focus {
  outline: 0; }

.rbtn {
  background-color: #d60404;
  color: #e8cdae !important;
  background: #d60404; }

.rbtn:hover {
  background: #d60404 !important; }

h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block; }

h4 {
  color: #F3A952; }

h5 {
  color: #6494C2; }

h6 {
  color: #E8CDAE; }

i {
  margin-right: 0.5rem; }
  @media all and (max-width: 760px) {
    i {
      margin-right: 1rem; } }

label {
  color: #b9b9b9; }
  @media all and (max-width: 760px) {
    label {
      font-size: 1.5rem; } }

textarea {
  font-family: "NimbusSansDOT";
  background: #bdbdbd;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 0.9rem;
  padding: 0.2rem;
  outline: none; }
  @media all and (max-width: 760px) {
    textarea {
      font-size: 1.5rem; } }

textarea:focus {
  background: #EBE5DE; }

textarea[readonly] {
  background: #414141;
  color: #b9b9b9; }

input, select {
  font-family: "NimbusSansDOT";
  background: #bdbdbd;
  border: 0;
  font-size: 0.9rem;
  font-weight: normal;
  color: #2a2a2a;
  outline: none;
  padding: 0.2rem; }
  @media all and (max-width: 760px) {
    input, select {
      font-size: 1.5rem;
      padding: 0.4rem; } }

input[type=checkbox], input[type=radio] {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.5rem; }
  @media all and (max-width: 760px) {
    input[type=checkbox], input[type=radio] {
      width: 1.5rem;
      height: 1.5rem; } }

input[readonly], input[readonly]:focus {
  background: #969a9e; }

input:focus {
  background: #EBE5DE; }

input:-webkit-autofill {
  background: #bdbdbd; }

#sempty {
  background: #242424;
  width: 100%; }
  @media all and (max-width: 760px) {
    #sempty {
      height: 80vh !important;
      margin-top: 20vh; } }
  #sempty > div {
    width: 83rem;
    overflow: auto;
    min-height: 84vh;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 1rem; }
    @media all and (max-width: 760px) {
      #sempty > div {
        margin-left: 0rem;
        width: 100%;
        padding-right: 0;
        min-height: 80vh; } }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      #sempty > div {
        width: 53.5rem; } }
    @media all and (min-width: 761px) {
      #sempty > div {
        margin-left: 1rem; } }
  #sempty .screen-info-row {
    background: #242424;
    background: -moz-linear-gradient(top, #242424 0%, #414141 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #242424), color-stop(100%, #414141));
    background: -webkit-linear-gradient(top, #242424 0%, #414141 100%);
    background: -o-linear-gradient(top, #242424 0%, #414141 100%);
    background: -ms-linear-gradient(top, #242424 0%, #414141 100%);
    background: linear-gradient(to bottom, #242424 0%, #414141 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$cfrom', endColorstr='$cto',GradientType=0 );
    color: #b9b9b9;
    line-height: 4vh;
    font-size: 0.9rem;
    font-weight: 400; }
    #sempty .screen-info-row > i {
      margin-left: 2rem; }
    @media all and (max-width: 760px) {
      #sempty .screen-info-row {
        display: none; } }
  #sempty .bottom-row {
    background: #414141;
    background: -moz-linear-gradient(top, #414141 0%, #242424 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(100%, #242424));
    background: -webkit-linear-gradient(top, #414141 0%, #242424 100%);
    background: -o-linear-gradient(top, #414141 0%, #242424 100%);
    background: -ms-linear-gradient(top, #414141 0%, #242424 100%);
    background: linear-gradient(to bottom, #414141 0%, #242424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$cfrom', endColorstr='$cto',GradientType=0 );
    color: #b9b9b9;
    height: 4vh;
    line-height: 4vh;
    text-align: center; }
    @media all and (max-width: 760px) {
      #sempty .bottom-row {
        display: none; } }
  #sempty .wide-cnt {
    width: 84rem !important; }
    @media all and (max-width: 760px) {
      #sempty .wide-cnt {
        margin-left: 0rem;
        width: 100% !important; } }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      #sempty .wide-cnt {
        width: 54.5rem !important; } }

#preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b9b9b9; }
  #preloader > i {
    font-size: 8rem; }

.w-1 {
  width: 1rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-1 {
      width: 0.64024rem !important; } }
  @media all and (max-width: 760px) {
    .w-1 {
      width: 100% !important; } }

.w-1-5 {
  width: 1.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-1-5 {
      width: 0.96037rem; } }
  @media all and (max-width: 760px) {
    .w-1-5 {
      width: 100%; } }

.w-2 {
  width: 2rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-2 {
      width: 1.28049rem !important; } }
  @media all and (max-width: 760px) {
    .w-2 {
      width: 100% !important; } }

.w-2-5 {
  width: 2.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-2-5 {
      width: 1.60061rem; } }
  @media all and (max-width: 760px) {
    .w-2-5 {
      width: 100%; } }

.w-3 {
  width: 3rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-3 {
      width: 1.92073rem !important; } }
  @media all and (max-width: 760px) {
    .w-3 {
      width: 100% !important; } }

.w-3-5 {
  width: 3.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-3-5 {
      width: 2.24085rem; } }
  @media all and (max-width: 760px) {
    .w-3-5 {
      width: 100%; } }

.w-4 {
  width: 4rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-4 {
      width: 2.56098rem !important; } }
  @media all and (max-width: 760px) {
    .w-4 {
      width: 100% !important; } }

.w-4-5 {
  width: 4.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-4-5 {
      width: 2.8811rem; } }
  @media all and (max-width: 760px) {
    .w-4-5 {
      width: 100%; } }

.w-5 {
  width: 5rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-5 {
      width: 3.20122rem !important; } }
  @media all and (max-width: 760px) {
    .w-5 {
      width: 100% !important; } }

.w-5-5 {
  width: 5.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-5-5 {
      width: 3.52134rem; } }
  @media all and (max-width: 760px) {
    .w-5-5 {
      width: 100%; } }

.w-6 {
  width: 6rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-6 {
      width: 3.84146rem !important; } }
  @media all and (max-width: 760px) {
    .w-6 {
      width: 100% !important; } }

.w-6-5 {
  width: 6.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-6-5 {
      width: 4.16159rem; } }
  @media all and (max-width: 760px) {
    .w-6-5 {
      width: 100%; } }

.w-7 {
  width: 7rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-7 {
      width: 4.48171rem !important; } }
  @media all and (max-width: 760px) {
    .w-7 {
      width: 100% !important; } }

.w-7-5 {
  width: 7.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-7-5 {
      width: 4.80183rem; } }
  @media all and (max-width: 760px) {
    .w-7-5 {
      width: 100%; } }

.w-8 {
  width: 8rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-8 {
      width: 5.12195rem !important; } }
  @media all and (max-width: 760px) {
    .w-8 {
      width: 100% !important; } }

.w-8-5 {
  width: 8.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-8-5 {
      width: 5.44207rem; } }
  @media all and (max-width: 760px) {
    .w-8-5 {
      width: 100%; } }

.w-9 {
  width: 9rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-9 {
      width: 5.7622rem !important; } }
  @media all and (max-width: 760px) {
    .w-9 {
      width: 100% !important; } }

.w-9-5 {
  width: 9.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-9-5 {
      width: 6.08232rem; } }
  @media all and (max-width: 760px) {
    .w-9-5 {
      width: 100%; } }

.w-10 {
  width: 10rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-10 {
      width: 6.40244rem !important; } }
  @media all and (max-width: 760px) {
    .w-10 {
      width: 100% !important; } }

.w-10-5 {
  width: 10.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-10-5 {
      width: 6.72256rem; } }
  @media all and (max-width: 760px) {
    .w-10-5 {
      width: 100%; } }

.w-11 {
  width: 11rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-11 {
      width: 7.04268rem !important; } }
  @media all and (max-width: 760px) {
    .w-11 {
      width: 100% !important; } }

.w-11-5 {
  width: 11.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-11-5 {
      width: 7.3628rem; } }
  @media all and (max-width: 760px) {
    .w-11-5 {
      width: 100%; } }

.w-12 {
  width: 12rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-12 {
      width: 7.68293rem !important; } }
  @media all and (max-width: 760px) {
    .w-12 {
      width: 100% !important; } }

.w-12-5 {
  width: 12.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-12-5 {
      width: 8.00305rem; } }
  @media all and (max-width: 760px) {
    .w-12-5 {
      width: 100%; } }

.w-13 {
  width: 13rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-13 {
      width: 8.32317rem !important; } }
  @media all and (max-width: 760px) {
    .w-13 {
      width: 100% !important; } }

.w-13-5 {
  width: 13.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-13-5 {
      width: 8.64329rem; } }
  @media all and (max-width: 760px) {
    .w-13-5 {
      width: 100%; } }

.w-14 {
  width: 14rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-14 {
      width: 8.96341rem !important; } }
  @media all and (max-width: 760px) {
    .w-14 {
      width: 100% !important; } }

.w-14-5 {
  width: 14.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-14-5 {
      width: 9.28354rem; } }
  @media all and (max-width: 760px) {
    .w-14-5 {
      width: 100%; } }

.w-15 {
  width: 15rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-15 {
      width: 9.60366rem !important; } }
  @media all and (max-width: 760px) {
    .w-15 {
      width: 100% !important; } }

.w-15-5 {
  width: 15.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-15-5 {
      width: 9.92378rem; } }
  @media all and (max-width: 760px) {
    .w-15-5 {
      width: 100%; } }

.w-16 {
  width: 16rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-16 {
      width: 10.2439rem !important; } }
  @media all and (max-width: 760px) {
    .w-16 {
      width: 100% !important; } }

.w-16-5 {
  width: 16.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-16-5 {
      width: 10.56402rem; } }
  @media all and (max-width: 760px) {
    .w-16-5 {
      width: 100%; } }

.w-17 {
  width: 17rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-17 {
      width: 10.88415rem !important; } }
  @media all and (max-width: 760px) {
    .w-17 {
      width: 100% !important; } }

.w-17-5 {
  width: 17.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-17-5 {
      width: 11.20427rem; } }
  @media all and (max-width: 760px) {
    .w-17-5 {
      width: 100%; } }

.w-18 {
  width: 18rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-18 {
      width: 11.52439rem !important; } }
  @media all and (max-width: 760px) {
    .w-18 {
      width: 100% !important; } }

.w-18-5 {
  width: 18.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-18-5 {
      width: 11.84451rem; } }
  @media all and (max-width: 760px) {
    .w-18-5 {
      width: 100%; } }

.w-19 {
  width: 19rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-19 {
      width: 12.16463rem !important; } }
  @media all and (max-width: 760px) {
    .w-19 {
      width: 100% !important; } }

.w-19-5 {
  width: 19.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-19-5 {
      width: 12.48476rem; } }
  @media all and (max-width: 760px) {
    .w-19-5 {
      width: 100%; } }

.w-20 {
  width: 20rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-20 {
      width: 12.80488rem !important; } }
  @media all and (max-width: 760px) {
    .w-20 {
      width: 100% !important; } }

.w-20-5 {
  width: 20.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-20-5 {
      width: 13.125rem; } }
  @media all and (max-width: 760px) {
    .w-20-5 {
      width: 100%; } }

.w-21 {
  width: 21rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-21 {
      width: 13.44512rem !important; } }
  @media all and (max-width: 760px) {
    .w-21 {
      width: 100% !important; } }

.w-21-5 {
  width: 21.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-21-5 {
      width: 13.76524rem; } }
  @media all and (max-width: 760px) {
    .w-21-5 {
      width: 100%; } }

.w-22 {
  width: 22rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-22 {
      width: 14.08537rem !important; } }
  @media all and (max-width: 760px) {
    .w-22 {
      width: 100% !important; } }

.w-22-5 {
  width: 22.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-22-5 {
      width: 14.40549rem; } }
  @media all and (max-width: 760px) {
    .w-22-5 {
      width: 100%; } }

.w-23 {
  width: 23rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-23 {
      width: 14.72561rem !important; } }
  @media all and (max-width: 760px) {
    .w-23 {
      width: 100% !important; } }

.w-23-5 {
  width: 23.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-23-5 {
      width: 15.04573rem; } }
  @media all and (max-width: 760px) {
    .w-23-5 {
      width: 100%; } }

.w-24 {
  width: 24rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-24 {
      width: 15.36585rem !important; } }
  @media all and (max-width: 760px) {
    .w-24 {
      width: 100% !important; } }

.w-24-5 {
  width: 24.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-24-5 {
      width: 15.68598rem; } }
  @media all and (max-width: 760px) {
    .w-24-5 {
      width: 100%; } }

.w-25 {
  width: 25rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-25 {
      width: 16.0061rem !important; } }
  @media all and (max-width: 760px) {
    .w-25 {
      width: 100% !important; } }

.w-25-5 {
  width: 25.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-25-5 {
      width: 16.32622rem; } }
  @media all and (max-width: 760px) {
    .w-25-5 {
      width: 100%; } }

.w-26 {
  width: 26rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-26 {
      width: 16.64634rem !important; } }
  @media all and (max-width: 760px) {
    .w-26 {
      width: 100% !important; } }

.w-26-5 {
  width: 26.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-26-5 {
      width: 16.96646rem; } }
  @media all and (max-width: 760px) {
    .w-26-5 {
      width: 100%; } }

.w-27 {
  width: 27rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-27 {
      width: 17.28659rem !important; } }
  @media all and (max-width: 760px) {
    .w-27 {
      width: 100% !important; } }

.w-27-5 {
  width: 27.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-27-5 {
      width: 17.60671rem; } }
  @media all and (max-width: 760px) {
    .w-27-5 {
      width: 100%; } }

.w-28 {
  width: 28rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-28 {
      width: 17.92683rem !important; } }
  @media all and (max-width: 760px) {
    .w-28 {
      width: 100% !important; } }

.w-28-5 {
  width: 28.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-28-5 {
      width: 18.24695rem; } }
  @media all and (max-width: 760px) {
    .w-28-5 {
      width: 100%; } }

.w-29 {
  width: 29rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-29 {
      width: 18.56707rem !important; } }
  @media all and (max-width: 760px) {
    .w-29 {
      width: 100% !important; } }

.w-29-5 {
  width: 29.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-29-5 {
      width: 18.8872rem; } }
  @media all and (max-width: 760px) {
    .w-29-5 {
      width: 100%; } }

.w-30 {
  width: 30rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-30 {
      width: 19.20732rem !important; } }
  @media all and (max-width: 760px) {
    .w-30 {
      width: 100% !important; } }

.w-30-5 {
  width: 30.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-30-5 {
      width: 19.52744rem; } }
  @media all and (max-width: 760px) {
    .w-30-5 {
      width: 100%; } }

.w-31 {
  width: 31rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-31 {
      width: 19.84756rem !important; } }
  @media all and (max-width: 760px) {
    .w-31 {
      width: 100% !important; } }

.w-31-5 {
  width: 31.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-31-5 {
      width: 20.16768rem; } }
  @media all and (max-width: 760px) {
    .w-31-5 {
      width: 100%; } }

.w-32 {
  width: 32rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-32 {
      width: 20.4878rem !important; } }
  @media all and (max-width: 760px) {
    .w-32 {
      width: 100% !important; } }

.w-32-5 {
  width: 32.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-32-5 {
      width: 20.80793rem; } }
  @media all and (max-width: 760px) {
    .w-32-5 {
      width: 100%; } }

.w-33 {
  width: 33rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-33 {
      width: 21.12805rem !important; } }
  @media all and (max-width: 760px) {
    .w-33 {
      width: 100% !important; } }

.w-33-5 {
  width: 33.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-33-5 {
      width: 21.44817rem; } }
  @media all and (max-width: 760px) {
    .w-33-5 {
      width: 100%; } }

.w-34 {
  width: 34rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-34 {
      width: 21.76829rem !important; } }
  @media all and (max-width: 760px) {
    .w-34 {
      width: 100% !important; } }

.w-34-5 {
  width: 34.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-34-5 {
      width: 22.08841rem; } }
  @media all and (max-width: 760px) {
    .w-34-5 {
      width: 100%; } }

.w-35 {
  width: 35rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-35 {
      width: 22.40854rem !important; } }
  @media all and (max-width: 760px) {
    .w-35 {
      width: 100% !important; } }

.w-35-5 {
  width: 35.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-35-5 {
      width: 22.72866rem; } }
  @media all and (max-width: 760px) {
    .w-35-5 {
      width: 100%; } }

.w-36 {
  width: 36rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-36 {
      width: 23.04878rem !important; } }
  @media all and (max-width: 760px) {
    .w-36 {
      width: 100% !important; } }

.w-36-5 {
  width: 36.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-36-5 {
      width: 23.3689rem; } }
  @media all and (max-width: 760px) {
    .w-36-5 {
      width: 100%; } }

.w-37 {
  width: 37rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-37 {
      width: 23.68902rem !important; } }
  @media all and (max-width: 760px) {
    .w-37 {
      width: 100% !important; } }

.w-37-5 {
  width: 37.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-37-5 {
      width: 24.00915rem; } }
  @media all and (max-width: 760px) {
    .w-37-5 {
      width: 100%; } }

.w-38 {
  width: 38rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-38 {
      width: 24.32927rem !important; } }
  @media all and (max-width: 760px) {
    .w-38 {
      width: 100% !important; } }

.w-38-5 {
  width: 38.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-38-5 {
      width: 24.64939rem; } }
  @media all and (max-width: 760px) {
    .w-38-5 {
      width: 100%; } }

.w-39 {
  width: 39rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-39 {
      width: 24.96951rem !important; } }
  @media all and (max-width: 760px) {
    .w-39 {
      width: 100% !important; } }

.w-39-5 {
  width: 39.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-39-5 {
      width: 25.28963rem; } }
  @media all and (max-width: 760px) {
    .w-39-5 {
      width: 100%; } }

.w-40 {
  width: 40rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-40 {
      width: 25.60976rem !important; } }
  @media all and (max-width: 760px) {
    .w-40 {
      width: 100% !important; } }

.w-40-5 {
  width: 40.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-40-5 {
      width: 25.92988rem; } }
  @media all and (max-width: 760px) {
    .w-40-5 {
      width: 100%; } }

.w-41 {
  width: 41rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-41 {
      width: 26.25rem !important; } }
  @media all and (max-width: 760px) {
    .w-41 {
      width: 100% !important; } }

.w-41-5 {
  width: 41.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-41-5 {
      width: 26.57012rem; } }
  @media all and (max-width: 760px) {
    .w-41-5 {
      width: 100%; } }

.w-42 {
  width: 42rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-42 {
      width: 26.89024rem !important; } }
  @media all and (max-width: 760px) {
    .w-42 {
      width: 100% !important; } }

.w-42-5 {
  width: 42.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-42-5 {
      width: 27.21037rem; } }
  @media all and (max-width: 760px) {
    .w-42-5 {
      width: 100%; } }

.w-43 {
  width: 43rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-43 {
      width: 27.53049rem !important; } }
  @media all and (max-width: 760px) {
    .w-43 {
      width: 100% !important; } }

.w-43-5 {
  width: 43.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-43-5 {
      width: 27.85061rem; } }
  @media all and (max-width: 760px) {
    .w-43-5 {
      width: 100%; } }

.w-44 {
  width: 44rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-44 {
      width: 28.17073rem !important; } }
  @media all and (max-width: 760px) {
    .w-44 {
      width: 100% !important; } }

.w-44-5 {
  width: 44.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-44-5 {
      width: 28.49085rem; } }
  @media all and (max-width: 760px) {
    .w-44-5 {
      width: 100%; } }

.w-45 {
  width: 45rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-45 {
      width: 28.81098rem !important; } }
  @media all and (max-width: 760px) {
    .w-45 {
      width: 100% !important; } }

.w-45-5 {
  width: 45.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-45-5 {
      width: 29.1311rem; } }
  @media all and (max-width: 760px) {
    .w-45-5 {
      width: 100%; } }

.w-46 {
  width: 46rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-46 {
      width: 29.45122rem !important; } }
  @media all and (max-width: 760px) {
    .w-46 {
      width: 100% !important; } }

.w-46-5 {
  width: 46.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-46-5 {
      width: 29.77134rem; } }
  @media all and (max-width: 760px) {
    .w-46-5 {
      width: 100%; } }

.w-47 {
  width: 47rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-47 {
      width: 30.09146rem !important; } }
  @media all and (max-width: 760px) {
    .w-47 {
      width: 100% !important; } }

.w-47-5 {
  width: 47.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-47-5 {
      width: 30.41159rem; } }
  @media all and (max-width: 760px) {
    .w-47-5 {
      width: 100%; } }

.w-48 {
  width: 48rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-48 {
      width: 30.73171rem !important; } }
  @media all and (max-width: 760px) {
    .w-48 {
      width: 100% !important; } }

.w-48-5 {
  width: 48.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-48-5 {
      width: 31.05183rem; } }
  @media all and (max-width: 760px) {
    .w-48-5 {
      width: 100%; } }

.w-49 {
  width: 49rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-49 {
      width: 31.37195rem !important; } }
  @media all and (max-width: 760px) {
    .w-49 {
      width: 100% !important; } }

.w-49-5 {
  width: 49.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-49-5 {
      width: 31.69207rem; } }
  @media all and (max-width: 760px) {
    .w-49-5 {
      width: 100%; } }

.w-50 {
  width: 50rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-50 {
      width: 32.0122rem !important; } }
  @media all and (max-width: 760px) {
    .w-50 {
      width: 100% !important; } }

.w-50-5 {
  width: 50.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-50-5 {
      width: 32.33232rem; } }
  @media all and (max-width: 760px) {
    .w-50-5 {
      width: 100%; } }

.w-51 {
  width: 51rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-51 {
      width: 32.65244rem !important; } }
  @media all and (max-width: 760px) {
    .w-51 {
      width: 100% !important; } }

.w-51-5 {
  width: 51.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-51-5 {
      width: 32.97256rem; } }
  @media all and (max-width: 760px) {
    .w-51-5 {
      width: 100%; } }

.w-52 {
  width: 52rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-52 {
      width: 33.29268rem !important; } }
  @media all and (max-width: 760px) {
    .w-52 {
      width: 100% !important; } }

.w-52-5 {
  width: 52.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-52-5 {
      width: 33.6128rem; } }
  @media all and (max-width: 760px) {
    .w-52-5 {
      width: 100%; } }

.w-53 {
  width: 53rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-53 {
      width: 33.93293rem !important; } }
  @media all and (max-width: 760px) {
    .w-53 {
      width: 100% !important; } }

.w-53-5 {
  width: 53.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-53-5 {
      width: 34.25305rem; } }
  @media all and (max-width: 760px) {
    .w-53-5 {
      width: 100%; } }

.w-54 {
  width: 54rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-54 {
      width: 34.57317rem !important; } }
  @media all and (max-width: 760px) {
    .w-54 {
      width: 100% !important; } }

.w-54-5 {
  width: 54.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-54-5 {
      width: 34.89329rem; } }
  @media all and (max-width: 760px) {
    .w-54-5 {
      width: 100%; } }

.w-55 {
  width: 55rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-55 {
      width: 35.21341rem !important; } }
  @media all and (max-width: 760px) {
    .w-55 {
      width: 100% !important; } }

.w-55-5 {
  width: 55.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-55-5 {
      width: 35.53354rem; } }
  @media all and (max-width: 760px) {
    .w-55-5 {
      width: 100%; } }

.w-56 {
  width: 56rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-56 {
      width: 35.85366rem !important; } }
  @media all and (max-width: 760px) {
    .w-56 {
      width: 100% !important; } }

.w-56-5 {
  width: 56.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-56-5 {
      width: 36.17378rem; } }
  @media all and (max-width: 760px) {
    .w-56-5 {
      width: 100%; } }

.w-57 {
  width: 57rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-57 {
      width: 36.4939rem !important; } }
  @media all and (max-width: 760px) {
    .w-57 {
      width: 100% !important; } }

.w-57-5 {
  width: 57.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-57-5 {
      width: 36.81402rem; } }
  @media all and (max-width: 760px) {
    .w-57-5 {
      width: 100%; } }

.w-58 {
  width: 58rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-58 {
      width: 37.13415rem !important; } }
  @media all and (max-width: 760px) {
    .w-58 {
      width: 100% !important; } }

.w-58-5 {
  width: 58.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-58-5 {
      width: 37.45427rem; } }
  @media all and (max-width: 760px) {
    .w-58-5 {
      width: 100%; } }

.w-59 {
  width: 59rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-59 {
      width: 37.77439rem !important; } }
  @media all and (max-width: 760px) {
    .w-59 {
      width: 100% !important; } }

.w-59-5 {
  width: 59.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-59-5 {
      width: 38.09451rem; } }
  @media all and (max-width: 760px) {
    .w-59-5 {
      width: 100%; } }

.w-60 {
  width: 60rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-60 {
      width: 38.41463rem !important; } }
  @media all and (max-width: 760px) {
    .w-60 {
      width: 100% !important; } }

.w-60-5 {
  width: 60.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-60-5 {
      width: 38.73476rem; } }
  @media all and (max-width: 760px) {
    .w-60-5 {
      width: 100%; } }

.w-61 {
  width: 61rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-61 {
      width: 39.05488rem !important; } }
  @media all and (max-width: 760px) {
    .w-61 {
      width: 100% !important; } }

.w-61-5 {
  width: 61.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-61-5 {
      width: 39.375rem; } }
  @media all and (max-width: 760px) {
    .w-61-5 {
      width: 100%; } }

.w-62 {
  width: 62rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-62 {
      width: 39.69512rem !important; } }
  @media all and (max-width: 760px) {
    .w-62 {
      width: 100% !important; } }

.w-62-5 {
  width: 62.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-62-5 {
      width: 40.01524rem; } }
  @media all and (max-width: 760px) {
    .w-62-5 {
      width: 100%; } }

.w-63 {
  width: 63rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-63 {
      width: 40.33537rem !important; } }
  @media all and (max-width: 760px) {
    .w-63 {
      width: 100% !important; } }

.w-63-5 {
  width: 63.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-63-5 {
      width: 40.65549rem; } }
  @media all and (max-width: 760px) {
    .w-63-5 {
      width: 100%; } }

.w-64 {
  width: 64rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-64 {
      width: 40.97561rem !important; } }
  @media all and (max-width: 760px) {
    .w-64 {
      width: 100% !important; } }

.w-64-5 {
  width: 64.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-64-5 {
      width: 41.29573rem; } }
  @media all and (max-width: 760px) {
    .w-64-5 {
      width: 100%; } }

.w-65 {
  width: 65rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-65 {
      width: 41.61585rem !important; } }
  @media all and (max-width: 760px) {
    .w-65 {
      width: 100% !important; } }

.w-65-5 {
  width: 65.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-65-5 {
      width: 41.93598rem; } }
  @media all and (max-width: 760px) {
    .w-65-5 {
      width: 100%; } }

.w-66 {
  width: 66rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-66 {
      width: 42.2561rem !important; } }
  @media all and (max-width: 760px) {
    .w-66 {
      width: 100% !important; } }

.w-66-5 {
  width: 66.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-66-5 {
      width: 42.57622rem; } }
  @media all and (max-width: 760px) {
    .w-66-5 {
      width: 100%; } }

.w-67 {
  width: 67rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-67 {
      width: 42.89634rem !important; } }
  @media all and (max-width: 760px) {
    .w-67 {
      width: 100% !important; } }

.w-67-5 {
  width: 67.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-67-5 {
      width: 43.21646rem; } }
  @media all and (max-width: 760px) {
    .w-67-5 {
      width: 100%; } }

.w-68 {
  width: 68rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-68 {
      width: 43.53659rem !important; } }
  @media all and (max-width: 760px) {
    .w-68 {
      width: 100% !important; } }

.w-68-5 {
  width: 68.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-68-5 {
      width: 43.85671rem; } }
  @media all and (max-width: 760px) {
    .w-68-5 {
      width: 100%; } }

.w-69 {
  width: 69rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-69 {
      width: 44.17683rem !important; } }
  @media all and (max-width: 760px) {
    .w-69 {
      width: 100% !important; } }

.w-69-5 {
  width: 69.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-69-5 {
      width: 44.49695rem; } }
  @media all and (max-width: 760px) {
    .w-69-5 {
      width: 100%; } }

.w-70 {
  width: 70rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-70 {
      width: 44.81707rem !important; } }
  @media all and (max-width: 760px) {
    .w-70 {
      width: 100% !important; } }

.w-70-5 {
  width: 70.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-70-5 {
      width: 45.1372rem; } }
  @media all and (max-width: 760px) {
    .w-70-5 {
      width: 100%; } }

.w-71 {
  width: 71rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-71 {
      width: 45.45732rem !important; } }
  @media all and (max-width: 760px) {
    .w-71 {
      width: 100% !important; } }

.w-71-5 {
  width: 71.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-71-5 {
      width: 45.77744rem; } }
  @media all and (max-width: 760px) {
    .w-71-5 {
      width: 100%; } }

.w-72 {
  width: 72rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-72 {
      width: 46.09756rem !important; } }
  @media all and (max-width: 760px) {
    .w-72 {
      width: 100% !important; } }

.w-72-5 {
  width: 72.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-72-5 {
      width: 46.41768rem; } }
  @media all and (max-width: 760px) {
    .w-72-5 {
      width: 100%; } }

.w-73 {
  width: 73rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-73 {
      width: 46.7378rem !important; } }
  @media all and (max-width: 760px) {
    .w-73 {
      width: 100% !important; } }

.w-73-5 {
  width: 73.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-73-5 {
      width: 47.05793rem; } }
  @media all and (max-width: 760px) {
    .w-73-5 {
      width: 100%; } }

.w-74 {
  width: 74rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-74 {
      width: 47.37805rem !important; } }
  @media all and (max-width: 760px) {
    .w-74 {
      width: 100% !important; } }

.w-74-5 {
  width: 74.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-74-5 {
      width: 47.69817rem; } }
  @media all and (max-width: 760px) {
    .w-74-5 {
      width: 100%; } }

.w-75 {
  width: 75rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-75 {
      width: 48.01829rem !important; } }
  @media all and (max-width: 760px) {
    .w-75 {
      width: 100% !important; } }

.w-75-5 {
  width: 75.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-75-5 {
      width: 48.33841rem; } }
  @media all and (max-width: 760px) {
    .w-75-5 {
      width: 100%; } }

.w-76 {
  width: 76rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-76 {
      width: 48.65854rem !important; } }
  @media all and (max-width: 760px) {
    .w-76 {
      width: 100% !important; } }

.w-76-5 {
  width: 76.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-76-5 {
      width: 48.97866rem; } }
  @media all and (max-width: 760px) {
    .w-76-5 {
      width: 100%; } }

.w-77 {
  width: 77rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-77 {
      width: 49.29878rem !important; } }
  @media all and (max-width: 760px) {
    .w-77 {
      width: 100% !important; } }

.w-77-5 {
  width: 77.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-77-5 {
      width: 49.6189rem; } }
  @media all and (max-width: 760px) {
    .w-77-5 {
      width: 100%; } }

.w-78 {
  width: 78rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-78 {
      width: 49.93902rem !important; } }
  @media all and (max-width: 760px) {
    .w-78 {
      width: 100% !important; } }

.w-78-5 {
  width: 78.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-78-5 {
      width: 50.25915rem; } }
  @media all and (max-width: 760px) {
    .w-78-5 {
      width: 100%; } }

.w-79 {
  width: 79rem !important; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-79 {
      width: 50.57927rem !important; } }
  @media all and (max-width: 760px) {
    .w-79 {
      width: 100% !important; } }

.w-79-5 {
  width: 79.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .w-79-5 {
      width: 50.89939rem; } }
  @media all and (max-width: 760px) {
    .w-79-5 {
      width: 100%; } }

@media all and (max-width: 760px) {
  .mw-1 {
    width: 1rem !important; } }

@media all and (max-width: 760px) {
  .mw-2 {
    width: 2rem !important; } }

@media all and (max-width: 760px) {
  .mw-3 {
    width: 3rem !important; } }

@media all and (max-width: 760px) {
  .mw-4 {
    width: 4rem !important; } }

@media all and (max-width: 760px) {
  .mw-5 {
    width: 5rem !important; } }

@media all and (max-width: 760px) {
  .mw-6 {
    width: 6rem !important; } }

@media all and (max-width: 760px) {
  .mw-7 {
    width: 7rem !important; } }

@media all and (max-width: 760px) {
  .mw-8 {
    width: 8rem !important; } }

@media all and (max-width: 760px) {
  .mw-9 {
    width: 9rem !important; } }

@media all and (max-width: 760px) {
  .mw-10 {
    width: 10rem !important; } }

@media all and (max-width: 760px) {
  .mw-11 {
    width: 11rem !important; } }

@media all and (max-width: 760px) {
  .mw-12 {
    width: 12rem !important; } }

@media all and (max-width: 760px) {
  .mw-13 {
    width: 13rem !important; } }

@media all and (max-width: 760px) {
  .mw-14 {
    width: 14rem !important; } }

@media all and (max-width: 760px) {
  .mw-15 {
    width: 15rem !important; } }

@media all and (max-width: 760px) {
  .mw-16 {
    width: 16rem !important; } }

@media all and (max-width: 760px) {
  .mw-17 {
    width: 17rem !important; } }

@media all and (max-width: 760px) {
  .mw-18 {
    width: 18rem !important; } }

@media all and (max-width: 760px) {
  .mw-19 {
    width: 19rem !important; } }

@media all and (max-width: 760px) {
  .mw-20 {
    width: 20rem !important; } }

@media all and (max-width: 760px) {
  .mw-21 {
    width: 21rem !important; } }

@media all and (max-width: 760px) {
  .mw-22 {
    width: 22rem !important; } }

@media all and (max-width: 760px) {
  .mw-23 {
    width: 23rem !important; } }

@media all and (max-width: 760px) {
  .mw-24 {
    width: 24rem !important; } }

@media all and (max-width: 760px) {
  .mw-25 {
    width: 25rem !important; } }

@media all and (max-width: 760px) {
  .mw-26 {
    width: 26rem !important; } }

@media all and (max-width: 760px) {
  .mw-27 {
    width: 27rem !important; } }

@media all and (max-width: 760px) {
  .mw-28 {
    width: 28rem !important; } }

@media all and (max-width: 760px) {
  .mw-29 {
    width: 29rem !important; } }

@media all and (max-width: 760px) {
  .mw-30 {
    width: 30rem !important; } }

@media all and (max-width: 760px) {
  .mw-31 {
    width: 31rem !important; } }

@media all and (max-width: 760px) {
  .mw-32 {
    width: 32rem !important; } }

@media all and (max-width: 760px) {
  .mw-33 {
    width: 33rem !important; } }

@media all and (max-width: 760px) {
  .mw-34 {
    width: 34rem !important; } }

@media all and (max-width: 760px) {
  .mw-35 {
    width: 35rem !important; } }

@media all and (max-width: 760px) {
  .mw-36 {
    width: 36rem !important; } }

@media all and (max-width: 760px) {
  .mw-37 {
    width: 37rem !important; } }

@media all and (max-width: 760px) {
  .mw-38 {
    width: 38rem !important; } }

@media all and (max-width: 760px) {
  .mw-39 {
    width: 39rem !important; } }

@media all and (max-width: 760px) {
  .mw-40 {
    width: 40rem !important; } }

@media all and (max-width: 760px) {
  .mw-41 {
    width: 41rem !important; } }

@media all and (max-width: 760px) {
  .mw-42 {
    width: 42rem !important; } }

@media all and (max-width: 760px) {
  .mw-43 {
    width: 43rem !important; } }

@media all and (max-width: 760px) {
  .mw-44 {
    width: 44rem !important; } }

@media all and (max-width: 760px) {
  .mw-45 {
    width: 45rem !important; } }

@media all and (max-width: 760px) {
  .mw-46 {
    width: 46rem !important; } }

@media all and (max-width: 760px) {
  .mw-47 {
    width: 47rem !important; } }

@media all and (max-width: 760px) {
  .mw-48 {
    width: 48rem !important; } }

@media all and (max-width: 760px) {
  .mw-49 {
    width: 49rem !important; } }

@media all and (min-width: 761px) {
  .h-1 {
    height: 1rem; } }

@media all and (min-width: 761px) {
  .h-2 {
    height: 2rem; } }

@media all and (min-width: 761px) {
  .h-3 {
    height: 3rem; } }

@media all and (min-width: 761px) {
  .h-4 {
    height: 4rem; } }

@media all and (min-width: 761px) {
  .h-5 {
    height: 5rem; } }

@media all and (min-width: 761px) {
  .h-6 {
    height: 6rem; } }

@media all and (min-width: 761px) {
  .h-7 {
    height: 7rem; } }

@media all and (min-width: 761px) {
  .h-8 {
    height: 8rem; } }

@media all and (min-width: 761px) {
  .h-9 {
    height: 9rem; } }

@media all and (min-width: 761px) {
  .h-10 {
    height: 10rem; } }

@media all and (min-width: 761px) {
  .h-11 {
    height: 11rem; } }

@media all and (min-width: 761px) {
  .h-12 {
    height: 12rem; } }

@media all and (min-width: 761px) {
  .h-13 {
    height: 13rem; } }

@media all and (min-width: 761px) {
  .h-14 {
    height: 14rem; } }

@media all and (min-width: 761px) {
  .h-15 {
    height: 15rem; } }

@media all and (min-width: 761px) {
  .h-16 {
    height: 16rem; } }

@media all and (min-width: 761px) {
  .h-17 {
    height: 17rem; } }

@media all and (min-width: 761px) {
  .h-18 {
    height: 18rem; } }

@media all and (min-width: 761px) {
  .h-19 {
    height: 19rem; } }

@media all and (min-width: 761px) {
  .h-20 {
    height: 20rem; } }

@media all and (min-width: 761px) {
  .h-21 {
    height: 21rem; } }

@media all and (min-width: 761px) {
  .h-22 {
    height: 22rem; } }

@media all and (min-width: 761px) {
  .h-23 {
    height: 23rem; } }

@media all and (min-width: 761px) {
  .h-24 {
    height: 24rem; } }

@media all and (min-width: 761px) {
  .h-25 {
    height: 25rem; } }

@media all and (min-width: 761px) {
  .h-26 {
    height: 26rem; } }

@media all and (min-width: 761px) {
  .h-27 {
    height: 27rem; } }

@media all and (min-width: 761px) {
  .h-28 {
    height: 28rem; } }

@media all and (min-width: 761px) {
  .h-29 {
    height: 29rem; } }

@media all and (min-width: 761px) {
  .h-30 {
    height: 30rem; } }

@media all and (min-width: 761px) {
  .h-31 {
    height: 31rem; } }

@media all and (min-width: 761px) {
  .h-32 {
    height: 32rem; } }

@media all and (min-width: 761px) {
  .h-33 {
    height: 33rem; } }

@media all and (min-width: 761px) {
  .h-34 {
    height: 34rem; } }

@media all and (min-width: 761px) {
  .h-35 {
    height: 35rem; } }

@media all and (min-width: 761px) {
  .h-36 {
    height: 36rem; } }

@media all and (min-width: 761px) {
  .h-37 {
    height: 37rem; } }

@media all and (min-width: 761px) {
  .h-38 {
    height: 38rem; } }

@media all and (min-width: 761px) {
  .h-39 {
    height: 39rem; } }

@media all and (min-width: 761px) {
  .h-40 {
    height: 40rem; } }

@media all and (min-width: 761px) {
  .h-41 {
    height: 41rem; } }

@media all and (min-width: 761px) {
  .h-42 {
    height: 42rem; } }

@media all and (min-width: 761px) {
  .h-43 {
    height: 43rem; } }

@media all and (min-width: 761px) {
  .h-44 {
    height: 44rem; } }

@media all and (min-width: 761px) {
  .h-45 {
    height: 45rem; } }

@media all and (min-width: 761px) {
  .h-46 {
    height: 46rem; } }

@media all and (min-width: 761px) {
  .h-47 {
    height: 47rem; } }

@media all and (min-width: 761px) {
  .h-48 {
    height: 48rem; } }

@media all and (min-width: 761px) {
  .h-49 {
    height: 49rem; } }

.ml-0 {
  margin-left: 0rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .ml-0 {
      margin-left: 0rem; } }
  @media all and (max-width: 760px) {
    .ml-0 {
      margin-left: 0; } }

.ml-0-5 {
  margin-left: 0.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .ml-0-5 {
      margin-left: 0.32012rem; } }
  @media all and (max-width: 760px) {
    .ml-0-5 {
      margin-left: 0; } }

.mr-0 {
  margin-right: 0rem; }
  @media all and (max-width: 760px) {
    .mr-0 {
      margin-right: 0; } }

.pb-0 {
  padding-bottom: 0rem !important; }

.ml-1 {
  margin-left: 1rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .ml-1 {
      margin-left: 0.64024rem; } }
  @media all and (max-width: 760px) {
    .ml-1 {
      margin-left: 0; } }

.ml-1-5 {
  margin-left: 1.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .ml-1-5 {
      margin-left: 0.96037rem; } }
  @media all and (max-width: 760px) {
    .ml-1-5 {
      margin-left: 0; } }

.mr-1 {
  margin-right: 1rem; }
  @media all and (max-width: 760px) {
    .mr-1 {
      margin-right: 0; } }

.pb-1 {
  padding-bottom: 1rem !important; }

.ml-2 {
  margin-left: 2rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .ml-2 {
      margin-left: 1.28049rem; } }
  @media all and (max-width: 760px) {
    .ml-2 {
      margin-left: 0; } }

.ml-2-5 {
  margin-left: 2.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .ml-2-5 {
      margin-left: 1.60061rem; } }
  @media all and (max-width: 760px) {
    .ml-2-5 {
      margin-left: 0; } }

.mr-2 {
  margin-right: 2rem; }
  @media all and (max-width: 760px) {
    .mr-2 {
      margin-right: 0; } }

.pb-2 {
  padding-bottom: 2rem !important; }

.ml-3 {
  margin-left: 3rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .ml-3 {
      margin-left: 1.92073rem; } }
  @media all and (max-width: 760px) {
    .ml-3 {
      margin-left: 0; } }

.ml-3-5 {
  margin-left: 3.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .ml-3-5 {
      margin-left: 2.24085rem; } }
  @media all and (max-width: 760px) {
    .ml-3-5 {
      margin-left: 0; } }

.mr-3 {
  margin-right: 3rem; }
  @media all and (max-width: 760px) {
    .mr-3 {
      margin-right: 0; } }

.pb-3 {
  padding-bottom: 3rem !important; }

.ml-4 {
  margin-left: 4rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .ml-4 {
      margin-left: 2.56098rem; } }
  @media all and (max-width: 760px) {
    .ml-4 {
      margin-left: 0; } }

.ml-4-5 {
  margin-left: 4.5rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .ml-4-5 {
      margin-left: 2.8811rem; } }
  @media all and (max-width: 760px) {
    .ml-4-5 {
      margin-left: 0; } }

.mr-4 {
  margin-right: 4rem; }
  @media all and (max-width: 760px) {
    .mr-4 {
      margin-right: 0; } }

.pb-4 {
  padding-bottom: 4rem !important; }

.mt-1 {
  margin-top: 1vh; }

.mt-2 {
  margin-top: 2vh; }

.mt-3 {
  margin-top: 3vh; }

.mt-4 {
  margin-top: 4vh; }

.mt-5 {
  margin-top: 5vh; }

.mt-6 {
  margin-top: 6vh; }

.mt-7 {
  margin-top: 7vh; }

.mt-8 {
  margin-top: 8vh; }

.mt-9 {
  margin-top: 9vh; }

.mt-10 {
  margin-top: 10vh; }

.mt-11 {
  margin-top: 11vh; }

.mt-12 {
  margin-top: 12vh; }

.mt-13 {
  margin-top: 13vh; }

.mt-14 {
  margin-top: 14vh; }

.mt-15 {
  margin-top: 15vh; }

.mt-16 {
  margin-top: 16vh; }

.alink {
  font-family: "NimbusSansDOT";
  cursor: pointer;
  background: transparent;
  display: inline;
  color: #e8cdae; }

.alink:hover {
  color: #F3A952; }

.btn-row-bottom {
  position: absolute;
  bottom: 1rem;
  left: -0.5rem;
  width: 100%; }

.caption1 {
  color: #E8CDAE;
  font-size: 1.4rem; }

.caption2 {
  color: #E8CDAE;
  font-size: 1.1rem; }
  .caption2 > i:nth-child(n+2) {
    margin-left: 1rem; }
  .caption2 > span {
    display: inline-block; }

.center {
  text-align: center; }

.div-center {
  float: none !important;
  margin: 0 auto; }

.float-left {
  float: left !important; }

.float-none {
  float: none !important; }
  .float-none > div {
    float: none !important; }

.fullwidth {
  width: 82rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .fullwidth {
      width: 52.5rem; } }
  @media all and (max-width: 760px) {
    .fullwidth {
      width: 100%; } }

.info-row {
  background: #E8CDAE;
  height: 3vh;
  line-height: 3vh;
  text-align: left !important;
  font-size: 0.85rem;
  color: #242424; }
  .info-row > i {
    margin-left: 1rem; }

.img-cover {
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }

.label-value-vertical > div {
  display: block;
  clear: both;
  padding: 0.5rem 0; }
  .label-value-vertical > div > div {
    float: left; }
  .label-value-vertical > div > div:first-child {
    width: 10rem; }
  .label-value-vertical > div > div:nth-child(2) {
    color: #E8CDAE; }

.label-value-horizontal {
  clear: both; }
  .label-value-horizontal > div {
    float: left;
    padding: 0.5rem 0; }
    .label-value-horizontal > div > div {
      float: left; }
    .label-value-horizontal > div > div:first-child {
      margin-right: 0.5rem; }
    .label-value-horizontal > div > div:nth-child(2) {
      color: #E8CDAE;
      margin-right: 3rem; }

.right {
  text-align: right; }

.grright {
  text-align: right;
  margin-right: 0.5rem; }

.text-strike {
  text-decoration: line-through; }

@media all and (min-width: 761px) {
  .vertical-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

.fullempty {
  padding-right: 0 !important; }

.tile {
  position: relative;
  background: #414141;
  color: #b9b9b9;
  overflow: hidden;
  padding: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0.5rem;
  float: left; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .tile {
      padding: 0.64024rem; } }
  .tile > div {
    float: left;
    position: relative;
    text-align: left;
    overflow: auto;
    margin-bottom: 0.3rem; }
    @media all and (max-width: 760px) {
      .tile > div {
        width: 100%; } }

.tile-btn {
  position: relative;
  background: #414141;
  color: #b9b9b9;
  overflow: auto;
  padding: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .tile-btn {
      padding: 0.64024rem; } }
  .tile-btn > div {
    text-align: center; }
    .tile-btn > div > a {
      margin: 0 1rem;
      min-width: 9rem; }

.tile-4-2 {
  overflow: auto;
  clear: both; }
  .tile-4-2 > div {
    background: #414141;
    color: #b9b9b9;
    width: 20.065rem;
    float: left;
    position: relative;
    padding: 0.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: auto; }
    @media all and (max-width: 760px) {
      .tile-4-2 > div {
        width: 100%;
        padding-bottom: 1rem; } }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      .tile-4-2 > div {
        width: 26rem; } }
    @media all and (min-width: 761px) {
      .tile-4-2 > div {
        margin: 0 0.5rem 0.5rem 0; } }

.clear-both {
  clear: both; }

.hidden {
  display: none;
  visibility: hidden; }

.at-seat {
  color: #b9b9b9; }

.hide-inputbtns::-webkit-outer-spin-button, .hide-inputbtns::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.no-currency > div {
  display: none !important; }

.inp-currency {
  display: inline-block;
  background-color: #bdbdbd;
  /*
      //skryt├ş spin button┼» u b─Ť┼żn├ęho HTML5 inputu
      input {
          &::-webkit-outer-spin-button, &::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
          }
        }
        */ }
  .inp-currency input:focus {
    text-align: left; }
  .inp-currency input, .inp-currency input[readonly]:focus {
    display: inline-block;
    text-align: right;
    width: 75%; }
  .inp-currency > div {
    display: inline-block;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    color: #2a2a2a; }
  @media all and (max-width: 760px) {
    .inp-currency {
      display: block; }
      .inp-currency input {
        width: 90% !important; }
      .inp-currency > div {
        padding-top: 0.4rem;
        font-size: 1.5rem; } }

.cash-sum {
  font-size: 1.3rem; }
  .cash-sum > div:first-child {
    color: #E8CDAE; }
  .cash-sum > div:nth-child(2) {
    margin-top: 0.5rem; }

.inp-integer:focus {
  text-align: left; }

.inp-integer {
  text-align: right;
  /*
      //skryt├ş spin button┼» u b─Ť┼żn├ęho HTML5 inputu    
      &::-webkit-outer-spin-button, &::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0;
      }
          @media all and (max-width: $mobile-breakpoint) {
          width: 90% !important;
      }
      */ }

.hi-text {
  color: #e8e8e8; }

#stop {
  background: #242424;
  height: 50px;
  height: 5vh;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 83rem;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    #stop {
      width: 53.5rem; } }
  @media all and (max-width: 760px) {
    #stop {
      width: 100%;
      height: 10vh;
      font-size: 3.5rem; } }
  #stop > div {
    margin-left: 1rem; }
  #stop > div:first-child {
    text-align: center;
    height: 5vh;
    padding-top: 1vh;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    #stop > div:first-child div, #stop > div:first-child a {
      display: inline-block;
      font-size: 1rem;
      color: #b9b9b9; }
    #stop > div:first-child > div:first-child {
      float: left; }
      #stop > div:first-child > div:first-child > a {
        margin-right: 1rem; }
      #stop > div:first-child > div:first-child > a:hover {
        color: #F3A952; }
    #stop > div:first-child > div:nth-child(2) {
      font-weight: 900; }
      #stop > div:first-child > div:nth-child(2) > i, #stop > div:first-child > div:nth-child(2) > div {
        margin-left: 1rem; }
      @media all and (min-width: 761px) {
        #stop > div:first-child > div:nth-child(2) > div {
          font-size: 1.1rem; } }
    #stop > div:first-child > div:nth-child(3) {
      float: right; }
      #stop > div:first-child > div:nth-child(3) > a {
        vertical-align: top;
        margin-right: 1rem; }
    #stop > div:first-child > div:nth-child(3) > a:hover {
      color: #F3A952; }
  #stop > div:nth-child(2) > div:first-child {
    float: left;
    line-height: 10vh;
    font-size: 1rem;
    color: #b9b9b9; }
    @media all and (max-width: 760px) and (orientation: portrait) {
      #stop > div:nth-child(2) > div:first-child {
        font-size: 2.2rem; } }
    @media all and (max-width: 760px) and (orientation: landscape) {
      #stop > div:nth-child(2) > div:first-child {
        font-size: 1.2rem; } }
  #stop > div:nth-child(2) > div:last-child {
    font-size: 1rem;
    color: #b9b9b9;
    vertical-align: middle;
    display: table-cell;
    height: 10vh; }
    #stop > div:nth-child(2) > div:last-child > i {
      margin-right: 1rem; }
    @media all and (max-width: 760px) and (orientation: portrait) {
      #stop > div:nth-child(2) > div:last-child {
        font-size: 1.6rem; } }
    @media all and (max-width: 760px) and (orientation: landscape) {
      #stop > div:nth-child(2) > div:last-child {
        font-size: 1.2rem; } }
  #stop .grid-header {
    background: #4a4a4a;
    background: -moz-linear-gradient(top, #4a4a4a 0%, #2a2a2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a4a4a), color-stop(100%, #2a2a2a));
    background: -webkit-linear-gradient(top, #4a4a4a 0%, #2a2a2a 100%);
    background: -o-linear-gradient(top, #4a4a4a 0%, #2a2a2a 100%);
    background: -ms-linear-gradient(top, #4a4a4a 0%, #2a2a2a 100%);
    background: linear-gradient(to bottom, #4a4a4a 0%, #2a2a2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$cfrom', endColorstr='$cto',GradientType=0 );
    color: #bdbdbd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #9b9b9b;
    clear: both;
    height: 3vh;
    padding-top: 0.1vh; }
    @media all and (max-width: 760px) {
      #stop .grid-header {
        visibility: hidden;
        display: none; } }
    #stop .grid-header > div:first-child {
      margin-left: 1rem; }
    #stop .grid-header > div {
      float: left; }

#basket-container {
  position: absolute;
  top: 0; }

#basket {
  position: fixed;
  left: 84rem;
  top: 0;
  background: #E8CDAE;
  color: #242424;
  width: 14.5rem;
  text-align: center;
  height: 5vh;
  line-height: 5vh;
  cursor: pointer;
  z-index: 800; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    #basket {
      left: 54.5rem; } }

#mbasket {
  display: block;
  background: #E8CDAE;
  color: #242424;
  width: 100%;
  height: 10vh;
  line-height: 10vh;
  font-weight: 900;
  cursor: pointer;
  position: fixed;
  margin-top: 10vh;
  z-index: 900; }
  @media all and (orientation: portrait) {
    #mbasket {
      font-size: 1.5rem; } }
  @media all and (orientation: landscape) {
    #mbasket {
      font-size: 1rem; } }
  @media all and (min-width: 761px) {
    #mbasket {
      display: none; } }
  #mbasket > div:first-child {
    float: left;
    margin-left: 1rem; }
  #mbasket > div:last-child {
    float: right;
    margin-right: 1rem; }

#basket-list {
  position: fixed;
  left: 84rem;
  top: 5vh;
  z-index: 800; }
  #basket-list .payparams {
    margin-bottom: 0.5rem; }
    #basket-list .payparams > div:first-child {
      float: left;
      width: 50%; }
    #basket-list .payparams .radlab > label {
      color: #242424; }
  #basket-list .lastprice, #basket-list .spinner {
    font-weight: 900;
    font-size: 4rem !important; }
  #basket-list .spinner {
    padding-top: 1rem; }
  @media all and (max-width: 760px) {
    #basket-list {
      display: none; } }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    #basket-list {
      left: 54.5rem; } }
  #basket-list > div {
    background: #E8CDAE; }
  #basket-list .abtn {
    color: #242424;
    border-color: #242424;
    min-width: 9rem; }
  #basket-list .abtn:hover {
    box-shadow: 0.1rem 0.1rem 0.2rem #242424; }
  #basket-list .abtn:disabled {
    color: rgba(36, 36, 36, 0.5) !important;
    border-color: rgba(36, 36, 36, 0.5) !important;
    cursor: default; }
  #basket-list > div:first-child {
    position: absolute;
    top: 0.85rem;
    left: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    margin: auto;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 700; }
  #basket-list > div:last-child {
    margin-top: 1rem;
    width: 14.5rem;
    padding-bottom: 1rem;
    min-height: 4rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem; }
    #basket-list > div:last-child > div {
      position: relative;
      color: #242424;
      font-size: 0.8rem;
      text-align: center;
      z-index: 990 !important; }
    #basket-list > div:last-child > div:first-child {
      font-size: 1.3rem;
      line-height: 3rem;
      font-weight: 900; }
      #basket-list > div:last-child > div:first-child > i {
        margin-right: 1rem;
        margin-left: 1rem; }
    #basket-list > div:last-child .bbtn {
      margin-top: 1rem; }
    #basket-list > div:last-child .abtn:hover {
      box-shadow: 0.1rem 0.1rem 0.2rem #242424;
      background: transparent; }
    #basket-list > div:last-child .title {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
      #basket-list > div:last-child .title > div {
        margin: 0 1rem;
        width: 12.5rem;
        text-align: left;
        font-weight: 700;
        font-size: 1rem; }
        #basket-list > div:last-child .title > div i {
          margin-right: 0.5rem; }
    #basket-list > div:last-child .bline {
      border-bottom: dashed 1px #242424; }
    #basket-list > div:last-child .tline {
      border-top: dashed 1px #242424; }
    #basket-list > div:last-child .basket > div {
      font-size: 0.7rem;
      width: 13.5rem;
      height: 1rem;
      line-height: 1rem;
      margin: 0 0.5rem; }
      #basket-list > div:last-child .basket > div i {
        margin-right: 0.5rem;
        cursor: pointer; }
      #basket-list > div:last-child .basket > div > div {
        float: left;
        width: 3rem;
        font-weight: normal;
        font-size: 0.7rem;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      #basket-list > div:last-child .basket > div > div:first-child {
        width: 6rem; }
      #basket-list > div:last-child .basket > div > div:last-child {
        width: 4rem;
        text-align: right !important; }
    #basket-list > div:last-child .clock {
      margin-top: 0.5rem;
      font-size: 0.7rem; }

#info {
  position: fixed;
  bottom: 2vh;
  left: 84rem;
  top: auto;
  width: 14.5rem;
  z-index: 100; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    #info {
      left: 54.5rem; } }
  #info > div {
    background: #E8CDAE;
    color: #242424;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    padding-bottom: 0.5rem;
    background: #E8CDAE; }
    #info > div > div {
      width: 13rem;
      margin-left: 1rem;
      font-size: 0.8rem;
      line-height: 1rem; }
  #info > div:first-child > div > div:first-child {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 900;
    text-align: center; }
  #info > div:nth-child(2) {
    margin-top: 1rem;
    background: #4a4a4a;
    color: #adadad; }
    #info > div:nth-child(2) > div:first-child {
      padding-top: 0.5rem; }
      #info > div:nth-child(2) > div:first-child > a {
        font-weight: 900; }
    #info > div:nth-child(2) .eetonline {
      color: #88C425; }
    #info > div:nth-child(2) .eetoffline {
      color: #F65904; }

#screen-panel > div:nth-child(2) {
  background: #414141;
  position: relative;
  overflow: hidden;
  cursor: grab;
  cursor: -o-grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  height: 86vh; }
  @media all and (max-width: 760px) {
    #screen-panel > div:nth-child(2) {
      height: 80vh !important; } }
#screen-panel > div:nth-child(3) {
  font-size: 0.9rem;
  font-weight: 400; }
  #screen-panel > div:nth-child(3) > div, #screen-panel > div:nth-child(3) > span {
    position: static !important;
    display: inline-block !important;
    width: 2.5rem !important;
    height: 2.5vh !important;
    line-height: 2.5vh !important;
    font-size: 0.8rem !important;
    margin: 0.5vh 0.5rem 0 2rem; }

#sfoot {
  background: #242424;
  height: 5vh;
  width: 100%; }

#sprivacy {
  border: none;
  background: #cccccc;
  width: 100%;
  position: fixed;
  z-index: 999998;
  bottom: 0px;
  left: 0px;
  text-align: left;
  opacity: 0.9; }
  #sprivacy > div:first-child {
    width: 79%;
    border: none;
    background: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
    #sprivacy > div:first-child > div:first-child {
      border: none;
      background: none;
      color: #1f1f1f;
      padding: 10px;
      text-align: center; }
  #sprivacy > div:last-child {
    width: 19%;
    border: none;
    background: none;
    right: 10px;
    display: inline-block;
    vertical-align: middle; }
    #sprivacy > div:last-child > button {
      margin-top: 0.5rem;
      float: right;
      color: #b7b2b2;
      background-color: #424242; }

#sfilter {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 5vh;
  padding-top: 1vh;
  background: #2a2a2a;
  color: #bdbdbd;
  font-size: 0.9rem; }
  #sfilter input, #sfilter select {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  #sfilter > div {
    display: inline-block; }
  #sfilter .cfilter, #sfilter .cbutton {
    padding: 0 1rem;
    font-weight: 900;
    cursor: pointer;
    font-size: 1rem;
    vertical-align: middle; }
  #sfilter .cfilter:hover, #sfilter .cbutton:hover {
    color: #F3A952; }
  #sfilter .selected {
    color: #F3A952; }

.stiles {
  padding-right: 0 !important; }
  .stiles > div {
    background: #414141;
    color: #b9b9b9;
    width: 19.69rem;
    float: left;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    @media all and (max-width: 760px) {
      .stiles > div {
        width: 100%;
        padding-bottom: 1rem; } }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      .stiles > div {
        width: 25.75rem; } }
    @media all and (min-width: 761px) {
      .stiles > div {
        margin: 0 1rem 1rem 0;
        height: 29rem; } }
    .stiles > div > a:first-child {
      display: inline-block;
      width: 100%;
      height: 13rem;
      background-size: cover;
      -o-background-size: cover;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      position: relative; }
      .stiles > div > a:first-child .infoblock {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0.5rem 2rem;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        -ms-border-radius: 0.5rem;
        border-radius: 0.5rem; }
      .stiles > div > a:first-child .soldout {
        background: rgba(177, 22, 35, 0.8); }
      .stiles > div > a:first-child .cancelled {
        background: #7d7677cc; }
      .stiles > div > a:first-child .place {
        width: inherit;
        height: 2rem;
        z-index: 900;
        background-color: #E8CDAE;
        opacity: 0.7;
        text-align: center;
        color: #242424;
        margin-top: 11rem;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 900; }
    .stiles > div > div:nth-child(2) {
      padding: 0.5rem 0.8rem; }
      @media all and (max-width: 760px) {
        .stiles > div > div:nth-child(2) {
          padding: 0.1rem 0.5rem 2rem; } }
      .stiles > div > div:nth-child(2) > div:first-child {
        font-size: 1.6rem;
        font-weight: 900;
        color: #f6a804;
        overflow: auto;
        padding: 0.2rem 0; }
        @media all and (max-width: 760px) {
          .stiles > div > div:nth-child(2) > div:first-child {
            font-size: 2.24rem; } }
      .stiles > div > div:nth-child(2) > div:nth-child(2) {
        position: relative;
        padding: 0.5rem 0 0rem;
        font-size: 1rem;
        overflow: auto;
        color: #E8CDAE; }
        @media all and (max-width: 760px) {
          .stiles > div > div:nth-child(2) > div:nth-child(2) {
            font-size: 1.4rem;
            padding: 0.6rem 0 0rem; } }
        .stiles > div > div:nth-child(2) > div:nth-child(2) > div:first-child {
          float: left; }
          .stiles > div > div:nth-child(2) > div:nth-child(2) > div:first-child > i:nth-child(2) {
            margin-left: 1rem; }
        .stiles > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
          float: right; }
      .stiles > div > div:nth-child(2) > div:nth-child(3) {
        text-align: right;
        font-size: 0.8rem;
        color: #E8CDAE;
        padding-bottom: 0.3rem; }
      .stiles > div > div:nth-child(2) > div:nth-child(4) {
        height: 7.5rem;
        text-overflow: ellipsis;
        overflow: hidden;
        clear: both;
        font-size: 0.8rem;
        text-align: justify;
        margin-bottom: 0.5rem; }
        @media all and (max-width: 760px) {
          .stiles > div > div:nth-child(2) > div:nth-child(4) {
            overflow: auto;
            height: 100%;
            font-size: 1.2rem;
            margin-bottom: 0.75rem; } }
      .stiles > div > div:nth-child(2) > div:nth-child(5) {
        position: absolute;
        bottom: 0.8rem;
        left: 0.8rem;
        right: 0.8rem;
        background: #414141; }
        .stiles > div > div:nth-child(2) > div:nth-child(5) > a {
          -webkit-border-radius: 0.5rem;
          -moz-border-radius: 0.5rem;
          -ms-border-radius: 0.5rem;
          border-radius: 0.5rem;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          border: solid 2px #b9b9b9;
          font-size: 1.1rem;
          font-weight: 900;
          border-color: #b9b9b9;
          color: #b9b9b9;
          padding: 0.2rem 1rem;
          overflow: auto;
          vertical-align: top;
          margin-top: 0.2rem; }
          @media all and (max-width: 760px) {
            .stiles > div > div:nth-child(2) > div:nth-child(5) > a {
              font-size: 1.32rem; } }
        .stiles > div > div:nth-child(2) > div:nth-child(5) > a:first-child {
          float: left; }
        .stiles > div > div:nth-child(2) > div:nth-child(5) > a:nth-child(2) {
          float: right; }

.sgrid {
  color: #b9b9b9; }
  .sgrid .grtitle {
    color: #F3A952; }
  .sgrid .grbtn {
    margin-right: 0rem;
    cursor: pointer; }
  .sgrid .grbtncol {
    float: left; }
  .sgrid .grnowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .sgrid > div {
    display: block;
    padding-left: 1rem;
    font-size: 0.9rem;
    clear: both; }
    .sgrid > div .cancelrow h6, .sgrid > div .cancelrow div {
      text-decoration: line-through; }
    @media all and (max-width: 760px) {
      .sgrid > div {
        padding-right: 1rem;
        font-size: 2rem; } }
    .sgrid > div h6 {
      font-size: 0.9rem; }
      @media all and (max-width: 760px) {
        .sgrid > div h6 {
          font-size: 2.5rem; } }
    .sgrid > div > a {
      display: block; }
    .sgrid > div > a > div, .sgrid > div > div > div {
      display: block;
      overflow: auto;
      min-height: 1.5rem;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      @media all and (max-width: 760px) {
        .sgrid > div > a > div, .sgrid > div > div > div {
          min-height: 3.5rem;
          margin: 0.5rem 0; } }
      .sgrid > div > a > div > div, .sgrid > div > div > div > div {
        line-height: 1.5rem;
        float: left; }
        @media all and (max-width: 760px) {
          .sgrid > div > a > div > div, .sgrid > div > div > div > div {
            line-height: 3.5rem; } }
    .sgrid > div .small-row {
      min-height: 1rem;
      font-size: 0.7rem; }
      @media all and (max-width: 760px) {
        .sgrid > div .small-row {
          font-size: 1.5rem; } }
      .sgrid > div .small-row > div {
        line-height: 1rem; }
        @media all and (max-width: 760px) {
          .sgrid > div .small-row > div {
            line-height: 1.8rem; } }
  .sgrid > div:nth-child(even) {
    background: #4a4a4a; }
  .sgrid > div:nth-child(odd) {
    background: #3a3a3a; }
  .sgrid > div:hover {
    background: #f6ab04;
    background: -moz-linear-gradient(top, #f6ab04 0%, #de3903 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6ab04), color-stop(100%, #de3903));
    background: -webkit-linear-gradient(top, #f6ab04 0%, #de3903 100%);
    background: -o-linear-gradient(top, #f6ab04 0%, #de3903 100%);
    background: -ms-linear-gradient(top, #f6ab04 0%, #de3903 100%);
    background: linear-gradient(to bottom, #f6ab04 0%, #de3903 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$cfrom', endColorstr='$cto',GradientType=0 );
    color: #fff; }
    .sgrid > div:hover > a {
      color: #fff; }
    .sgrid > div:hover .grtitle {
      color: #fff; }
  @media all and (max-width: 760px) {
    .sgrid .mright {
      float: right;
      text-align: right; } }

#smenu {
  padding-right: 0 !important; }
  #smenu > div {
    clear: both; }
    #smenu > div > a {
      width: 11.28571rem;
      float: left;
      height: 8.5rem;
      background: #414141;
      margin: 0 0.5rem 0.5rem 0; }
      @media all and (max-width: 760px) {
        #smenu > div > a {
          width: 100%; } }
      #smenu > div > a > div {
        text-align: center; }
      #smenu > div > a > div:first-child {
        margin-top: 0.3rem;
        font-size: 1.3rem;
        font-weight: 900; }
        @media all and (max-width: 760px) {
          #smenu > div > a > div:first-child {
            font-size: 1.7rem; } }
      #smenu > div > a > div:nth-child(2) {
        font-size: 3rem;
        height: 4rem;
        line-height: 5rem; }
        #smenu > div > a > div:nth-child(2) > i {
          margin: 0; }
      #smenu > div > a > div:last-child {
        margin-top: 1rem;
        font-size: 0.8rem; }
        @media all and (max-width: 760px) {
          #smenu > div > a > div:last-child {
            margin-top: 0.5rem;
            font-size: 1.2rem; } }
    #smenu > div > a:hover {
      box-shadow: 0.1rem 0.1rem 0.2rem #b9b9b9; }

.sform .g-recaptcha {
  overflow: initial; }
@media all and (min-width: 761px) {
  .sform > div {
    padding-left: 0; } }
.sform > div > div {
  float: left;
  margin: 0 0rem 0.5rem 1rem;
  color: #b9b9b9; }
  .sform > div > div span {
    line-height: 1.4rem;
    vertical-align: top;
    font-size: inherit; }
    @media all and (max-width: 760px) {
      .sform > div > div span {
        line-height: 2rem;
        font-size: 1.5rem; } }
  @media all and (max-width: 760px) {
    .sform > div > div {
      margin: 0 0rem 0.5rem 0rem; } }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    .sform > div > div {
      margin: 0 0 0.5rem 0.64024rem; } }
  .sform > div > div label {
    display: inline-block;
    margin-bottom: 0.2rem; }
  .sform > div > div input[type=text], .sform > div > div input[type=password], .sform > div > div input[type=number], .sform > div > div input[type=email] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .sform > div > div select {
    width: inherit; }
.sform > div .abtn {
  margin-left: 0.5rem; }
.sform > div .abtn:hover, .sform > div button:hover {
  background: #2a2a2a;
  box-shadow: none; }
.sform > div .title {
  font-size: 1.4rem;
  color: #e8cdae; }
  @media all and (max-width: 760px) {
    .sform > div .title {
      font-size: 1.5rem; } }
.sform > div .form-text {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  display: block; }
  @media all and (max-width: 760px) {
    .sform > div .form-text {
      margin: 0 0rem 1rem 0rem;
      font-size: 1.2rem; } }
.sform > div .checkbox > input, .sform > div .checkbox > label {
  cursor: pointer; }
.sform > div .btn-row {
  text-align: center;
  width: 100%; }
  .sform > div .btn-row > button, .sform > div .btn-row > a {
    margin-right: 0.5rem;
    margin-left: 0.5rem; }
  @media all and (min-width: 761px) {
    .sform > div .btn-row {
      margin: 0;
      position: absolute;
      bottom: 0.5rem;
      overflow: hidden; } }
  @media all and (max-width: 760px) {
    .sform > div .btn-row {
      margin-top: 1rem; } }
@media all and (min-width: 761px) {
  .sform > div .noheight {
    bottom: 0 !important;
    position: relative !important;
    margin-top: 0.5rem; } }

#sdialog {
  position: relative;
  height: 100%; }
  #sdialog > div {
    background: #3a3a3a;
    color: #b9b9b9; }

.dialog {
  z-index: 900;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1.5rem 1.5rem 4rem 1.5rem;
  color: #b9b9b9;
  overflow: auto;
  min-height: 15rem;
  width: 40rem;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, current */ }
  @media all and (max-width: 760px) {
    .dialog {
      width: 100%;
      padding: 1.5rem 1.5rem 1.5rem 1.5rem; } }
  .dialog > div > span {
    font-size: 0.7rem; }
  .dialog > div:first-child {
    float: left;
    font-weight: 900;
    font-size: 2.5rem;
    color: #E8CDAE; }
    @media all and (min-width: 761px) {
      .dialog > div:first-child {
        width: 32rem; } }
  .dialog > div:nth-child(2) {
    background-image: url(../img/msgbox/stop.png);
    float: right;
    width: 3rem;
    height: 3rem;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
  .dialog > div:nth-child(3) {
    clear: both;
    margin-top: 4rem;
    text-align: justify; }
  .dialog > div:nth-child(4) textarea {
    margin-top: 1rem;
    width: 100%; }
  .dialog > div:last-child {
    text-align: center; }
    @media all and (min-width: 761px) {
      .dialog > div:last-child {
        width: 37rem;
        position: absolute;
        bottom: 1rem; } }
    .dialog > div:last-child > a {
      min-width: 8rem;
      margin: 0 2rem; }
      @media all and (max-width: 760px) {
        .dialog > div:last-child > a {
          margin-top: 1rem; } }
    .dialog > div:last-child > a:hover {
      background: rgba(42, 42, 42, 0.7);
      box-shadow: none; }
  .dialog .warning {
    background-image: url(../img/msgbox/warning.png) !important; }
  .dialog .info {
    background-image: url(../img/msgbox/info.png) !important; }
  .dialog .question {
    background-image: url(../img/msgbox/question.png) !important; }

#sdetail > div {
  background: #414141;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left; }
  @media all and (max-width: 760px) {
    #sdetail > div {
      width: 100%; } }
#sdetail > div:first-child {
  color: #b9b9b9;
  padding-bottom: 1rem; }
  #sdetail > div:first-child > div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  #sdetail > div:first-child > div:first-child {
    width: 55rem;
    float: left;
    padding: 1rem; }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      #sdetail > div:first-child > div:first-child {
        width: 35.21341rem;
        padding: 0.64024rem; } }
    @media all and (max-width: 760px) {
      #sdetail > div:first-child > div:first-child {
        width: 100%;
        padding: 0.5rem; } }
    #sdetail > div:first-child > div:first-child > div {
      display: block;
      overflow: auto; }
    #sdetail > div:first-child > div:first-child > div:first-child {
      font-size: 2rem;
      font-weight: 900;
      color: #f6a804;
      overflow: auto;
      padding: 0.2rem 0; }
      @media all and (max-width: 760px) {
        #sdetail > div:first-child > div:first-child > div:first-child {
          font-size: 2.2rem; } }
      #sdetail > div:first-child > div:first-child > div:first-child > a {
        float: right;
        background-color: #688049;
        color: #eaeaea;
        padding: 0.2rem 1rem;
        text-shadow: 0.1rem 0.1rem 0.2rem black;
        cursor: pointer;
        display: block; }
        @media all and (max-width: 760px) {
          #sdetail > div:first-child > div:first-child > div:first-child > a {
            float: none;
            margin: 1rem 0;
            padding: 0.3rem;
            text-align: center; } }
      #sdetail > div:first-child > div:first-child > div:first-child > div:hover {
        color: #F3A952; }
    #sdetail > div:first-child > div:first-child > div:nth-child(2) {
      position: relative;
      padding: 0.5rem 0 0.5rem;
      font-size: 1.5rem;
      overflow: auto;
      color: #E8CDAE; }
      @media all and (max-width: 760px) {
        #sdetail > div:first-child > div:first-child > div:nth-child(2) {
          font-size: 1.65rem;
          padding: 0.6rem 0 0.6rem; } }
      #sdetail > div:first-child > div:first-child > div:nth-child(2) > div:first-child {
        float: left; }
        #sdetail > div:first-child > div:first-child > div:nth-child(2) > div:first-child > i:nth-child(2) {
          margin-left: 1rem; }
      #sdetail > div:first-child > div:first-child > div:nth-child(2) > div:nth-child(2) {
        float: right; }
    #sdetail > div:first-child > div:first-child > div:nth-child(3) {
      overflow: auto;
      clear: both;
      font-size: 0.8rem;
      text-align: justify; }
      @media all and (max-width: 760px) {
        #sdetail > div:first-child > div:first-child > div:nth-child(3) {
          overflow: auto;
          height: 100%;
          font-size: 1.2rem; } }
    #sdetail > div:first-child > div:first-child > div:nth-child(4) {
      margin-top: 1rem;
      text-align: center; }
      #sdetail > div:first-child > div:first-child > div:nth-child(4) > a:hover {
        background: #2a2a2a; }
  #sdetail > div:first-child > div:nth-child(2) {
    width: 27rem;
    float: left;
    padding: 1rem 1rem 0 0rem; }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      #sdetail > div:first-child > div:nth-child(2) {
        width: 17.28659rem; } }
    @media all and (max-width: 760px) {
      #sdetail > div:first-child > div:nth-child(2) {
        width: 100%; } }
    @media all and (max-width: 760px) {
      #sdetail > div:first-child > div:nth-child(2) {
        padding: 0.5rem; } }
    #sdetail > div:first-child > div:nth-child(2) > #onlyfoto {
      overflow: hidden;
      position: relative; }
    #sdetail > div:first-child > div:nth-child(2) > div:first-child {
      height: auto;
      width: 100%; }
      #sdetail > div:first-child > div:nth-child(2) > div:first-child img {
        width: 100%; }
#sdetail .filmattr {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  #sdetail .filmattr > div {
    width: 100%;
    color: #b9b9b9;
    overflow: auto;
    line-height: 2.5rem;
    clear: both;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9; }
    #sdetail .filmattr > div > div {
      display: block;
      float: left; }
      @media all and (min-width: 761px) and (max-width: 1360px) {
        #sdetail .filmattr > div > div {
          font-size: 0.9rem;
          margin-right: 2rem; } }
    #sdetail .filmattr > div > div:nth-child(1) {
      width: 9rem;
      text-align: left; }
    #sdetail .filmattr > div > div:nth-child(2) {
      width: 11rem; }
    #sdetail .filmattr > div > div:nth-child(3) {
      width: 14rem; }
    #sdetail .filmattr > div > div:nth-child(4) {
      width: 9rem; }
    #sdetail .filmattr > div > div:nth-child(5) {
      width: 5rem; }
    @media all and (min-width: 761px) {
      #sdetail .filmattr > div > div:last-child {
        text-align: right;
        float: right;
        margin-right: 0; } }
#sdetail > div:nth-child(2) {
  width: 82rem; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    #sdetail > div:nth-child(2) {
      width: 52.5rem; } }
  @media all and (max-width: 760px) {
    #sdetail > div:nth-child(2) {
      width: 100%; } }
  #sdetail > div:nth-child(2) > div {
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 26rem;
    float: left;
    height: 14.625rem;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    margin: 1rem 0 0 0; }
    #sdetail > div:nth-child(2) > div img {
      width: 100%; }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      #sdetail > div:nth-child(2) > div {
        width: 16.64634rem; } }
    @media all and (max-width: 760px) {
      #sdetail > div:nth-child(2) > div {
        width: 100%; } }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      #sdetail > div:nth-child(2) > div {
        height: 9.36357rem; } }
    @media all and (max-width: 760px) {
      #sdetail > div:nth-child(2) > div {
        height: 36.5625rem; } }
    @media all and (min-width: 1361px) {
      #sdetail > div:nth-child(2) > div {
        margin: 0 0 1rem 1rem; } }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      #sdetail > div:nth-child(2) > div {
        margin: 0 0 0.64024rem 0.64024rem; } }
    @media all and (max-width: 760px) {
      #sdetail > div:nth-child(2) > div {
        height: auto; } }
  @media all and (max-width: 760px) {
    #sdetail > div:nth-child(2) {
      padding: 1rem; } }
#sdetail .video, #sdetail .video-left {
  margin: auto;
  background: #dadada;
  padding: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
#sdetail .video-left {
  width: 35rem; }
  @media all and (max-width: 760px) {
    #sdetail .video-left {
      width: 100%; } }

#video-gallery {
  width: 100%; }

.royalSlider > .rsContent {
  visibility: hidden; }

/* Šipky */
.rsMinW .rsArrow {
  height: 32px;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsMinW .rsArrowLeft {
  right: 1.8rem;
  bottom: 0.8%; }

.rsMinW .rsArrowRight {
  right: 0.3rem;
  bottom: 0.8%; }

.rsMinW .rsArrowIcn {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  cursor: pointer;
  border-radius: 2px;
  line-height: 1.3rem; }

.rsMinW .rsArrowLeft .rsArrowIcn {
  background: url("img/rs-left-arrow.png") transparent;
  background-size: cover; }

.rsMinW .rsArrowRight .rsArrowIcn {
  background: url("img/rs-right-arrow.png") transparent;
  background-size: cover; }

.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
  position: absolute;
  bottom: 15px;
  right: 73px;
  z-index: 35;
  padding-top: 4px;
  height: auto;
  text-align: center;
  line-height: 6px;
  overflow: hidden; }

.rsMinW .rsBullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px 4px; }

.rsMinW .rsBullet span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CCC;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); }

.rsMinW .rsBullet.rsNavSelected span {
  background: #FFF; }

/***************
*
*  6. Play/close video button
*
****************/
.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url("img/rs-minimal-white.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px; }

.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsMinW .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsMinW .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("img/rs-minimal-white.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsMinW .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

#sorders .fa-minus-square {
  cursor: pointer; }
#sorders > div {
  margin-bottom: 0.5rem; }
  @media all and (min-width: 761px) {
    #sorders > div {
      padding-left: 0rem; } }
  @media all and (min-width: 761px) {
    #sorders > div > div {
      margin-left: 1rem; } }
  #sorders > div > div:first-child {
    width: 21rem; }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      #sorders > div > div:first-child {
        width: 25rem; } }
    @media all and (max-width: 760px) {
      #sorders > div > div:first-child {
        width: 100%;
        height: auto;
        overflow: auto; } }
    #sorders > div > div:first-child > div:first-child {
      font-size: 1.6rem;
      font-weight: 900;
      color: #f6a804;
      overflow: auto;
      padding: 0.2rem 0; }
      @media all and (max-width: 760px) {
        #sorders > div > div:first-child > div:first-child {
          font-size: 2.24rem; } }
    #sorders > div > div:first-child > div:nth-child(2) {
      position: relative;
      padding: 0.1rem 0 0.1rem;
      font-size: 1.2rem;
      overflow: auto;
      color: #E8CDAE; }
      @media all and (max-width: 760px) {
        #sorders > div > div:first-child > div:nth-child(2) {
          font-size: 1.68rem;
          padding: 0.12rem 0 0.12rem; } }
      #sorders > div > div:first-child > div:nth-child(2) > div:first-child {
        float: left; }
        #sorders > div > div:first-child > div:nth-child(2) > div:first-child > i:nth-child(2) {
          margin-left: 1rem; }
      #sorders > div > div:first-child > div:nth-child(2) > div:nth-child(2) {
        float: right; }
    #sorders > div > div:first-child > div:nth-child(3) {
      margin-top: 2rem; }
      #sorders > div > div:first-child > div:nth-child(3) > div {
        font-size: 1.1rem;
        width: 9rem;
        float: left;
        height: 1.7rem; }
      #sorders > div > div:first-child > div:nth-child(3) > div:nth-child(2n+2) {
        color: #E8CDAE; }
  #sorders > div > div:nth-child(2) {
    width: 20rem;
    height: 14rem; }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      #sorders > div > div:nth-child(2) {
        width: 24rem;
        height: 14rem; } }
    @media all and (max-width: 760px) {
      #sorders > div > div:nth-child(2) {
        width: 100%;
        height: auto;
        overflow: auto; } }
    #sorders > div > div:nth-child(2) .photo {
      background-size: cover;
      -o-background-size: cover;
      -moz-background-size: cover;
      -webkit-background-size: cover; }
    #sorders > div > div:nth-child(2) .nophoto {
      background-color: #242424;
      background-size: auto;
      -o-background-size: auto;
      -moz-background-size: auto;
      -webkit-background-size: auto;
      background-repeat: no-repeat;
      background-position: center; }
    #sorders > div > div:nth-child(2) > div:first-child {
      height: 13rem; }
  #sorders > div > div:nth-child(3) {
    padding-bottom: 3rem; }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      #sorders > div > div:nth-child(3) {
        width: 50rem; } }
    #sorders > div > div:nth-child(3) > div:nth-child(2) {
      width: auto;
      /*
      position: absolute;
      bottom: 0rem;
      left:0;
      right: 0;
      text-align: center;
      */
      margin-bottom: 0.2rem; }
      #sorders > div > div:nth-child(3) > div:nth-child(2) > a {
        margin: 0 0.2rem; }

#atmsgbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(185, 185, 185, 0.5);
  z-index: 999; }
  #atmsgbox > div {
    font-family: "NimbusSansDOT";
    background: rgba(42, 42, 42, 0.9); }

.list > div {
  overflow: auto; }
  @media all and (max-width: 760px) {
    .list > div {
      border-top: 1px dashed #b9b9b9; } }
  .list > div > div {
    padding: 0.2rem 0;
    float: left; }
    @media all and (max-width: 760px) {
      .list > div > div {
        float: none;
        text-align: left;
        clear: both;
        font-size: 1.1rem; }
        .list > div > div > div {
          float: left; }
        .list > div > div > div:nth-child(1) {
          color: #b9b9b9;
          width: 30%; }
        .list > div > div > div:nth-child(2) {
          width: 70%;
          color: #E8CDAE; } }
    @media all and (min-width: 761px) {
      .list > div > div > div:first-child {
        display: none; } }
.list > div:first-child {
  border-bottom: 1px dashed #b9b9b9; }
  @media all and (max-width: 760px) {
    .list > div:first-child {
      display: none; } }
.list > div:last-child {
  color: #E8CDAE; }
  @media all and (min-width: 761px) {
    .list > div:last-child {
      border-top: 1px dashed #b9b9b9; } }

/*
#sorder {
    .tile {
        font-size: 0.8rem;
    }
}
*/
#ssalewn {
  padding-right: 1rem !important; }
  #ssalewn > div {
    float: right; }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    #ssalewn > div:first-child {
      padding: 0.8rem; } }
  @media all and (min-width: 1361px) {
    #ssalewn > div:nth-child(2) {
      margin-right: 0.5rem; } }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    #ssalewn > div:nth-child(2) {
      margin-right: 0.32012rem; } }
  #ssalewn > div:nth-child(2) > div:first-child {
    background-color: #666666;
    color: #d8d8d8;
    padding: 0.5rem;
    margin-bottom: 1rem; }
    #ssalewn > div:nth-child(2) > div:first-child > div {
      float: left; }
    #ssalewn > div:nth-child(2) > div:first-child > div:nth-child(odd) {
      width: 8rem;
      color: #9a9a9a; }
    #ssalewn > div:nth-child(2) > div:first-child > div:nth-child(even) {
      width: 28rem;
      text-shadow: 1px 1px 1px black; }
  #ssalewn > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
    font-size: 1.6rem;
    font-weight: 900;
    color: #f6a804;
    overflow: auto;
    padding: 0.2rem 0; }
    @media all and (max-width: 760px) {
      #ssalewn > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
        font-size: 2.24rem; } }
  #ssalewn > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
    position: relative;
    padding: 0.1rem 0 0.1rem;
    font-size: 1.2rem;
    overflow: auto;
    color: #E8CDAE; }
    @media all and (max-width: 760px) {
      #ssalewn > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
        font-size: 1.68rem;
        padding: 0.12rem 0 0.12rem; } }
    #ssalewn > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:first-child {
      float: left; }
      #ssalewn > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:first-child > i:nth-child(2) {
        margin-left: 1rem; }
    #ssalewn > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
      float: right; }
  #ssalewn > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) {
    margin-top: 2rem; }
    #ssalewn > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div {
      font-size: 1.1rem;
      width: 9rem;
      float: left;
      height: 1.7rem; }
    #ssalewn > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2n+2) {
      color: #E8CDAE; }
  #ssalewn > div:nth-child(2) > div:nth-child(3) > div:first-child {
    height: 12rem;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
    @media all and (min-width: 761px) and (max-width: 1360px) {
      #ssalewn > div:nth-child(2) > div:nth-child(3) > div:first-child {
        height: 7rem; } }
  #ssalewn .ticket:hover {
    color: #F3A952; }
  #ssalewn .ticket {
    width: 100%;
    background: #666666;
    color: #d8d8d8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 6rem;
    position: relative;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 1rem;
    overflow: hidden;
    cursor: pointer;
    /*
    >div:nth-child(3):hover {
        color: $fr-hover;
    }
    */ }
    #ssalewn .ticket > div {
      float: left; }
    #ssalewn .ticket > div:nth-child(1) {
      padding: 0.5rem; }
      #ssalewn .ticket > div:nth-child(1) > div:first-child {
        font-size: 1.2rem;
        font-weight: 900; }
        @media all and (min-width: 761px) and (max-width: 1360px) {
          #ssalewn .ticket > div:nth-child(1) > div:first-child {
            font-size: 0.9rem; } }
      #ssalewn .ticket > div:nth-child(1) > div {
        margin-top: 0.3rem; }
    #ssalewn .ticket > div:nth-child(2) {
      position: absolute;
      left: 22rem;
      /*
      >div:first-child:hover, >div:nth-child(3):hover {
          color: $fr-hover;
      }*/ }
      @media all and (min-width: 761px) and (max-width: 1360px) {
        #ssalewn .ticket > div:nth-child(2) {
          left: 12rem; } }
      @media all and (max-width: 760px) {
        #ssalewn .ticket > div:nth-child(2) {
          left: 16rem; } }
      #ssalewn .ticket > div:nth-child(2) > div:first-child, #ssalewn .ticket > div:nth-child(2) > div:nth-child(3) {
        font-size: 3.5rem;
        width: 5rem;
        height: 5rem;
        text-align: center;
        background: #505050;
        font-weight: 900;
        padding-top: 1rem; }
    #ssalewn .ticket > div:nth-child(3) {
      padding: 0.5rem;
      text-align: center;
      float: right;
      height: 5rem;
      font-size: 1rem; }
      #ssalewn .ticket > div:nth-child(3) > div:nth-child(n+2) {
        margin-top: 0.5rem; }
      @media all and (min-width: 761px) and (max-width: 1360px) {
        #ssalewn .ticket > div:nth-child(3) {
          font-size: 0.8rem; }
          #ssalewn .ticket > div:nth-child(3) > div:nth-child(n+2) {
            margin-top: 0.4rem; } }
    #ssalewn .ticket > div:nth-child(n+4) {
      position: absolute;
      width: 1rem;
      height: 1rem;
      z-index: 750;
      background: #414141;
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    #ssalewn .ticket > div:nth-child(4) {
      top: -0.7rem;
      left: -0.5rem; }
    #ssalewn .ticket > div:nth-child(5) {
      bottom: -0.7rem;
      left: -0.5rem; }
    #ssalewn .ticket > div:nth-child(6) {
      top: -0.7rem;
      left: 29rem; }
      @media all and (min-width: 761px) and (max-width: 1360px) {
        #ssalewn .ticket > div:nth-child(6) {
          left: 16.96646rem; } }
    #ssalewn .ticket > div:nth-child(7) {
      bottom: -0.7rem;
      left: 29rem; }
      @media all and (min-width: 761px) and (max-width: 1360px) {
        #ssalewn .ticket > div:nth-child(7) {
          left: 16.96646rem; } }
    #ssalewn .ticket > div:nth-child(8) {
      top: -0.7rem;
      right: -0.5rem; }
    #ssalewn .ticket > div:nth-child(9) {
      bottom: -0.7rem;
      right: -0.5rem; }

.selcount {
  display: none; }
  @media all and (min-width: 761px) {
    .selcount {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(185, 185, 185, 0.5);
      z-index: 890; } }
  .selcount > div {
    padding: 1.5rem 1.5rem 4rem 1.5rem;
    color: #b9b9b9;
    overflow: auto;
    min-height: 15rem;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, current */
    background: #3a3a3a;
    color: #b9b9b9; }
    @media all and (min-width: 761px) {
      .selcount > div {
        z-index: 900;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 40rem; } }
    @media all and (max-width: 760px) {
      .selcount > div {
        margin-top: 7rem; } }
    .selcount > div > div:first-child {
      font-size: 1.5rem;
      color: #E8CDAE; }
    .selcount > div > div:nth-child(2) {
      position: absolute;
      right: 1rem;
      top: 1rem; }
      .selcount > div > div:nth-child(2) > i {
        cursor: pointer; }
    .selcount > div > div:nth-child(3) {
      margin-top: 1rem; }
      @media all and (min-width: 761px) {
        .selcount > div > div:nth-child(3) {
          width: 38rem; } }
      .selcount > div > div:nth-child(3) .panel {
        margin-right: 0.5rem;
        width: 12rem;
        min-height: 8rem; }
      .selcount > div > div:nth-child(3) .btncount {
        cursor: pointer; }
        @media all and (max-width: 760px) {
          .selcount > div > div:nth-child(3) .btncount {
            width: 100%; } }
        .selcount > div > div:nth-child(3) .btncount > div:first-child {
          font-size: 1.5rem;
          color: #E8CDAE; }
        .selcount > div > div:nth-child(3) .btncount > div {
          width: 100%;
          text-align: center;
          margin-bottom: 0.5rem; }
      .selcount > div > div:nth-child(3) .btncount:hover {
        background: #2a2a2a; }
      @media all and (max-width: 760px) {
        .selcount > div > div:nth-child(3) .btninput {
          line-height: 2rem; }
          .selcount > div > div:nth-child(3) .btninput > div {
            text-align: center; }
          .selcount > div > div:nth-child(3) .btninput input {
            font-size: 1.5rem;
            width: 50%; } }
      @media all and (min-width: 1361px) {
        .selcount > div > div:nth-child(3) .btninput {
          width: 37rem;
          line-height: 2rem; }
          .selcount > div > div:nth-child(3) .btninput > div:first-child {
            width: 9rem; }
          .selcount > div > div:nth-child(3) .btninput > div:nth-child(2) {
            width: 14rem; }
          .selcount > div > div:nth-child(3) .btninput input {
            font-size: 1.5rem;
            width: 50%; }
          .selcount > div > div:nth-child(3) .btninput button {
            margin-left: 2rem; } }

#selpay {
  padding-right: 0 !important; }
  #selpay > div:nth-child(2) > div {
    margin-bottom: 0.5rem; }
    @media all and (min-width: 761px) {
      #selpay > div:nth-child(2) > div {
        height: 25rem; } }
    #selpay > div:nth-child(2) > div > div:first-child {
      font-size: 4rem; }
    #selpay > div:nth-child(2) > div > div:nth-child(2) {
      font-size: 2rem; }
    #selpay > div:nth-child(2) > div > div:nth-child(3) {
      margin: 1rem 0rem 3rem;
      line-height: 1.5rem; }
  #selpay .label-value-group > div {
    float: left;
    clear: none; }

@media all and (min-width: 761px) {
  #svalidate > div {
    padding-left: 0; } }
#svalidate > div .title {
  font-size: 1.4rem;
  color: #e8cdae; }
  @media all and (max-width: 760px) {
    #svalidate > div .title {
      font-size: 1.5rem; } }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    #svalidate > div .title {
      font-size: 1rem; } }
@media all and (min-width: 761px) and (max-width: 1360px) {
  #svalidate > div #check-list {
    font-size: 0.8rem; } }
#svalidate > div #idperf {
  font-size: 1rem;
  width: 100%; }
#svalidate > div .inputnr {
  width: 97%; }
  #svalidate > div .inputnr div {
    margin-bottom: 0.5rem; }
  #svalidate > div .inputnr input {
    font-size: 3vw;
    width: 97%; }
  @media all and (max-width: 760px) {
    #svalidate > div .inputnr {
      width: 100%; }
      #svalidate > div .inputnr input {
        font-size: 3rem;
        width: 96%; } }
#svalidate > div .tic-status {
  width: 96%; }
  #svalidate > div .tic-status .panel {
    margin-top: 2rem;
    margin-bottom: 2rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    border-radius: 0.4rem; }
  #svalidate > div .tic-status .status {
    line-height: 6rem;
    font-size: 3vw;
    font-weight: 700;
    letter-spacing: 0.5rem;
    text-align: center; }
    @media all and (max-width: 760px) {
      #svalidate > div .tic-status .status {
        font-size: 3rem; } }
  #svalidate > div .tic-status .msg {
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 1rem;
    text-shadow: none; }
#svalidate > div .tic-ready {
  background-color: #314f7e;
  color: #bbb7b7;
  text-shadow: 0.1rem 0.1rem 0.2rem #333333; }
#svalidate > div .tic-ok {
  background-color: #0d6e0d;
  color: #e6dcdc;
  text-shadow: 0.1rem 0.1rem 0.2rem #333333; }
#svalidate > div .tic-duplicita {
  background-color: #b90909;
  color: #ffd900;
  text-shadow: 0.1rem 0.1rem 0.2rem #4e4b17; }
#svalidate > div .tic-neval {
  background-color: #ffd900;
  color: #b90909;
  text-shadow: 0.1rem 0.1rem 0.2rem #410b09; }
#svalidate > div > div {
  margin: 0 0rem 0.5rem 1rem;
  color: #b9b9b9; }
  @media all and (max-width: 760px) {
    #svalidate > div > div {
      margin: 0 0rem 0.5rem 0rem; } }
  @media all and (min-width: 761px) and (max-width: 1360px) {
    #svalidate > div > div {
      margin: 0 0 0.5rem 0.64024rem; } }

@media all and (max-width: 760px) {
  #shelp {
    padding: 0 0.5rem 0 0.5rem !important; } }
#shelp > div {
  color: #b9b9b9; }
#shelp .htitle {
  font-size: 1.5rem;
  color: #F3A952;
  padding: 1rem 0 1rem 0; }
#shelp .helpmenu .hmitem {
  padding: 0.5rem 0 0.5rem 0; }
  #shelp .helpmenu .hmitem > div {
    padding-left: 2rem; }
  #shelp .helpmenu .hmitem > div:before {
    padding-right: 0.5rem;
    content: '-'; }
  #shelp .helpmenu .hmitem a:before {
    content: '\2022'; }
  #shelp .helpmenu .hmitem a {
    margin-top: 1rem;
    color: #e8cdae;
    font-size: 1.3rem; }
  #shelp .helpmenu .hmitem a:hover {
    color: #F3A952; }
#shelp .hsection {
  font-size: 1rem;
  text-align: justify; }
  #shelp .hsection > div {
    margin-bottom: 1rem; }
  #shelp .hsection .himg {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 50%;
    border-color: #414141;
    border-style: solid; }
    @media all and (max-width: 760px) {
      #shelp .hsection .himg {
        width: 100%; } }
    #shelp .hsection .himg a > img {
      width: 100%; }

.supplist .supprow {
  line-height: 2rem; }

/*# sourceMappingURL=main.css.map */
