@font-face {
    font-family: "apex new-book";
    src:url('ApexNew-Book_CL.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body,input, button, textarea, select{
    font-family: 'apex new-book',Helvetica,Arial;
    font-size: 16px;
    color: #fff;
}


*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


a{
    color: #fff; 
	text-decoration:none;
}

a:hover{
    color: #fff;
	text-decoration:none;
}

p{
	margin:0;
	padding:0;
}

img{
	vertical-align: top;
	display:block;
}

h1, h2, h3 {
    margin: 0 0 15px 0;
    font-family: inherit;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: inherit;
}

h3{
    font-size: 26px;
    line-height: 30px;
}

.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.inner{
	width:980px;
	margin:0 auto;
}

.spacerx2{
    width: 100%;
    height: 30px
}

.relpos{
    position: relative;
}

.bg-actas-red{
    background-color: #e50f41;
}

.bg-actas-grey{
    background-color: #3c4c52;
}

.btn{
    padding: 5px 10px;
    background-color: #e50f41;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #e50f41;
    cursor: pointer;
}

.btn:hover{
    background-color: #3c4c52;
}

.btn-success{
    background-color: #218838;
    border: 1px solid #218838;
}

.btn-inactive{
    background-color: #ededed;
    border: 1px solid #ededed;
}

.msg{
    width: 100%;
    border: 1px solid #009933;
    color: #009933;
    border-radius: 4px;
    background-color: #d6f5d6;
    text-align: center;
    margin: 10px 0;
    line-height: 26px;
}

.msg-err{
    border: 1px solid #ff0000;
    color: #ff0000;
    background-color: #ffcccc;
}

.msg-info{
    border: 1px solid #ff9100;
    color: #ff9100;
    background-color: #ffd7a2;
}


.nav{
    width: 100%;
    height: 40px;
}

.navbtn{
    display:inline-block;
    padding: 0 10px;
    line-height: 40px;
}

.navbtn.mactive,
.navbtn:hover{
    background-color: #3c4c52;
}


.pagination{
    text-align: center;
}


.footer{
	width: 100%;
	height: 22px;
	position:absolute;
	bottom:0px;
	font-size: 14px;
	line-height: 20px;
}

.ta-c{
    text-align:center;
}

.fl{
    float:left;
}

.fr{
    float:right;
}

.clear{
    clear:both;
}


@media only screen and (min-width : 1200px) {
    .inner {
        width: 1140px;
    }
}


@media only screen and (min-width : 1400px) {
    .inner {
        width: 1340px;
    }
}