

.menu-btn {
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  margin: 6px 6px;
  text-align: center;
  padding: 8px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 17px;
}

.menu-btn-tally {
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  margin: 6px 6px;
  text-align: center;
  padding: 12px 32px;
  border-radius: 0px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 15px;
  display: inline-block;
}

.menu-btn-tally-a {
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  margin: 6px 6px;
  text-align: center;
  border-radius: 0px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 15px;
  display: inline-block;
  padding:5px;
}
@media (max-width: 700px) {
    .menu-btn-tally-a h4 {
      font-size: 13px;

    }
    .menu-btn-tally-a {
      padding:2px;
    }
}


.menu-btn h4 {
  font-size: 1.5em;
}

.menu-btn h5 {
  font-size: 1.3em;
}

.menu-btn:hover {

}

.menu-btn-blue {
  background: #fff;
  color: #666666;
  opacity:0.8;
}
.menu-btn-blue:hover {
  opacity:1;
}

.menu-btn-category {
  pointer-events: none;
  cursor: default;
  border: 0px solid #666666;
  background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.4);
  height:120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.quizshow-inside {
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.4);
  border-radius: 15px;
  //background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(214,214,214,0.3) 49%,rgba(170,170,170,0.3) 52%,rgba(255,255,255,0.3) 100%);
  background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
  transition: all .2s ease-in;
}
.quizshow-inside:hover {
  opacity:1;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.menu-btn-blue-quizshow {
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.4);
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  color: black;
  background: rgb(221, 221, 221);
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.4);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
  height:110px;
  font-size:60px !important;
  color:#fff;
  background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(214,214,214,0.3) 49%,rgba(170,170,170,0.3) 52%,rgba(255,255,255,0.3) 100%);
}


.menu-btn-blue-tally {
  border: 1px solid white;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.menu-btn-blue-tally:hover {
  opacity:1;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.tally-active {
  border: 1px solid #6b6b6b !important;
  background-color: rgba(255, 255, 255, 0.4)  !important;
  color: #000;
}

.menu-btn-white {
  background: #fff;
  color: #666666;
  opacity:1;
}



.menu-btn-red {
  background: #ec3126;
  color: #fff;
}

.menu-btn-red:hover {
  background: #bf2820;
}

.menu-btn-orange {
  background: #f38234;
  color: #fff;
}

.menu-btn-orange:hover {
  background: #bf652a;
}

.menu-btn-green {
  background: #92a53d;
  color: #fff;
}

.menu-btn-green:hover {
  background: #6f7c2c;
}

.menu-btn-correct {
  background: #5CB85C;
  color: #fff;
}
.menu-btn-correct:hover {
  background: #4a9b4a;
}
.menu-btn-correct-tally {
  border: 4px solid #5CB85C;
  background: rgba(74,155,74,0.4);
  color: #fff;
}
.menu-btn-correct-tally:hover {
  background: rgba(74,155,74,0.7);
}
.menu-btn-red-tally {
  border: 4px solid #ec3126;
  background: rgba(191,40,32,0.4);
  color: #fff;
}

.menu-btn-red-tally:hover {
  background: rgba(191,40,32,0.7);
}



.menu-btn-disabled {
  //pointer-events: none;
  //cursor: not-allowed;
  filter: alpha(opacity=50);
  opacity: .50;
  border: 1px solid rgba(0, 0, 0, 0.4);
}





.jumbotron-quiz{
	padding:15px;
	margin:5px;
}

@media (max-width: 700px) {
    h3 {
      font-size: 18px;
    }
    h4 {
      font-size: 15px;
    }
    h5 {
        font-size: 13px;
        font-weight: 200;
        line-height: 21px
    }
}

.inside-shadow{
  box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.59);
}

.outside-shadow{
  box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.59);
}

.rounded-edges{
  border-radius: 10px;
}

