@keyframes mymove {
  50% {opacity: 0;}
}
@font-face {
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Roboto-Regular.ttf');
}
body
{
    background-color:black;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE 10+ and Edge */
    user-select: none;           /* Non-prefixed version, 
								currently supported by Chrome and Opera */
}
.home-back
{
    display:block;
    width:100%;
    top:0px;
    bottom:0px;
    position:absolute;
    background-image: url('../img/body-back.jpg');
    background-repeat: no-repeat;
}
.main-back
{
    display:block;
    width:100%;
    top:0px;
    bottom:0px;
    position:absolute;
    background-image: url('../img/main-back.jpg');
    background-repeat: no-repeat;
}
.screen1-back
{
    display:block;
    width:100%;
    top:0px;
    bottom:0px;
    position:absolute;
    background-image: url('../img/screen_1.jpg');
    background-repeat: no-repeat;
}
.screen2-back
{
    display:block;
    width:100%;
    top:0px;
    bottom:0px;
    position:absolute;
    background-image: url('../img/screen_2.jpg');
    background-repeat: no-repeat;
}
.app-logo
{
    margin: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    width:600px;
}
.header-image
{
    text-align: center;
    background-image: url('../img/header.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height:500px;
}
.app-type
{
    width:1000px;
    position:absolute;
    left:460px;
    bottom:50px;
}
.app-type-top
{
    margin: 30px auto;
    width:350px;
}
.logo-left-corner
{
    width:300px;
    position:absolute;
    top:20px;
    left:40px;
}
.main-description
{
    font-family: 'Roboto Regular';
    margin:50px auto 0px auto !important;
    color:white;
    font-size:16px;
    text-transform: uppercase;
    margin-top: 50px;
}
.cta-btn-caption
{
    font-family: 'Roboto Regular';
    margin:10px auto !important;
    color:white;
    font-size:14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.cta-btn
{
    border: 3px #9c8c00 solid !important;
    margin: auto !important;
    min-width: 300px;
    font-family: 'Roboto Regular';
    font-weight:bold;
    font-size:25px;
    text-transform: uppercase;
    padding:20px 50px;
    background-color: #ffeb3b;
    border-color: #9c8c00;
}
.cta-btn:hover
{
    border: 3px #c1b652 solid !important;
    margin: auto !important;
    min-width:300px;
    font-family: 'Roboto Regular';
    font-weight:bold;
    font-size:25px;
    text-transform: uppercase;
    padding:20px 50px;
    background-color: #fff388;
    border-color: #c1b652;
}
.cta-secondary-btn
{
    border: 3px #9c8c00 solid !important;
    margin: auto !important;
    min-width:180px;
    font-family: 'Roboto Regular';
    font-weight:bold;
    font-size:25px;
    text-transform: uppercase;
    padding:20px 50px;
    background-color: #ffeb3b;
    border-color: #9c8c00;
}
.cta-secondary-btn:hover
{
    border: 3px #c1b652 solid !important;
    margin: auto !important;
    min-width:180px;
    font-family: 'Roboto Regular';
    font-weight:bold;
    font-size:25px;
    text-transform: uppercase;
    padding:20px 50px;
    background-color: #fff388;
    border-color: #c1b652;
}
.cta-obtion-btn
{
    border: 3px #9c8c00 solid !important;
    margin: auto !important;
    min-width:250px;
    font-family: 'Roboto Regular';
    font-weight:bold;
    font-size:17px;
    text-transform: uppercase;
    padding:20px 20px;
    background-color: #ffeb3b;
    border-color: #9c8c00;
}
.cta-obtion-btn:hover
{
    border: 3px #c1b652 solid !important;
    margin: auto !important;
    min-width:250px;
    font-family: 'Roboto Regular';
    font-weight:bold;
    font-size:17px;
    text-transform: uppercase;
    padding:20px 20px;
    background-color: #fff388;
    border-color: #c1b652;
}
.cta-obtion-btn:focus
{
    border: 3px #9c8c00 solid !important;
    margin: auto !important;
    min-width:250px;
    font-family: 'Roboto Regular';
    font-weight:bold;
    font-size:17px;
    text-transform: uppercase;
    padding:20px 20px;
    background-color: #ff9800;
    border-color: #c1b652;
}
.cta-obtion-btn:active
{
    border: 3px #9c8c00 solid !important;
    margin: auto !important;
    min-width:250px;
    font-family: 'Roboto Regular';
    font-weight:bold;
    font-size:17px;
    text-transform: uppercase;
    padding:20px 20px;
    background-color: #ff9800;
    border-color: #c1b652;
}
.footer
{
    font-family: 'Roboto Regular';
    width:100%;
    text-align: center;
    height:auto;
    position:absolute;
    bottom:10px;
}
.website
{
    font-size:25px;
    color:#ffeb3b;
}
.cta-btn-info
{
    position:absolute;
    z-index: 9999;
    top:20px;
    right:10px;
    border: 1px #ffeb3b solid !important;
    margin: auto !important;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:#ffeb3b;
    text-transform: uppercase;
    padding:15px 30px;
    background-color: black;
    border-color: #ffeb3b;
    cursor: pointer;
}
.cta-btn-info:hover
{
    position:absolute;
    z-index: 9999;
    top:20px;
    right:10px;
    border: 1px #ffeb3b solid !important;
    margin: auto !important;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:black;
    text-transform: uppercase;
    padding:15px 30px;
    background-color: #ffeb3b;
    border-color: #ffeb3b;
    cursor: pointer;
}
.cta-btn-advert
{
    border: 1px #ffeb3b solid !important;
    margin: auto !important;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:#ffeb3b;
    text-transform: uppercase;
    padding:15px 30px;
    background-color: black;
    border-color: #ffeb3b;
    cursor: pointer;
}
.cta-btn-advert:hover
{
    border: 1px #ffeb3b solid !important;
    margin: auto !important;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:black;
    text-transform: uppercase;
    padding:15px 30px;
    background-color: #ffeb3b;
    border-color: #ffeb3b;
    cursor: pointer;
}
.cta-btn-back
{
    position:absolute;
    z-index: 9999;
    top:20px;
    right:10px;
    border: 1px #ffeb3b solid !important;
    margin: auto !important;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:#ffeb3b;
    text-transform: uppercase;
    padding:15px 30px;
    background-color: black;
    border-color: #ffeb3b;
    cursor: pointer;
}
.cta-btn-back:hover
{
    position:absolute;
    z-index: 9999;
    top:20px;
    right:10px;
    border: 1px #ffeb3b solid !important;
    margin: auto !important;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:black;
    text-transform: uppercase;
    padding:15px 30px;
    background-color: #ffeb3b;
    border-color: #ffeb3b;
    cursor: pointer;
}
.cta-btn-quit
{
    border: 1px #F44336 solid !important;
    margin: auto !important;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:black;
    text-transform: uppercase;
    padding:15px 30px;
    background-color: #F44336;
    border-color: #F44336;
    cursor: pointer;
}
.cta-btn-quit:hover
{
    border: 1px #F44336 solid !important;
    margin: auto !important;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:black;
    text-transform: uppercase;
    padding:15px 30px;
    background-color: #ff5c50;
    border-color: #F44336;
    cursor: pointer;
}
.cta-save-target
{
    top:10px;
    right:15px;
    position:absolute;
    border: 1px #F44336 solid !important;
    margin: auto !important;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:black;
    text-transform: uppercase;
    padding:15px 30px;
    background-color: #F44336;
    border-color: #F44336;
    cursor: pointer;
    z-index: 1000;
}
.cta-save-target:hover
{
    top:10px;
    right:15px;
    position:absolute;
    border: 1px #F44336 solid !important;
    margin: auto !important;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:black;
    text-transform: uppercase;
    padding:15px 30px;
    background-color: #F44336;
    border-color: #F44336;
    cursor: pointer;
    z-index: 1000;
}
.target-icon
{
    width:200px;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.target-description
{
    padding: 0px 30px;
    margin-top: 30px;
    font-family: 'Roboto Regular';
    font-size:15px;
    text-align: center;
    color:#989898;
}
h1
{
    text-transform: uppercase;
    font-weight:bold;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Roboto Regular';
    font-size: 50px;
    color: #ffeb3b;
}
h2
{
    text-transform: uppercase;
    font-weight:bold;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Roboto Regular';
    font-size: 30px;
    color: #999999;
}
.cta-btn-secondary-description
{
    font-size:17px;
}
.target-actual-distance
{
    width: 33%;
    z-index: 10;
    display: block;
    height: 10px;
    background-color: #ffffff;
    position: absolute;
    opacity: 0.8;
    top: 28px;
}
.shooter
{
position: absolute;
width:200px;
left: -230px;
top: 60px;
}
/****************** Counter css ******************/
.count {
    margin: 0 auto;
    font-family: 'Roboto Regular';
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 80px;
    padding: 0 2px;
    border-radius: .25rem;
    width: 50px;
    text-align: center;
}
.count2 {
    margin: 0 auto;
    font-family: 'Roboto Regular';
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 80px;
    padding: 0 2px;
    border-radius: .25rem;
    width: 50px;
    text-align: center;
}
.plus {
    display:block;
    margin:0 auto;
    cursor: pointer;
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
    border-radius: 50%;
    }
.plus2 {
    display:block;
    margin:0 auto;
    cursor: pointer;
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
    border-radius: 50%;
    }
.minus {
    display:block;
    margin:0 auto;
    cursor: pointer;
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    margin-top: 20px;
    background-clip: padding-box;
}
.minus2 {
    display:block;
    margin:0 auto;
    cursor: pointer;
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    margin-top: 20px;
    background-clip: padding-box;
}
.minus:hover{
    background-color: #ffeb3b !important;
    color:black;
}
.minus2:hover{
    background-color: #ffeb3b !important;
    color:black;
}
.plus:hover{
    background-color: #ffeb3b !important;
    color:black;
}
.plus2:hover{
    background-color: #ffeb3b !important;
    color:black;
}
/*Prevent text selection*/
span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input{  
    border: 0;
    width: 2%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:disabled{
    background-color:white;
}
/****************** Counter css ******************/
.timer
{
    font-family: 'Roboto Regular';
    font-size:160px;
    color:white;
}
.cta-btn-timer-start
{
    border: 1px #ffeb3b solid !important;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:black;
    text-transform: uppercase;
    padding:15px 30px;
    background-color: #ffeb3b;
    border-color: #ffeb3b;
    cursor: pointer;
}
.cta-btn-timer-start:hover
{
    border: 1px #ffeb3b solid !important;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:black;
    text-transform: uppercase;
    padding:15px 30px;
    background-color: #ffeb3b;
    border-color: #ffeb3b;
    cursor: pointer;
}
.cta-btn-timer
{
    border: 1px #ffeb3b solid !important;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:#ffeb3b;
    text-transform: uppercase;
    padding:15px 30px;
    background-color: black;
    border-color: #ffeb3b;
    cursor: pointer;
}
.cta-btn-timer:hover
{
    border: 1px #ffeb3b solid !important;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:black;
    text-transform: uppercase;
    padding:15px 30px;
    background-color: #ffeb3b;
    border-color: #ffeb3b;
    cursor: pointer;
}
.range-units
{
    left:158px;
    position: absolute;
    font-family: 'Roboto Regular';
    color: white;
    display: block;
    font-size: 20px;
    margin-top: 10px;
}
.pause-time
{
    font-family: 'Roboto Regular' !important;
    font-size:18px;
    font-weight:400 !important;
    color: white;
    
}
.pause-time th
{
    font-family: 'Roboto Regular';
    padding: 0.5rem;
    font-size:17px !important;
    font-weight:400 !important;
    border-top: transparent;
    border-bottom: #616161 2px solid;
    text-align: center;
    color: white;
}
.pause-time td
{
    font-family: 'Roboto Regular';
    padding: 0.5rem;
    font-size:17px !important;
    font-weight:400 !important;
    border-top: transparent;
    border-bottom: #616161 1px dotted;
    text-align: right;
    color: white;
}
.stopwatch-icon
{
    width:32px;
}
.tableFixHead::-webkit-scrollbar {
  display: none;
}
.tableFixHead
{ 
    overflow-y: scroll; 
    height: 300px; 
    scrollbar-width: none;
}
.tableFixHead table.pause-time thead th 
{ 
    position: sticky; 
    background-color: black;
    top: 0; 
}
.disabled
{
    color: #212529 !important;
    background-color: #717171 !important;
    border:3px gray solid !important;
    opacity: .6 !important;
}
.my-time-placeholder
{
    padding: 15px;
    background-color: black;
    border: #999999 1px dotted;
    position: absolute;
    bottom: 20px;
    left: 40px;
    z-index: 100;
}
.my-time-label
{
    font-size: 16px;
    font-family: 'Roboto Regular';
    color: white;
    text-transform: uppercase;
    display:block;
}
.my-current-time
{
    font-size: 38px;
    font-family: 'Roboto Regular';
    color: #ffeb3b;
    text-transform: uppercase;
    display:block;
    font-weight:bold;
}
.cta-obtion-dynamic-btn
{
    border: 2px #9c8c00 solid;
    min-width:250px;
    font-family: 'Roboto Regular';
    font-weight:bold;
    font-size:17px;
    text-transform: uppercase;
    padding:12px 20px;
    background-color: #ffeb3b;
    border-color: #9c8c00;
}
.cta-obtion-dynamic-btn:hover
{
    border: 2px #c1b652 solid;
    min-width:250px;
    font-family: 'Roboto Regular';
    font-weight:bold;
    font-size:17px;
    text-transform: uppercase;
    padding:12px 20px;
    background-color: #fff388;
    border-color: #c1b652;
}
.cta-obtion-dynamic-btn:focus
{
    border: 2px #ffa31b solid;
    min-width:250px;
    font-family: 'Roboto Regular';
    font-weight:bold;
    font-size:17px;
    text-transform: uppercase;
    padding:12px 20px;
    background-color: #ff9800;
    border-color: #c1b652;
}
.cta-obtion-dynamic-btn:active
{
    border: 2px #ffa31b solid;
    min-width:250px;
    font-family: 'Roboto Regular';
    font-weight:bold;
    font-size:17px;
    text-transform: uppercase;
    padding:12px 20px;
    background-color: #ff9800;
    border-color: #c1b652;
}
.target
{
    width: 90px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 30px;
    z-index: 15;
}
.shooter-id-placeholder
{
    font-family: 'Roboto Regular';
    position:absolute;
    text-transform: uppercase;
    left:10px;
    top:9px;
    width:585px;
    text-align: left;
    padding: 15px 30px;
    border-radius: .25rem;
}
.work-caption
{
    width:100%;
    text-align: center;
    font-family: 'Roboto Regular';
    font-size:12px;
    color:gray;
    text-transform: uppercase
}
.work-parameter
{
    width:100%;
    text-align: center;
    font-family: 'Roboto Regular';
    font-size:15px;
    color:white;
    text-transform: uppercase
}
.video-placeholder
{
    width:100%;
    position:absolute;
    overflow:hidden;
}
.video-zoom
{
  position: relative;
  width:100%;
  top:50px;
  -moz-transform:scale(1.5);
  -webkit-transform:scale(1.5);
  -o-transform:scale(1.5);
  -ms-transform:scale(1.5);
  transform:scale(1.5);
}