/* 
    Document   : menu
    Created on : 12.08.2014., 18.32.50
    Author     : Botke
    Description:
        Purpose of the stylesheet follows.
*/

header, #headerSpace {
    display: block;
}

footer {
    display: none;
}

#ismobile {
    display: none;
    color:  #fff;
}

.headerItem {
    height: 100%;
    color: #fff;
    cursor:pointer;
    background-position: 41% 5px;
    background-size: 36px;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    text-align: right;
    /*line-height: 44px;*/
    padding: 0px 4%;
}

/*.headerItem span {
    display: block;
    height: 42px;
    width: 40px;
}

#headerMatchNews .headerItem span {
    margin-left: 126px;
}

#headerTipsUser .headerItem span {
    margin-left: 60px;
}*/

.menuItem {
    height: 100%;
    color: #fff;
    cursor:pointer;
    background-position: 50% 5px;
    background-size: 64px;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
}

.menuItem span { 
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.menuActive > span {
    color: #00ff99;
}

/*.menuItem:hover > span{
    color: #f35050;
}

.headerItem:hover > span{
    color: #f35050;
}*/

.menuTicket { 
    background-image: url("../images/menu/01_tickets.png");
}

.menuOdds { 
    background-image: url("../images/menu/02_odds.png");
}

.menuMatches { 
    background-image: url("../images/menu/03_matches.png");
}

.menuPromos { 
    background-image: url("../images/menu/06_promos.png");
}

.menuTips { 
    background-image: url("../images/menu/04_tips.png");
}

.menuUser { 
    background-image: url("../images/menu/05_user.png");
}

.menuTicket.menuActive { 
    background-image: url("../images/menu/green/01_tickets.png");
}

.menuOdds.menuActive { 
    background-image: url("../images/menu/green/02_odds.png");
}

.menuMatches.menuActive { 
    background-image: url("../images/menu/green/03_matches.png");
}

.menuPromos.menuActive { 
    background-image: url("../images/menu/green/06_promos.png");
}

.menuTips.menuActive { 
    background-image: url("../images/menu/green/04_tips.png");
}

.menuUser.menuActive { 
    background-image: url("../images/menu/green/05_user.png");
}

/*.menuTicket:hover { 
    background-image: url("../images/menu/red/01_tickets.png");
}

.menuOdds:hover { 
    background-image: url("../images/menu/red/02_odds.png");
}

.menuMatches:hover { 
    background-image: url("../images/menu/red/03_matches.png");
}

.menuPromos:hover { 
    background-image: url("../images/menu/red/06_promos.png");
}

.menuTips:hover { 
    background-image: url("../images/menu/red/04_tips.png");
}

.menuUser:hover { 
    background-image: url("../images/menu/red/05_user.png");
}*/

.menuTicket .notify {
    left: 20%;
    top: 2px;
    right: initial;
    border: 2px solid;
    bottom: initial;
    border-radius: 90px;
    padding: 3px;
    height: 25px;
    width: 25px;
    background-color: #f00;
    color: #fff;
    font-weight: 900;
    display: none;
}

/*
    DESKTOP VERSION SMALLER THAN 1200px 
*/
@media  (-webkit-max-device-pixel-ratio: 1) and (max-width:1199px),
(max--moz-device-pixel-ratio: 1)    and (max-width:1199px),
(-o-max-device-pixel-ratio: 1)      and (max-width:1199px), 
(max-resolution: 96dpi)            and (max-width:1199px) { 
    header, #headerSpace {
        display: none;
    }

    footer {
        display: block;
    }

    .menuItem {
        color: #fff;
        background-position: 50% 3px;
        background-size: 32px;
    }

    footer {
        height: 50px;
        font-size: 10px;
    }

    .footer-clear{
        height: 50px;
    }

    .menuTicket { 
        background-image: url("../images/menu/32/01_tickets.png");
    }

    .menuOdds { 
        background-image: url("../images/menu/32/02_odds.png");
    }

    .menuMatches { 
        background-image: url("../images/menu/32/03_matches.png");
    }

    .menuPromos { 
        background-image: url("../images/menu/32/06_promos.png");
    }

    .menuTips { 
        background-image: url("../images/menu/32/04_tips.png");
    }

    .menuUser { 
        background-image: url("../images/menu/32/05_user.png");
    }
    #main-container {
        width: 100%;
    }
    .maindivs {
        border: none!important;
    }
    #ismobile{
        color:  #f00;
    }
}