.whirl-bg {
  //background-image:linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.75));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(0,0,0,0.25) 18%,rgba(8,8,8,0.21) 19%,rgba(255,255,255,0.21) 50%,rgba(246,246,246,0.21) 51%,rgba(0,0,0,0.21) 78%,rgba(12,12,12,0.21) 79%,rgba(255,255,255,0) 100%);
  -webkit-box-shadow: inset 2px 2px 12px -1px rgba(0,0,0,0.34);
  -moz-box-shadow: inset 2px 2px 12px -1px rgba(0,0,0,0.34);
  box-shadow: inset 2px 2px 12px -1px rgba(0,0,0,0.34);


    padding:15px;
    border-radius: 8px;


    border: 3px ridge #b8b8b8;



}
.whirl-icon{
  
}


.whirl-bg-dark{
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(168,168,168,1) 18%, rgba(242,242,242,1) 31%, rgba(107,107,107,1) 38%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(168,168,168,1) 57%, rgba(232,232,232,1) 67%, rgba(140,140,140,1) 80%, rgba(226,226,226,1) 90%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(168,168,168,1) 18%,rgba(242,242,242,1) 31%,rgba(107,107,107,1) 38%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(168,168,168,1) 57%,rgba(232,232,232,1) 67%,rgba(140,140,140,1) 80%,rgba(226,226,226,1) 90%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(168,168,168,1) 18%,rgba(242,242,242,1) 31%,rgba(107,107,107,1) 38%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(168,168,168,1) 57%,rgba(232,232,232,1) 67%,rgba(140,140,140,1) 80%,rgba(226,226,226,1) 90%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
  padding:10px;
  border-radius: 8px;
  -webkit-box-shadow: 0px -3px 12px 3px rgba(0,0,0,0.41);
  -moz-box-shadow: 0px -3px 12px 3px rgba(0,0,0,0.41);
  box-shadow: 0px -3px 12px 3px rgba(0,0,0,0.41);
}

@media (max-width: 768px) {
    .whirl-bg-dark {
      padding:3px;
    }
}

.whirl-title{
  text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
}



.whirl-cat{
 // min-height:50px;
  
  text-shadow: 1px 2px 3px #666;
  border: 3px ridge #b8b8b8;
  -webkit-box-shadow: inset 0px -3px 12px 3px rgba(0,0,0,0.41);
  -moz-box-shadow: inset 0px -3px 12px 3px rgba(0,0,0,0.41);
  box-shadow: inset 0px -3px 12px 3px rgba(0,0,0,0.41);
}

.whirl-cat-green{
  color:#fff;
  background: #bfd255; /* Old browsers */
  background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
}

.whirl-cat-grey{
  color:#fff;

  background-image: linear-gradient(to bottom, rgba(125,126,125,0.5) 0%,rgba(14,14,14,0.5) 100%);
}


.whirl-btn-sm {
    font-size:14px !important;
    width:auto !important;
}
.whirl-btn-hor-correct {
    background: linear-gradient(to bottom,  rgba(52,188,15,1) 0%,rgba(37,135,10,1) 11%,rgba(41,154,11,1) 100%) !important;
    border:1px solid green;
    color: #fff;
}
.whirl-btn-hor-incorrect {
    background: linear-gradient(to bottom,  rgba(186,9,9,1) 0%,rgba(132,10,10,1) 11%,rgba(153,15,15,1) 100%) !important;
    border:1px solid #850A0A;
    color: #fff;

}
.q-header{
  font-size: 16px;
}
.whirl-btn-hor {
    width:100%;
    display: inline-block;
    margin-top: 0px;
    border-radius: 20px;

    font-size: 20px;
    color: #000;
    cursor:pointer;
}
@media (max-width: 700px) {
    .whirl-btn-hor {
      font-size: 14px;
    }
    .q-header{
      font-size: 10px;
    }
}
.whirl-btn-hor:hover span {
  color: #000;
  


}

