@charset "UTF-8";
/* ==========================================================================
   Spinner - Styles
	 * @author Matt Shannon
	 * Object Spinner Styles
	 * July-2015
   ========================================================================== */
html {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#title{
    font-size: 2em;
}
.textTreat {
    color: red !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px!important;
}
.spritespin {
    /*position: relative;*/
    /*display: block;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

#percentLoaded {

}
.procent{
    color: #b3d4fc;
    display: block;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -200px;
}
.helpTxt{
    position: relative;
    font-size: .7em;
    font-weight: 400;
    text-shadow: none;
    top: 120px;
    text-align: center;

}
.controls{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: -120px;
    height:150px;
    pointer-events: none;
}
.spinButton{
    position: relative;
    height: 110px;
    width: 110px;
}
.spinRight{
    top: -130px;
    background-image: url("../img/controls/spin_btn_right.png");
    background-repeat: no-repeat;
    /* Flip it
    -moz-transform: scaleX(-.75);
    -o-transform: scaleX(-.75);
    -webkit-transform: scaleX(-.75);
    transform: scaleX(-.75);
    -ms-filter: "FlipH";
    */
}
.spinLeft{
    margin-left: auto;
    top: -5px;
    background-image: url("../img/controls/spin_btn_left.png");
    background-repeat: no-repeat;
}
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (min-width: 480px) { .spinwrap {
    width: 350px;
    height: 500px;
    margin-left: -45px;
    padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom:20px;
    /*position: relative;*/
} }
@media screen and (min-width: 768px) { .spinwrap {
    width: 350px;
    height: 500px;
    margin: auto;
    padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom:20px;
    /*position: relative;*/
} }
