/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  font-family: "Oswald2", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #080808;
/*  text-transform: uppercase;*/
  }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
 /* background-image: url("https://i.pinimg.com/originals/a4/73/cd/a473cda6c0a58d9b2e2bc2292d16c334.jpg"); */
  background-position: center;
  background-repeat: repeat;
  background-size: 100px; }

.dark-purple {
  background: #5e3577; }

.light-blue {
  background: #d2eaf5; }

.purple {
  background: #b02f7c; }

.orange {
  background: #fa811d; }

.red {
  background: #f50c2b; }

.yellow {
  background: #ffed20; }

.green {
  background: #41994e; }

.dark-blue {
  background: #5a6dba; }

.board {
  display: grid;
  grid-template-columns: 125px repeat(9, 80px) 125px;
  grid-template-rows: 125px repeat(9, 80px) 125px;
  grid-gap: 2px;
  margin: 50px auto;
  width: 994px;
  height: 994px;
  background: #080808;
  border: 2px solid #080808; 
  position: relative;
}


.center {
  grid-column: 2 / 11;
  grid-row: 2 / 11;
  background: #fafaf8;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 1fr);
  justify-items: center;
  align-items: center; }

.title {
  grid-column: 1 / 9;
  grid-row: 4;
  font-size: 90px;
  font-weight: 400;
  letter-spacing: 12px; }

.community-chest-deck {
  grid-column: 2 / 4;
  grid-row: 2 / 4;
  transform: rotate(135deg);
  margin-bottom: 60px;
  margin-right: 60px; }

.chance-deck {
  grid-column: 5 / 7;
  grid-row: 5 / 7;
  transform: rotate(315deg);
  margin-top: 60px;
  margin-left: 60px; }

.label {
  text-align: center;
  font-weight: 500;
  letter-spacing: 3px;
  padding-bottom: 10px; }

.deck {
  border: 2px dashed #080808;
  width: 160px;
  height: 120px; }

.row {
  display: grid;
  grid-gap: 2px; }

.horizontal-row {
  grid-template-columns: repeat(9, 80px);
  grid-template-rows: 125px; }

.vertical-row {
  grid-template-columns: 125px;
  grid-template-rows: repeat(9, 80px); }
  .vertical-row .tile-container {
    top: 50%;
    left: 50%; }

.bottom-row {
  grid-column: 2 / 11;
  grid-row: 11; }

.left-row {
  grid-column: 1;
  grid-row: 2 / 11; }
  .left-row .tile-container {
    transform: translate(-50%, -50%) rotate(90deg); }

.top-row {
  grid-column: 2 / 11;
  grid-row: 1; }
  .top-row .tile-container {
    transform: rotate(180deg); }

.right-row {
  grid-column: 11;
  grid-row: 2 / 11; }
  .right-row .tile-container {
    transform: translate(-50%, -50%) rotate(270deg); }

.space {
  background: #fafaf8;
  text-align: center; }
  .space .tile-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transform-origin: center;
    height: 125px;
    width: 80px; }
  .space .name,
  .space .instructions {
    padding-left: 15px;
    padding-right: 15px; }
  .space .price {
    font-size: 7px;
    font-weight: 400;
    padding-bottom: 5px; }

.corner .tile-container {
  justify-content: space-around;
  height: 100%;
  width: 100%; }
.corner .name {
  padding: 0; }

.property .color-bar {
  height: 25px;
  border-bottom: 2px solid #080808; }
.property .name {
  padding-bottom: 50px; }

.railroad .name {
  padding-top: 10px; }
.railroad .drawing {
  font-size: 60px;
  color: #080808; }

.utility .name {
  padding-top: 10px; }
.utility .drawing {
  font-size: 70px; }

.fee .name {
  padding-top: 10px;
  font-size: 14px; }
.fee .instructions {
  font-size: 10px; }

.go {
  grid-column: 11;
  grid-row: 11 / 12;
  position: relative; }
  .go .tile-container {
    justify-content: flex-start;
    transform: rotate(315deg); }
  .go .instructions {
    padding: 0 30px; }
  .go .go-word {
    font-size: 60px;
    color: #f50c2b; }
  .go .arrow {
    font-size: 45px;
    color: #f50c2b;
    position: absolute;
    bottom: -10px;
    left: 5px; }

.jail {
  grid-column: 1;
  grid-row: 11 / 12;
  display: grid;
  grid-template-columns: repeat(10, 12.5px);
  grid-template-rows: repeat(10, 12.5px);
  justify-content: center;
  align-items: center; }
  .jail .drawing {
    grid-column: 4 / 11;
    grid-row: 1 / 8;
    width: 87.5px;
    height: 87.5px;
    background: #fa811d;
    border-bottom: 2px solid #080808;
    border-left: 2px solid #080808; }
  .jail .just {
    grid-column: 3;
    grid-row: 4;
    transform: rotate(90deg);
    padding-top: 5px; }
  .jail .visiting {
    grid-column: 6;
    grid-row: 8;
    padding-top: 5px; }
  .jail .tile-container {
    align-items: center;
    transform: rotate(45deg); }
  .jail .name {
    font-size: 14px; }
  .jail .window {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    width: 55px;
    height: 55px;
    background: #fafaf8;
    border: 2px solid #080808; }
  .jail .person {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 40px; }
  .jail .bar {
    height: 55px;
    width: 2px;
    background: #080808; }

.free-parking {
  grid-column: 1;
  grid-row: 1 / 2; }
  .free-parking .tile-container {
    justify-content: center;
    transform: rotate(135deg); }
  .free-parking .name {
    font-size: 16px; }
  .free-parking .drawing {
    font-size: 60px;
    color: #f50c2b;
    padding-top: 5px;
    padding-bottom: 5px; }

.go-to-jail {
  grid-column: 11;
  grid-row: 1 / 1; }
  .go-to-jail .tile-container {
    justify-content: center;
    transform: rotate(225deg); }
  .go-to-jail .name {
    font-size: 16px; }
  .go-to-jail .drawing {
    font-size: 60px;
    color: #640303;
    padding-top: 5px;
    padding-bottom: 5px; }

.chance .tile-container {
  justify-content: center; }
.chance .drawing {
  font-size: 90px;
  color: #f50c2b; }
.chance .blue {
  color: #5a6dba; }

.community-chest .tile-container {
  justify-content: space-around; }
.community-chest .drawing {
  font-size: 50px;
  color: #d2eaf5; }
.community-chest .instructions {
  font-size: 8px; }

.electric-company .drawing {
  color: #ffed20; }

.waterworks .drawing {
  color: #5a6dba; }

.income-tax .tile-container {
  justify-content: center;
  align-items: center; }
.income-tax .name {
  padding-bottom: 5px; }
.income-tax .diamond {
  width: 5px;
  height: 5px;
  background: #080808;
  transform: rotate(45deg);
  display: inline-block; }
.income-tax .instructions {
  padding-top: 5px;
  padding-bottom: 5px; }

.luxury-tax .drawing {
  font-size: 50px; }
.luxury-tax .instructions {
  padding-bottom: 5px; }

.long-name {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.three-line-name {
  position: relative;
  top: 5px; }

/*# sourceMappingURL=main.css.map */


/*ES*/


/* top */
/* 
#top { background-color:#000; padding:0; margin: 0 0 25px 0; min-height: 36px; }
#top .container { padding: 0 20px; }
#top #form-currency .currency-select, #top #form-language .language-select { text-align: left; color:#333; font-size:13px; padding:3px 16px;}
#top #form-currency .currency-select:hover, #top #form-language .language-select:hover { text-shadow: none; text-decoration:none; color: #007acc; background-color: #eee;}
#top .btn-group > .btn-link, #top-links > ul > li, #top-links > ul > li > a { color: #bbb; background:none; text-decoration: none; }
#top .btn-group > .btn-link:hover, #top-links > ul > li > a:hover { color: #eee;}
#top-links .dropdown-menu a { text-shadow: none; font-size:13px; }
#top .btn-link strong { font-size: 14px; line-height: 14px; }
#top-links { padding-top: 6px; }
#top-links a + a { margin-left: 15px; }
*/
/*
.board {
  grid-template-columns: 75px repeat(9, 48px) 75px;
  grid-template-rows: 75px repeat(9, 48px) 75px;
  width: 597px;
  height: 597px;


}


.horizontal-row {
    grid-template-columns: repeat(9, 48px);
    grid-template-rows: 75px;
}

.vertical-row {
    grid-template-columns: 75px;
    grid-template-rows: repeat(9, 48px);
}

.jail {
    grid-template-columns: repeat(10, 7.5px);
    grid-template-rows: repeat(10, 7.5px);
}

.space .container {
    height: 75px;
    width: 48px;
}
*/

html {
    scroll-behavior: smooth;
}

:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}


// Do not use this
:target {
  display: block;
  position: relative;
  top: -100px; 
  visibility: hidden;
}

#content{position: relative;}


#board-outer .table{
/*	perspective: 5000px;
	transform: rotate(45deg); */
	position: relative;
}


@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
}



.avatar {
  position:absolute;
  margin: 10px;
bottom: 0px;
    right: 0px;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  border: 5px white solid;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
     z-index: 9999999;
}


.avatar img{
	width: 60px;
    height: 60px;
}
/*
@keyframes jump {
  0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
  40%  {transform: translate3d(0%,30%,0) scale3d(.7,1.5,1);}
  100% {transform: translate3d(0,100%,0) scale3d(1.5,.7,1);}
}
*/
@keyframes jump-left {
  0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
  100%  {transform: translate3d(-80px,-30%,0) scale3d(.7,1.1,1);}
}



@keyframes jump-up {
  0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
  100%  {transform: translate3d(-30%,-85px,0) scale3d(.7,1.1,1);}
}

@keyframes jump-right {
  0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
  100%  {transform: translate3d(80px,-30%,0) scale3d(.7,1.1,1);}
}

@keyframes jump-down {
  0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
  100%  {transform: translate3d(30%,75px,0) scale3d(.7,1.1,1);}
}



.jump-left {
  transform-origin: 50% 50%;
  animation: jump-left 0.3s forwards;
 
}

.jump-up {
  transform-origin: 50% 50%;
  animation: jump-up 0.3s forwards;
 
}

.jump-right {
  transform-origin: 50% 50%;
  animation: jump-right 0.3s forwards;
 
}

.jump-down {
  transform-origin: 50% 50%;
  animation: jump-down 0.3s forwards;
 
}


     

/* dice and flip*/
     
	 
#diceloc {
	
    grid-column: 1 / 9;
    grid-row: 4;
}	 

            #flip {
                position: relative;
                margin: 30px auto 50px;
                width: 200px;
                height: 200px;
                cursor: pointer;
                -webkit-perspective: 600px;
                -moz-perspective: 600px;
                text-align: center;
                color: #fff;
                font: bold 36px Arial;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none
            }

            #flip div {
                width: inherit;
                height: 200px;
                border: 1px solid #ccc;
                background: #42c0fb;
                text-align: center;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%
            }

            #flip {
                transition: -webkit-transform 1s ease-in;
                -webkit-transform-style: preserve-3d
            }

            #flip div {
                position: absolute;
                -webkit-backface-visibility: hidden;
                padding-top: 78px
            }

            #heads {
                z-index: 800
            }

            #tails {
                -webkit-transform: rotateY(-180deg);
                z-index: 900
            }

            #flip.flipheads {
                -webkit-animation: flipHeads 3s ease-out forwards;
                -moz-animation: flipHeads 3s ease-out forwards;
                -o-animation: flipHeads 3s ease-out forwards;
                animation: flipHeads 3s ease-out forwards
            }

            #flip.fliptails {
                -webkit-animation: flipTails 3s ease-out forwards;
                -moz-animation: flipTails 3s ease-out forwards;
                -o-animation: flipTails 3s ease-out forwards;
                animation: flipTails 3s ease-out forwards
            }

            @-webkit-keyframes flipHeads {
                from {
                    -webkit-transform: rotateY(0);
                    -moz-transform: rotateY(0);
                    transform: rotateY(0)
                }

                to {
                    -webkit-transform: rotateY(1440deg);
                    -moz-transform: rotateY(1440deg);
                    transform: rotateY(1440deg)
                }
            }

            @-webkit-keyframes flipTails {
                from {
                    -webkit-transform: rotateY(0);
                    -moz-transform: rotateY(0);
                    transform: rotateY(0)
                }

                to {
                    -webkit-transform: rotateY(1620deg);
                    -moz-transform: rotateY(1620deg);
                    transform: rotateY(1620deg)
                }
            }

            .card {
                height: 200px;
                margin: 0 auto;
                background-position: left-top;
                padding-bottom: 20px
            }

            @-webkit-keyframes results {
                0% {
                    opacity: 0
                }

                100% {
                    opacity: 1
                }
            }

            @-webkit-keyframes resetting-Opacity {
                100% {
                    opacity: 1
                }

                0% {
                    opacity: 0
                }
            }

            #tridiv {
                -webkit-perspective: 800px;
                perspective: 800px;
                position: relative;
                overflow: hidden;
                width: 100%;
                height: 100%;
                background: 0 0;
                font-size: 100%
            }

            .face {
            }

            .cr,.face,.face-wrapper,.scene,.shape {
                position: absolute;
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d
            }

            .scene {
                width: 80em;
                height: 80em;
                top: 50%;
                left: 50%;
                margin: -40em 0 0 -40em
            }

            .shape {
                cursor: pointer;
                top: 50%;
                left: 50%;
                width: 0;
                height: 0;
                -webkit-transform-origin: 50%;
                transform-origin: 50%
            }

            .face,.face-wrapper {
                overflow: hidden;
                -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden
            }

            .face {
                background-size: 100% 100%!important;
                background-position: center
            }

            .face-wrapper .face {
                left: 100%;
                width: 100%;
                height: 100%
            }

            .shader {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%
            }

            .side {
                left: 50%
            }

            .cr,.cr .side {
                height: 100%
            }

            #cub #s1,#cub #s2 {
                width: 100%;
                height: 100%
            }

            #cub #s2 {
                left: 100%
            }

            #cub #s3 {
                -webkit-transform: rotateY(-90deg) translateX(-50%);
                transform: rotateY(-90deg) translateX(-50%)
            }

            #cub #s4 {
                -webkit-transform: rotateY(90deg) translateX(-50%);
                transform: rotateY(90deg) translateX(-50%)
            }

            #cub #s6 {
                -webkit-transform: rotateX(90deg) translateY(-50%);
                transform: rotateX(90deg) translateY(-50%)
            }

            #cub #s5 {
                -webkit-transform: rotateX(-90deg) translateY(-50%);
                transform: rotateX(-90deg) translateY(-50%)
            }

            #cub #s4 {
                left: 100%
            }

            #cub #s5 {
                top: 100%
            }

            #cub {
                width: 100px;
                height: 100px;
                margin: -50px 0 0 -50px;
                position: absolute;
                -webkit-transform-style: preserve-3d;
                -webkit-animation-name: rotate;
                -webkit-animation-duration: 3s;
                -webkit-animation-iteration-count: 1;
                -webkit-animation-play-state: paused;
                opacity: 0
            }

            #cub.activate {
                -webkit-animation-play-state: running
            }

            #cub.opacity {
                opacity: 1
            }

            #cub.reset {
                width: 100px;
                height: 100px;
                margin: -50px 0 0 -50px;
                position: absolute;
                -webkit-transform-style: preserve-3d;
                -webkit-animation-name: anti-rotate;
                -webkit-animation-duration: .1s;
                -webkit-animation-iteration-count: 1;
                -webkit-animation-play-state: paused
            }

            @-webkit-keyframes rotate {
                from {
                    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0)
                }

                to {
                    -webkit-transform: rotateX(1080deg) rotateY(-720deg) rotateZ(0)
                }
            }

            @-webkit-keyframes anti-rotate {
                from {
                    -webkit-transform: rotateX(1080deg) rotateY(-720deg) rotateZ(0)
                }

                to {
                    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0)
                }
            }

            #cub h3 {
                margin: 0;
                color: #fff;
                text-align: center;
                font: bold 36px Arial;
                top: 29%;
                position: relative;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none
            }

            #cub #s1 {
                -webkit-transform: translateZ(50px);
                transform: translateZ(50px)
            }

            #cub #s2 {
                -webkit-transform: translateZ(-50px) rotateY(180deg);
                transform: translateZ(-50px) rotateY(180deg)
            }

            #cub #s3,#cub #s4,#cub #s5,#cub #s6 {
                width: 100px;
                height: 100px
            }

            #cub .face {
                background-color: #0276cc;
            }

            #flipit {
                margin-bottom: 30px
            }

      
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
/* integration*/	  
/*transform: scale(0.8);*/