.whirl-btn-hor:active, .whirl-btn-hor:focus {
    //color: #fff;
    //-webkit-box-shadow:    0 8px 0 #8B98A0, 0 12px 10px rgba(0, 0, 0, .3);
    //-moz-box-shadow: 0 8px 0 #8B98A0, 0 12px 10px rgba(0, 0, 0, .3);
    //box-shadow:    0 8px 0 #8B98A0, 0 12px 10px rgba(0, 0, 0, .3);
}

.whirl-btn-hor:active span {
    color: #000;
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
.whirl-btn-hor-span {
  width:100%;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    background: rgb(226,226,226);
    background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );



    border-radius: 20px;

    line-height: 1;
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}
.whirl-btn-hor-span:hover {
  background: rgb(206,206,206);
  background: -moz-linear-gradient(top,  rgba(206,206,206,1) 0%, rgba(198,198,198,1) 50%, rgba(188,188,188,1) 51%, rgba(237,237,237,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(198,198,198,1) 50%,rgba(188,188,188,1) 51%,rgba(237,237,237,1) 100%);
  background: linear-gradient(to bottom,  rgba(206,206,206,1) 0%,rgba(198,198,198,1) 50%,rgba(188,188,188,1) 51%,rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ededed',GradientType=0 );
}




.whirl-btn-outside{
  display: inline-block;
  border-radius: 8px;
  background: rgb(255,255,255);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(168,168,168,1) 18%,rgba(242,242,242,1) 31%,rgba(107,107,107,1) 38%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(168,168,168,1) 57%,rgba(232,232,232,1) 67%,rgba(140,140,140,1) 80%,rgba(226,226,226,1) 90%,rgba(246,246,246,1) 100%); 
  box-shadow: 0px -3px 12px 3px rgba(0,0,0,0.41);

  width:100%;
  margin-top:20px;
  padding:10px;
  padding-bottom:25px;
}

.whirl-btn-dark{
   display: inline-block;
  border-radius: 8px;
  background: #605f60;

  width:100%;
  height:50px;

}


.whirl-button {
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0 8px 0 #605f60, 0 5px 5px rgba(0, 0, 0, .55);
    transition: box-shadow .1s ease-in-out;
    font-size: 25px;
    color: #fff;
    width:100%;
}


.whirl-button-span {
    display: inline-block;
    padding: 10px;
    background-image:linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.75));
    border-radius: 8px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    width:100%;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.whirl-button:hover span {
  color: #fff;
    
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);

}

.whirl-button:active, .whirl-button:focus {
    color: #fff;
    box-shadow:    0 8px 0 #353535, 0 12px 10px rgba(0, 0, 0, .3);
}

