*, *:after, *:before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root{
    --green: #46ceac;
    --green_h: #35ba9b;
    --green_l: #61ddbc;

    --blue: #4fc0e8;
    --blue_h: #3aadd9;
    --blue_l: #66d4f1;

    --yellow: #fdcd56;
    --yellow_h: #f5b945;
    --yellow_l: #fbd277;

    --red: #eb5463;
    --red_h: #d94452;
    --red_l: #f76c82;
}

embed,
video,
iframe,
iframe[style]{
    max-width: 100%;
    height: auto;
}

select{
    border: 1px solid #ccc;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-image: url(../../admin/_img/select.png);
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    font-size: 1em;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img{
    max-width: 100%;
    vertical-align: middle;
    margin: 0;
}

a img {
    border: none;
    margin: 0;
}

ul{
    list-style: none;
}

fieldset{border: 0;}
input,
select,
textarea{padding: 10px; width: 100%;}
input.btn{width: auto; cursor: pointer;}

.container{
    display: block;
    width: 100%;
}

.content{
    display: block;
    margin: 0 auto;
}

.clear{
    clear: both;
}

.fl_right{
    float: right;
}

.fl_left{
    float: left;
}

.progress{
    display: block;
    width: 100%;
    background: #333;
}

.progress_bar{
    display: inline-block;
    background: #00B494;
    color: #fff;
    padding: 5px;
    font-size: 0.7em;
    text-align: center;
    max-width: 100%;
    font-weight: 600;
    text-shadow: 1px 1px 0 #333;
    text-transform: uppercase;
}

.radius{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.rounded{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.label_50 label{
    display: inline-block;
    width: 48%;
}

.label_50 label:nth-child(2n+0){
    margin-left: 3%;
}

/***********************************
######## HTML CHARS CONFIG #########
***********************************/
.htmlchars{
    display: block;
    width: 100%;
    padding: 30px;
}

.htmlchars h3{display: block; font-size: 2em; font-weight: 300; margin-bottom: 30px}
.htmlchars h4{display: block; font-size: 1.8em; font-weight: 300; margin-bottom: 30px}
.htmlchars h5{display: block; font-size: 1.6em; font-weight: 300; margin-bottom: 30px}
.htmlchars p{margin-bottom: 20px; font-size: 0.9em; font-weight: 400;}
.htmlchars iframe{width: 100%; border: none;}
.htmlchars ul{list-style: circle; margin: 20px 30px;}
.htmlchars ol{margin: 20px 30px;}
.htmlchars form{padding: 30px; background: #fbfbfb; margin: 20px 0; text-align: center; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.htmlchars form label{display: block; margin-bottom: 15px; font-size: 0.9em; text-transform: uppercase;}
.htmlchars form input,
.htmlchars form textarea{border: 1px solid #ccc; display: block; margin-top: 15px; font-size: 1em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.htmlchars form button,
.htmlchars form input[type="submit"]{display: block; border: 0; color: #fff; text-shadow: 0 1px #000; cursor: pointer; padding: 15px 30px; font-size: 1.2em; font-weight: bold; text-transform: uppercase; background: #00B494; border-bottom: 5px solid #008068; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.htmlchars form button:hover,
.htmlchars form input[type="submit"]:hover{background-color: #008068; border-color: #0B5747;}
.htmlchars a{color: #0E96E5; text-decoration: none;}
.htmlchars a:hover{text-decoration: underline;}
.htmlchars pre{margin-bottom: 30px; font-size: 0.8em;}
.htmlchars .btn{display: block; color: #fff;}
.htmlchars .btn:hover{text-decoration: none !Important;}


/*
BOXSTYLES
*/
.radius{
    --radius: 4px;
    border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
}

.rounded{
    --radius: 50%;
    border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
}

.transition{
    --seconds: 0.2s;
    transition-duration: var(--seconds);
    -moz-transition-duration: var(--seconds);
    -webkit-transition-duration: var(--seconds);
    cursor: pointer;
}

.paginator{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

.paginator a{
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid var(--themeColorA);
    margin: 0 10px;
    color: var(--themeColorA);
    text-decoration: none;
    border-radius: .3rem;
}

.paginator .active{
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid var(--themeColorA);
    margin: 0 10px;
    background: var(--themeColorA);
    color: #fff;
    text-decoration: none;
    border-radius: .3rem;
}


.paginator a:hover, .paginator a.active{
    background: var(--themeColorA);
    color: #fff;
    --seconds: 0.2s;
    transition-duration: var(--seconds);
    -moz-transition-duration: var(--seconds);
    -webkit-transition-duration: var(--seconds);
    cursor: pointer;
}

/*
TRIGGERS
*/
.trigger{
    margin-bottom: 12px;

    color: #fff;
    font-size: 0.875em;
    background: #888;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
    padding: 12px;
    border: 1px solid #666;
}

.trigger_success{
    background: var(--green);
    border-color: var(--green_h);
}

.trigger_success_out{
    color: var(--green);
    border-color: var(--green);
    background: none;
    text-shadow: none;
}

.trigger_info{
    background: var(--blue);
    border-color: var(--blue_h);
}

.trigger_info_out{
    color: var(--blue);
    border-color: var(--blue);
    background: none;
    text-shadow: none;
}

.trigger_alert{
    background: var(--yellow);
    border-color: var(--yellow_h);
}

.trigger_alert_out{
    color: var(--yellow);
    border-color: var(--yellow);
    background: none;
    text-shadow: none;
}

.trigger-error{
    background: var(--red);
    border-color: var(--red_h);
}

.trigger-error-out{
    color: var(--red);
    border-color: var(--red);
    background: none;
    text-shadow: none;
}
/*
BUTTON
*/
.btn{
    display: inline-block;
    padding: 10px 20px;
    background: #888;
    border: none;
    cursor: pointer;

    font-size: 1em;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.btn:hover{
    color: #fff;
    text-decoration: none;
    background: #666;
}

.btn-small{
    font-size: 0.875em;
}

.btn-big{
    font-size: 1.275em;
}

.btn-green{
    background: var(--green);
}

.btn-green:hover{
    background: var(--green_h);
}

.btn-green-out{
    color: var(--green);
    border: 1px solid var(--green);
    background: none;
    text-shadow: none;
}

.btn-green-out:hover{
    color: var(--green_h);
    border: 1px solid var(--green_h);
    background: none;
    text-shadow: none;
}

.btn-blue{
    background: var(--blue);
}

.btn-blue:hover{
    background: var(--blue_h);
}

.btn-blue-out{
    color: var(--blue);
    border: 1px solid var(--blue);
    background: none;
    text-shadow: none;
}

.btn-blue-out:hover{
    color: var(--blue_h);
    border: 1px solid var(--blue_h);
    background: none;
    text-shadow: none;
}

.btn-yellow{
    background: var(--yellow);
}

.btn-yellow:hover{
    background: var(--yellow_h);
}

.btn-yellow-out{
    color: var(--yellow);
    border: 1px solid var(--yellow);
    background: none;
    text-shadow: none;
}

.btn-yellow-out:hover{
    color: var(--yellow_h);
    border: 1px solid var(--yellow_h);
    background: none;
    text-shadow: none;
}

.btn-red{
    background: var(--red);
}

.btn-red:hover{
    background: var(--red_h);
}

.btn-red-out{
    color: var(--red);
    border: 1px solid var(--red);
    background: none;
    text-shadow: none;
}

.btn-red-out:hover{
    color: var(--red_h);
    border: 1px solid var(--red_h);
    background: none;
    text-shadow: none;
}

/*
FLEXBOX
*/
.flex{
    display: flex;
    flex-wrap: wrap;
}

.flex .flex-1{
    flex-basis: 100%;
}

.flex .flex-2{
    flex-basis: calc(50% - 40px);
    margin: 20px;
}

.flex .flex-3{
    flex-basis: calc(33.33% - 30px);
    margin: 15px;
}

.flex .flex-4{
    flex-basis: calc(25% - 20px);
    margin: 10px;
}

/*600 pixel*/
@media only screen and (max-width: 37rem){
    .flex .flex-1, .flex .flex-2, .flex .flex-3,.flex .flex-4{
        flex-basis: 100%;
    }

    .flex .flex-1,.flex .flex-2,.flex .flex-3,.flex .flex-4, img{
        width: 100%;
    }
}

/*992pixel*/
@media only screen and (max-width: 62rem) {
      .flex .flex-1,.flex .flex-2,.flex .flex-3,.flex .flex-4{
        flex-basis: 100%;
    }

    .flex .flex-1,.flex .flex-2,.flex .flex-3,.flex .flex-4, img{
        width: 100%;
    }
}


/*576 pixel*/
@media only screen and (max-width: 36rem){
    .flex .flex-1,.flex .flex-2,.flex .flex-3,.flex .flex-4{
        flex-basis: 100%;
    }

    .flex .flex-1,.flex .flex-2,.flex .flex-3,.flex .flex-4, img{
        width: 100%;
    }
}

/*768 pixel tablet*/
@media only screen and (max-width: 48rem){
    .flex .flex-1,.flex .flex-2,.flex .flex-3,.flex .flex-4{
        flex-basis: 100%;
    }

    .flex .flex-1,.flex .flex-2,.flex .flex-3,.flex .flex-4, img{
        width: 100%;
    }
}


/*SLIDE*/
.j_slide{
    position: relative;
}

.j_slide_item{
    display: none;
}

.j_slide_item:first-child{
    display: block;
}

.j_slide_nav{
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.j_slide_nav span{
    display: inline-block;
    background: rgba(0,0,0,0.4);
    width: 20px;
    height: 20px;
    margin: 0 5px;
    cursor: pointer;
}

.j_slide_nav span:hover,
.j_slide_nav span.active{
    background: var(--themeColorA);
}

/*TABS*/
.j_tabs_nav.active{
    background: var(--themeColorA);
}

.j_tabs_item{
    display: none;
}

.j_tabs_item:first-child{
    display: block;
}
