.mark, mark {
    padding: 0;
}

.form-type-checkbox .custom-checkbox,
.form-type-bef-checkbox .custom-checkbox {
    display:block;
    float:left;
    width:17px;
    height:13px;
    background:url(../images/form/checkbox-desactive.png) no-repeat;
}

.form-type-checkbox .custom-checkbox-checked,
.form-type-bef-checkbox .custom-checkbox-checked {
    background-image:url(../images/form/checkbox.png);
}


input.form-checkbox {
    cursor: pointer;
}

.page-location .block-nodeblock h2 {
    display: none;
}

.view-location {
    position: relative;
    margin-bottom: 80px;
}

.view-location .view-filters {
    overflow: hidden;
    margin: 0 0 20px;
}

.view-location .view-filters .views-exposed-widget > label {
    float: left;
    width: auto;
    padding: 8px 20px 15px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.view-location .view-filters .views-exposed-widget .views-widget {
    float: left;
}

.view-location .view-filters .form-type-bef-checkbox {
    float: left;
    margin: 0 26px 0 0;
}

.view-location .view-filters .form-type-bef-checkbox .custom-checkbox {
    /*background-position:100% 50%;*/
    background-position: 0 0;
    float: left;
    margin: 9px 0 0;
    cursor: pointer;
}
.view-location .view-filters .form-item-edit-field-category-location-tid-i18n-94 {
    display:none;
}
.view-location .view-filters .form-type-bef-checkbox label {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 34px;
    white-space: nowrap;
    float: left;
    height: 44px;
    padding: 0 0 0 43px;
}

.view-location .view-filters .form-item-edit-field-category-location-tid-i18n-8 label {
    background: url(../images/markers/blue.png) no-repeat;
}

.view-location .view-filters .form-item-edit-field-category-location-tid-i18n-9 label {
    background: url(../images/markers/green.png) no-repeat;
}

.view-location .view-filters .form-item-edit-field-category-location-tid-i18n-10 label {
    background: url(../images/markers/violet.png) no-repeat;
}

.view-location .view-filters .form-item-edit-field-category-location-tid-i18n-8 .custom-checkbox-checked {
    background-image: url(../images/form/checkbox-active-blue.png);
}

.view-location .view-filters .form-item-edit-field-category-location-tid-i18n-9 .custom-checkbox-checked {
    background-image: url(../images/form/checkbox-active-green.png);
}

.view-location .view-filters .form-item-edit-field-category-location-tid-i18n-10 .custom-checkbox-checked {
    background-image: url(../images/form/checkbox-active-violet.png);
}

.view-location .view-filters  .form-submit {
    display: none;
    background: #F15842;
    width: 100%;
    color: #fff;
    text-shadow: none;
    padding: 0;
    margin: 0;
    height: 40px;
    text-transform: uppercase;
}

#gmap-popup {
    position: absolute;
    top: 100px;
    right: 40px;
    width: 300px;
    background: #fff;
    padding: 20px 20px 0 30px;
}

#gmap-popup .pop-close {
    width: 19px;
    height: 18px;
    margin: 0;
    background: url(../images/gmap-close.png) no-repeat;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
}

.view-location .view-header h2.title {
    display: none;
}

.view-location .view-content {
    position: relative;
    font: 12px Arial;
}

.view-location .views-label {
    font-weight: bold;
}

.view-location .address {
    max-height: 272px;
    overflow: auto;
}

.view-location .views-field-field-information {
    border-top: 1px solid #cdcdcd;
    padding: 8px 0 0;
    margin: 8px 0 0 0;
}

.view-location .views-field-body {
    border-top: 1px solid #cdcdcd;
    padding: 8px 0 0;
    margin: 8px 0 10px 0;
}

.view-location .views-field-nothing {
    background: #f49521;
    padding: 20px;
    margin: 20px -20px 0 -30px;
    color: #fff;
    text-transform: uppercase;
}

.view-location .views-field-nothing a {
    color: #fff;
    padding: 0 13px 0 0;
    background: url(../images/map_arr.png) no-repeat right 1px;
}

.view-location .views-field-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #4f8ed6;
    padding: 0 0 5px;
}

.view-location .view-footer p {
    background: #333;
    padding: 0 17px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.view-location.map-hidden {
    position: absolute;
    top: -10000px;
    border: 1px solid red;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .view-location {
        margin: 0 -20px;
    }

    .view-location .view-filters,
    .view-location .views-exposed-form,
    .view-location .views-exposed-widgets {
        margin: 0;
    }

    .view-location .views-exposed-form .views-exposed-widget {
        float: none;
        padding: 0;
    }

    .view-location .view-filters .views-exposed-widget > label {
        float: none;
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #333 url("../images/map_menu.png") 100% 0 no-repeat;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        padding: 0 40px 0 20px;
        margin: 0;
        cursor: pointer;
        border-bottom: 1px solid #fff;
    }

    .view-location .view-filters .views-exposed-widget > label.opened {
        background-position: bottom right;
    }

    .view-location .view-filters .views-exposed-widget .views-widget {
        display: none;
    }

    .view-location .view-filters .form-type-bef-checkbox {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 0 0 20px;
        height: 40px;
        background-color: #333;
        border-bottom: 1px solid #fff;
    }

    .view-location .view-filters .form-type-bef-checkbox .custom-checkbox {
        margin: 12px 8px 0 0;
        background-position: 0 50%;
        background-repeat: no-repeat;
    }

    .view-location .view-filters .form-type-bef-checkbox label {
        height: 40px;
        line-height: 40px;
        padding: 0 0 0 35px;
        font-size: 12px;
        color: #fff;
        background-position: 0 6px;
        background-repeat: no-repeat;
    }

    .view-location .view-filters .form-item-edit-field-category-location-tid-i18n-8 label {
        background-image: url("../images/markers/blue_small.png");
    }

    .view-location .view-filters .form-item-edit-field-category-location-tid-i18n-9 label {
        background-image: url("../images/markers/green_small.png");
    }

    .view-location .view-filters .form-item-edit-field-category-location-tid-i18n-10 label {
        background-image: url("../images/markers/violet_small.png")
    }

    .view-location .view-filters .form-item-edit-field-category-location-tid-i18n-8 .custom-checkbox-checked {
        background-image: url("../images/form/checkbox-active-blue-small.png");
    }

    .view-location .view-filters .form-item-edit-field-category-location-tid-i18n-9 .custom-checkbox-checked {
        background-image: url("../images/form/checkbox-active-green-small.png");
    }

    .view-location .view-filters .form-item-edit-field-category-location-tid-i18n-10 .custom-checkbox-checked {
        background-image: url("../images/form/checkbox-active-violet-small.png");
    }

    .view-location .view-filters .form-submit {
        display: block;
    }

    .page-location .block-nodeblock {
        padding: 0 20px;
        margin: 0 0 20px 0;
    }

    .page-location .block-nodeblock h2 {
        display: block;
        font-weight: normal;
        font-size: 15px;
        text-transform: uppercase;
        padding: 0;
        text-align: center;
    }

    .page-location  .block-nodeblock .content {
        display: none;
    }

    .view-location .address {
        max-height: 130px;
        overflow: auto;
    }

    .page-location  #navigation-wrap,
    .page-location #search {
        display: none;
    }

    #gmap-popup {
        top: 50px;
        left: 50%;
        width: 280px;
        margin-left: -140px;
        z-index: 10;
    }

}

@media only screen and (max-width: 1024px) {
    #gmap-popup {
        top: 30px;
    }
}