.whirl-button:active span {
    color: #fff;
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.slotMachineNoTransition {
    -webkit-transition: none !important;
            transition: none !important;
}

.slotMachineBlurFast {
    -webkit-filter: blur(5px);
            filter: blur(5px);
}

.slotMachineBlurMedium {
    -webkit-filter: blur(3px);
            filter: blur(3px);
}

.slotMachineBlurSlow {
    -webkit-filter: blur(2px);
            filter: blur(2px);
}

.slotMachineBlurTurtle {
    -webkit-filter: blur(1px);
            filter: blur(1px);
}

.slotMachineGradient {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(25%, rgba(0,0,0,1)), color-stop(75%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)) );
    -webkit-mask: url("data:image/svg+xml;utf8,<svg version="1.1" xmlns="http:// www.w3.org/2000/svg" width="0" height="0"><mask id="slotMachineFadeMask" maskUnits="objectBoundingBox" maskContentUnits="objectBoundingBox"><linearGradient id="slotMachineFadeGradient" gradientUnits="objectBoundingBox" x="0" y="0"><stop stop-color="white" stop-opacity="0" offset="0"></stop><stop stop-color="white" stop-opacity="1" offset="0.25"></stop><stop stop-color="white" stop-opacity="1" offset="0.75"></stop><stop stop-color="white" stop-opacity="0" offset="1"></stop></linearGradient><rect x="0" y="-1" width="1" height="1" transform="rotate(90)" fill="url(#slotMachineFadeMask)"></rect></mask></svg>#slotMachineFadeMask");
            mask: url("data:image/svg+xml;utf8,<svg version="1.1" xmlns="http:// www.w3.org/2000/svg" width="0" height="0"><mask id="slotMachineFadeMask" maskUnits="objectBoundingBox" maskContentUnits="objectBoundingBox"><linearGradient id="slotMachineFadeGradient" gradientUnits="objectBoundingBox" x="0" y="0"><stop stop-color="white" stop-opacity="0" offset="0"></stop><stop stop-color="white" stop-opacity="1" offset="0.25"></stop><stop stop-color="white" stop-opacity="1" offset="0.75"></stop><stop stop-color="white" stop-opacity="0" offset="1"></stop></linearGradient><rect x="0" y="-1" width="1" height="1" transform="rotate(90)" fill="url(#slotMachineFadeMask)"></rect></mask></svg>#slotMachineFadeMask");
}



/*
 * Airlines
 */
#plane {
  width: 100%;
  position: relative;
  padding: 70px 0px;
    border-bottom: 10px solid #B8312F;
    border-top: 20px dotted #66D4FF;
    height: 400px;
    background-color: rgb(0, 175, 225);
    background-image: url('../img/plane.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#plane .content{
    float: left;
    font-size: 50px;
    font-weight: 300;
    line-height: 42px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

#plane .content, footer .content{
  font-family: 'Pathway Gothic One';
    font-size: 70px;
    font-weight: 300;
    line-height: 80px;
}

#planeMachine {
  width:520px;
  height: 67px;
  overflow: hidden;
  display: inline-block;
  text-align: left;
}

/*
 * SlotMachine
 */
#randomize {
    height: 400px;
    border-bottom: 10px solid rgb(72, 158, 48);
    background-color: #EB6B56;
    border-top: 20px dotted #B8312F;
}

#randomize .row > div.col-xs-4 {
    padding-left: 35px;
}

#randomize .row > div.col-xs-4 > div {
    padding-top: 40px;
    padding-left: 40px;
    width: 175px;
    height: 175px;
    background-color: #fff;
    border-radius: 50%;
    margin: auto;
}

.randomizeMachine {
    width: 100px;
    height: 100px;
}

.btn-group-randomize {
    margin: 0 auto;
    margin-top: 30px;
    width: auto;
}

.btn-group-randomize div {
    width: auto !important;
}

/*
 * Watch
 */
#watch {
    border-top: 20px dotted rgb(72, 158, 48);
    border-bottom: 10px solid #195AC8;
    background-color: #46D265;
}

#watch h1 {
    margin: 0px;
}

#watch .content:nth-child(1) {
    text-align: center;
    background: url('../img/watch.png') no-repeat 50% 80px;
    height: 500px;
}

#watch .content > div {
    clear:both;
    padding-top: 10px;
    width: 300px;
    margin: 0 auto;
}

#watch .content > div.small {
    padding-top: 190px;
    width: 60px;
}

#watch1 > div {
    color: #fff;
    height: 55px;
    width: 55px;
    font-size: 55px;
}

.btn-group-watch {
    margin-top: 120px;
}

.btn-group-watch .btn {
    border: none;
    background-color: rgb(72, 158, 48);
}
.btn-group-watch .btn:hover, .btn-group-watch .btn:focus {
    background-color: rgb(72, 158, 48);
}

/*
 * Triky
 */
#triky {
    text-align: center;
    background: url('../img/triky.jpg') no-repeat right 40px;
    background-color: #0F99CA;
    height: 450px;
  border-bottom: 10px solid rgb(180, 75, 119);
  border-top: 20px dotted #195AC8;
}

