html,
body{
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 300;
}


a,
a:visited,
a:active,
a:focus{
    color: #000;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
a:hover{
    color: #4a602b;
}

.img{
    position: relative;
    overflow: hidden;
}
.img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.img div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}
.img:hover div{
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);

    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
}

img{
    vertical-align: top;
}
img.w{
    width: 100% !important;
    height: auto !important;
}
img.h{
    width: auto !important;
    height: 100% !important;
    max-width: unset !important;
}
strong{
    font-weight: 700;
    color: #341917;
}

ol{
    margin: 20px 0;
    padding: 0;
    text-align: left;
    margin-top: 0;
    font-weight: 400;
}
ol > li {
    position: relative;
    margin: 0;
    padding: 0 0 8px 25px;
    list-style-type: none;
    counter-increment: item;
}

ol > li:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #341917;
    width: 20px;
    font-weight: 700;
    text-align: center;
    content: counter(item) ".";
}

#main p,
#standard p{
    margin: 0 0 20px;
    font-weight: 400;
}

#standard{
    padding: 3% 0 5%;
}
#standard h2{
    font-size: 36px;
    line-height: 44px;
    padding: 6px 0;
    font-weight: 400;
    margin: 0;
}

#standard a{
    font-weight: 700;
}


header{
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10;
    background: rgba(255,255,255, 0.96);
}


header .custom-logo-link{
    position: absolute;
    left: 0;
    top: 0;
}
header .custom-logo-link img{
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}

header .container{
    position: relative;
}
header .container:before{
    content: '';
    position: absolute;
    left: 0;
    width: 405px;
    height: 40px;
    bottom: -40px;
    background: rgba(255,255,255, 0.96);
    -webkit-transition: all 0.15s ease-out;
       -moz-transition: all 0.15s ease-out;
         -o-transition: all 0.15s ease-out;
            transition: all 0.25s ease-out;
}
header #dashboard-main,
header #dashboard-main:active,
header #dashboard-main:focus,
header #dashboard-main:visited,
header #join-main,
header #join-main:active,
header #join-main:focus,
header #join-main:visited{
    position: absolute;
    bottom: -40px;
    right: 0;
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}
header #dashboard-main:before,
header #join-main:before{
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.5);
}
header #dashboard-main span,
header #join-main span{
    -webkit-transition: all 0.25s ease-out 0.4s;
       -moz-transition: all 0.25s ease-out 0.4s;
         -o-transition: all 0.25s ease-out 0.4s;
            transition: all 0.25s ease-out 0.4s;
}
header #dashboard-min,
header #join-min{
    float: right;
    margin-top: 26px;
    overflow: hidden;
    border-width: 0;
    padding: 0;
    min-width: unset;
    width: 0;
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}
header #dashboard-min span,
header #join-min span{
    opacity: 0;
}
header #join-main:hover,
header #join-min:hover{
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}

header.min{
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
header.min .custom-logo-link img{
    width: 255px;
}
header.min .container:before{
    width: 255px;
    height: 0;
    bottom: 0;
}
header.min #dashboard-min,
header.min #join-min{
    width: 137px;
    border-width: 2px;
}
header.min #dashboard-min span,
header.min #join-min span{
    opacity: 1;
    -webkit-transition: all 0.25s ease-out 0.4s;
       -moz-transition: all 0.25s ease-out 0.4s;
         -o-transition: all 0.25s ease-out 0.4s;
            transition: all 0.25s ease-out 0.4s;
}

header.min #dashboard-main,
header.min #join-main{
    height: 0;
    bottom: 0;
    border-width: 0;
}
header.min #dashboard-main span,
header.min #join-main span{
    opacity: 0;
    -webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
}

header nav{
    position: relative;
    float: right;
    margin-top: 32px;
    word-wrap: normal;
    white-space: nowrap;
}
header nav ul{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

header nav ul li{
    float: left;
    padding: 0;
    margin: 0;
}

header nav a,
header nav a:active,
header nav a:visited,
header nav a:focus,
.profile-link a,
.profile-link a:active,
.profile-link a:visited,
.profile-link a:focus{
    display: block;
    position: relative;
    padding: 0 11px 20px 11px;
    color: #000;
    line-height: 17px;
    height: 17px;
    box-sizing: content-box;
    cursor: pointer;
}
header nav .menu a:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 17px;
    background: #fbbc08;
}

.profile-link{
    float: left;
}

header nav .bar{
    content: '';
    position: absolute;
    height: 5px;
    left: 11px;
    bottom: 0;
    background: #fbbc08;
    -webkit-transition: all 0.4s ease-out;
       -moz-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
}
header nav a:hover:before,
header nav .current-menu-item a:before{
    height: 5px;
}

.burger{
    position: relative;
    display: none;
    float: right;
    width: 34px;
    height: 25px;
    padding: 4px;
    box-sizing: border-box;
    margin: 17px 15px;
    cursor: pointer;
}
.burger span{
    display: block;
    position: absolute;
    height: 3px;
    width: 26px;
    left: 4px;
    top: 4px;
    background: #000;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.burger span:nth-child(2){
    top: 11px;
}
.burger span:nth-child(3){
    top: 18px;
}
.burger:hover span{
    background: #58585a;
}

