/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11.05.2015, 10:01:15
    Author     : Thomas
*/

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

body {
    background-color: black;
    color: white;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 0 0;
}

#outer {
}

#outer {
    background: black url('../img/bg_dog_horse.jpg') no-repeat center 75px;
}


#inner {
    width: 980px;
    margin: 0px auto;
    text-align: left;
    position: relative;

}

#header {
    height: 75px;
}

#header .logo {
    position: relative;
    top: 30px;
    float: left;
    width: 165px;
}

#header .menu {
    position: relative;
    top: 44px;
    font-size: 15px;
    color: white;
    width: 80px;
    float: left;
    font-weight: 400;
}

#header #menu_vg {
    width: 130px;
    text-align:left;
}

#header .selected {
    font-weight: 600;
    color: #FFD200;
}

#header .menu a{
    text-decoration: none;
}

#header .menu a:hover{
    font-weight: 600;
    color: #FFD200;
    text-decoration: none;
    cursor: pointer;
}

#header #login {
    float: right;
    font-size: 12px;
    margin-top: 19px;
    text-align: right;
}

#bigBox {
    height: 550px;
    width: 980px;
}


#bigBox div {
    width: 326px;
    height: 550px;
    float: left;
    margin-right: 1px;
}

#bigBox div.gametype:first-child {
    background: url('../img/550_dog.jpg');
}

#bigBox div.gametype:nth-child(2) {
    background: url('../img/550_horse.jpg');
}

#bigBox div.gametype:nth-child(3) {
    background: url('../img/550_rtt.jpg');
    margin: 0px;
}

#bigBox .logobox {
    height: 95px;
    background: url('../img/1x1_w90.png');
}

#bigBox .startbox {
    height: 152px;
    background: url('../img/1x1_b75.png');
    margin-top: 253px;
}

#bigBox .startbox .startplaying {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    width: 326px;
    display: block;
    color: #ffd20d;
    margin-top: 40px;
    text-transform: uppercase;
}

#bigBox .startbox .now {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    width: 326px;
    color: white;
    display: block;
    position: relative;
    top: -30px;
    text-transform: uppercase;
}

#bigBox .startcl{
    width: 100%;
    height: 50px;
}

.startbut{
    width: 50%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.4);
    /*background: url(../img/1x1_w90.png);*/
    background-color: rgba(255,255,255,0.9);
    display: inline-block;
    color: #000000;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.startbut.butsing{
    width: 100%;
}

.starttxt{
    display: inline-block;
    transition: all .2s ease-in-out;
    -webkit-transition:  all .2s ease-in-out;
    font-size: 16px;
    font-weight: 600;
}

.startbut{
    transition-property: background-color, color;
    transition-duration: .2s, .2s, .2s ;
    transition-timing-function: linear, linear,linear;
    -webkit--webkit-transition-property: background-color, color;
    -webkit-transition-duration: .2s, .2s, .2s ;
    -webkit-transition-timing-function: linear, linear,linear;
/*    transition: all .2s ease-in-out;
    -webkit-transition:  all .2s ease-in-out;*/
    font-family: 'Open Sans', sans-serif;
}

.buthov .starttxt{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    color: #FFFFFF;
}

#dogBox .startbut.buthov{
    color: #FFFFFF;
    background-color: #cd171a;
}

#horBox .startbut.buthov{
    color: #FFFFFF;
    background: #1e70b6;
}

#rttBox .startbut.buthov{
    color: #FFFFFF;
    background: #77b72a;
}

.romNumb{

}

#bigBox .romNumbO{
    display: inline-block;
    position: relative;
    top: 4px;
    width: 15px;
    height: 20px;
    background-image: url('../img/romone.png');
    background-repeat: no-repeat;
    background-size: 15px 20px;
    float: none;
    margin-left: 2px;
}

#bigBox .buthov .romNumbO{
    background-image: url('../img/romone_w.png');
}

#bigBox .romNumbT{
    display: inline-block;
    position: relative;
    top: 4px;
    width: 15px;
    height: 20px;
    background-image: url('../img/romtwo.png');
    background-repeat: no-repeat;
    background-size: 15px 20px;
    float: none;
    margin-left: 2px;
}

.romNumbOW{
    display: inline-block;
    position: relative;
    top: 5px;
    width: 15px;
    height: 20px;
    background-image: url('../img/romone_w.png');
    background-repeat: no-repeat;
    background-size: 15px 20px;
    float: none;
}