#triky .row > div {
    background-color: #fff;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    padding-top: 40px;
    padding-left: 35px;
    left: -35px;
}

#triky1 {
    width: 150px;
    height: 150px;
}

.btn-group-triky {
    margin-top: 60px;
}

/*
 * Casino
 */
#casino {
    border-top: 20px dotted rgb(180, 75, 119);
    border-bottom: 10px solid #A48E4E;
    background-color: rgb(240, 150, 150);
}

#casino h1 {
    margin: 0px;
}

#casino .content:nth-child(1) {
    text-align: center;
    background: url('../img/machine.png') no-repeat 50% 80px;
    height: 580px;
}

#casino .content > div {
    clear:both;
    padding-top: 200px;
    width: 300px;
    margin: 0 auto;
}

.machineContainer{
  background-color: #000;
  padding: 5px 1px 5px 1px;
  overflow: hidden;
  height: 135px;
}



.btn-group-casino {
    margin-top: 150px;
    margin-left: -32px;
}

.btn-group-casino .btn {
    border: none;
    background-color: rgb(209, 79, 119);
}
.btn-group-casino .btn:hover, .btn-group-casino .btn:focus {
    background-color: rgb(180, 75, 119);
}

/*
 * Footer
 */
footer{
  width:100%;
  background-color: #6C5726;
  text-align: center;
  color: #DCD293;
}

.footer-tally {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
}

.footer2 {
  position: fixed;
   bottom: 0;
   width: 100%;

   background-color: #f5f5f5;
   z-index:8;
}



#textMachine {
  width:520px;
  height: 67px;
  overflow: hidden;
  display: inline-block;
  text-align: left;
}








.whirl-modal-img{
  max-height:40px;
}


.text-white{
  color:#fff;
}



.machineResult{
  color:#fff;
  text-align:center;
  font-weight: 900;
}
.noBorder{
  border:none !important;
  background: transparent !important;
}
.whirl-slot{
  height:105px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
  border: 3px ridge #b8b8b8;
  -webkit-box-shadow: inset 0px -3px 12px 3px rgba(0,0,0,0.41);
  -moz-box-shadow: inset 0px -3px 12px 3px rgba(0,0,0,0.41);
  box-shadow: inset 0px -3px 12px 3px rgba(0,0,0,0.41);
}

.slotMachine{
  width: 70%;
  height: 100px;
  padding: 0px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  //background-color: #ffffff;
}
.slotMachine .slot{
  height:100px;
  background-position-x: 55%;
  background-repeat: no-repeat;
  background-position: 55% center;
}


.slot1 {
  background: url("../img/Cherries.png");
  background-size: contain;
}

.slot2 {
  background-image: url("../img/Seven.png");
  background-size: contain;
}

.slot3 {
  background-image: url("../img/Emerald.png");
  background-size: contain;
}

.slot4 {
  background-image: url("../img/Lemon.png");
  background-size: contain;
}

.slot5 {
  background-image: url("../img/Diamond.png");
  background-size: contain;
}

.slot6 {
  background-image: url("../img/Clover.png");
  background-size: contain;
}

.slot7 {
  background-image: url("../img/Horseshoe.png");
  background-size: contain;
}

.slot8 {
  background-image: url("../img/Strawberry.png");
  background-size: contain;
}

.slot9 {
  background-image: url("../img/Bell.png");
  background-size: contain;
}

.slot10 {
  background-image: url("../img/Grapes.png");
  background-size: contain;
}
.slot11 {
  background-image: url("../img/Bonus.png");
  background-size: contain;
}

