﻿
body {
    margin: 0;
    background: #FFFFFF;
    height: 100%;
}

.searchbox-cntr {
    position: relative;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 65vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.searchbox {
    width: 700px;
    margin: auto;
}

.logocntr {
    width: 700px;
    text-align: center;
}

    .logocntr img {
    }

.textboxcntr {
    box-sizing: content-box;
    width: 700px;
    border: solid 1px #cecbcb;
    outline: none;
    height: 46px;
    border-radius: 24px;
}

.mi-control {
    display: flex;
    flex-direction: row;
}

.mi-icon {
    display: inline-block;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 5px;
    width: auto;
    color: #cecbcb;
}

.mi-text {
    padding-top: 10px;
    padding-left: 2px;
    padding-right: 15px;
    display: inline-block;
    width: 100%;
}

    .mi-text input[type="text"] {
        width: 100%;
        border: none;
        outline: none;
        font-family: arial, sans-serif;
        font-size: 16px;
    }

.top-box {
    width: 100%;
    position: relative;
}

.menu-cntr {
    float: right;
    padding-right: 30px;
    padding-top: 10px;
    position: relative;
    z-index:999;
}

.menu-bttn {
    width: 24px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
    display: table-cell;
    box-sizing: border-box;
    padding: 8px;
    cursor: pointer;
}

    .menu-bttn:hover {
        background-color: #e9e9e9;
        transition: ease 2s;
    }

.menu-ico {
    width: 24px;
    height: 24px;
    color: white;
    fill: #808080;
}

.bttn-cntr {
    text-align: center;
    padding-top: 10px;
}

.search-bttn {
    background-color: #0090FF;
    border: 1px solid transparent;
    outline: 0;
    padding: 10px;
    width: 150px;
    height: 40px;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: white;
    border-radius: 20px;
}

    .search-bttn:focus {
        outline: 0;
    }

    .search-bttn:hover {
        background-color: #0465b0;
        cursor: pointer;
        transition: ease .2s;
    }

.footer-cntr {
    background-color: #F2F2F2;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
}

.right-cntr {
    display: flex;
    flex-direction: row;
    float: right;
    padding-right: 15px;
    padding-top: 5px;
}

    .right-cntr a {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        font-family: arial, sans-serif;
        font-size: 14px;
        color: #808080;
    }

.left-cntr {
    display: flex;
    flex-direction: row;
    float: left;
    padding-right: 15px;
    padding-top: 5px;
}

    .left-cntr a {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        font-family: arial, sans-serif;
        font-size: 14px;
        color: #808080;
    }

.kck-menu {
    position: absolute;
    height: auto;
    width: auto;
    right: calc(50%);
    z-index: 3;
    display: none;

    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
   
}


.kck-cntr {
    display:flex;
    flex-direction:row;
    justify-content:center;
}

.kck-item {
    width: auto;
    padding:10px;
    box-sizing:content-box;
    text-align:center;
}

.kck-img {
    padding:15px;
    background-color: #f6f6f6;
    border-radius: 24px;
}
.kck-img:hover {
   
    background-color: #d6edff;
    transition:ease .2s;
    cursor:pointer;
}
    .kck-img img {
        width: 48px;
       
    }

.kck-text {
    display:block;
    text-align:center;
}

    .kck-text a {
        display: block;
        font-family: arial, sans-serif;
        font-size: 12px;
        font-weight:700;
        color: #808080;
        text-decoration:none;
    }
        .kck-text a:hover {
            text-decoration: none;
            color: #0465B0;
        }

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .searchbox {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .logocntr {
        width: 100%;
    }

        .logocntr img {
            width: 200px;
        }

    .textboxcntr {
        width: 100%;
        height: 40px;
    }
   

    .mi-control {
    }

    .mi-icon {
        padding-top: 8px;
    }

    .mi-text {
        padding-top: 8px;
    }

        .mi-text input[type="text"] {
            font-size: 14px;
        }




    .footer-cntr {
        display: block;
        text-align: center;
    }

    .right-cntr {
        justify-content: center;
        float: none;
    }

    .left-cntr {
        justify-content: center;
        float: none;
    }


    .kck-menu {
        padding-top:50px;
    }


    .kck-cntr {
    }

    .kck-item {
        width: auto;
        padding: 10px;
        box-sizing: content-box;
        text-align: center;
    }

    .kck-img {
        padding: 15px;
        background-color: #f6f6f6;
        border-radius: 16px;
    }

        .kck-img:hover {
            background-color: #d6edff;
            transition: ease .2s;
            cursor: pointer;
        }

        .kck-img img {
            width: 32px;
        }

    .kck-text {
     
    }

        .kck-text a {
            font-size: 10px;
        }

            .kck-text a:hover {
              
            }
}
