@media only screen and (max-width : 1300px)
{
    #region-modal-wrapper
    {
        /*left: 18%;*/
    }
}

@media only screen and (max-width : 1255px)
{
    #region-modal-wrapper > #region-modal-title-wrapper > #region-modal-main-header > #region-modal-main-header-text
    {
        /*font-size: 22px;*/
        margin-left: 3%;
    }

}

@media only screen and (max-width : 1230px)
{
    #region-modal-wrapper
    {
        /*left: 16%;*/
    }

    #region-modal-wrapper > #region-map-map-wrapper > div
    {

    }

    #region-modal-wrapper > #region-modal-title-wrapper > #region-modal-main-header > #region-modal-main-header-text
    {
        font-size: 20px;
    }

}

@media only screen and (max-width : 1130px)
{
    #region-modal-wrapper
    {
        /*left: 10%;*/
    }
}

@media only screen and (max-width : 1042px)
{
    #region-modal-wrapper
    {
        /*left: 8%;*/
    }

}

@media only screen and (max-width : 1000px)
{
    #region-modal-wrapper
    {
        /*left: 5%;*/
    }
}

@media only screen and (max-width: 870px)
{

    #region-modal-wrapper
    {
        margin-left:0;
        width: 500px !important;
        height: 330px !important;
        left: 17%;
        background-color: #414243;
        font-family: 'Comfortaa', Museo Sans, sans-serif;
        color: #FFF;
    }

    #region-modal-main-header-text
    {
        display: none;
    }

    #region-modal-wrapper > #region-modal-title-wrapper > #region-modal-main-header > #region-modal-main-sub-header-text
    {
        width: 420px;
        margin: 0 auto;
        font-size: 22px;
        color: #FFF;
        padding-top: 20px;

    }

    #region-modal-mobile-header-text
    {

    }

    #svg-holder
    {
        display: none;
    }

    .region-list-area
    {
        display: block;
        width: 160px;
        text-align: center;
        margin:0 auto;
    }

    .region-list-area > ul
    {
        list-style: none;
        padding: 0;
    }
}

/* Fix for screen orientation */
@media only screen and (max-width: 731px) and (orientation: landscape)
{
    #region-modal-wrapper
    {
        top: 10px;
        height: 310px !important;
    }
}

@media only screen and (max-width: 650px)
{
    #region-modal-wrapper
    {
        left: 5%;
    }
}

@media only screen and (max-width: 580px)
{
    #region-modal-wrapper
    {
        left: 1%;
        width: 97% !important;
    }
}

@media only screen and (max-width: 450px)
{
    #region-modal-wrapper > #region-modal-title-wrapper > #region-modal-main-header > #region-modal-main-sub-header-text
    {
        width: 342px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 417px)
{
    #region-modal-wrapper > #region-modal-title-wrapper > #region-modal-main-header > #region-modal-main-sub-header-text
    {
        width: 265px;
        font-size: 14px;
    }
}