.answers-text {
  font-size: 20px;
}
@media (max-width: 700px) {
    .answers-text {
      font-size: 18px;
    }
}
.answers-letter-tally{
  display: inline-block;
  width:8%;
  float:left;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  color:#fff;
}
.answers-letter{
  display: inline-block;
  width:8%;
  float:left;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  color:#fff;
}
.answers-check{
  display: inline-block;
  width:4%;
  float:right;
  color:#fff;
  text-align:right;
}
.answers-text-div{
  display: inline-block;
  width:87%;
  float:left;
  padding-left:10px;
}
.transparent{
  opacity:0.5;
}
.trans-30{
  opacity:0.3;
}
.trans-40{
  opacity:0.4;
}
.text-black{
  color:#000;
}

.tally-profilepic{
  background-image: url('../img/profile_default.png');
  background-size: cover;
  background-position: center;
  height:40px;
  width:40px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
  vertical-align: top;
}

.chat {
    width: 80%;
    display: inline-block;
}

.chat-bubble{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    display: inline-block;
    padding: 1px 18px;
    position: relative;
    vertical-align: top;
    color:#000;
    width:100%;
}

.chat-bubble::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
}

.chat-me {
    float: left;   
    margin: 5px 45px 5px 20px;         
}

.chat-me::before {
    left: -9px;           
}


.tally-bg1{
  background-image: url('../img/bg_bubbles.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron-users{
  padding:10px;
  padding-left:10px;
  margin:5px;
}

.white-btn{
  color:#dbdbdb;
}
.white-btn:hover{
  color:#fff;
}
.marker-pin {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50% 50% 50% 0;
  border-radius: 50% 50% 50% 0;
  background: #7ab6ff;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;

  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
  -webkit-animation-name: bounce-pin;
  -moz-animation-name: bounce-pin;
  -o-animation-name: bounce-pin;
  -ms-animation-name: bounce-pin;
  animation-name: bounce-pin;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}

.marker-pin:hover{
  background: #3774bf;
}



@keyframes bounce-pin {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(-200px) rotate(-45deg);
  }
  20% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    transform: translateY(10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(-45deg);
  }
  60% {

    transform: translateY(0) rotate(-45deg);
  }
}

.marker-label{
  margin-top:5px;
  margin-left:11px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  position:absolute;
  text-align:left;
}
.img-marker-holder {
  min-width: 250px;
  min-height: 250px;
  display: inline-block;
  position: relative;
}

