.text-center{ text-align: center;}
.text-left{ text-align: left; }
.text-right{ text-align: right; }
.text-justify{ text-align: justify; }
.float-left{ float: left; }
.float-right{ float: right; }
.bold{ font-weight: bold; }
.none{ display: none !important; visibility: hidden !important;}
.hidden{visibility: hidden; }
.opacity0{ opacity: 0;}
.relative{ position: relative; }
.absolute{ position: absolute; }
.uppercase{ text-transform: uppercase; }
.white{ color: white !important;}
.bg-blue{ background-color: #00a8ff !important; }
.blue{ color: #00a8ff !important; }
.block{ display: block !important;}
.inline-block{ display: inline-block; }

html,body{
    font-family: h_thin;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    color: #19202a;
}

.module{
    max-width: 1920px;
    min-width: 960px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#Container .mix{
    display: none;
}

.grand-shadow{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    z-index: 100;
}

.button{
    width: 185px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-family: H_Roman;
    line-height: 40px;
    background: #f03300; /* Old browsers */
    background: -moz-linear-gradient(top,  #f03300 0%, #ae0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f03300), color-stop(100%,#ae0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f03300 0%,#ae0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f03300 0%,#ae0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f03300 0%,#ae0000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f03300 0%,#ae0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03300', endColorstr='#ae0000',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;

}


.module-header{
    font-size: 44px;
    font-family: H_Roman;
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0;
}