﻿.hidden {
    display: none;
}

@font-face {
    font-family: 'add_font';
    src: url('../fonts/fontello-1aca5f40/font/food.eot') format('embedded-opentype'), url('../fonts/fontello-1aca5f40/font/food.svg') format('svg'), url('../fonts/fontello-1aca5f40/font/food.ttf') format('truetype'), url('../fonts/fontello-1aca5f40/font/food.woff') format('woff'), url('../fonts/fontello-1aca5f40/font/food.woff2') format('woff2');
}

[class^="added-icon-"]:before, [class*=" added-icon-"]:before {
    font-family: "add_font";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.added-icon-house:before {
    content: '\e800';
}
/* '' */
.added-icon-trekking:before {
    content: '\e801';
}
/* '' */
.added-icon-wine:before {
    content: '\e802';
}
/* '' */
.added-icon-house-1:before {
    content: '\e803';
}
/* '' */
.privacy_space
{
    float:left;
}

    .privacy_space
    .privacyInput {
        height: 20px;
        width: 20px;
        visibility:hidden;
    }

    .privacy_space input[type='checkbox']{
        margin-top:-20px;
    }

    .privacy_space label {
        margin-left:20px;
        margin-top:-18px !important;
        display:inline-block;
        position:absolute;
    }