body.mobile-menu .burger span:nth-child(1){
    top: 11px;
    left: 7px;
    width: 20px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
body.mobile-menu .burger span:nth-child(2){
    display: none;
}
body.mobile-menu .burger span:nth-child(3){
    width: 20px;
    top: 11px;
    left: 7px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

#header{
    position: relative;
}
#header .container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
#header .title{
    float: right;
    width: 57%;
    padding-top: 135px;
}
#header .bg{
    overflow: hidden;
}

h1{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0;
}

#header dt{
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0;
    letter-spacing: -1px;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
}

#header dd{
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 4px #fff;
}

#header .bg img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.half{
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.clear{
    clear: both;
    float: none !important;
}

.no-anim{
    -webkit-transition: none !important;
       -moz-transition: none !important;
         -o-transition: none !important;
            transition: none !important;
}


.container{
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


.btn,
.btn:active,
.btn:visited,
.btn:focus{
    position: relative;
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    line-height: 38px;
    background: #fbbc08;
    border: solid 2px #fbbc08;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.btn:hover,
.btn.hover{
    background: #fff;
    color: #000;
}

.btn-arrow,
.btn-arrow:active,
.btn-arrow:visited,
.btn-arrow:focus{
    padding-right: 30px;
}
.btn-arrow:after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 15px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
       -moz-transform: rotate(45deg) translateY(-50%);
         -o-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.btn-arrow:hover:after,
.btn-arrow.hover:after{
    border-color: #000;
}

.btn-empty,
.btn-empty:active,
.btn-empty:visited,
.btn-empty:focus{
    color: #000;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
    background: transparent;
}
.btn-empty:hover,
.btn-empty.hover{
    background: #fbbc08;
    color: #fff;
}

.btn-empty.btn-arrow:after{
    border-color: #000;
}
.btn-empty.btn-arrow:hover:after,
.btn-empty.btn-arrow.hover:after{
    border-color: #fff;
}

.btn-small,
.btn-small:active,
.btn-small:visited,
.btn-small:focus{
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
}
.btn-small.btn-arrow,
.btn-small.btn-arrow:active,
.btn-small.btn-arrow:visited,
.btn-small.btn-arrow:focus{
    padding-right: 20px;
}
.btn-small.btn-arrow:after{
    width: 7px;
    height: 7px;
}

.btn-tiny,
.btn-tiny:active,
.btn-tiny:visited,
.btn-tiny:focus{
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    font-weight: bolder;
    padding: 0 7px;
    text-transform: none;
    min-width: unset;
}

.rise{
    opacity: 0;
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 0.75s ease-out;
       -moz-transition: all 0.75s ease-out;
         -o-transition: all 0.75s ease-out;
            transition: all 0.75s ease-out;
}
.rise.show{
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
}

.fadein{
    opacity: 0;
    -webkit-transition: all 0.75s ease-out;
       -moz-transition: all 0.75s ease-out;
         -o-transition: all 0.75s ease-out;
            transition: all 0.75s ease-out;
}
.fadein.show{
    opacity: 1;
}

.glowin{
    opacity: 0;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
    -webkit-transition: all 0.75s ease-out;
       -moz-transition: all 0.75s ease-out;
         -o-transition: all 0.75s ease-out;
            transition: all 0.75s ease-out;
}
.glowin.show{
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
}

.growin{
    opacity: 0;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all 0.75s ease-out;
       -moz-transition: all 0.75s ease-out;
         -o-transition: all 0.75s ease-out;
            transition: all 0.75s ease-out;
}
.growin.show{
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
}

/*circle*/
.circle-container{
    float: right;
    width: 440px;
    margin: 20px;
}
.circle{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    z-index: 2;
    cursor: pointer;
}

.circle .outer{
    position: absolute;
    width: 122%;
    height: 122%;
    top: 50%;
    left: 50%;
    border: solid 40px #ffecb8;
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.circle .inner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    border-radius: 50%;
    border: solid 2px #fff;
}

.circle img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.circle .fill{
    z-index: 1;
}

.circle .icons{
    z-index: 4;
}

.circle .diet-fill,
.circle .diet-area{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-clip-path: polygon(0 0, 50% 0%, 50% 50%, 0 79%);
            clip-path: polygon(0 0, 50% 0%, 50% 50%, 0 79%);
}
.circle .exercise-fill,
.circle .exercise-area{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 79%, 50% 50%);
            clip-path: polygon(50% 0%, 100% 0%, 100% 79%, 50% 50%);
}
.circle .mindset-fill,
.circle .mindset-area{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-clip-path: polygon(50% 50%, 100% 79%, 100% 100%, 0% 100%, 0% 79%);
            clip-path: polygon(50% 50%, 100% 79%, 100% 100%, 0% 100%, 0% 79%);
}


.circle .middle{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.circle .middle div{
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.circle .middle .white{
    width: 25%;
    height: 25%;
    background: #fff;
}
.circle .middle .red{
    width: 5%;
    height: 5%;
    background: #f4531c;
}
.circle .middle .red{
    width: 10%;
    height: 10%;
    background: #f4531c;
}
.circle .middle .border{
    width: 29%;
    height: 29%;
    border: solid 4px #fff;
}

.circle .area{
    z-index: 5;
}

.circle .diet-fill:before,
.circle .exercise-fill:before,
.circle .mindset-fill:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-out;
       -moz-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
}
.circle .diet-fill:before{
    background: #9cc865;
}
.circle .exercise-fill:before{
    background: #a76866;
}
.circle .mindset-fill:before{
    background: #ffff3e;
}
.circle .diet-fill:after,
.circle .exercise-fill:after,
.circle .mindset-fill:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}

.circle .diet-fill.active:before,
.circle .exercise-fill.active:before,
.circle .mindset-fill.active:before{
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.circle .diet-fill.active:after,
.circle .exercise-fill.active:after,
.circle .mindset-fill.active:after{
    opacity: 0.1;
}

/*video*/


.video{
    position: relative;
    cursor: pointer;
}
.video:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32%;
    padding-bottom: 32%;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.video:hover:before{
    width: 35%;
    padding-bottom: 35%;
    background: #fbbc08;
}
.video:after{
    content: '';
    position: absolute;
    width: 63px;
    height: 35px;
    left: 51%;
    top: 51%;
    z-index: 1;
    opacity: 0.6;
    background: url('../img/video.png');
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.video:hover:after{
    opacity: 1;
}
/*
.video:after{
    content: '';
    position: absolute;
    left: 48%;
    top: 50%;
    width: 7%;
    padding-bottom: 7%;
    box-sizing: content-box;
    border-right: solid 8px #000;
    border-top: solid 8px #000;
    z-index: 2;
    transform-origin: 0 0;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
       -moz-transform: rotate(45deg) translate(-50%, -50%);
         -o-transform: rotate(45deg) translate(-50%, -50%);
            transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.video:hover:after{
    width: 8%;
    padding-bottom: 8%;
}
*/
.video img{
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.video:hover img{
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
}

.background{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.background img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.scroll{
    position: absolute;
    width: 145px;
    height: 145px;
    left: 50%;
    bottom: -10px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translate(-50%, 50%);
       -moz-transform: translate(-50%, 50%);
         -o-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}
.scroll:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 40%;
    width: 35px;
    height: 35px;
    border-bottom: 6px solid #000;
    border-right: 6px solid #000;
    transform-origin: 0 0;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
       -moz-transform: rotate(45deg) translate(-50%, -50%);
         -o-transform: rotate(45deg) translate(-50%, -50%);
            transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transition: border 0.1s ease-out, top 0.5s ease-out;
       -moz-transition: border 0.1s ease-out, top 0.5s ease-out;
         -o-transition: border 0.1s ease-out, top 0.5s ease-out;
            transition: border 0.1s ease-out, top 0.5s ease-out;
}
.scroll:hover:after{
    border-color: #fbbc08;
}
.scroll.down:after{
    top: 45%;
}

.scroll.bottom{
    bottom: 10px;
    -webkit-clip-path: polygon(0% 30%, 100% 30%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 30%, 100% 30%, 100% 100%, 0% 100%);
}
.scroll.bottom:after{
    top: 55%;
}
.scroll.bottom.down:after{
    top: 60%;
}

/*process----------------*/


#process{
    text-align: center;
}

#process .process{
    margin-top: -50px;
}

#process h2{
    margin: 0;
    font-size: 36px;
    font-weight: normal;
    line-height: 42px;
    padding-left: 30px;
    text-align: left;
}
#process h3{
    font-weight: 500;
    font-size: 16px;
    padding-left: 30px;
    margin: 15px 0;
    text-align: left;
}


