﻿/*Handy*/
@media (max-width: 999.99px) {

    /*Clearing Floats*/
    .cf:before, .cf:after {
        content: "";
        display: table;
    }

    .cf:after {
        clear: both;
    }

    .cf {
        zoom: 1;
    }
    /* Form wrapper styling */
    .form-wrapper {
        width: 100%;
        float: left;
        border: 1px solid black;
        margin-bottom: 0.5rem;
    }

        /* Form text input */

        .form-wrapper input {
            width: 75%;
            height: 40px;
            float: left;
            border: 0;
            position: absolute;
            padding-left: 5px;
        }

            .form-wrapper input:focus {
                outline: 0;
                background: #fff;
                box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
            }

            .form-wrapper input::-webkit-input-placeholder {
                color: #999;
                font-weight: normal;
                font-style: italic;
            }

            .form-wrapper input:-moz-placeholder {
                color: #999;
                font-weight: normal;
                font-style: italic;
            }

            .form-wrapper input:-ms-input-placeholder {
                color: #999;
                font-weight: normal;
                font-style: italic;
            }

        /* Form submit button */
        .form-wrapper button {
            overflow: visible;
            position: relative;
            float: right;
            border: 0;
            padding: 0;
            cursor: pointer;
            height: 40px;
            width: 60px;
            color: #fff;
            text-transform: uppercase;
            background: #d83c3c;
        }

            .form-wrapper button:hover {
                background: #e54040;
            }

    .buttonBack {
        float: left !important;
        width: 50px !important;
        position: relative !important;
        border-radius: 0 !important;
    }

    .buttonSearch {
        height:100%;
        width:auto;
        text-indent: 100% !important;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
        background: url(../Images/lupe.png) no-repeat center/30px !important;
        filter: invert(1);
        margin:0;

    }
}
/*Tablet*/
@media (max-width: 1499.99px) and (min-width:1000px) {
    /*Clearing Floats*/
    .cf:before, .cf:after {
        content: "";
        display: table;
    }

    .cf:after {
        clear: both;
    }

    .cf {
        zoom: 1;
    }
    /* Form wrapper styling */
    .form-wrapper {
        width: 100%;
        float: left;
        border: 1px solid black;
        margin-bottom: 0.5rem;
    }

        /* Form text input */

        .form-wrapper input {
            width: 92%;
            height: 40px;
            float: left;
            border: 0;
            position: absolute;
            padding-left: 5px;
        }

            .form-wrapper input:focus {
                outline: 0;
                background: #fff;
                box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
            }

            .form-wrapper input::-webkit-input-placeholder {
                color: #999;
                font-weight: normal;
                font-style: italic;
            }

            .form-wrapper input:-moz-placeholder {
                color: #999;
                font-weight: normal;
                font-style: italic;
            }

            .form-wrapper input:-ms-input-placeholder {
                color: #999;
                font-weight: normal;
                font-style: italic;
            }

        /* Form submit button */
        .form-wrapper button {
            overflow: visible;
            position: relative;
            float: right;
            border: 0;
            padding: 0;
            cursor: pointer;
            height: 40px;
            width: 110px;
            color: #fff;
            text-transform: uppercase;
            background: #d83c3c;
        }

            .form-wrapper button:hover {
                background: #e54040;
            }

    .buttonBack {
        float: left !important;
        width: 50px !important;
        position: relative !important;
        border-radius: 0 !important;
    }
}
/*PC*/
@media (min-width: 1500px) {
    /*Clearing Floats*/
    .cf:before, .cf:after {
        content: "";
        display: table;
    }

    .cf:after {
        clear: both;
    }

    .cf {
        zoom: 1;
    }
    /* Form wrapper styling */
    .form-wrapper {
        width: 100%;
        float: left;
        border: 1px solid black;
        margin-bottom: 0.5rem;
    }

        /* Form text input */

        .form-wrapper input {
            width: 94%;
            height: 40px;
            float: left;
            border: 0;
            position: absolute;
            padding-left: 5px;
        }

            .form-wrapper input:focus {
                outline: 0;
                background: #fff;
                box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
            }

            .form-wrapper input::-webkit-input-placeholder {
                color: #999;
                font-weight: normal;
                font-style: italic;
            }

            .form-wrapper input:-moz-placeholder {
                color: #999;
                font-weight: normal;
                font-style: italic;
            }

            .form-wrapper input:-ms-input-placeholder {
                color: #999;
                font-weight: normal;
                font-style: italic;
            }

        /* Form submit button */
        .form-wrapper button {
            overflow: visible;
            position: relative;
            float: right;
            border: 0;
            padding: 0;
            cursor: pointer;
            height: 40px;
            width: 110px;
            color: #fff;
            text-transform: uppercase;
            background: #d83c3c;
        }

            .form-wrapper button:hover {
                background: #e54040;
            }

    .buttonBack {
        float: left !important;
        width: 50px !important;
        position: relative !important;
        border-radius: 0 !important;
    }
}