/* 
    DESKTOP VERSION GREATER THAN 1200px 
*/
@media  (-webkit-max-device-pixel-ratio: 1) and (min-width:1200px) and (max-width:1431px),
(max--moz-device-pixel-ratio: 1)    and (min-width:1200px) and (max-width:1431px),
(-o-max-device-pixel-ratio: 1)      and (min-width:1200px) and (max-width:1431px),
(max-resolution: 96dpi)            and (min-width:1200px) and (max-width:1431px) { 
    body{
        font-size: 12px;
        line-height: 1.1 !important;
    }
    #matches, #user {
	display: none;
    }
}

@media  (-webkit-max-device-pixel-ratio: 1) and (min-width:1432px) and (max-width:1541px),
(max--moz-device-pixel-ratio: 1)    and (min-width:1432px) and (max-width:1541px),
(-o-max-device-pixel-ratio: 1)      and (min-width:1432px) and (max-width:1541px), 
(max-resolution: 96dpi)            and (min-width:1432px) and (max-width:1541px) { 
    body{
        font-size: 12px;
	line-height: 1.1 !important;
    }
    #matches, #user {
	display: none;
    }
}

@media  (-webkit-max-device-pixel-ratio: 1) and (min-width:1541px),
(max--moz-device-pixel-ratio: 1)    and (min-width:1432px) and (max-width:1541px),
(-o-max-device-pixel-ratio: 1)      and (min-width:1432px) and (max-width:1541px), 
(max-resolution: 96dpi)            and (min-width:1432px) and (max-width:1541px) {
    body{
	line-height: 1.1 !important;
    }
    #matches, #user {
	display: none;
    }
}

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi) {
    /* Your code to swap higher DPI images */
}
/* 
    MOBILE VERSION 
*/
/*1431*/
@media (-webkit-min-device-pixel-ratio: 1.1) and (max-width:1431px),
(min--moz-device-pixel-ratio: 1.1) and (max-width:1431px),
(-o-min-device-pixel-ratio: 11/10) and (max-width:1431px),
(min-resolution: 97dpi) and (max-width:1431px) {
    header, #headerSpace {
        display: none;
    }
    footer {
        display: block;
    }
    .menuItem {
        /*color: red;*/
        color: #fff;
        background-position: 50% 3px;
        background-size: 32px;
    }
    footer {
        height: 50px;
        font-size: 10px;
    }
    .footer-clear{
        height: 50px;
    }
    #main-container{
        width: 100%;
    }
    .maindivs {
        border: none!important;
    }
    #contentBoxDownload {
	display: none;
    }
    #ismobile{
        color:  #f00;
    }
}

/* Fix for hdpi */
/*@media*/
/*(-webkit-min-device-pixel-ratio: 2),*/
/*(min-resolution: 192dpi) {*/
    /*!* Retina-specific stuff here *!*/
    /*body{*/
        /*font-size: 12px;*/
        /*line-height: 1.1 !important;*/
    /*}*/
    /*#matches, #user {*/
        /*display: none;*/
    /*}*/
    /*!*#main-container{*!*/
    /*!*width: 100%;*!*/
    /*!*}*!*/
/*}*/
/*@media*/
/*(-webkit-min-device-pixel-ratio: 1.25),*/
/*(min-resolution: 120dpi){*/
    /*!* Retina-specific stuff here *!*/
    /*body{*/
        /*font-size: 12px;*/
        /*line-height: 1.1 !important;*/
    /*}*/
    /*#matches, #user {*/
        /*display: none;*/
    /*}*/
/*}*/

/*!* 1.3 dpr *!*/
/*@media*/
/*(-webkit-min-device-pixel-ratio: 1.3),*/
/*(min-resolution: 124.8dpi){*/
    /*!* Retina-specific stuff here *!*/
    /*body{*/
        /*font-size: 12px;*/
        /*line-height: 1.1 !important;*/
    /*}*/
    /*#matches, #user {*/
        /*display: none;*/
    /*}*/
/*}*/

/*!* 1.5 dpr *!*/
/*@media*/
/*(-webkit-min-device-pixel-ratio: 1.5),*/
/*(min-resolution: 144dpi){*/
    /*body{*/
        /*font-size: 12px;*/
        /*line-height: 1.1 !important;*/
    /*}*/
    /*#matches, #user {*/
        /*display: none;*/
    /*}*/
/*}*/

/*@media screen*/
/*and (min-device-width: 1200px)*/
/*and (max-device-width: 1600px)*/
/*and (-webkit-min-device-pixel-ratio: 2)*/
/*and (min-resolution: 192dpi) {*/
    /*body{*/
        /*font-size: 12px;*/
        /*line-height: 1.1 !important;*/
    /*}*/
    /*#matches, #user {*/
        /*display: none;*/
    /*}*/
}
