@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans'), url('../fonts/PT_Sans/PTSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'PT Sans';
    src: local('PT Sans'), url('../fonts/PT_Sans/PTSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'PT Sans';
    src: local('PT Sans'), url('../fonts/PT_Sans/PTSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'PT Sans';
    src: local('PT Sans'), url('../fonts/PT_Sans/PTSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue'), url('../fonts/BEBASNEUE-REGULAR.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  
  
  
  
  
  
  
  
  
  html {
    font-family: 'PT Sans', sans-serif;
    background: url("../images/background.jpg") repeat;
    background-size: cover;
  }
  
  a {
    text-decoration: none;
  }
  
  
  body {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: hidden;
  }
  
  
  #pageContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  .fontbold{
    font-weight:600;
  }
  .font12{
    font-size:12px;
  }
  .font14 {
    font-size: 14px;
  }
  .font16 {
    font-size: 16px;
  }
  .font18 {
    font-size: 18px;
  }
  .font20 {
    font-size: 20px;
  }
  .font22 {
    font-size: 22px;
  }
  .textleft{
    text-align:left;
  }
  .textcenter {
    display:block;
    text-align: center;
  }
  
  .width80p{
    width:80%;
  }
  
  .fontSizeSelect {
    cursor: pointer;
    display: flex;
    float: right;
    transform: scale(1);
    transition: 0.5s transform;
  }
    .fontSizeSelect:hover {
        transform: scale(1.1);
        color: #89271d;
    }
  
  .maincontainer {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 50%;
    text-align: center;
  }
  
  .titletext {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
  }
  
  #toptabs {
    text-align:center;
    padding: 3px;
  }
  
  .btn {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    cursor: pointer;
    width: 145px;
    height: 50px;
    background: url("../images/button_base.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    border: 0;
    padding: 3px 20px 0 !important;
    color: #32677a;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    transform: scale(1);
    transition: 0.5s transform;
  }
  
    .btn:hover {
        transform: scale(1.1);
        color: #89271d;
    }
  
  
  
  
  .squarebtn {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    cursor: pointer;
    width: 150px;
    height: 150px;
    background: url("../images/btn_object-selected.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    border: 0;
    padding: 0px 20px 0 !important;
    color: #32677a;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    transform: scale(1);
    transition: 0.5s transform;
  }
  
    .squarebtn:hover {
        transform: scale(1.1);
        color: #89271d;
    }
  
  
  .content {
    display: flex;
    margin: 0px;
  }
  
  #text-container {
    display: inline-block;
    transition: 1s all;
    border: 1px solid #3c0606;
    background-color: #dec6c6;
    border-radius: 30px 0px 0px 30px;
    max-height: calc(100vh - 100px);
    overflow: hidden;
  }
  .width40 {
    width: 40%;
    visibility: visible;
  }
  .width0 {
    width: 0%;
    visibility: hidden;
  }
  
  .textContent {
    padding: 20px;
    text-align: center;
    position: relative;
    overflow-y: scroll;
    height: calc(100vh - 138px);
  }
  
  #text-expander {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: #280000da;
    transition: 2s all;
  }
  .borderradius0 {
    border-radius: 0px;
  }
  .borderradius30 {
    border-radius: 30px 0px 0px 30px;
  }
  .exarr {
    color: #e54d4d;
    position: relative;
    top: 45%;
    padding: 5px;
    font-size: 40px;
    transition: 0.5s all;
  }
    .exarr:hover {
        color: #ffffff;
    }
  
  #unityContainer.hovering canvas {
    cursor: pointer !important;
  }
  
  #unity-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vh);
    max-height: calc(100vh);
  }
  /*max-height: calc(100vh - 100px);*/
  .showAfterLoading {
    display: none;
  }
  
  #unity-canvas {
    width: 100%;
    height: 100%;
    background: #231F20;
  }
  
  
  #unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
  }
  
  #unity-logo {
    width: 350px;
    height: 197px;
    background: url('../images/UltisimLogo.png') no-repeat center
  }
  
  #unity-progress-bar-empty {
    width: 350px;
    height: 18px;
    margin-top: 10px;
    margin-left: 6.5px;
    background: url('../images/progress-bar-empty-dark.png') no-repeat center
  }
  
  #unity-progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 10px;
    background: url('../images/progress-bar-full-dark.png') no-repeat center
  }
  
  #unity-footer {
    position: relative
  }
  
  .unity-mobile #unity-footer {
    display: none
  }
  
  #unity-webgl-logo {
    float: left;
    width: 204px;
    height: 38px;
    background: url('../images/webgl-logo.png') no-repeat center
  }
  
  #unity-build-title {
    float: right;
    margin-right: 10px;
    line-height: 38px;
    font-family: arial;
    font-size: 18px
  }
  
  #unity-fullscreen-button {
    cursor: pointer;
    float: right;
    width: 38px;
    height: 38px;
    background: url('../images/fullscreen-button.png') no-repeat center
  }
  
  #unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
  }
  
  
  
  #webContainer,
  #insetFrame {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  #webContainer {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
  }
  
  #insetFrame {
    /*    border: 15px solid transparent;
    border-image: url("../images/frameA.png") 12 round;
    pointer-events: none;*/
  
    border: 40px solid transparent;
    border-image: url("../images/cornice_pattern.png") 50 round;
    pointer-events: none;
  }
  
  .mouseUI {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 180px;
    height: 66px;
    background-image: url("../images/mouseUI.png");
    z-index: 1;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #260c0099;
    border-radius: 20px;
  }
  .cameraUI {
    position: absolute;
    right: calc(50% - 30px);
    top: 18px;
    width: 60px;
    height: 46px;
    background-image: url("../images/camera.png");
    z-index: 1;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #260c0099;
  }
  .arrowL {
    cursor: pointer;
    position: absolute;
    right: calc(50% + 30px);
    top: 0px;
    width: 40px;
    height: 46px;
    background-image: url("../images/btn_arrow-left.png");
    z-index: 1;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #260c0099;
    border-radius: 20px 0px 0px 20px;
  }
    .arrowL:hover {
        background-image: url("../images/btn_arrow-lefty.png");
    }
  .arrowR {
    cursor: pointer;
    position: absolute;
    right: calc(50% - 70px);
    top: 0px;
    width: 40px;
    height: 46px;
    background-image: url("../images/btn_arrow-right.png");
    z-index: 1;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #260c0099;
    border-radius: 0px 20px 20px 0px;
  }
    .arrowR:hover {
        background-image: url("../images/btn_arrow-righty.png");
    }
  *, ::after, ::before {
    box-sizing: border-box;
  }
  
  
  .btnMini {
  /*    display: none;*/
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 18px;
    width: 50px;
    height: 50px;
    background-image: url("../images/btnSettings.png");
    z-index: 1;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    transition: 0.5s transform;
  }
    .btnMini:hover {
        transform: scale(1.1);
    }
    .btnMini[style*='display: block'] {
        display: flex !important;
    }
    .btnMini:after {
        content: '';
        width: 26px;
        height: 26px;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }
  
  