#process .review-steps{
    float: left;
    margin: 50px 50px 0 0;
    font-size: 0;
}

#process .review{
    padding: 0 0 40px 80px;
    text-align: center;
    font-size: 0;
}
#process .review div{
    display: inline-block;
}
#process .review .dots{
    position: relative;
    width: 200px;
    height: 15px;
    font-size: 20px;
    border-bottom: dotted 2px #351918;
}
#process .review .dots:after{
    content: '';
    position: absolute;
    width: 1px;
    top: 16px;
    height: 38px;
    border-left: dotted 2px #351918;
}
#process .review .dots:first-child:after{
    left: 0;
}
#process .review .dots:first-child:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: -4px;
    top: 48px;
    border-left: solid 2px #351918;
    border-bottom: solid 2px #351918;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#process .review .dots:last-child:after{
    height: 42px;
    right: -2px;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#process .review .text{
    font-size: 24px;
    color: #351918;
    line-height: 30px;
    margin: 0 10px;
    font-weight: 400;
}

#process .steps{
    margin-right: 30px;
    display: inline-block;
}

#process .step{
    position: relative;
    float: left;
    background: #351918;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-left: 10px;
    cursor: pointer;
    padding: 12px 8px 8px 70px;
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}
#process .step:hover{
    -webkit-filter: brightness(1.7);
            filter: brightness(1.7);
}

#process .step:before,
#process .step:after{
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
}
#process .step:before{
    left: 0;
    border-color: transparent transparent transparent #ffffff;
}
#process .step:after{
    left: 100%;
    border-color: transparent transparent transparent #351918;
}

#process .step:nth-child(1){
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 58px;
    z-index: 3;
    border-color: transparent transparent transparent #351918;
    background: #351918 url('../img/process-step1.png') no-repeat 18px center;
}
#process .step:nth-child(1):before{
    display: none;
    margin-left: 0;
}
#process .step:nth-child(2){
    z-index: 2;
    background: #351918 url('../img/process-step2.png') no-repeat 33px center;
}
#process .step:nth-child(3){
    z-index: 1;
    background: #351918 url('../img/process-step3.png') no-repeat 33px center;
}

