
:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

:-moz-full-screen {
    width: 100%;
    height: 100%;
}

:-ms-fullscreen {
    width: 100%;
    height: 100%;
}

:full-screen {
    width: 100%;
    height: 100%;
}

:fullscreen {
    width: 100%;
    height: 100%;
}

.fullscreen {
    min-height: 100% !important;
}

.fullscreen #fp_googleMap{
    min-height: 0 !important;
}

.fp_side.fullscreen #fp_googleMapSidebar,
.fp_side.fullscreen #fp_googleMap{
    height: 100% !important;
}

.fp_side.fullscreen #fp_locationlist_container{
    overflow: scroll;
    float: left;
    width: 75%;
    height: 100%;
}

.fp_side.fullscreen #fp_locationlist {
    width: 100% !important;
}

button#fp_fullscreen {
    position: absolute;
    bottom: 1px;
    right: 1px;
    background: transparent;
    box-shadow: none;
    border: none;
}
#fp_fullscreen .icon-fullscreen{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(button.png) 50% 0 no-repeat transparent;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.fullscreen #fp_fullscreen .icon-fullscreen {
    background-position: 50% -16px;
}

