html{
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
a{
    background-color:transparent
}
a:active,a:hover{
    outline:0
}
abbr[title]{
    border-bottom:1px dotted
}
b,strong{
    font-weight:bold
}
dfn{
    font-style:italic
}
h1{
    font-size:2em;
    margin:0.67em 0
}
mark{
    background:#ff0;
    color:#000
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup{
    top:-0.5em
}
sub{
    bottom:-0.25em
}
img{
    border:0
}
svg:not(:root){
    overflow:hidden
}
figure{
    margin:1em 40px
}
hr{
    box-sizing:content-box;
    height:0
}
pre{
    overflow:auto
}
code,kbd,pre,samp{
    font-family:monospace, monospace;
    font-size:1em
}
button,input,optgroup,select,textarea{
    color:inherit;
    font:inherit;
    margin:0
}
button{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled],html input[disabled]{
    cursor:pointer
}
button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;
    padding:0
}
input{
    line-height:normal
}
input[type="checkbox"],input[type="radio"]{
    box-sizing:border-box;
    padding:0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{
    height:auto
}
input[type="search"]{
    -webkit-appearance:textfield;
    box-sizing:content-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none
}
fieldset{
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em
}
legend{
    border:0;
    padding:0
}
textarea{
    overflow:auto
}
optgroup{
    font-weight:bold
}
table{
    border-collapse:collapse;
    border-spacing:0
}
td,th{
    padding:0
}
.clearfix:after{
    content:'';
    display:block;
    clear:both
}
.ellipsis{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
}
form{
    margin:0;
    padding:0;
    border-style:none
}
input[type='text'],input[type='tel'],input[type='email'],input[type='search'],input[type='password'],input[type='url'],input[type='number'],input[type='date'],textarea{
    -webkit-appearance:none;
    -webkit-border-radius:0;
    box-sizing:border-box;
    border:1px solid #a4a4a4;
    border-radius:5px;
    padding:.7rem;
    width:100%;
    outline:none;
    font-size:1.8rem;
    background:#fcfcfc
}
input[type='text']:focus,input[type='tel']:focus,input[type='email']:focus,input[type='search']:focus,input[type='password']:focus,input[type='url']:focus,input[type='number']:focus,input[type='date']:focus,textarea:focus{
    border-color:#c4c4c4
}
input[type='text'] ::-webkit-input-placeholder,input[type='tel'] ::-webkit-input-placeholder,input[type='email'] ::-webkit-input-placeholder,input[type='search'] ::-webkit-input-placeholder,input[type='password'] ::-webkit-input-placeholder,input[type='url'] ::-webkit-input-placeholder,input[type='number'] ::-webkit-input-placeholder,input[type='date'] ::-webkit-input-placeholder,textarea ::-webkit-input-placeholder{
    color:#eee
}
input[type='text'] ::-moz-placeholder,input[type='tel'] ::-moz-placeholder,input[type='email'] ::-moz-placeholder,input[type='search'] ::-moz-placeholder,input[type='password'] ::-moz-placeholder,input[type='url'] ::-moz-placeholder,input[type='number'] ::-moz-placeholder,input[type='date'] ::-moz-placeholder,textarea ::-moz-placeholder{
    opacity:1;
    color:#eee
}
input[type='text'] :-moz-placeholder,input[type='tel'] :-moz-placeholder,input[type='email'] :-moz-placeholder,input[type='search'] :-moz-placeholder,input[type='password'] :-moz-placeholder,input[type='url'] :-moz-placeholder,input[type='number'] :-moz-placeholder,input[type='date'] :-moz-placeholder,textarea :-moz-placeholder{
    color:#eee
}
input[type='text'] :-ms-input-placeholder,input[type='tel'] :-ms-input-placeholder,input[type='email'] :-ms-input-placeholder,input[type='search'] :-ms-input-placeholder,input[type='password'] :-ms-input-placeholder,input[type='url'] :-ms-input-placeholder,input[type='number'] :-ms-input-placeholder,input[type='date'] :-ms-input-placeholder,textarea :-ms-input-placeholder{
    color:#eee
}
input[type='text'] .placeholder,input[type='tel'] .placeholder,input[type='email'] .placeholder,input[type='search'] .placeholder,input[type='password'] .placeholder,input[type='url'] .placeholder,input[type='number'] .placeholder,input[type='date'] .placeholder,textarea .placeholder{
    color:#eee
}
button,input[type='button'],input[type='reset'],input[type='file'],input[type='submit']{
    -webkit-appearance:none;
    cursor:pointer;
    outline:none
}
button,input[type='text'],input[type='tel'],input[type='email'],input[type='number'],input[type='button'],input[type='password'],input[type='submit']{
    height:4.3rem
}
html{
    box-sizing:border-box;
    color:#fff;
    font-size:10px;
    font-family:"CharlemagneStdRegular",sans-serif
}
@media (min-width: 768px) and (max-width: 1023px){
    html{
        font-size:8.7px
    }
}
@media (max-width: 767px){
    html{
        font-size:7.8px
    }
}
*,*:before,*:after{
    box-sizing:inherit
}
img{
    border:none;
    max-width:100%;
    vertical-align:middle
}
ul{
    list-style:circle outside none;
    margin:0;
    padding:0
}
figure{
    margin:0;
    padding:0
}
a{
    text-decoration:none;
    color:#3996d3;
    transition:all 0.3s
}
a:hover{
    color:#3996d3
}
h1,h2,h3,h4,h5,h6{
    margin-top:0;
    padding:0;
    font-weight:normal;
    margin-bottom:1em
}
h1{
    font-size:6.4rem;
    letter-spacing:0.3rem
}
@media (max-width: 1199px){
    h1{
        font-size:5rem;
        letter-spacing:0.2rem
    }
}
h2{
    font-size:3.5rem
}
h3{
    font-size:3rem
}
h4{
    font-size:2.8rem
}
h5{
    font-size:2.5rem
}
h6{
    font-size:2rem
}
p{
    margin:0 0 1.2em 0;
    font-size:1.8rem;
    line-height:1.6
}
p:last-child{
    margin:0
}
@font-face{
    font-family:'CharlemagneStdRegular';
    src:url("../fonts/CharlemagneStdRegular/CharlemagneStdRegular.eot");
    src:url("../fonts/CharlemagneStdRegular/CharlemagneStdRegular.eot") format("embedded-opentype"),url("../fonts/CharlemagneStdRegular/CharlemagneStdRegular.woff2") format("woff2"),url("../fonts/CharlemagneStdRegular/CharlemagneStdRegular.woff") format("woff"),url("../fonts/CharlemagneStdRegular/CharlemagneStdRegular.ttf") format("truetype"),url("../fonts/CharlemagneStdRegular/CharlemagneStdRegular.svg#CharlemagneStdRegular") format("svg")
}
@font-face{
    font-family:'CharlemagneStdBold';
    src:url("../fonts/CharlemagneStdBold/CharlemagneStdBold.eot");
    src:url("../fonts/CharlemagneStdBold/CharlemagneStdBold.eot") format("embedded-opentype"),url("../fonts/CharlemagneStdBold/CharlemagneStdBold.woff2") format("woff2"),url("../fonts/CharlemagneStdBold/CharlemagneStdBold.woff") format("woff"),url("../fonts/CharlemagneStdBold/CharlemagneStdBold.ttf") format("truetype"),url("../fonts/CharlemagneStdBold/CharlemagneStdBold.svg#CharlemagneStdBold") format("svg")
}
.button{
    -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
    box-shadow:inset 0px 1px 0px 0px #54a3f7;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #45a7e6), color-stop(1, #358cc2));
    background:-moz-linear-gradient(top, #45a7e6 5%, #358cc2 100%);
    background:-webkit-linear-gradient(top, #45a7e6 5%, #358cc2 100%);
    background:-o-linear-gradient(top, #45a7e6 5%, #358cc2 100%);
    background:-ms-linear-gradient(top, #45a7e6 5%, #358cc2 100%);
    background:linear-gradient(to bottom, #45a7e6 5%, #358cc2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45a7e6', endColorstr='#358cc2',GradientType=0);
    background-color:#45a7e6;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #3c6174;
    display:inline-block;
    cursor:pointer;
    color:#fff;
    font-size:1.8rem;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #154682
}
.button:hover{
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #358cc2), color-stop(1, #45a7e6));
    background:-moz-linear-gradient(top, #358cc2 5%, #45a7e6 100%);
    background:-webkit-linear-gradient(top, #358cc2 5%, #45a7e6 100%);
    background:-o-linear-gradient(top, #358cc2 5%, #45a7e6 100%);
    background:-ms-linear-gradient(top, #358cc2 5%, #45a7e6 100%);
    background:linear-gradient(to bottom, #358cc2 5%, #45a7e6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#358cc2', endColorstr='#45a7e6',GradientType=0);
    background-color:#358cc2
}
.button:active{
    position:relative;
    top:1px
}
.parallax-bg{
    width:100%;
    height:100%;
    margin:0 auto;
    *position:absolute;
    background-size:cover;
    background-attachment:fixed;
    background-repeat:repeat-y;
    background-position:center top
}
.wrapper{
    max-width:1350px;
    margin:0 auto 0
}
.wrapper::after{
    content:"";
    display:table;
    clear:both
}
@media (max-width: 1340px){
    .wrapper{
        width:100%;
        float:left;
        margin:0 0 0;
        padding:0 1.5em
    }
}
#page-wrapper{
    background:#000;
    width:100%;
    float:left
}
#page-wrapper>section{
    width:100%;
    float:left
}
section{
    margin-top:13rem;
    padding:0 2rem
}
@media (min-width: 768px) and (max-width: 1023px){
    section{
        margin-top:9rem
    }
}
@media (max-width: 767px){
    section{
        margin-top:6rem
    }
}
section.header{
    position:relative;
    background-image:url("../images/banner.jpg");
    width:100%;
    height:100vh;
    min-height:500px;
    display:flex;
    align-items:center;
    justify-content:center
}
section.header .head-title{
    position:absolute;
    top:6rem;
    left:0;
    width:100%;
    text-align:center
}
section.header .head-title h1{
    font-family:'CharlemagneStdBold'
}
.login-container{
    width:19vw;
    min-width:350px;
    padding:15px 12px 25px 12px;
    background:gold;
    color:#0000ff;
    margin-top: 120px
}
@media (max-width: 479px){
    .login-container{
        min-width:265px;
        *width:230px
    }
}
.login-container h2{
    text-align:center;
    font-weight:600
}
.login-form input{
    margin-bottom:1rem
}
.login-form input[type='submit']{
    margin-top:1rem;
    width:100%
}
section.intro-reason h3{
    text-align:center;
    margin-bottom:2em
}
section.intro-reason ul.list{
    column-count:2;
    column-gap:90px
}
@media (min-width: 768px) and (max-width: 1023px){
    section.intro-reason ul.list{
        column-gap:50px
    }
}
@media (max-width: 767px){
    section.intro-reason ul.list{
        column-count:auto;
        column-gap:normal
    }
}
section.intro-reason ul.list li{
    margin-bottom:2rem;
    font-size:1.8rem
}
section.about h2{
    width:18rem;
    float:left;
    text-transform:uppercase
}
@media (max-width: 767px){
    section.about h2{
        width:100%;
        text-align:center
    }
}
section.about p{
    width:calc( 100% - 18rem );
    padding-left:5rem;
    float:left
}
@media (min-width: 768px) and (max-width: 1023px){
    section.about p{
        padding-left:2.5rem
    }
}
@media (max-width: 767px){
    section.about p{
        padding-left:0;
        width:100%
    }
}
.community .wrapper{
    display:flex;
    flex-wrap:wrap;
    align-items:center
}
.community .community-intro{
    width:50%;
    padding-right:7rem
}
@media (max-width: 767px){
    .community .community-intro{
        width:100%;
        padding-right:0;
        margin-bottom:3rem
    }
}
.community .community-intro h2{
    text-transform:uppercase
}
@media (max-width: 767px){
    .community .community-intro h2{
        text-align:center
    }
}
.community .shutterstock{
    width:50%
}
@media (max-width: 767px){
    .community .shutterstock{
        width:100%
    }
}
.community .shutterstock img{
    width:100%
}
/*# sourceMappingURL=style.min.css.map */
 