#process .cycle{
    position: relative;
    float: left;
    width: 291px;
    height: 291px;
    background: url('../img/process-cycle.png');
}

#process .cycle div{
    position: absolute;
    width: 90px;
    height: 90px;
    padding-top: 55px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}
#process .cycle div:hover{
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
}
#process .cycle div:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fbbc08;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}
#process .cycle div:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#process .cycle div:hover:before{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

#process .cycle .middle{
    width: 120px;
    height: 120px;
    left: 50%;
    top: 50%;
    font-size: 24px;
    padding-top: 35px;
    line-height: 28px;
    font-weight: 500;
    text-transform: none;
}

#process .cycle .top{
    top: 5%;
    left: 50%;
}
#process .cycle .top:after{
    background: url('../img/process-top.png') no-repeat center 17px;
}
#process .cycle .right{
    top: 50%;
    left: 95%;
}
#process .cycle .right:after{
    background: url('../img/process-right.png') no-repeat center 17px;
}

#process .cycle .bottom{
    top: 95%;
    left: 50%;
    padding-top: 55px;
}
#process .cycle .bottom:after{
    background: url('../img/process-bottom.png') no-repeat center 12px;
}

#process .cycle .left{
    top: 50%;
    left: 5%;
}
#process .cycle .left:after{
    background: url('../img/process-left.png') no-repeat center 17px;
}

#process .btn{
    display: block;
    float: left;
    margin: -50px 0 0 35px;
}

footer{
    background: #cbc3c3;
}
footer > .container{
    padding: 30px 0;
}

footer .profile,
footer .join{
    position: relative;
    width: 380px;
    float: right;
    background: #fff;
    padding: 20px;
    border: solid 1px #efaa20;
}
footer .profile h4,
footer .join h4{
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
}
footer .profile p,
footer .join p{
    font-size: 12px;
    margin: 10px 0;
    font-weight: 500;
}
footer .join input{
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #efaa20;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

footer .join input[name=password]{
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
}
footer .join input[name=confirm]{
    float: left;
    width: calc(50% - 10px);
    margin-left: 10px;
}

footer .info{
    float: left;
    width: calc(100% - 380px);
    padding-right: 10%;
}
footer .menu-container{
    float: left;
    width: 33%;
    margin-bottom: 20px;
}
footer .menu-container:nth-child(1){
    width: 40%;
}
footer .menu-container:nth-child(2){
    width: 30%;
}
footer .menu-container:nth-child(3){
    width: 30%;
}
footer .menu-container h4{
    margin: 0;
    color: #4a4444;
    font-weight: 600;
    font-size: 14px;
}
footer .menu-container ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .menu-container li{
    margin: 0;
    padding: 0;
}
footer .menu-container a,
footer .menu-container a:hover,
footer .menu-container a:active,
footer .menu-container a:focus{
    color: #000;
    font-size: 14px;
}
footer .menu-container a:hover{
    opacity: 0.8;
}

footer .custom-logo-link{
    max-width: 280px;
    float: left;
}
footer .social{
    float: right;
    font-size: 0;
    width: 30%;
}
footer .social h4{
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 10px;
}
footer .social a{
    display: inline-block;
    margin-right: 15px;
}
footer .social a:hover{
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
}
footer .social a.black:hover{
    opacity: 0.75;
}
footer .social img{
    width: 40px;
}


footer .bottom{
    padding: 20px 0 10px;
    border-top: solid 2px #fff;
    font-size: 12px;
    font-weight: 400;
    min-height: 70px;
}

footer .copyrights{
    float: left;
}

footer .bottom .menu{
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .bottom .menu li{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
}
footer .bottom .menu li:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    top: 4px;
    left: 0;
    background: rgba(0,0,0,0.5);
}
footer .bottom .menu li:first-child{
    margin: 0;
    padding: 0;
}
footer .bottom .menu li:first-child:before{
    display: none;
}

#cookie-policy{
    display: none;
}

/*------*/

.loading-anim{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 58px;
    height: 58px;
    left: 50%;
    top: 50%;
    z-index: -100;
    -webkit-transform: scale(0.8) translate(-70%, -50%);
       -moz-transform: scale(0.8) translate(-70%, -50%);
         -o-transform: scale(0.8) translate(-70%, -50%);
            transform: scale(0.8) translate(-70%, -50%);
    -webkit-transition: opacity 0.25s ease-out 0.25s;
       -moz-transition: opacity 0.25s ease-out 0.25s;
         -o-transition: opacity 0.25s ease-out 0.25s;
            transition: opacity 0.25s ease-out 0.25s;
}

.loading > *,
.error > *,
.done > *{
    visibility: hidden;
}
.loading *{
    -webkit-transition: none !important;
       -moz-transition: none !important;
         -o-transition: none !important;
            transition: none !important;
}

