﻿html {
    font-family: sans-serif;
    line-height: 1.15;
    text-size-adjust: 100%;
   /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

/* MATSTER*/
.myrefbuttonsmaster {
    padding: 6px 0px 0px 0px;
    background-color: brown;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2rem;
    margin: 0px;
    cursor: pointer;
    transition-duration: 0.4s;
    height: 2rem;
    margin-bottom: 2px;
  /*  box-shadow: 0 0 10px black;*/
    /* box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);*/
}

.myrefbuttonsmaster:hover {
    box-shadow: 0 0 10px black;
    color: red;
    background-color:silver;
}

/*.menutopnav {
    position: relative;
    display: none;
    background-color: brown;
    padding:0px;
}

    .menutopnav img {
       width: 40px;
      float: right;
    }
*/

.menuheader {
    padding: 2px;
    /* min-width:300px;*/
    height: 50px;
    border: none;
  /*  display: block;*/
    display:none;
    background-color:brown;
    margin-left:4px;
}

    .menuheader img {
        width: 40px;
        float: right;
    }

/*.containerMAX {
    width: 100%;
    background-color: inherit;
    padding: 2px;*/
    /*display:flow-root; 
    display:inline-block;
    display:inline-table;
    display:table;OK*/
    /*display:table;*/
/*}*/


.container {
      width: 100%;
    /*  padding-right: 4px;
    padding-left: 4px;*/
    /*   margin-right: auto;
    margin-left: auto;*/
    /*    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
     background-color:coral;
}


.divcolumn2 {
    margin: 2px;
    padding: 10px;
    background-color: #F5F4F0;
    border: 1px solid #ccc;
    width: 49.4%;
    float: left;
}

.divMenuML {
    margin: 0px;
    padding: 0px;
    background-color: #F5F4F0;
    border: 1px solid #ccc;
    width: 24.8%;
    float: left;
}

.divClankyP {
    margin: 0px;
    margin-inline: 2px;
    padding: 0px;
    background-color: #F5F4F0;
     border: none;
    width: 74.6%;
    float: left;
}


.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 0.5rem;
    background-color: #e9ecef;
    width: 100%;
}

* {
    box-sizing: border-box;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.blog-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
}

    .blog-header-logo:hover {
        text-decoration: none;
    }

[class*="col-"] {
    float: left;
    padding: 2px;
    margin: 0px;
    width: 100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


col-md-99 {/* moje*/
  background-color: inherit;
  padding: 0px;
  margin: 0px;
  border: none;
  text-align: left;
  float: left;
}

.d-inline-block {
    display: inline-block !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.card-text:last-child {
/*    margin-bottom: 0;*/
    margin-bottom: 20px;
}

.mb-auto,
.my-auto {
/*    margin-bottom: auto !important;*/
margin-bottom:20px;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
   /* pointer-events: auto;*/
    content: "";
    background-color: rgba(0, 0, 0, 0);
    color:red;
}

.d-none {
    display: none !important;
}

.d-lg-block {
    display: block !important;
}

/* Blog posts */
.blog-post {
    margin-bottom: 1rem;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.0rem;
    margin: 0px;
    padding: 0px;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
    background-color: aqua;
}


/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
}

    .blog-pagination > .btn {
        border-radius: 2rem;
    }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }


h4.myh4 {
    color: red;
    margin: 4px;
    padding: 0px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}


