/*** fonts ***/
@font-face {
    font-family: 'Sackers Gothic';
    src: url('../fonts/SackersGothicLightAT.eot');
    src: url('../fonts/SackersGothicLightAT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SackersGothicLightAT.woff2') format('woff2'),
        url('../fonts/SackersGothicLightAT.woff') format('woff'),
        url('../fonts/SackersGothicLightAT.ttf') format('truetype'),
        url('../fonts/SackersGothicLightAT.svg#SackersGothicLightAT') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Sackers Gothic';
    src: url('../fonts/SackersGothicStd-Heavy.eot');
    src: url('../fonts/SackersGothicStd-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SackersGothicStd-Heavy.woff2') format('woff2'),
        url('../fonts/SackersGothicStd-Heavy.woff') format('woff'),
        url('../fonts/SackersGothicStd-Heavy.ttf') format('truetype'),
        url('../fonts/SackersGothicStd-Heavy.svg#SackersGothicStd-Heavy') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa-Light.eot');
    src: url('../fonts/Comfortaa-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Comfortaa-Light.woff2') format('woff2'),
        url('../fonts/Comfortaa-Light.woff') format('woff'),
        url('../fonts/Comfortaa-Light.ttf') format('truetype'),
        url('../fonts/Comfortaa-Light.svg#Comfortaa-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa-Regular.eot');
    src: url('../fonts/Comfortaa-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Comfortaa-Regular.woff2') format('woff2'),
        url('../fonts/Comfortaa-Regular.woff') format('woff'),
        url('../fonts/Comfortaa-Regular.ttf') format('truetype'),
        url('../fonts/Comfortaa-Regular.svg#Comfortaa-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa-Bold.eot');
    src: url('../fonts/Comfortaa-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Comfortaa-Bold.woff2') format('woff2'),
        url('../fonts/Comfortaa-Bold.woff') format('woff'),
        url('../fonts/Comfortaa-Bold.ttf') format('truetype'),
        url('../fonts/Comfortaa-Bold.svg#Comfortaa-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*** reset style ***/
html, body, nav, p, h1, h2, h3, h4, h5, h6, img, ul, li{
    margin: 0;
    padding: 0;
    color: #000000;
}

html, body{
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, a{
    font-family: 'Sackers Gothic';
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
}

:focus{
    outline: none !important;
}

h1{
    font-weight: 300;
    color: #000000;
}

h2{
    color: #DC0031;
    letter-spacing: 5px;
}

h3{
    font-weight: bold;
    font-style: italic;
}

h4{
    font-weight: bold;
    text-decoration: underline;
}

p{
    font-family: 'Comfortaa';
    line-height: 1.8;
    letter-spacing: 1px;
    color: #000000;
    text-transform: none;
}

a{
    text-decoration: none;
    user-select: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
    letter-spacing: 1px;
    transition: all .25s ease-in;
}

/*** popup ***/
._popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.75);
    z-index: 999;
    display: none;
}

._popup ._popup_content{
    margin: 3% auto;
    width: 90%;
    max-width: 1200px;
}

._popup .close_btn:hover{
    opacity: 0.3;
}

._popup .closeX{
    text-align: right;
    font-size: 18px;
}

._popup .btn{
    color: #fff;
    background: #000000;
    padding: 0.8rem 2.5rem;
    margin: 5% 0 0;
    font-size: 10px;
    display: inline-block;
}

._popup ._popup_content.content_text{
    text-align: center;
    margin-top: 15%;
    padding: 5% 2%;
    background-color: #fff;
}

._popup ._popup_content.content_text p{
    width: 70%;
    margin: 1% auto 0;
    font-size: 13px;
}

._popup ._popup_content.content_text h2{
    font-size: 26px;
    letter-spacing: 3px;
}

/*** header ***/
header{
    width: 90%;
    margin: 4% auto;
    text-align: center;
    transition: all .25s ease-in;
}

/*** logo ***/
header .logo{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    width: 21%;
    min-width: 100px;
    background: #ffffff;
    padding: 0 3%;
    transition: 0.5s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
}

header .logo img{
    width: 100%;
}

/*** scroll btn ***/
.scrolltop{
    position: fixed;
    right: 0%;
    bottom: 5%;
    color: #fff;
    text-align: center;
    z-index: 99;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 20px;
    background-color: #000000;
    display: none;
    transform: rotate(270deg);
    transition: all .25s ease;
}

.scrolltop:before{
    content: "\003e";
    font-family: 'Comfortaa';
    font-weight: normal;
}

.scrolltop:hover{
    bottom: 6%;
}

/*** footer ***/
footer{
    width: 90%;
    margin: auto;
    padding: 2rem 0;
    color: #000000;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer p{
    font-family: 'Sackers Gothic';
    text-transform: uppercase;
}

/*** general ***/
.section_holder{
    width: 100%;
    position: relative;
}

.section_holder .content{
    width: 90%;
    margin: auto;
    text-align: center;
}

.section_holder .container{
    width: 80%;
    max-width: 1200px;
    margin: 3% auto;
}

.title_deco{
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    min-width: 300px;
}

.title_deco img{
    width: 100%;
}

.title{
    display: inline-block;
    vertical-align: middle;
    padding: 0 3%;
    font-size: 1.2vw;
    width: 30%;
}

/*** register ***/
.register_form{
    width: 50%;
    margin: 5% auto 0;
}

.register_form h2{
    margin-bottom: 1rem;
    width: auto;
}

.register_form .fill_holder{
    width: 96%;
    margin: 0 auto 5%;
}

.register_form .fill_holder:nth-child(5){
    margin-bottom: 4%;
}

.register_form .fill_holder input.form_input, .register_form .fill_holder textarea.form_input{
    resize: none;
    width: 90%;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 3%;
    color: #375267;
    font-family: 'Comfortaa';
    font-weight: bold;
    font-size: 12px;
    -webkit-appearance: none;
    letter-spacing: 1px;
}

.register_form .fill_holder .form_input::placeholder{
    color: rgba(55,82,103,0.7);
    font-family: 'Comfortaa';
    font-weight: 300;
}

.register_form .fill_holder .form_input:focus{
    outline: none;
}

.register_form .fill_holder .err_msg{
    color: rgba(239,12,56,1);
    font-size: 11px;
    opacity: 0;
    text-align: left;
    padding-left: 2%;
    letter-spacing: 0px;
}

.register_form .fill_holder #submitBtn{
    color: #ffffff;
    background: #000000;
    display: inline-block;
    padding: 2% 6%;
    margin: 5% 0 0;
    font-size: 10px;
    text-transform: uppercase;
}

.register_form .fill_holder #submitBtn:hover, #showcase_holder a:hover, #folder_holder a:hover{
    opacity: 0.3;
}