.tip{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    text-align: center;
    font-size: 15px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.tip a,
.tip a:visited,
.tip a:active,
.tip a:focus{
    color: #efaa20;
    font-weight: 600;
}
.tip a:hover{
    color: #000;
}

.error .tip,
.done .tip{
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out 0.25s;
       -moz-transition: opacity 0.25s ease-out 0.25s;
         -o-transition: opacity 0.25s ease-out 0.25s;
            transition: opacity 0.25s ease-out 0.25s;
}

.error .tip{
    color: #ec5c42;
}

.loading .loading-anim{
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.circularG{
    position:absolute;
    background-color: #efaa20;
    width:14px;
    height:14px;
    transform:scale(0);
    border-radius:9px;
        -o-border-radius:9px;
        -ms-border-radius:9px;
        -webkit-border-radius:9px;
        -moz-border-radius:9px;
    animation-name:bounce_circularG;
        -o-animation-name:bounce_circularG;
        -ms-animation-name:bounce_circularG;
        -webkit-animation-name:bounce_circularG;
        -moz-animation-name:bounce_circularG;
    animation-duration:1.1s;
        -o-animation-duration:1.1s;
        -ms-animation-duration:1.1s;
        -webkit-animation-duration:1.1s;
        -moz-animation-duration:1.1s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
}

#circularG_1{
    left:0;
    top:23px;
    animation-delay:0.41s;
        -o-animation-delay:0.41s;
        -ms-animation-delay:0.41s;
        -webkit-animation-delay:0.41s;
        -moz-animation-delay:0.41s;
}

#circularG_2{
    left:6px;
    top:6px;
    animation-delay:0.55s;
        -o-animation-delay:0.55s;
        -ms-animation-delay:0.55s;
        -webkit-animation-delay:0.55s;
        -moz-animation-delay:0.55s;
}

#circularG_3{
    top:0;
    left:23px;
    animation-delay:0.69s;
        -o-animation-delay:0.69s;
        -ms-animation-delay:0.69s;
        -webkit-animation-delay:0.69s;
        -moz-animation-delay:0.69s;
}

#circularG_4{
    right:6px;
    top:6px;
    animation-delay:0.83s;
        -o-animation-delay:0.83s;
        -ms-animation-delay:0.83s;
        -webkit-animation-delay:0.83s;
        -moz-animation-delay:0.83s;
}

#circularG_5{
    right:0;
    top:23px;
    animation-delay:0.97s;
        -o-animation-delay:0.97s;
        -ms-animation-delay:0.97s;
        -webkit-animation-delay:0.97s;
        -moz-animation-delay:0.97s;
}

#circularG_6{
    right:6px;
    bottom:6px;
    animation-delay:1.1s;
        -o-animation-delay:1.1s;
        -ms-animation-delay:1.1s;
        -webkit-animation-delay:1.1s;
        -moz-animation-delay:1.1s;
}

#circularG_7{
    left:23px;
    bottom:0;
    animation-delay:1.24s;
        -o-animation-delay:1.24s;
        -ms-animation-delay:1.24s;
        -webkit-animation-delay:1.24s;
        -moz-animation-delay:1.24s;
}

#circularG_8{
    left:6px;
    bottom:6px;
    animation-delay:1.38s;
        -o-animation-delay:1.38s;
        -ms-animation-delay:1.38s;
        -webkit-animation-delay:1.38s;
        -moz-animation-delay:1.38s;
}

@keyframes bounce_circularG{
    0% { transform:scale(1); }
    100%{ transform:scale(.3); }
}

@-o-keyframes bounce_circularG{
    0% { -o-transform:scale(1); }
    100%{ -o-transform:scale(.3); }
}

@-ms-keyframes bounce_circularG{
    0% { -ms-transform:scale(1); }
    100%{ -ms-transform:scale(.3); }
}

@-webkit-keyframes bounce_circularG{
    0% { -webkit-transform:scale(1); }
    100%{ -webkit-transform:scale(.3); }
}

@-moz-keyframes bounce_circularG{
    0% { -moz-transform:scale(1); }
    100%{ -moz-transform:scale(.3); }
}

*::placeholder{
    color: #a4a4a4;
}

.invalid,
.invalid::placeholder,
.invalid label{
    color: #ec5c42 !important;
    border-color: #ec5c42 !important;
}

#logout .circularG{
    background-color: #fff;
}
/* Popup ------------------------------------*/


.popup-cover{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 11;
}

.popup-cover.show{
    top: 0;
}

.popup{
    position: absolute;
    width: 800px;
    height: 600px;
    max-width: 90%;
    max-height: 70%;
    left: 50%;
    top: 50%;
    margin-top: 53px;
    background: #fff;
    border: solid 1px #efaa20;
    opacity: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
       -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
            box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity ease-out 0.25s;
       -moz-transition: opacity ease-out 0.25s;
         -o-transition: opacity ease-out 0.25s;
            transition: opacity ease-out 0.25s;
}

.popup-cover.show .popup{
    opacity: 1;
}