.wrappersto { /* Stareodrudy.aspx*/
    padding: 0.1rem 0 0.1rem 0;
    position: relative;
    z-index: 1;
    margin: 9px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.hyperLinkFoto {
    text-decoration: none;
    color: black;
    font-size: calc(14px + 0.390625vw);
    /*   font-size: 2vw;*/
}

.divMenuFullLeve {
    /*   display: none;*/
    background-color: inherit; 
    padding: 2px; border: none;
    float:left;
    border: 1px solid #ccc;
    width: 60.6%;
}

.divmenuleve {
    padding: 6px 0px 0px 6px;
    background-color: #FFD333;
    color: brown;
    border: none;
    text-align: left;
    text-decoration: none;
    /*    display: inline-block;*/
    font-size: 1.2rem;
    margin: 0px;
    cursor: pointer;
    transition-duration: 0.4s;
    height: 2rem;
    margin-bottom: 2px;
    width: auto;
    min-width: 120px;
}

.divmenuleve2 {
    padding: 6px 0px 0px 6px;
    background-color: #FFD333;
    color: brown;
    border: none;
    text-align: left;
    text-decoration: none;
    /*    display: inline-block;*/
    font-size: 1.2rem;
    margin: 0px;
    cursor: pointer;
    transition-duration: 0.4s;
    height: 2rem;
    margin-bottom: 2px;
    width: auto;
    min-width: 120px;
}



.DivFooterImage {
    clear: both;
    text-align:center;
    background-color:inherit;
    padding:20px;
}


    /* Smartphones (landscape) ----------- */
    @media only screen and (min-width : 200px) and (max-width : 340px) {
        .divcolumn2 {
            width: 100%;
        }

        .divMenuML {
           width: 100%;
        }

        .divClankyP {
            margin: 0px;
            padding: 0px;
            border: none;
            width: 100%;
        }


        .wrappersto {
            padding: 0.2rem 0 0.3rem 0;
            margin: 4px;
            background-color: antiquewhite;
            width: 94%;
        }

        .myrefbuttonsmaster {
            text-align: left;
            width: 49.2%;
            /* width: 45.6vw;*/
            margin-bottom: 2px;
            padding-left: 4px;
        }

        #btnExpand {
            visibility: visible;
        }

        #panelMenu {
            display: none;
        }


        #menuButtons {
            display: none;
        }

        /*    #menutopnav {
        display: block;
    }*/

        .menuheader {
            display: block;
        }

        .col-md-6 {
            flex: 0 0 100%;
            max-width: 100%;
            background-color: darkseagreen;
            margin-bottom: 10px;
        }

        .divMenuFullLeve {
            display: none;
        }
    }

    @media only screen and (min-width : 341px) and (max-width : 400px) {
        .divcolumn2 {
            width: 100%;
        }

        .divMenuML {
            /*  margin: 0px;
            padding: 0px;
            background-color: #F5F4F0;
            border: 1px solid #ccc;*/
            width: 100%;
        }

        .divClankyP {
            /* margin: 0px;
            margin-inline: 2px;
            padding: 0px;
            background-color: #F5F4F0;
            border: none;*/
            width: 100%;
        }


        .wrappersto {
            padding: 0.2rem 0 0.3rem 0;
            margin: 4px;
            background-color: antiquewhite;
            width: 94%;
        }

        .myrefbuttonsmaster {
            text-align: left;
            /*width: 100%;*/
            width: 49.34%;
            /* width: 45vw;*/
            margin-bottom: 2px;
            padding-left: 6px;
        }

        #btnExpand {
            visibility: visible;
        }

        #panelMenu {
            display: none;
        }


        #menuButtons {
            display: none;
        }

        /*       #menutopnav {
            display: block;
        }*/

        .menuheader {
            display: block;
        }

        .col-md-6 {
            flex: 0 0 100%;
            max-width: 100%;
            background-color: darkseagreen;
            margin-bottom: 10px;
        }

        .col-md-99 {
            flex: 0 0 99.5%;
            max-width: 99.5%;
        }

        .divMenuFullLeve {
            display: block;
            width: 99.6%;
        } 

