@font-face {
    font-family: "NHaasGroteskTXPro";
    src: url(fonts/NHaasGroteskTXPro-75Bd.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "NHaasGroteskTXPro";
    src: url(fonts/NHaasGroteskTXPro-56It.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "NHaasGroteskTXPro";
    src: url(fonts/NHaasGroteskTXPro-55Rg.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "NHaasGroteskDSPro";
    src: url(fonts/NHaasGroteskDSPro-25Th.ttf) format('truetype');
    font-weight: thin;
    font-style: normal
}

@font-face {
    font-family: "NHaasGroteskDSProTh";
    src: url(fonts/NHaasGroteskDSPro-15UltTh.ttf) format('truetype');
    font-weight: thin;
    font-style: normal
}

body,
html {
    width: 100%;
    height: 100%;
    min-height: 100%
}

body {
    font-size: 14px;
    font-family: 'NHaasGroteskTXPro', sans-serif;
    color: #635b59;
    letter-spacing: 1px;
    background: #f9f9f9;
    overflow-x: hidden;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    color: #635b59
}

a:hover,
a:focus,
a.active {
    color: #978b83
}

a,
a:link,
a:visited,
a:active,
a:focus,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    line-height: 1.2;
    color: #635b59
}
h1,
h2,
h3 {
    letter-spacing: 3px;
}

#pageloader {
    background: #f7f7f7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4900
}

#pageloader .loader-item {
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 44px;
    margin: -22px 0 0 -22px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #635b59
}

.welcome-screen-wrapper {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.welcome-screen {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    display: table;
    table-layout: fixed;
    background-image: url(200212_AXENT-COM.jpg);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.welcome-screen-inner {
    width: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 30px 60px;
    text-align: center
}

.welcome-img {
    display: block;
    position: relative;
    margin: 0 auto 100px;
    width: auto;
    height: auto;
    max-width: 400px;
    overflow: hidden;
}

.welcome-img img {
    width: auto;
    max-width: 100%;
}

.welcome-buttons {
    text-align: center;
	padding-bottom: 50px;
}

h1.title {
    margin-bottom: 30px;
    color: #635b59
}

.welcome-buttons a {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 0;
    width: 200px;
    margin: 0 15px;
    color: #635b59;
    border: 1px solid #635b59;
    background: #fff
}

.welcome-buttons a:hover {
    border: 1px solid #635b59;
    background: #635b59;
    color: #fff
}

.welcome-footer {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

@media (max-width:991px) {
    .welcome-screen {
        background-image: url(200212_AXENT-COM-m.jpg);
        -webkit-background-size: cover;
        background-size: cover;
    }
    .welcome-buttons a {
        width: 300px;
		margin: 0 15px 15px
    }
}

@media (max-width:767px) {
    body {
        font-size: 13px
    }
    .welcome-buttons {
        padding-bottom: 30px;
    }
    h1.title {
        font-size: 24px
    }
    h4.subtitle {
      font-size: 16px  
    }
    .welcome-buttons a {
        display: block;
        width: 100%;
		margin: 0 0 20px
    }
}

@media (max-width:480px) {
    .welcome-img {
        margin: 0 auto 50px;
    }
}