.popup .close{
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.popup .close:before,
.popup .close:after{
    position: absolute;
    display: block;
    content: '';
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
         -o-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: background ease-out 0.1s;
       -moz-transition: background ease-out 0.1s;
         -o-transition: background ease-out 0.1s;
            transition: background ease-out 0.1s;
}
.popup .close:before{
    width: 100%;
    height: 2px;
}
.popup .close:after{
    width: 2px;
    height: 100%;
}

.popup .close:hover:before,
.popup .close:hover:after{
    background: #d3e2e2;
}

.popup .header{
    font-size: 20px;
    text-transform: uppercase;
    line-height: 39px;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding-left: 20px;
    padding-right: 40px;
    background: #3c3636;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popup .header:empty{
    visibility: hidden;
}

.popup .header br{
    display: none;
}
.popup .content{
    padding: 0 20px;
    height: calc(100% - 39px);
    line-height: 22px;
    text-align: justify;
    overflow: auto;
}
.popup .content p{
    margin: 16px 0;
}
.popup .content img{
    float: left;
    margin-top: 6px;
    margin-right: 20px;
    margin-bottom: 7px;
    max-width: 250px;
}

.popup .content ul{
    margin: 16px 0;
    padding: 0 0 0 30px;
}


#info-popup .popup{
    width: 500px;
    height: auto;
    text-align: center;
}
#info-popup .header{
    padding: 0 40px;
}
#info-popup .content{
    padding: 10px 30px 30px;
    text-align: center;
}
#info-popup .btn{
    display: inline-block;
    margin-bottom: 30px;
}

#info-popup .close:before,
#info-popup .close:after{
    background: #ccc;
}
#info-popup h2,
#info-popup h3{
    padding: 0;
    margin-top: 0;
    text-align: center;
}
#info-popup p{
    margin-bottom: 0;
}

#login-popup .popup{
    width: 300px;
    height: auto;
    text-align: center;
}
#login-popup .content{
    padding: 40px 30px 0px;
    text-align: center;
}
#login-popup input{
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 200px;
    margin: 0 auto 10px;
    border: solid 1px #efaa20;
}
#login-popup .btn{
    width: 200px;
    margin: 0 auto 20px;
}
#login-popup .btn-link{
    cursor: pointer;
    margin-bottom: 30px;
}
#login-popup .btn-link:hover{
    color: #4a602b;
}

#login-popup #restore-btn,
#login-popup #back-btn{
    display: none;
}

#login-popup.forgot input[name=password],
#login-popup.forgot #forgot-btn,
#login-popup.forgot #login-btn{
    display: none;
}

#login-popup.forgot #restore-btn,
#login-popup.forgot #back-btn{
    display: block;
}

#video-popup .popup{
    height: auto;
}
#video-popup iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}
#video-popup .header{
    border-color: #000;
}
#video-popup .content{
    position: relative;
    padding: 0;
    height: auto;
    padding-bottom: 56.9%;
}


#yesno-popup .popup{
    width: 500px;
    height: auto;
    padding-bottom: 20px;
}
#yesno-popup .content{
    height: auto;
}

/* Responsive ----------------------------------------------------------*/

@media(max-width: 1350px){
    #pie .circle .outer{
        width: 119%;
        height: 119%;
        border-width: 35px;
    }
}

@media(max-width: 1300px){
    h1{
        font-size: 24px;
        margin-bottom: 15px;
    }
    #header dt{
        font-size: 27px;
        line-height: 29px;
        margin-bottom: 5px;
    }
    #header .bg img {
        min-width: 1600px;
    }
}


@media(max-width: 1260px){
    .container{
        margin: 0 30px;
    }
    header .container,
    #header .container{
        margin: 0;
    }
    #header .container{
        max-width: calc(100% - 60px);
    }
}

@media(max-width: 1200px){
    header .custom-logo-link img,
    header.min .custom-logo-link img{
        width: 210px;
    }
    header .container:before{
        width: 255px;
        height: 0;
        bottom: 0;
    }
    header #dashboard-min,
    header #join-min{
        width: 137px;
        border-width: 2px;
        margin-top: 15px;
    }
    header #dashboard-min span,
    header #join-min span{
        opacity: 1;
        -webkit-transition: all 0.25s ease-out 0.4s;
           -moz-transition: all 0.25s ease-out 0.4s;
             -o-transition: all 0.25s ease-out 0.4s;
                transition: all 0.25s ease-out 0.4s;
    }
    header #dashboard-main,
    header #join-main{
        height: 0;
        bottom: 0;
        border-width: 0;
    }
    header #dashboard-main span,
    header #join-main span{
        opacity: 0;
        -webkit-transition: none;
           -moz-transition: none;
             -o-transition: none;
                transition: none;
    }

    header .burger{
        display: block;
    }

    header nav{
        position: fixed;
        left: 100%;
        height: 100%;
        width: 100%;
        background: rgba(255,255,255,0.96);
        top: 59px;
        margin: 0;
        border-top: solid 1px rgba(0,0,0,0.2);
        -webkit-transition: all 0.5s ease-out;
           -moz-transition: all 0.5s ease-out;
             -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
    }
    body.admin-bar header nav{
        margin-top: 32px;
        height: calc(100% - 32px);
    }
    header nav > div{
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
    header nav .bar{
        display: none;
    }
    header nav ul{
        float: none;
        display: inline-block;
        margin-top: -45px;
    }
    header nav ul li,
    .profile-link{
        float: none;
        text-align: center;
    }
    header nav a,
    header nav a:visited,
    header nav a:focus,
    header nav a:active{
        display: inline-block;
        padding: 2px 0px;
        margin: 5px 0;
    }
    header nav .current-menu-item a{
        border-bottom: solid 2px #fbbc08;
    }
    header nav .menu a:after{
        display: none;
    }

    body.mobile-menu{
        overflow: hidden;
    }
    body.mobile-menu header nav{
        left: 0;
    }
    #header .title {
        padding-top: 90px;
    }
    .scroll{
        width: 130px;
        height: 130px;
    }
    #process h2{
        text-align: center;
    }
    #process h3{
        text-align: center;
        padding-left: 0;
    }
    #process .process{
        margin-top: 0;
    }
    #process .review{
        padding: 0 0 40px 0;
    }
    #process .review .dots:last-child:after{
        top: 16px;
        right: 0;
        height: 38px;
        -webkit-transform: none;
           -moz-transform: none;
             -o-transform: none;
                transform: none;
    }
    #process .review .dots:last-child:before{
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        right: -4px;
        top: 48px;
        border-left: solid 2px #351918;
        border-bottom: solid 2px #351918;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    #process .review-steps{
        margin-right: 0;
        float: none;
        margin: 10px 0 0 0;
    }
    #process .steps{
        margin: 0;
    }
    #process .step:nth-child(3){
        padding-right: 30px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    #process .step:nth-child(3):after{
        display: none;
    }
    #process .cycle{
        float: none;
        margin: 65px auto;
    }
    footer .info{
        padding-right: 5%;
    }
}

