﻿.Flayer {
    width: 740px;
    height: 650px;
    margin-top: -10px;}
     .Language{ display: block;}	
.Flayer_top {
    border: solid 0px green;
    margin: 0 auto;
    background-position: center;
    margin-top: 20px;
    height: 100%;
    max-height: 540px;
    width: 100%;
    max-width: 700px;}
    
    .FlayerCloseButton {
    float: right;
    text-align: right;
    margin-top: 0px;
    margin-right: 0px;
    position: relative;
    z-index: 1111;
}
.modalBackground {
    border: solid 0px green;
    width: 100%;
    height: 100%;
    background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.70;
    z-index: 10000;
}
    
    
    @media only screen and (min-width:0px) and (max-width:930px) 
{
	 .Language{ display:none;}	
	 .Flayer_top {
    /* border: solid 0px green; */
    margin: 0 auto;
    background-position: center;
    margin-top: 20px;
    height: 100%;
    width: 100%;}
    
    .Flayer {
    width: 100%;
    height: 100%;
    margin-top: -10px;
}

.FlayerCloseButton {
    float: right;
    text-align: right;
    margin-top: 49px;
    margin-right: 25px;
    position: relative;
    z-index: 1111;
}


element.style {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: 604px;
    height: 4949px;
}

.modalBackground {
    width: 100%;
    height: 100%;
    background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.70;
    z-index: 10000;
}


}