/*
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

*/

header {
	/*padding: 15px 0;*/
	/*background: #f7f7f7;*/
}

.logo a {
	font-size: 0;
    width: 100%;
    background-size: contain;
    display: block;
    height: 90px;
    background-position: center;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.logo a:after {
	content: "";
    position: absolute;
    height: 120px;
	width: 40px;
	top: -10px;
    transform: rotate(30deg);
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.13) 17%,
      rgba(255, 255, 255, 0.5) 92%,
      rgba(255, 255, 255, 0.0) 100%
    );
	/*left: 40px;*/
	animation: blink 5s linear infinite;
	transition: all 0.5s ease;
}

/*.logo a:hover:after {
    left: 210px;
}*/

header h1 {
	text-align: center;
	/*font-family: 'Patua One', cursive;*/
  text-transform: uppercase;
	font-size: 45px;
}

.item-menu {
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.logo a:after {
		height: 150px;
		left: -10px;
	}

	.logo a:hover:after {
	    left: 200px;
	}
	.column {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.sm-3 {
		width: 33.333333%;
	}

	.item-menu {
		margin-bottom: 0px;
		/*height: 250px;*/
		position: relative;
	}

	.logo a {
	    height: 120px;
		position: absolute;
	    bottom: 0;
	    top: 0;
	    margin: auto;
	}

	header h2 {
		width: 126px;
	    margin: auto;
	    line-height: 1;
		font-size: 35px;
		position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    top: 0;
	    margin: auto;
	    height: 100px;
	}
}

@media screen and (min-width: 1024px) {
	/*.logo a:after {
		transition: all 0.8s ease;
	}

	.logo a:hover:after {
	    left: 300px;
	}*/
}


.hand {
  width: 15px;
  height: 10px;
  background: #333;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hand:after {
  width: 4px;
  height: 30px;
  right: 0;
  position: absolute;
  background: #333;
  display: block;
  animation: rotate 3s linear infinite;
  transform-origin: top;
  content: '';
}
.holder {
  /*padding-top: 25px;*/
  perspective: 800px;
}
.circle {
transform: scale(0.7);
  transform-style: preserve-3d;
  margin: auto;
  width: 170px;
  position: relative;
  height: 130px;
}
.line {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.ruler {
  width: 160px;
  height: 2px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.line {
  width: 160px;
  height: 160px;
  border: 2px solid #333;
  border-radius: 50%;
}
.line-1 {
  animation: rotate linear infinite;
}
.line-1:after {
  display: block;
  position: absolute;
  width: 20px;
  height: 23px;
  background: #333;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -23px;
}
.line-2 {
  animation: rotate 6s linear 0s infinite;
}
.line-3 {
  animation: rotate 6s linear 0.5 infinite;
}
.line-4 {
  animation: rotate 6s linear 1s infinite;
}
.line-5 {
  animation: rotate 6s linear 1.5s infinite;
}
.line-6 {
  animation: rotate 6s linear 2s infinite;
}
.line-7 {
  animation: rotate 6s linear 2.5s infinite;
}
.line-8 {
  animation: rotate 6s linear 3s infinite;
}
.line-9 {
  animation: rotate 6s linear 3.5s infinite;
}
.line-10 {
  animation: rotate 6s linear 4s infinite;
}
.line-11 {
  animation: rotate 6s linear 4.5s infinite;
}
.line-12 {
  animation: rotate 6s linear 5s infinite;
}
.line-13 {
  animation: rotate 6s linear 5.5s infinite;
}
.line-14 {
  animation: rotate 6s linear 6s infinite;
}

.ball {
	background: #fff;
	box-shadow: 1px 1px 1px #333;
	width: 20px;
	height: 20px;
	animation: ping 1s linear infinite;
	border-radius: 50%;
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
	text-align: center;
	transform-style: preserve-3d;
	line-height: 20px;
	font-weight: bold;
	margin: auto;
}

.ball-1 {
	animation-delay: 0s;
  left: 10px;
bottom: 10px;
}
.ball-2 {
	animation-delay: 0.3s;
  left: 40px;
  bottom: -5px;
}
.ball-3 {
	animation-delay: 0.6s;
  left: -99px;
  bottom: 15px;
}
.ball-4 {
	animation-delay: 0.7s;
  left: 20px;
  bottom: 20px;
}
.ball-5 {
	animation-delay: 0.4s;
  left: 5px;
  bottom: -14px;
}
.ball-6 {
	animation-delay: 1.3s;
  left: 65px;
  bottom: 18px;
}
.ball-7 {
	animation-delay: 1.5s;
  left: -61px;
  bottom: 20px;
}
.ball-8 {
	animation-delay: 0.5s;
  left: 89px;
  bottom: 3px;
}
.ball-10 {
	animation-delay: 0.8s;
  left: -30px;
  bottom: 17px;
}
.ball-11 {
	animation-delay: 1.4s;
  left: 110px;
  bottom: 23px;
}
.ball-12 {
	animation-delay: 1.7s;
  left: -60px;
  bottom: 3px;
}
.ball-13 {
    animation-delay: 1.2s;
  left: 60px;
  bottom: 14px;
}
.ball-9 {
  left: -30px;
  bottom: -9px;
  animation-delay: 2s;
  }
  .number {
      /*width: 20px;
      height: 20px;
      border: 1px solid black;
      background: white;
      border-radius: 50%;
      line-height: 20px;
      text-align: center;
      position: absolute;
      transform: rotateX(0deg);*/
  }
  .desk {
      width: 220px;
      height: 132px;
      background: #5a5a5a;
      position: absolute;
      left: 0;
      right: 0;
      top: 110px;
      border-radius: 5px;
      display: flex;
    flex-wrap: wrap;
      transform: rotateX(-300deg);
      margin: auto;
  }
  .table-i {
      width: 20px;
      background: #cac4a3;
      height: 20px;
      display: inline-block;
      text-align: center;
      margin: 1px;
  }

/*}
.table {
    width: 220px;
    height: 140px;
    background: #cac4a3;
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    border-radius: 5px;
    transform: rotateX(-300deg);
    margin: auto;
}

.table:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 2px 2px 0 0;
    background: #4f574e;
    box-shadow:
        0px 21px #4f574e,
        0px 41px #4f574e,
        0px 61px #4f574e,
        0px 81px #4f574e,
        0px 101px #4f574e,
        0px 121px #4f574e,
        0px 140px #4f574e;
}

.table:before {
    content: '';
    display: block;
    width: 2px;
    position: absolute;
    height: 100%;
    border-radius: 0 0;
    background: #4f574e;
    box-shadow:
        21px 0px #4f574e,
        41px 0px #4f574e,
        61px 0px #4f574e,
        81px 0px #4f574e,
        101px 0px #4f574e,
        121px 0px #4f574e,
        141px 0px #4f574e,
        161px 0px #4f574e,
        181px 0px #4f574e,
        201px 0px #4f574e,
        220px 0px #4f574e;
}*/

@-webkit-keyframes blink {
  0%, 40% {
    left: 0px;
  }
  60%, 100% {
    left: 410px;
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-360deg);
  }
}
@-webkit-keyframes ping {
  0% {
    transform: translateY(0px);
  }
  80% {
	transform: translateY(-50px);
  }
  100% {
	transform: translateY(0px);
  }
}