@media(max-width: 1100px){
    #header .title {
        padding-top: 100px;
    }
    h1{
        font-size: 23px;
        margin-bottom: 10px;
    }
    #header dt{
        font-size: 22px;
        line-height: 28px;
    }
    #header .bg img {
        min-width: 1300px;
    }
    footer .info{
        padding-right: 2%;
    }
    footer .menu-container:nth-child(1){
        width: 44%;
    }
    footer .menu-container:nth-child(2){
        width: 26%;
    }
}

@media(max-width: 1024px){
    #header dt{
        font-size: 20px;
        line-height: 26px;
    }
    #header dd{
        font-size: 21px;
    }
    .scroll{
        width: 115px;
        height: 115px;
    }
    .scroll:after {
        top: 38%;
        width: 30px;
        height: 30px;
        border-bottom: 5px solid #000;
        border-right: 5px solid #000;
    }
    footer > .container {
        padding: 35px 0;
    }
    footer .profile,
    footer .join{
        float: none;
        margin: 0 auto;
        max-width: 600px;
        width: 100%;
        padding-bottom: 30px;
    }
    footer .join input{
        display: block;
    }
    footer .info{
        max-width: 600px;
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 30px 0 0 20px;
    }
    footer .custom-logo-link{
        margin-left: -20px;
    }
    footer .copyrights{
        text-align: center;
    }
    footer .menu-container li{
        line-height: 20px;
    }
    footer .menu-container a,
    footer .menu-container a:hover,
    footer .menu-container a:active,
    footer .menu-container a:focus{
        font-size: 13px;
    }
}

@media(max-width: 970px){
    footer .copyrights,
    footer .bottom .menu{
        float: none;
        text-align: center;
    }
    footer .bottom .menu{
        margin: 10px 0;
    }
}

@media(max-width: 900px){
    h1{
        font-size: 22px;
        margin-bottom: 8px;
    }
    #header .title{
        width: 62%;
    }
    #header dd{
        font-size: 20px;
    }
    .popup .header{
        font-size: 19px;
    }
}

@media(max-width: 800px){
    h1{
        font-size: 20px;
        margin-bottom: 5px;
    }
    #header .title{
        padding-top: 85px;
        width: 67%;
    }
    #header dt{
        font-size: 19px;
        line-height: 25px;
    }
    #header dd{
        font-size: 19px;
    }
    .btn-empty,
    .btn-empty:active,
    .btn-empty:visited,
    .btn-empty:focus{
        font-size: 18px;
    }
    .scroll{
        width: 100px;
        height: 100px;
    }
    .scroll:after {
        top: 35%;
        width: 25px;
        height: 25px;
        border-bottom: 4px solid #000;
        border-right: 4px solid #000;
    }
    #process h3{
        margin-bottom: 30px;
    }
    #process h2{
        padding-left: 0;
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }
    #process .process{
        max-width: 320px;
        margin: 0 auto;
    }
    #process .review{
        padding-bottom: 35px;
    }
    #process .review .dots:first-child{
        display: none;
    }
    #process .review .text{
        margin: 0 5px;
        display: block;
        padding: 10px;
        border: dotted 2px #351918;
    }
    #process .review .dots:last-child{
        height: 0;
        border: none;
    }
    #process .review .dots:last-child:before{
        right: auto;
        left: 50%;
        top: 35px;
        -webkit-transform: translateX(-50%) rotate(-45deg);
           -moz-transform: translateX(-50%) rotate(-45deg);
             -o-transform: translateX(-50%) rotate(-45deg);
                transform: translateX(-50%) rotate(-45deg);
    }
    #process .review .dots:last-child:after{
        right: auto;
        left: 50%;
        top: 10px;
        height: 30px;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    #process .steps{
        display: block;
    }
    #process .step,
    #process .step:nth-child(3){
        float: none;
        width: 100%;
        border-radius: 25px;
        margin: 0 0 40px;
        padding: 12px 55px 8px 60px;
        text-align: center;
    }
    #process .step:nth-child(1){
        background-position: 18px center;
    }
    #process .step:nth-child(2){
        background-position: 18px center;
    }
    #process .step:nth-child(3){
        background-position: 21px center;
    }
    #process .step:before,
    #process .step:nth-child(1):before{
        display: block;
        width: 10px;
        height: 10px;
        left: 50%;
        top: 70px;
        border: none;
        border-left: solid 2px #351918;
        border-bottom: solid 2px #351918;
        -webkit-transform: translateX(-50%) rotate(-45deg);
           -moz-transform: translateX(-50%) rotate(-45deg);
             -o-transform: translateX(-50%) rotate(-45deg);
                transform: translateX(-50%) rotate(-45deg);
    }
    #process .step:after,
    #process .step:nth-child(3):after{
        display: block;
        width: 1px;
        top: 55px;
        left: 50%;
        right: auto;
        height: 20px;
        border: none;
        border-left: dotted 2px #351918;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    #process .cycle{
        margin: 40px auto 60px;
    }
    .popup .header{
        font-size: 17px;
    }
}
@media(max-width: 782px){
    body.admin-bar header nav{
        margin-top: 46px;
        height: calc(100% - 46px);
    }
}