#bigBox .buthov .romNumbT{
    background-image: url('../img/romtwo_w.png');
}

/*
#dogBox .now.nowactive{
    color: #cd171a;
}*/

#video {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin-top: 23px;
    border: 1px solid white;
    height: 90px;
}

#video .text {
    height: 33px;
    padding-top: 12px;
    //border-bottom: 1px solid white;
}

#video .button {
    height: 33px;
    padding-top: 12px;
    width: 326px;
    /*float: left;*/
    background-color: #ffd20d;
    color: black;
    cursor: pointer;
    position: absolute;
}

#video .nobutton {
    height: 33px;
    padding-top: 12px;
    width: 326px;
    background-color: #ffd20d;
    color: black;
    position: absolute;
}


#video div.button:nth-child(3) {
    width: 326px;
    left: 327px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    box-sizing: border-box;
    border-bottom: 0px;
    height: 45px;

}

#video div.button:nth-child(4) {
    left: 653px;
}

#video img {
    padding-left: 8px;
    //border-bottom: 1px solid white;
}

#bigBox .logobox img {
    position: relative;
}

#bigBox #startNow .line2 {
    font-weight: 700;
}

#smallBoxLeft, #smallBoxRight {
    height: 243px;
    width: 489px;
    float: left;
    margin-top: 23px;

}

#smallBoxLeft {
    background: url('../img/tab_dogs_489.jpg');
    cursor: pointer;
}

#smallBoxRight {
    //background: url('../img/racingdogs_489.jpg');
    //background: url('../img/slogan.svg');
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    height: 241px;
}

#smallBoxRight img {
    margin: 110px 120px;
}

#smallBoxLeft .textBlock, #smallBoxRight .textBlock {
    background: url('../img/1x1_b75.png');
    background-repeat: repeat;
    height: 55px;
    width: 479px;
    position: relative;
    top: 183px;
    font-weight: 400;
    padding: 7px 0 0 10px;
    display: none;
    border-top: 1px solid black;
}

#smallBoxLeft .textBlock .line1, #smallBoxRight .textBlock .line1 {
    color: #ffd200;
    font-size: 14px;
}

#smallBoxLeft .textBlock .line2, #smallBoxRight .textBlock .line2 {
    font-size: 18px;
    color: white;
    font-weight: 700;
    position: relative;
    top: -3px;
}

#msgBoxDiv {
    background: url('../img/1x1_b75.png');
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 400;
    font-size: 40px;
    display: none;
}


#msgBoxMsg {
    width: 980px;
    margin: 200px auto 0px auto;
    text-align: center;
}

#msgBoxOK {
    width: 400px;
    height: 80px;
    padding-top: 20px;
    margin: 100px auto;
    text-align: center;
    background: url('../img/1x1_w75.png');
    border: 5px solid black;
    color: black;
    font-weight: 700;
    cursor: pointer;
}

#frame {
    border: none;
    height: 613px;
    width: 980px;
    overflow: hidden;
    margin: auto;
}

#overlayDiv, #overlayDivWhite {
    background: url('../img/1x1_b75.png');
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 400;
    font-size: 40px;
    display: none;
}


#overlayDivWhite {
    background: url('../img/1x1_w50.png');
}

#videoElement {
    border: 1px solid white;
}

#videoClose {
    height: 22px;
    width: 150px;
//    background: url('../img/x.png');
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: white;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
    cursor: pointer;
    text-transform: uppercase;
    background-color: black;
}

#videoClose div:first-child {
    width: 126px;
    float:left;
    height: 22px;
}

#videoClose div:nth-child(2) {
    background-color: #ffd20d;
    margin-left: 126px;
    height: 22px;
}

#videoClose:hover {
//    background: url('../img/x_over.png');
    color: black;
    background-color: #ffd20d;
}

#videoClose img {
    margin-top: 2px;
}

#ticketGame{
    display: none;
    width: 1024px;
    height: 1024px;
    position: absolute;
    top: 75px;
    left: -22px;
    z-index: 10;
}

.inactiveMen{
    opacity: 0.4;
    cursor: default;
    pointer-events:none !important;
}

#frameTi{
    width: 1024px;
    height: 1024px;
    border: none;
}

#ticketBg{
    position: absolute;
    top: 625px;
    height: 474px;
    width: 100%;
    background: linear-gradient(to right, #000000 0%,rgba(60,60,60,1) 45%,rgba(60,60,60,1) 55%,#000000 100%);
    z-index: 5;
    display: none;
}