body{touch-action:manipulation;}

#freeparking .container:before,#gotojail .container:before,#jail .container:before,#gopayday .container:before, .vertical-row:before, .horizontal-row:before,#freeparking .container:after,#gotojail .container:after,#jail .container:after,#gopayday .container:after, .vertical-row:after, .horizontal-row:after  {
    display: none;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}


#common-home{
     padding-right: none; 
     padding-left: none; 
     margin-right: 0px; 
     margin-left: 0px; 
}



.dellbm{
	background: url("../image/dell-logo.png") center center no-repeat;
	height: 80px;
    margin: 5px;
	background-size: contain;
}



/*	
#board-outer{
	transform: scale(.60);
	top: -175px;
    height: 1085px;
	}
	



.board{
    transform: rotate3d(11, -11, 0, 40deg);
    transform-origin: 50% 50%;
}

*/

	  
	  
	  
	  
/*
@media (max-width: 450px) {


.board{
    grid-template-columns: 13% repeat(9, 8.2%) 13%;
    grid-template-rows: 13% repeat(9, 8.2%) 13%;
    grid-gap: 1px;
    width: 100%;
    height: auto;
    border: 1px solid #080808;
	
}

.horizontal-row {
    grid-template-columns: repeat(9, 8.2%);
    grid-template-rows: 13%;
}

.vertical-row {
    grid-template-columns: 13%;
    grid-template-rows: repeat(9, 8.2%);
}


.space .container {
    height: 57.5px;
    width: 36.8px;
}




.jail {
    grid-template-columns: repeat(10, 1.3%);
    grid-template-rows: repeat(10, 1.3%);
}






}

*/