.disnone{
    display: none;
}
.disallow{
    pointer-events: none;
}

.goal-creator{
    margin: 0 auto;
    text-align: center;
    position : relative;
    z-index :1;
}
.goal-creator h2{
    margin-bottom: 30px;
    font-size: 40px;
    text-transform: uppercase;
    color: white;
}
.goal-creator h2 a{
    /*color: #79bedb;*/
    color: white;
    text-decoration: none;
}
.goal-creator > p{
    font-size: 15px;
    color: white;
}
.creator-step{
    max-width: 530px;
    margin: 0 auto;
    position: relative;
}
.goal-creator-steps{
    max-width: 530px;
    min-height: 300px;
    margin: 50px auto;
    padding: 20px 0 0;
    position: relative;
    /*background-color: #E7E9F5;*/
}
.title-list-wrap{
    /*background: -moz-linear-gradient(0deg, #D8F1F2 0, #e7e9f5 100%);!* FF3.6+ *!
    background: -webkit-gradient(linear, 0deg, color-stop(0, D8F1F2), color-stop(100%, e7e9f5));!* Chrome,Safari4+ *!
    background: -webkit-linear-gradient(0deg, #D8F1F2 0, #e7e9f5 100%);!* Chrome10+,Safari5.1+ *!
    background: -o-linear-gradient(0deg, #D8F1F2 0, #e7e9f5 100%);!* Opera 11.10+ *!
    background: -ms-linear-gradient(0deg, #D8F1F2 0, #e7e9f5 100%);!* IE10+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); !* for IE *!
    background: linear-gradient(0deg, #D8F1F2 0, #e7e9f5 100%);!* W3C *!*/
}
.title-list-wrap h3{
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: bolder;
    color: white;
    text-transform: uppercase;
}
.title-list{
    padding: 0;
    position: relative;
}
/*.title-list:after,
.title-list:before{
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
    pointer-events: none;

}
.title-list:after{
    bottom: 0;
    background: -moz-linear-gradient(180deg, transparent 0, #E7E9F5 100%);!* FF3.6+ *!
    background: -webkit-gradient(linear, 180deg, color-stop(0, transparent), color-stop(100%, E7E9F5));!* Chrome,Safari4+ *!
    background: -webkit-linear-gradient(180deg, transparent 0, #E7E9F5 100%);!* Chrome10+,Safari5.1+ *!
    background: -o-linear-gradient(180deg, transparent 0, #E7E9F5 100%);!* Opera 11.10+ *!
    background: -ms-linear-gradient(180deg, transparent 0, #E7E9F5 100%);!* IE10+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); !* for IE *!
    background: linear-gradient(180deg, transparent 0, #E7E9F5 100%);!* W3C *!
}
.title-list:before{
    top: 0;
    background: -moz-linear-gradient(0deg, transparent 0, #E7E9F5 100%);!* FF3.6+ *!
    background: -webkit-gradient(linear, 0deg, color-stop(0, transparent), color-stop(100%, E7E9F5));!* Chrome,Safari4+ *!
    background: -webkit-linear-gradient(0deg, transparent 0, #E7E9F5 100%);!* Chrome10+,Safari5.1+ *!
    background: -o-linear-gradient(0deg, transparent 0, #E7E9F5 100%);!* Opera 11.10+ *!
    background: -ms-linear-gradient(0deg, transparent 0, #E7E9F5 100%);!* IE10+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); !* for IE *!
    background: linear-gradient(0deg, transparent 0, #E7E9F5 100%);!* W3C *!
}*/
.title-list li{
    color: #79bedb;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    list-style: none;
    cursor: pointer;
    outline: none;
}
.title-list .slick-current {
    background-color: rgba(255,255,255,0.15);
}
.img-editor-btn{
    margin: 15px auto;
    padding: 15px 25px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    background-color: #72d4cf;
    cursor: pointer;
    transition: .3s;
    position: relative;
}
.img-editor-btn:hover{
    background-color: #5ba6a1;
}
.img-editor-btn.blue{
    background-color: #79bedb;
}
.img-editor-btn.blue:hover{
    background-color: #5f94ab;
}
.img-editor-btn.disable{
    cursor: not-allowed;
    background-color: #b0b0b0;
}

/* Image editor */
.img-editor{
    display: none;
    max-width: 300px;
    margin: 0 auto;
}
.img-editor{}
.main-canvas-wrap{
    width: 300px;
    height: 300px;
    background: #999;
    position: relative;
}
.main-canvas-wrap:before,
.main-canvas-wrap:after{
    content: '';
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 22;
    pointer-events: none;
}
.main-canvas-wrap:before{
    top: 33%;
    bottom: 33%;
    border-left: 0;
    border-right: 0;
}
.main-canvas-wrap:after{
    left: 33%;
    right: 33%;
    border-top: 0;
    border-bottom: 0;
}
.tmp-canvas-wrap{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    pointer-events: none;
}
.tmp-canvas{
    width: 300px;
    height: 300px;
}
.source-img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.finish-btn-panel,
.soc-btn-panel{
    display: none;
    margin: 50px -5px 0;
    position: relative;
}

.soc-btn-panel{
    margin-top: 15px;
}
.soc-btn-panel .img-editor-btn{
    margin: 0 5px;
    padding: 7px 10px;
}
.soc-btn-panel h3{
    margin-bottom: 15px;
    color: #555;
    font-size: 20px;
}
.soc-btn-panel .fa{
    font-size: 36px;
}
.finish-btn-panel .img-editor-btn{
    float: left;
    width: 145px;
    margin: 5px;
    padding: 15px 0;
}
.img-rotate{
    padding: 12px;
    color: #777;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    top: -45px;
    right: 10px;
    z-index: 22;
    transition: .3s;
}
.img-rotate:hover{
    color: #333;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.load-overlay{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 33;
}
.load-overlay .fa{
    margin: -32px 0 0 -32px;
    color: silver;
    font-size: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.croppie-container .cr-slider-wrap{
    margin: 25px auto;
}
/* Gallery */
.goals-gallery-wrap{
    position: relative;
}
.goals-gallery{

}
.goals-gallery-wrap .arrow-goal{
    width: 24px;
    height: 76px;
    margin-top: -60px;
    color: white;
    font-size: 120px;
    border: 0;
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 11;
    opacity: .5;
    cursor: pointer;
    transition: .3s;
}
.goals-gallery-wrap .arrow-goal:hover{
    opacity: 1;
}
.prev-goal{
    left: 10px;
}

.title-bg,
.title-bg:after{
    position : absolute !important;
    width : 100%;
    height : 100%;
    top    : 0;
    left   : 0;
    right  : 0;
    bottom : 0;
    z-index: 0;
}
.title-bg:after{
    content: '';
    /*background-color : rgba(47,47,47,.8);*/
    transition: .5s;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#545454+0,2f2f2f+99 */
    background: rgb(84,84,84); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(84,84,84,1) 0%, rgba(47,47,47,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(84,84,84,1) 0%,rgba(47,47,47,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(84,84,84,1) 0%,rgba(47,47,47,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#2f2f2f',GradientType=0 ); /* IE6-9 */
    opacity: .8;
}
.title-bg.init:after{
    background-color : rgba(47,47,47,1);
}
.title-bg-img {
    height : 100%;
    width : 100%;
    background: center /cover no-repeat;
}

.title-bg .slick-list,
.title-bg .slick-track{
    height : 100%;
}