@media(max-width: 750px){
    .popup .header {
        font-size: 15px;
    }
}

@media(max-width: 700px){
    #header dt {
        font-size: 18px;
        line-height: 24px;
    }
    .popup .header {
        font-size: 14px;
    }
}

@media(max-width: 650px){
    footer .menus,
    footer .logo-social{
        max-width: 400px;
        margin: 0 auto;
    }
    footer .menu-container:nth-child(1),
    footer .custom-logo-link{
        width: 60%;
    }
    footer .menu-container:nth-child(2),
    footer .menu-container:nth-child(3),
    footer .social{
        width: 40%;
    }
    footer .custom-logo-link{
        max-width: 240px;
    }
    footer .social img{
        max-width: 30px;
    }
    footer .social a{
        margin-right: 10px;
    }
}

@media(max-width: 600px){
    #header .title{
        width: 100%;
        text-align: center;
    }
    .btn,
    .btn:active,
    .btn:visited,
    .btn:focus{
        height: 36px;
        padding: 0 12px;
        line-height: 34px;
    }
    .btn-empty,
    .btn-empty:active,
    .btn-empty:visited,
    .btn-empty:focus{
        font-size: 16px;
    }
    .btn-arrow,
    .btn-arrow:active,
    .btn-arrow:visited,
    .btn-arrow:focus{
        padding-right: 26px;
    }
    .scroll{
        width: 80px;
        height: 80px;
    }
    .scroll:after {
        width: 23px;
        height: 23px;
    }
    header.min{
        top: 0;
    }
    body.admin-bar header nav{
        margin-top: 0;
        height: 100%;
    }
    .popup .header{
        font-size: 13px;
    }
}

@media(max-width: 500px){
    h1{
        font-size: 19px;
        margin-bottom: 0;
    }
    #header dt{
        font-size: 17px;
        line-height: 22px;
    }
    #header dd{
        font-size: 18px;
    }
    #process h2{
        max-width: 350px;
    }
}

@media(max-width: 450px){
    #dashboard-min,
    #join-min{
        display: none;
    }
    footer .menu-container:nth-child(1),
    footer .menu-container:nth-child(2),
    footer .menu-container:nth-child(3){
        width: 100%;
        text-align: center;
    }
    footer .bottom .menu li,
    footer .bottom .menu li:first-child{
        display: block;
        margin: 0;
        padding: 0;
        font-weight: 500;
        margin-bottom: 8px;
    }
    footer .bottom .menu li:before{
        display: none;
    }
    .popup .header {
        font-size: 12px;
    }
}

@media(max-width: 400px){
    #header .title{
        padding-top: 75px;
    }
    h1{
    font-size: 18px;
    }
    #header dt{
        font-size: 16px;
        line-height: 21px;
    }
    #header dd{
        font-size: 17px;
    }
    .container{
        margin: 0 20px;
    }
    .scroll{
        width: 60px;
        height: 60px;
    }
    .scroll:after{
        width: 20px;
        height: 20px;
        border-bottom: 3px solid #000;
        border-right: 3px solid #000;
    }
    #process h2{
        margin: 0 30px;
    }
    #process h2{
        margin: 15px 30px 30px;
    }
    #process .process{
        max-width: 290px;
    }
    #process .cycle{
        width: 240px;
        height: 240px;
        background-size: 240px;
    }
    #process .cycle div{
        width: 80px;
        height: 80px;
        padding-top: 52px;
        font-size: 12px;
    }
    #process .cycle .middle{
        font-size: 20px;
        width: 110px;
        height: 110px;
    }
    #process .step{
        font-size: 20px;
    }
    #process .step,
    #process .step:nth-child(3){
        padding: 12px 30px 8px 60px;
    }
    footer .logo-social{
        text-align: center;
    }
    footer .custom-logo-link{
        float: none;
        width: 200px;
        margin: 0 auto
    }
    footer .social{
        float: none;
        width: auto;
        margin: 10px auto 0;
    }
    .popup{
        max-width: 95%;
    }
}


@media(max-width: 350px){
    #process .step{
        font-size: 18px;
    }
}