.pin-holder{ 
  z-index:1;
  position: absolute;
  border-radius:50%;
  left:78%;
  top:26%;
  width:20px;
  height:20px;
  background-color:#fff;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.85); 
  color:#fff;
  font-size:14px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.pin-holder:hover{
  z-index:99;
}
.pin-holder-incorrect{ 
  background-color:#fc564e;
}
.pin-holder-correct{ 
  background-color:#67ea64;
}
 @media only screen and (max-width : 700px) {
   .pin-holder{ 
     width:10px;
     height:10px;
     font-size:8px;
   }
}

.scores-highlight{
  background-color:rgba(255, 255, 255, 0.4) !important;
}

.team-square {
  display:inline-block;
  margin-right:10px;
  height:20px;
  width:20px;
  border:1px solid #a8a8a8;
}

 @media only screen and (max-width : 400px) {
   .navbar-header {
       display: inline-block;
       float: left;
    }
}

.form-control-tally {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tally-a {
  color:#c4c4c4;
}
.tally-a:hover, .tally-a:focus, .tally-a:active{
  color:#fff;
}

.teams-holder {
  text-align:center;
  margin-bottom:0px;
  vertical-align:middle;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.teams-icon{
  display:inline-block;
  float:left;
  height:50px;
  width:60px;
  color:#fff;
  padding:10px;
  text-align:center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.teams-title{
  display:inline-block;padding-top:7px;
}
.teams-score{
  display:inline-block;
  float:right;
  height:50px;
  width:90px;
  color:#fff;
  padding:10px;
  font-size:22px;
  text-align:center;
}
.teams-users{
  min-height:60px;
  text-align:left;
  margin-top:-2px;
  padding:10px;
  border:1px solid #848484;
  margin-left:6px;
  margin-right:-6px;
  background-color:rgba(255,255,255,0.2);
}







.table-results {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #000;
  border-left: 0px solid #000;
}
.table-results > thead > tr > th,
.table-results > tbody > tr > th,
.table-results > tfoot > tr > th,
.table-results > thead > tr > td,
.table-results > tbody > tr > td,
.table-results > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #939393;
  background-color: #000;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  font-size:18px;
  text-align:center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.table-results > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
  border-left: 0px solid #000;
}
.table-results > caption + thead > tr:first-child > th,
.table-results > colgroup + thead > tr:first-child > th,
.table-results > thead:first-child > tr:first-child > th,
.table-results > caption + thead > tr:first-child > td,
.table-results > colgroup + thead > tr:first-child > td,
.table-results > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table-results > tbody + tbody {
  //border-top: 2px solid #ddd;
}
.table-results .table-results {
  background-color: #000;
}
.table-results-condensed > thead > tr > th,
.table-results-condensed > tbody > tr > th,
.table-results-condensed > tfoot > tr > th,
.table-results-condensed > thead > tr > td,
.table-results-condensed > tbody > tr > td,
.table-results-condensed > tfoot > tr > td {
  padding: 5px;
}


@media screen and (max-width: 767px) {
  .table-results > thead > tr > th,
  .table-results > tbody > tr > th,
  .table-results > tfoot > tr > th,
  .table-results > thead > tr > td,
  .table-results > tbody > tr > td,
  .table-results > tfoot > tr > td {
    font-size:12px;
  }

}

.btn-tally-dimmed {
  border:1px solid #545454 !important;
  cursor:auto;
}
.btn-tally-selected {
  border:1px solid #fff !important;
  cursor:auto;
  background-color:rgba(255,255,255,0.1);
}

.btn-tally-selectall {
  border:1px solid #fff !important;
  //cursor:auto;
  background-color:rgba(255,255,255,0.9);
  color:#000 !important;
}

.big-img-holder {
  height:70vh;
  width:100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.tally-q-text {
  font-size:30px;
  padding:10px;
}
.tally-img {
  max-height:250px;
  margin:7px;
}
@media screen and (max-width: 1000px) {
  .tally-img {
    max-height:100px;
    margin:7px;
  }
  .tally-q-text {
    font-size:16px;
  }
  .tally-btn-sm {
    min-height:80px;
  }
}

.jumbotron-tally{
  padding:15px;
  margin:5px;
  min-height:75vh;
}

.dot{
  width:10px;
  height:10px;
  position:absolute;
  background-color:#00FF00;
  border-radius: 20px;
  z-index:2;
}

.bottom-btn {
  position: absolute;
  top: 52px;
  right: 70px;
}

.big-img {
  //display: block;
  width:100%;
  max-height:80vh;
}

.hotspot {
  background-color:rgba(255,255,255,0.01);
  position:absolute;
  cursor:pointer;
  
}
.hotspot-correct {
  background-color:rgba(92, 184, 9, 0.2);
  border: 3px solid white;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
}
.hotspot-incorrect {
  background-color:rgba(255,0,0,0.2);
  border: 3px solid white;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
}


.task-image-holder{
    min-width: 250px;
    min-height: 250px;
    display: inline-block;
    position: relative;
    cursor: crosshair;
}

.task-image{
  width:100%;
}
.task-image-zoom-in{
  width:150%;
}
.task-image-zoom-out{
  width:75%;
}
.task-cover{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  opacity:0.4;
}
.task-highlight{
   float: left;
   position: absolute;
   z-index: 1000;
   background-color: rgba(0,0,0,0.01);
   //opacity:0.2;
   border: 3px solid white;
   pointer-events: none;
   box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
}

.task-highlight-show{
   background-color: transparent;
   border:     3px solid #00FF00;
   opacity:1;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.58);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.58);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.58);
}