﻿
        html {
            height: 100%;
        }

        body {
            width: 100%;
            min-height: 100%;
            margin: 0 0 0 0;
            direction: rtl;
            font-family: 'Segoe UI';
            padding: 0;
        }

        .Header {
            margin: 0;
            padding-top: 5px;
            min-height: 80px;
            background-color: #97bb68;
            padding-bottom: 5px;
            box-shadow: 0px 0px 4px gray;
        }

        .logo2 {
            font-size: 30px;
            margin: auto 10px 10px auto;
            float: right;

        }

        .HeaderContent {
            max-width: 900px;
            margin: 10px auto;
            color: white;
            font-size: 20px;
            display: none;
        }

        .Menu {
            background: #FFf;
            padding: 0em 0.8em;
            box-shadow: 0px 0px 4px #C9C9C9;
            -webkit-box-shadow: 0px 0px 4px #C9C9C9;
            -moz-box-shadow: 0px 0px 4px #C9C9C9;
            -o-box-shadow: 0px 0px 4px #C9C9C9;
            -ms-box-shadow: 0px 0px 4px #C9C9C9;
            margin: 0.7em;
            /* background-color: white;
            color: black;
            min-height: 65px;
            vertical-align:central;*/
            font-family: 'Segoe UI';
            font: bold;
            /*max-width:1200px;*/
            /*min-width:850px;
            padding:0;*/
        }

        .MobileMenuUl {
            list-style: none;
            padding: 0;
            margin: 0;
            display: none;
        }

            .MobileMenuUl > li {
                text-align: center;
                padding-bottom: .7em;
                padding-top: .7em;
                border-bottom: solid thin #C9C9C9;
                cursor: pointer;
            }

                .MobileMenuUl > li:last-child {
                    border-bottom: none;
                }

        .MenuUl {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .MenuUl > li {
                display: inline-block;
                padding: 15px 20px 20px 20px;
                margin: 0px;
                min-width: 30px;
                cursor: pointer;
                border: solid thin white;
            }

                .MenuUl > li label {
                    padding-bottom: 20px;
                }

                .MenuUl > li ul {
                    display: none;
                    float: right;
                    min-width: 30px;
                    z-index: 1;
                    cursor: pointer;
                    color: gray;
                }

            .MenuUl li:hover {
                color: #86c174;
                border: solid thin #c2ecb5;
            }

                .MenuUl li:hover > ul {
                    display: inline;
                }

        .footer {
            /*position:fixed;
   bottom:0;*/
            width: 100%;
            
            margin: auto 0 0 0;
            background-color: #b1a9b4;
            text-align: center;
            color: black;
            float: left;
            font-family:W8Font;
        }

            .footer p {
                margin: 3px;
                font-size: 14px;
            }
            .footer table {
                padding:10px 5px 5px;
                max-width: 700px;
                min-width:300px;
                margin: 5px auto;
            }
                .footer table td:first-child {
                    text-align:right;
                    border-right:solid thin #d8d8d8;
                    min-width:125px;
                    vertical-align:top;
                }
.footer table td:last-child {
                    text-align:right;
                    border-right:solid thin #d8d8d8;
                    vertical-align:top;
                }
                .footer table label {
                    color:#C9C9C9;
                    margin-right:2px;
                }
                .footer table a {
                    text-decoration:none;
                    color:white;
                    font-size:14px;
                    display:block;
                    margin-bottom:3px;
                }

.footMenu {
    float:right;
    width:40%;
    color:white;  
}
.footGameMenu {
    float:right;
    width:40%;
    color:white;  
}
        .MobileGameAds {
            width: 310px;
            height: 100px;
            padding: 2px 5px 0 5px;
            color: white;
            position: relative;
            margin-bottom: 5px;
        }

            .MobileGameAds > p {
                font-size: 1.3em;
                margin-top: 15px;
                font-weight: 500;
                margin-bottom: 5px;
            }

            .MobileGameAds div {
                position: absolute;
                bottom: 5px;
                width: 95%;
                text-align: center;
                box-sizing: border-box;
            }

            .MobileGameAds span {
                font-size: 12px;
            }

                .MobileGameAds span:first-child {
                    float: right;
                }

                .MobileGameAds span:last-child {
                    float: left;
                }




        .gameAds {
            height: 120px;
            width: 200px;
            padding: 5px;
            /*float:left;*/
            margin-top: 2px;
            margin-bottom: 5px;
            color: white;
            position: relative;
        }

            .gameAds p {
                font-size: 18px;
                margin-bottom: 5px;

            }

            .gameAds a {
            }
            .gameAds label {
                font-size:14px;
            }
            .gameAds div {
                position: absolute;
                bottom: 10px;
                width: 95%;
                text-align: center;
                box-sizing: border-box;
            }

            .gameAds span {
                font-size: 12px;
            }

                .gameAds span:first-child {
                    float: right;
                }

                .gameAds span:last-child {
                    float: left;
                }




        .b5c2ec {
            background-color: #b5c2ec;
        }

            .b5c2ec:hover {
                background-color: #93a2d1;
            }

        .ecb5c2 {
            background-color: #ecb5c2;
        }

            .ecb5c2:hover {
                background-color: #ce96a3;
            }

        .c2ecb5 {
            background-color: #c2ecb5;
        }

            .c2ecb5:hover {
                background-color: #9ccb8d;
            }

        .desktop {
        }

        .mobile {
            display: none;
            float: none;
            max-width: 320px;
            margin-right: auto;
            margin-left: auto;
        }

        .toMobile {
            max-width: 700px;
            max-height:700px;
        }


#mobv {
    display:none;
    cursor:pointer

}
#descv {
    display:none;
}
    