 



@media only screen and (min-width: 768px) and (max-width:971px) {	
.container{ width:737px; position:relative; }
.middle-left{width:250px;}
.middle-right{width:450px;}

.entry-content img {
    height: auto;
    width: 100%;
}

iframe {
    height: auto;
    width: 100%;
}

.fom_log {
    margin: 0 auto;
    width: 60%;
}
}




@media only screen and (min-width: 480px) and (max-width: 767px) {		
.container{ width:450px; position:relative; }
.middle-left{width:100%; display:none;}
.middle-right{width:100%; margin:30px 0 0 0; border:0px; padding:0px;}
.menuarea{ display:none; width:100%;text-align: right;}


.entry-content img {
    height: auto;
    width: 100%;
}

iframe {
    height: auto;
    width: 100%;
}
.fom_log {
    margin: 0 auto;
    width: 93%;
}

.menu_area{display:block; }

} 







@media only screen and (max-width: 479px) {
.container{ width:300px; position:relative;}
.middle-left{width:100%; display:none;}
.menuarea{ display:none; width:100%;text-align: right;}
.middle-right{width:100%; margin:30px 0 0 0; border:0px; padding:0px;}
.menu_area{display:block; }

.entry-content img {
    height: auto;
    width: 100%;
}

iframe {
    height: auto;
    width: 100%;
}
.fom_log {
    margin: 0 auto;
    width: 100%;
}

.fom_log p.login-remember label input {
    float: left;
}

.fom_log p .input {
    margin: 5px 0 0;
    width: 98%;
}


.fom_log #loginform p {
    clear: left;
    margin: 0 0 10px;
    width: 100%;
}


.fom_log p.login-submit input {  margin: 12px 0 0;}

}
 




