@charset "utf-8";
/* CSS Document */




@media all and (orientation:landscape) {
}
@media all and (orientation:portrait) {
}
/*//////////////////////////////////////*/

@media all and (min-width:1922px){
    .mini_mobile_view{
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    #right_content{
    margin-right: 0;
    float:right;
    width:80%;
     min-height: 100%
    }
    #logo_menu_top{
    width:30%;
        margin-top:10px;
        margin-top:10px;
    }
}

@media all and (min-width:1024px) and (max-width:1921px){
	.mini_mobile_view{
        display: none;
        visibility: hidden;
        opacity: 0;
    }
        #right_content{
    margin-right: 0;
    float:right;
    width:80%;
    }
    #logo_menu_top{
    width:30%;
    }
    #logo_menu_top{
    width:30%;
	}	
}
@media all and (min-width:768px) and (max-width:1023px){
 .mini_mobile_hide{
        display: none;
    }
    #right_content{
    width:100%;
        padding-bottom:50px;
    }
        #logo_menu_top{
    width:40%;
	}	
    .big_menu_font{
        font-size:2rem;
    }
	}
@media all and (min-width:600px) and (max-width:767px){
 .mini_mobile_hide{
        display: none;
    }
        #right_content{
    width:100%;
           padding-bottom:50px;
    }
        #logo_menu_top{
    width:50%;
	}	
        .big_menu_font{
        font-size:2rem;
    }
	}
@media all and (min-width:380px) and (max-width:599px){
 .mini_mobile_hide{
        display: none;
    }
        #right_content{
    width:100%;
            padding-bottom:50px;
    }
        #logo_menu_top{
    width:60%;
	}	
        .big_menu_font{
        font-size:2rem;
    }
	}
@media all and (min-width:0px) and (max-width:378px){
 .mini_mobile_hide{
        display: none;
    }
        #right_content{
    width:100%;
          padding-bottom:50px;
    }
        #logo_menu_top{
    width:70%;
	}	
        .big_menu_font{
        font-size:2rem;
    }
	}