@charset "utf-8";
/* CSS Document */
#wrap_all {
    width: 100%;
    position: static;
    z-index: 2;
    overflow: hidden;
}
#background{
	background-repeat: no-repeat;
	background-image : url("./images/background.jpg");
	background-size: cover;
	background-position: top center;
}
#content{
	background-color:rgba(255,255,255,0.5);
}
#top.avia-blank #wrap_all {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
#top.avia-blank #wrap_all #main {
    padding: 0;
}
#top.avia-blank #wrap_all #main {
    padding-top: 0 !important;
    margin: 0;
}
.avia-section {
    clear: both;
    width: 100%;
    float: left;
    min-height: 100px;
    position: static;
}
.container::after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#top.avia-blank #wrap_all #main .container {
    padding-top: 0 !important;
}