/**
 * PrestaHU
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Commercial License
 * you can't distribute, modify or sell this code
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file
 * If you need help please contact info@presta.hu
 *
 * @author    PrestaHU <info@presta.hu>
 * @copyright PrestaHU
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of KORE PETER-LEVENTE I.I.
 */

.carrier-extra-content {
    display: block;
}

#selected-fox,
#selected-fox-fullscreen{
    display: none;
}

.foxposthu .map {
    /*border: 2px solid #b70100;*/
}
.foxpost-only-mobile{
    display: none;
}
/*@media (max-width: 767px) {*/
    #foxpost-show-map-button{
        margin: 0 auto;
    }
    .foxposthu .map{
        margin-top: 5%;
    }
    .foxpost-fullscreen-map{
        position: fixed;
        top:0;
        background: rgba(59, 60, 61, 0.9);
        width:100vw;
        height: 100vh;
        z-index: 99999;
        left: 0;
        overflow: hidden;
        display: none;
    }
    .foxpost-only-mobile{
        display: block;
    }
    .foxpost-close-button-holder{
        float: right;
        padding-right: 10%;
    }
/*}*/