/*        .DivFooterImage {
            margin: 0px;
            text-align: center;
            background-color:aqua;
        }
*/    }

    @media only screen and (min-width : 401px) and (max-width : 540px) {
        .divcolumn2 {
            width: 100%;
        }

        .divMenuML {
        /*  margin: 0px;
            padding: 0px;
            background-color: #F5F4F0;
            border: 1px solid #ccc;*/
            width: 100%;
        }

        .divClankyP {
         /* margin: 0px;
            margin-inline: 2px;
            padding: 0px;
            background-color: #F5F4F0;
            border: none;*/
             width: 100%;
        }


        .wrappersto {
            padding: 0.1rem 0 0.1rem 0;
            margin: 4px;
            background-color: antiquewhite;
            width: 48%;
        }

        .hyperLinkFoto {
            font-size: 10pt;
        }

        .myrefbuttonsmaster {
            text-align: left;
            width: 49.44%;
            padding-left: 8px;
        }

        #panelMenu {
            display: none;
        }

        #btnExpand {
            visibility: visible;
        }

        #menuButtons {
            display: none;
        }

        .DivFooterImage {
            text-align: left;
        }
        /*.menutopnav {*/
        /* display: block;*/
        /*background-color: aqua;
            width: 490px;
            display: flex;
            clear: both;
        }*/

        .menuheader {
            display: block;
        }

        .col-md-6 {
            flex: 0 0 100%;
            max-width: 100%;
            background-color: darkseagreen;
            margin-bottom: 10px;
        }

        .col-md-99 {
            flex: 0 0 99.5%;
            max-width: 99.5%;
        }

        .divMenuFullLeve {
            display: block;
            width:99.6%;
        }

        .divmenuleve {
            display: inline-block;
            width: 32.6%;
        }

        /*.divmenuleve2 {
            display: inline;
            width: 49.6%;
        }*/
    }

    @media only screen and (min-width : 541px) and (max-width : 767px) {
        .divcolumn2 {
            width: 49.2%;
        }

        .divMenuML {
/*            margin: 0px;
            padding: 0px;
            background-color: #F5F4F0;
            border: 1px solid #ccc;*/
            width: 26%;
        }

        .divClankyP {
 /*           margin: 0px;
            margin-inline: 2px;
            padding: 0px;
            background-color: #F5F4F0;
            border: none;*/
            width: 73.2%;
        }


        .wrappersto {
            padding: 0.1rem 0 0.1rem 0;
            background-color: antiquewhite;
            width: 46.2%;
        }

        .hyperLinkFoto {
            font-size: 11pt;
        }

        .myrefbuttonsmaster {
            text-align: left;
            width: 49.4%;
            padding: 10px;
        }

        #btnExpand {
            visibility: collapse;
            display: none;
            background-color: greenyellow;
        }

        #panelMenu {
            display: block;
            /*       visibility:visible;*/
        }

        #menuButtons {
            display: block;
            background-color: silver;
        }

        .DivFooterImage {
            text-align:left;
        }



        /*       #menutopnav {
            display: block;
        }*/

        .divodrudyskupina6 {
            width: 32.6%;
            background-color: inherit;
            padding: 4px;
        }

        .col-md-4 {
            /*    max-width: 33.333333%;*/
            /*        max-width: 100%;*/
            max-width: 33%;
        }

        .col-md-6 {
            flex: 0 0 100%;
            max-width: 40%;
            margin-bottom: 10px;
        }

        .col-md-9 {
            flex: 0 0 67%;
            max-width: 67%;
            margin-bottom: 10px;
        }

        .col-md-99 {
            flex: 0 0 60.5%;
            max-width: 60.5%;
        }

        .divMenuFullLeve {
            /*display: block;*/
            width: 39.0%;
        }
    }
    /* iPads (portrait and landscape) ----------- */
    @media only screen and (min-width : 768px) and (max-width : 1023px) {
        .wrappersto {
            padding: 0.1rem 0 0.1rem 0;
            background-color: antiquewhite;
            width: 30.9%;
        }

        .hyperLinkFoto {
            font-size: 1.70vw;
        }

        .myrefbuttonsmaster {
            width: 32.8%;
        }

        #btnExpand {
            visibility: collapse;
            display: none;
            background-color: greenyellow;
        }

        #panelMenu {
            display: block;
            /*      visibility: visible;*/
        }

        #menuButtons {
            display: block;
            background-color: silver;
        }

        /*        #menutopnav {
            display: block;
        }*/


        .myimg {
            width: 21%;
            height: auto;
            float: left;
            clear: left;
            margin: 40px;
        }

        .divodrudyskupina6 {
            width: 16.66%;
            background-color: inherit;
            padding: 4px;
        }

        /*    .col-md-6 {
        flex: 0 0 50%;
        max-width: 49.5%;
        background-color: darkseagreen;
        margin-bottom: 10px;
    }*/

        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }

        .display-4 {
            font-size: 3rem;
        }

        .container {
            max-width: 720px;
        }

        .col-md-4 {
            /*    max-width: 33.333333%;*/
            /*        max-width: 100%;*/
            max-width: 33%;
        }

        /*  .col-md-6 {
        flex: 0 0 50%;
        max-width: 49.5%;
        background-color: darkseagreen;
    }*/

        .col-md-6 {
            flex: 0 0 100%;
            max-width: 100%;
            background-color: darkseagreen;
            margin-bottom: 10px;
        }

        .col-md-9 {
            flex: 0 0 66%;
            max-width: 66%;
            background-color: darkseagreen;
            margin-bottom: 10px;
        }

        .col-md-99 {
            flex: 0 0 67.5%;
            max-width: 67.5%;
        }

        .divMenuFullLeve {
            /*display: block;*/
            width: 32.0%;
        }
    }
    /*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        background-color:red;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        background-color: red;
    }
}*/

    @media only screen and (min-width : 1024px) and (max-width : 1223px) {
        .wrappersto {
            padding: 0.1rem 0 0.3rem 0;
            background-color: antiquewhite;
            width: 31.3%;
        }

        .myrefbuttonsmaster {
            width: 24.6%;
        }

        .divMenuFullLeve {
            /*   display: none;*/
            border: 1px solid #ccc;
            width: 25.0%;
        }

        #btnExpand {
            visibility: collapse;
            display: none;
            background-color: greenyellow;
        }

        #menuButtons {
            display: block;
            background-color: silver;
        }

        /*       #menutopnav {
            display: block;
        }*/

        .divodrudyskupina6 {
            width: 16.66%;
            background-color: inherit;
            padding: 4px;
        }

        .container, .container-sm, .container-md, .container-lg, .container-xl {
            max-width: 1200px;
            background-color: inherit;
        }

        .col-md-4 {
            max-width: 24.8%;
        }

        .col-md-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }


        .col-md-6 {
            flex: 0 0 50%;
            max-width: 49.5%;
            background-color: darkseagreen;
            margin-bottom: 10px;
        }

        .col-md-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }

        .col-md-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }

        .col-md-9 {
       /*     -ms-flex: 0 0 75%;*/
            flex: 0 0 75%;
            max-width: 75%;
        }

        .col-md-99 {
           /* -ms-flex: 0 0 75%;*/
            flex: 0 0 75%;
            max-width: 75%;
        }

        .col-md-10 {
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }

        .col-md-11 {
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }

        .myimgmaster {
            width: 3.8em;
            height: auto;
        }

        .myimg {
            width: 17%;
            height: auto;
        }

        .myrefbuttons {
            height: 9em;
            width: 9em;
        }

        .col-1 {
            width: 8.33%;
        }

        .col-2 {
            width: 16.66%;
        }

        .col-3 {
            width: 30%;
        }

        .col-4 {
            width: 33.33%;
        }

        .col-5 {
            width: 41.66%;
        }

        .col-6 {
            width: 50%;
        }

        .col-7 {
            width: 58.33%;
        }

        .col-8 {
            width: 66.66%;
        }

        .col-9 {
            width: 70%;
        }

        .col-10 {
            width: 83.33%;
        }

        .col-11 {
            width: 91.66%;
        }

        .col-12 {
            width: 100%;
        }
    }
    /* Desktops & laptops */
    @media only screen and (min-width : 1224px) and (max-width : 1823px) {
        .wrappersto {
            padding: 0.1rem 0 0.3rem 0;
            background-color: antiquewhite;
            width: 31.5%;
        }

        .myrefbuttonsmaster {
            width: 24.6%;
        }

        #btnExpand {
            visibility: collapse;
            display: none;
            background-color: greenyellow;
        }

        #menuButtons {
            display: block;
            background-color: silver;
        }

        /*        #menutopnav {
            display: block;
        }*/


        .divodrudyskupina6 {
            width: 16.86%;
            background-color: inherit;
            padding: 4px;
        }

        .container, .container-sm, .container-md, .container-lg, .container-xl {
            /* max-width: 1200px;*/
            background-color: blue;
            width: 100%;
        }

        .col-md-4 {
            max-width: 24.8%;
        }

        .col-md-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }

        .col-md-6 {
            flex: 0 0 50%;
            max-width: 49.5%;
            background-color: darkseagreen;
        }

        .col-md-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }

        .col-md-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }

        .col-md-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }

        .col-md-99 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }

        .col-md-10 {
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }

        .col-md-11 {
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }

        .myimgmaster {
            width: 3.8em;
            height: auto;
        }

        .myimg {
            width: 100%;
            height: auto;
            float: left;
            clear: left;
            margin: 10px;
        }

        .myrefbuttons {
            height: 9em;
            width: 9em;
        }

        .col-1 {
            width: 8.33%;
        }

        .col-2 {
            width: 16.66%;
        }

        .col-3 {
            width: 30%;
        }

        .col-4 {
            width: 33.33%;
        }

        .col-5 {
            width: 41.66%;
        }

        .col-6 {
            width: 50%;
        }

        .col-7 {
            width: 58.33%;
        }

        .col-8 {
            width: 66.66%;
        }

        .col-9 {
            width: 70%;
        }

        .col-10 {
            width: 83.33%;
        }

        .col-11 {
            width: 91.66%;
        }

        .col-12 {
            width: 100%;
        }

        .divMenuFullLeve {
            display: block;
            width: 24.9%;
        }

    }
    /* Velký csreen */
@media only screen and (min-width : 1824px) {
    .wrappersto {
        padding: 0.1rem 0 0.3rem 0;
        background-color: antiquewhite;
        width: 31.5%;
    }

    .myrefbuttonsmaster {
        width: 24.6%;
    }

    #btnExpand {
        visibility: collapse;
        display: none;
        background-color: greenyellow;
    }

    #menuButtons {
        display: block;
        background-color: silver;
    }

    /*        #menutopnav {
            display: block;
        }*/

    .divodrudyskupina6 {
        width: 16.66%;
        background-color: inherit;
        padding: 4px;
    }

    /* ???????? */
    .col-md-4 {
        max-width: 24.8%;
    }


    .col-md-6 {
        flex: 0 0 50%;
        max-width: 49.5%;
        background-color: darkseagreen;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-99 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .divMenuFullLeve {
        display: block;
        width: 24.9%;
    }

}
    /* iPhone ? */
    /*@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
   
}*/