/*@charset "utf-8";*/
@font-face {
  font-family: 'NoahTT';
    src: url('../../font/noahTT/NOH45_AM.eot');
    src: url('../../font/noahTT/NOH45_AM.eot') format('embedded-opentype'),  url('../../font/noahTT/NOH45_AM.woff') format('woff'), url('../../font/noahTT/NOH45_AM.TTF') format('truetype'), url('../../font/noahTT/NOH45_AM.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'NoahTT';
    src: url('../../font/noahTT/NOH65_AM.eot');
    src: url('../../font/noahTT/NOH65_AM.eot') format('embedded-opentype'),  url('../../font/noahTT/NOH65_AM.woff') format('woff'), url('../../font/noahTT/NOH65_AM.TTF') format('truetype'), url('../../font/noahTT/NOH65_AM.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
body{
	font-family: NoahTT,Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*line-height: 1em;*/
    padding: 0;
    color: #ffffff;
    /*word-break: break-all;*/
    /*overflow-x: hidden;*/
}

.img-vertical{
    height: 100%;
    width: auto;
}
.img-horizontal{
    width: 100%;
    height: auto;
}
a{
    color: #ffffff;
}
a:hover,
a:active,
a:focus{
    text-decoration: none;
    color: #ca982f;
}
.no-display{
    display: none;
}

div.custom-btn{
    display: inline-block;
    position: relative;
    /*width: 182px;*/
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    margin: 6.25% auto 9.58% auto;
    cursor: pointer;

    -webkit-transition: all 0.4s ease 0.3s;
    -moz-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
}
div.custom-btn .part{
    position: absolute;
    width: 100%;
    height: 20%;
    border-left: 2px solid #ca982f;
    border-right: 2px solid #ca982f;

    -webkit-transition: all 0.4s ease 0.3s;
    -moz-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
}
div.custom-btn:hover .part{
    height: 42%;
}
.top-part{
    top: 0;
    left: 0;
    border-top: 2px solid #ca982f;
}
.bottom-part{
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #ca982f;
}
.custom-btn{
    display: block;
    background: none;
    font-weight: bold;
    color: inherit;

    -webkit-transition: all 0.4s ease 0.3s;
    -moz-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
}
a.custom-btn{
    position: relative;
    z-index: 2;/*set clickable*/
    color: inherit;
}
a.custom-btn *{text-align: center}
div.custom-btn:hover{
    background: #161413;
}
#page-up{
    width: 30px;
    height:30px;
    position: fixed;
    right: 20px;
    bottom: 106px;
    display: none;
    z-index: 20;
}
#page-up div.custom-btn{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    padding: 0;
}
#page-up a.custom-btn{
    padding: 0;
    line-height: 1em;
    padding-top: 5px;
    color: #ca982f;
}
#page-up .up-2{
    display: block;
    margin-top: -10px;
}
#main-title-first-letter{
    /*outline: 1px solid white;*/
}
#welcome-to{
    display: inline-block;
    position: absolute;
    /*font-size: 0.1em;*/
    font-weight: bold;
    font-size: 7px;
    line-height: 2em;
    transform: rotate(270deg);
    transform-origin: left bottom 0;
    left: 0;
    top:0;
    z-index: 30;
    /*outline: 1px solid green*/
}
#welcome-to *{
    margin: 0;
    padding: 0;
}