@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800);

@font-face{
	font-family:neuze;font-weight:400;src:url(neuze.ttf);
}

@font-face{
	font-family:nexa;font-weight:400;src:url(nexa.otf);
}


:root{
    --mobile-text-percent: 0.8;
};

/* ----- ANIMATION ----- */
@keyframes float-3 {
    0%  {transform: translateY(-3px);}
    50% {transform: translateY(3px);}
    100%{transform: translateY(-3px);}
}
@-webkit-keyframes float-3 {
    0%  {transform: translateY(-3px);}
    50% {transform: translateY(3px);}
    100%{transform: translateY(-3px);}
}
.float-3{
    animation: float-3 1s ease-in-out infinite;
    -webkit-animation: float-3 1s ease-in-out infinite;
}

@keyframes float-5 {
    0%  {transform: translateY(-5px);}
    50% {transform: translateY(5px);}
    100%{transform: translateY(-5px);}
}
@-webkit-keyframes float-5 {
    0%  {transform: translateY(-5px);}
    50% {transform: translateY(5px);}
    100%{transform: translateY(-5px);}
}
.float-5{
    -webkit-animation: float-5 1s ease-in-out infinite;
}

@-webkit-keyframes rotate-clockwise{
    0%  {transform: rotate(0deg);}
    50%  {transform: rotate(180deg);}
    100%  {transform: rotate(360deg);}
}
.rotate-clockwise{
    -webkit-animation: rotate-clockwise 1s linear infinite;
}

.animate-show-hide.ng-hide {
  opacity: 0;
}
.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
}

/* CHECKMARK */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #D23227;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #D23227;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #D23227;
  }
}
/* CHECKMARK */




@media(max-width: 1550px){}
@media(max-width: 1270px){}
@media (max-width: 1200px){}
@media (max-width: 1072px){}
@media (max-width: 838px){}
@media (max-width: 520px){}

/* ALL MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px){

}
/* ----- END | ANIMATION ----- */



.--mobile-only{
    display: none;
}
.--desktop-only{
    display: revert;
}


@media(max-width: 1550px){}
@media(max-width: 1270px){}
@media (max-width: 1200px){}
@media (max-width: 1072px){}
@media (max-width: 838px){}
@media (max-width: 520px){}

/* ALL MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px){
    .--mobile-only{
        display: revert;
    }
    .--desktop-only{
        display: none;
    }
}



/* ----- GENERAL ----- */
a{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
a.full {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

img{
    display: block;
}

.aspect-ratio-square {
    padding-bottom: 100%;
}
.aspect-ratio-half-height {
    padding-bottom: 50%;
}
.aspect-ratio-300x250 {
    padding-bottom: calc(100% * (250/300));
}
.aspect-ratio-4x6 {
    padding-bottom: calc(100% * (6/4));
}
.aspect-ratio-6x4 {
    padding-bottom: calc(100% * (4/6));
}
.aspect-ratio-16x9 {
    padding-bottom: calc(100% * (9 / 16));
}

.cover,
.obj-cover{
    object-fit: cover;
}
.obj-contain{
    object-fit: contain;
}

h1,h2,h3,h4,h5{
    margin: 0px;
    font-family: Roboto,Arial;
    font-weight: 100;
}
h1{
    font-size: 60px;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 32px;
}
h4{
    font-size: 28px;
}
h5{
    font-size: 24px;
}



@media(max-width: 1550px){}
@media(max-width: 1270px){}
@media (max-width: 1200px){}
@media (max-width: 1072px){}
@media (max-width: 838px){}
@media (max-width: 520px){}

/* ALL MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px){

    h1{
        font-size: 3em;
    }
    h2{
        font-size: 2.3em;
    }
    h3{
        font-size: 1.6em;
    }
    h4{
        font-size: 1.4px;
    }
    h5{
        font-size: 1.2em;
    }

}
@-moz-document url-prefix(){
    @media only screen and (min-device-width: 320px) and (max-device-width: 736px){

        
        
    }
}
/* ----- END | GENERAL ----- */


/* ----- FORM ELEMENTS ----- */
form{
    width: 100%;
}
label {
    font-family: Roboto;
    font-weight: 500 !important;
}
input:not([type=checkbox]):not([type=radio]),
textarea,
select,
[contenteditable=true] {
    padding: 12px 16px;
    width: 100%;
    font-family: roboto;
    outline: none;
}
input.valid:focus,
select.valid:focus,
textarea.valid:focus,
[contenteditable=true].valid:focus {
    border-color: #008000;
    box-shadow: 0 0 0 3px rgba(0, 128, 0, 0.3);
}
input.invalid:focus,
select.invalid:focus,
textarea.invalid:focus,
[contenteditable=true].invalid:focus {
    border-color: #ff0000;
    box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.3);
}
input[type=checkbox],
input[type=radio] {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: solid 2px #ddd;
}
input[type=checkbox]:checked,
input[type=radio]:checked{
    background: #666;
    border-color: #666;
    box-shadow: inset 0 0 0 3px #fff;
}
input[type=radio] {
    border-radius: 100%;
}
.fieldset-item {
    border: solid 1px #aaa;
}
.fieldset-item span {
    padding: 12px 16px;
    width: 44px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    color: #666;
}
.fieldset-item input {
    margin-left: -5px;
    width: calc(100% - 44px);
}
.fieldset.first .fieldset-item .fa-minus-circle,
.fieldset .fieldset-item .fa-plus-circle {
    display: none;
}
.fieldset.last .fieldset-item .fa-plus-circle {
    display: block;
}
.fieldset-item .fa-minus-circle {
    left: -55px;
    top: -26px;
    width: 30px;
    height: 30px;
}
.fieldset-item .fa-plus-circle {
    right: -50px;
    top: -26px;
    width: 30px;
    height: 30px;
}

.fieldset-date input,
.fieldset-date select {
    line-height: 24px;
}
.fieldset-date label {
    display: block;
}
.fieldset-date select {
    margin-left: -6px;
}
.fieldset-date input {
    width: 95px;
}
.fieldset-date select:first-of-type {
    width: 270px;
}
.fieldset-date select:last-of-type {
    width: 80px;
}

form p.currency-before::before {
    content: "$";
    display: block;
    position: absolute;
    left: 30px;
    top: 36px;
}


form.transparent input,
form.transparent textarea,
form.transparent section {
    background: transparent;
    border-width: 2px;
}


form.round label {
    display: inline-block;
    margin: 0 0 5px 23px;
}
form.round input,
form.round textarea,
form.round select,
form.round button,
form.round .btn {
    border-radius: 50px;
    box-sizing: border-box;
}
form.round .btn {
    font-weight: 500;
    text-align: center;
}
form.round textarea {
    padding-top: 18px;
    min-height: 140px;
    border-radius: 25px;
}
.toggle-btn {
    padding: 9px 0;
    min-width: 180px;
    height: 40px;
    border-radius: 50px;
}
.toggle-btn .knob {
    width: 78px;
    height: 24px;
    border-radius: 20px;
}
.toggle-btn .signal {
    width: 238px;
    left: 12px;
    top: 6px;
}
.toggle-btn .signal span:first-child {
    margin-right: -4px;
    width: 80px;
}
.toggle-btn.off .signal {
    left: -72px;
}
.toggle-btn .signal span:last-child {
    width: 74px;
}
.toggle-btn.off .knob {
    background: #cccccc;
}
.toggle-btn.off {
    border-color: #ccc;
}
form.round input.disabled {
    background: #f6f6f6 !important;
    color: #666 !important;
}
form.round .fa-lock {
    position: absolute;
    right: 22px;
    top: 39px;
}
.field-row {
    display: inline-block;
    margin-right: -4px;
    padding: 0 10px;
    box-sizing: border-box;
}
.field-row:first-child {
    padding-left: 0px;
}
.field-row:last-child {
    padding-right: 0px;
}
.field-row.field-row-2 {
    width: 50%;
}
.field-row-3 {
    width: 33.33%;
}
form.round li .apps {
    display: none;
}
form.round li.open .apps {
    display: block;
}
form.round ul li:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #ccc;
}
form.round .apps > div {
    border-bottom: solid 1px #ddd;
}
form.round .apps .fa {
    width: 25px;
    text-align: center;
}
form .address .field-row:first-child {
    width: 75%;
}
form .address .field-row:last-child {
    width: 25%;
}
form.round .field-row .response-icon{
    right: 30px;
    top: 13px;
}
form.round .date {
    display: inline-block;
    width: 100%;
    border: solid 1px #aaa;
    border-radius: 50px;
    overflow: hidden;
}
form.round .date input,form.round .date select {
    border: none;
    border-radius: 0px;
}
form.round .date.full-date input, form.round .date.full-date select {
    margin-right: -4px;
    width: 33.33%;
}
form.round .date select {
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
}

.checkbox label {
    margin: 0px !important;
}

.resize-disbled{
    resize: none;
}
.resize-vert{
    resize: vertical;
}
.resize-horiz{
    resize: horizontal;
}


[data-field-tags] input,
[data-field-tags] input:not([type=radio]) {
    padding: 0px;
    width: auto;
}
[data-field-tags] [data-tag] {
    background: #e3e3e3;
    margin: 0 5px 5px 0;
    padding: 12px 36px 12px 16px;
    line-height: initial;
    border-radius: 5px;
}
[data-field-tags] [data-tag] [app-click] {
    background: rgba(255,255,255,0.5);
    margin-right: 9px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}


.error-text {
    font-size: 12px;
    font-weight: 400;
}



@media(max-width: 1550px){}
@media(max-width: 1270px){}
@media (max-width: 1200px){}
@media (max-width: 1072px){}
@media (max-width: 838px){}
@media (max-width: 520px){}

/* ALL MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px){

    label {
        font-size: 0.9em;
    }
    input:not([type=checkbox]):not([type=radio]),
    textarea,
    select,
    [contenteditable=true] {
        font-size: 0.9em;
        font-weight: 400;
    }
    .fieldset-item span {
        font-size: 0.9em;
    }

}
/* ----- END | FORM ELEMENTS ----- */


/* ----- COMMON TAGS ----- */
dd,dl,dt{
    margin: 0px;
}
dl { width: 400px }
dt { float: left; width: 200px; overflow: hidden; white-space: nowrap }
dd { float: left; width: 200px; overflow: hidden }

dt span:after { content: " .................................................................................." }



article,footer,header,hgroup,menu,nav,section{
	display: block;
}

a{
	text-decoration: none;
	font-weight: 700;
}

img{
	border: none;
}

input:focus,textarea:focus{
	outline-color: transparent;
	outline-style: none;
}

ul:not(.initial){
	margin: 0;
	padding: 0;
}

ul:not(.initial) li{
	margin: 0;
	padding: 0;
	list-style: none;
}



@media(max-width: 1550px){}
@media(max-width: 1270px){}
@media (max-width: 1200px){}
@media (max-width: 1072px){}
@media (max-width: 838px){}
@media (max-width: 520px){}

/* ALL MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px){

}
/* ----- END | COMMON TAGS ----- */


.cursor-text{
    cursor: text;
}



.an-lin-03{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.an-lin-05{
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}
.an-lin-07{
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
}
.an-lin-1{
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    -moz-transition: all 1s linear;
}
.an-in-out-03{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.an-in-out-05{
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.an-in-out-07{
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
}
.an-in-out-1{
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
}
.an-in-out-2{
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
}
.an-in-out-3{
    transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
}
.an-in-out-4{
    transition: all 4s ease-in-out;
    -webkit-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
}
.an-in-out-5{
    transition: all 5s ease-in-out;
    -webkit-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
}



.box{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dn{
    display: none;
}
.db{
    display: block;
}
.di{
    display: inline;
}
.dib{
    display: inline-block;
}
.df{
    display: flex;
}
.dif{
    display: inline-flex;
}
.dg{
    display: grid
}
.dig{
    display: inline-grid;
}
.grid-temp-col-05-05{
    grid-template-columns: 50% 50%;
}
.grid-temp-col-2{
    grid-template-columns: 50% 50%;
}
.grid-temp-col-3{
    grid-template-columns: 33.33% 33.33% 33.33%;
}
.grid-temp-col-4{
    grid-template-columns: 25% 25% 25% 25%;
}
.grid-temp-col-5{
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.mas-col-2-0{ column-count: 2; column-gap: 0px; }
.mas-col-2-10{ column-count: 2; column-gap: 10px; }
.mas-col-2-20{ column-count: 2; column-gap: 20px; }
.mas-col-2-30{ column-count: 2; column-gap: 30px; }
.mas-col-2-40{ column-count: 2; column-gap: 40px; }
.mas-col-2-50{ column-count: 2; column-gap: 50px; }
.mas-col-2-60{ column-count: 2; column-gap: 60px; }
.mas-col-2-70{ column-count: 2; column-gap: 70px; }
.mas-col-2-80{ column-count: 2; column-gap: 80px; }
.mas-col-2-90{ column-count: 2; column-gap: 90px; }
.mas-col-2-100{ column-count: 2; column-gap: 100px; }

.mas-col-3-0{ column-count: 3; column-gap: 0px; }
.mas-col-3-10{ column-count: 3; column-gap: 10px; }
.mas-col-3-20{ column-count: 3; column-gap: 20px; }
.mas-col-3-30{ column-count: 3; column-gap: 30px; }
.mas-col-3-40{ column-count: 3; column-gap: 40px; }
.mas-col-3-50{ column-count: 3; column-gap: 50px; }
.mas-col-3-60{ column-count: 3; column-gap: 60px; }
.mas-col-3-70{ column-count: 3; column-gap: 70px; }
.mas-col-3-80{ column-count: 3; column-gap: 80px; }
.mas-col-3-90{ column-count: 3; column-gap: 90px; }
.mas-col-3-100{ column-count: 3; column-gap: 100px; }

.mas-col-4-0{ column-count: 4; column-gap: 0px; }
.mas-col-4-10{ column-count: 4; column-gap: 10px; }
.mas-col-4-20{ column-count: 4; column-gap: 20px; }
.mas-col-4-30{ column-count: 4; column-gap: 30px; }
.mas-col-4-40{ column-count: 4; column-gap: 40px; }
.mas-col-4-50{ column-count: 4; column-gap: 50px; }
.mas-col-4-60{ column-count: 4; column-gap: 60px; }
.mas-col-4-70{ column-count: 4; column-gap: 70px; }
.mas-col-4-80{ column-count: 4; column-gap: 80px; }
.mas-col-4-90{ column-count: 4; column-gap: 90px; }
.mas-col-4-100{ column-count: 4; column-gap: 100px; }

.mas-col-5-0{ column-count: 5; column-gap: 0px; }
.mas-col-5-10{ column-count: 5; column-gap: 10px; }
.mas-col-5-20{ column-count: 5; column-gap: 20px; }
.mas-col-5-30{ column-count: 5; column-gap: 30px; }
.mas-col-5-40{ column-count: 5; column-gap: 40px; }
.mas-col-5-50{ column-count: 5; column-gap: 50px; }
.mas-col-5-60{ column-count: 5; column-gap: 60px; }
.mas-col-5-70{ column-count: 5; column-gap: 70px; }
.mas-col-5-80{ column-count: 5; column-gap: 80px; }
.mas-col-5-90{ column-count: 5; column-gap: 90px; }
.mas-col-5-100{ column-count: 5; column-gap: 100px; }

[class*="mas-col-"] > *{
    display: inline-block;
    width: 100%;
}

.rel{
    position: relative;
}
.abs{
    position: absolute;
}
.fix{
    position: fixed;
}

.abs-center {
    margin: auto;
    left: 0px;
    right: 0px;
}

.pos-left{
    left: 0px;
}
.pos-right{
    right: 0px;
}
.pos-top {
    top: 0px;
}
.pos-bottom{
    bottom: 0px;
}

.z-0{ z-index: 0; }
.z-1{ z-index: 1; }
.z-2{ z-index: 2; }
.z-3{ z-index: 3; }
.z-4{ z-index: 4; }
.z-5{ z-index: 5; }
.z-6{ z-index: 6; }
.z-7{ z-index: 7; }
.z-8{ z-index: 8; }
.z-9{ z-index: 9; }
.z-10{ z-index: 10; }

.float-left{
    float: left;
}
.float-right{
    float: right;
}
.float-clear{
    float: none;
    clear: both;
}


table{
    border-collapse: collapse;
}

.tbl{
    display: table;
}
.table-cell{
    display: table-cell;
}

.bg{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}


/* ----- WIDTH & HEIGHT ------ */
.full-width{
    width: 100%;
}
.half-width{
    width: 50%;
}
.third-width{
    width: 33.33%;
}
.two-thirds-width{
    width: 66.66%;
}
.quarter-width{
    width: 25%;
}
.fifth-width{
    width: 20%;
}
.width-30-percent {
    width: 30%;
}
.width-70-percent {
    width: 70%;
}

.width-auto{ width: auto; }
.width-0{ width: 0px; }
.width-10{ width: 10px; }
.width-20{ width: 20px; }
.width-30{ width: 30px; }
.width-40{ width: 40px; }
.width-50{ width: 50px; }
.width-60{ width: 60px; }
.width-70{ width: 70px; }
.width-80{ width: 80px; }
.width-90{ width: 90px; }
.width-100{ width: 100px; }
.width-200{ width: 200px; }
.width-300{ width: 300px; }
.width-400{ width: 400px; }
.width-500{ width: 500px; }
.width-600{ width: 600px; }
.width-700{ width: 700px; }
.width-800{ width: 800px; }
.width-900{ width: 900px; }
.width-950{ width: 950px; }
.width-1024{ width: 1024px; }

.width-minus-10{ width: calc(100% - 10px); }
.width-minus-20{ width: calc(100% - 20px); }
.width-minus-30{ width: calc(100% - 30px); }
.width-minus-40{ width: calc(100% - 40px); }
.width-minus-50{ width: calc(100% - 50px); }
.width-minus-60{ width: calc(100% - 60px); }
.width-minus-70{ width: calc(100% - 70px); }
.width-minus-80{ width: calc(100% - 80px); }
.width-minus-90{ width: calc(100% - 90px); }
.width-minus-100{ width: calc(100% - 100px); }

.height-minus-10{ height: calc(100% - 10px); }
.height-minus-20{ height: calc(100% - 20px); }
.height-minus-30{ height: calc(100% - 30px); }
.height-minus-40{ height: calc(100% - 40px); }
.height-minus-50{ height: calc(100% - 50px); }
.height-minus-60{ height: calc(100% - 60px); }
.height-minus-70{ height: calc(100% - 70px); }
.height-minus-80{ height: calc(100% - 80px); }
.height-minus-90{ height: calc(100% - 90px); }
.height-minus-100{ height: calc(100% - 100px); }

.min-vh-10{ min-height: 10vh; min-height: calc(var(--vp-height) * 0.1); }
.min-vh-20{ min-height: 20vh; min-height: calc(var(--vp-height) * 0.2); }
.min-vh-30{ min-height: 30vh; min-height: calc(var(--vp-height) * 0.3); }
.min-vh-40{ min-height: 40vh; min-height: calc(var(--vp-height) * 0.4); }
.min-vh-50{ min-height: 50vh; min-height: calc(var(--vp-height) * 0.5); }
.min-vh-60{ min-height: 60vh; min-height: calc(var(--vp-height) * 0.6); }
.min-vh-70{ min-height: 70vh; min-height: calc(var(--vp-height) * 0.7); }
.min-vh-80{ min-height: 80vh; min-height: calc(var(--vp-height) * 0.8); }
.min-vh-90{ min-height: 90vh; min-height: calc(var(--vp-height) * 0.9); }
.min-vh-100{ min-height: 100vh; min-height: var(--vp-height); }

.min-vh-minus-10{ min-height: calc(100vh - 10px); min-height: calc(var(--vp-height) - 10px); }
.min-vh-minus-20{ min-height: calc(100vh - 20px); min-height: calc(var(--vp-height) - 20px); }
.min-vh-minus-30{ min-height: calc(100vh - 30px); min-height: calc(var(--vp-height) - 30px); }
.min-vh-minus-40{ min-height: calc(100vh - 40px); min-height: calc(var(--vp-height) - 40px); }
.min-vh-minus-50{ min-height: calc(100vh - 50px); min-height: calc(var(--vp-height) - 50px); }
.min-vh-minus-60{ min-height: calc(100vh - 60px); min-height: calc(var(--vp-height) - 60px); }
.min-vh-minus-70{ min-height: calc(100vh - 70px); min-height: calc(var(--vp-height) - 70px); }
.min-vh-minus-80{ min-height: calc(100vh - 80px); min-height: calc(var(--vp-height) - 80px); }
.min-vh-minus-90{ min-height: calc(100vh - 90px); min-height: calc(var(--vp-height) - 90px); }
.min-vh-minus-100{ min-height: calc(100vh - 100px); min-height: calc(var(--vp-height) - 100px); }

.vh-10{ height: 10vh; height: calc(var(--vp-height) * 0.1); }
.vh-20{ height: 20vh; height: calc(var(--vp-height) * 0.2); }
.vh-30{ height: 30vh; height: calc(var(--vp-height) * 0.3); }
.vh-40{ height: 40vh; height: calc(var(--vp-height) * 0.4); }
.vh-50{ height: 50vh; height: calc(var(--vp-height) * 0.5); }
.vh-60{ height: 60vh; height: calc(var(--vp-height) * 0.6); }
.vh-70{ height: 70vh; height: calc(var(--vp-height) * 0.7); }
.vh-80{ height: 80vh; height: calc(var(--vp-height) * 0.8); }
.vh-90{ height: 90vh; height: calc(var(--vp-height) * 0.9); }
.vh-100{ height: 100vh; height: var(--vp-height); }

.vh-minus-10{ height: calc(100vh - 10px); height: calc(var(--vp-height) - 10px); }
.vh-minus-20{ height: calc(100vh - 20px); height: calc(var(--vp-height) - 20px); }
.vh-minus-30{ height: calc(100vh - 30px); height: calc(var(--vp-height) - 30px); }
.vh-minus-40{ height: calc(100vh - 40px); height: calc(var(--vp-height) - 40px); }
.vh-minus-50{ height: calc(100vh - 50px); height: calc(var(--vp-height) - 50px); }
.vh-minus-60{ height: calc(100vh - 60px); height: calc(var(--vp-height) - 60px); }
.vh-minus-70{ height: calc(100vh - 70px); height: calc(var(--vp-height) - 70px); }
.vh-minus-80{ height: calc(100vh - 80px); height: calc(var(--vp-height) - 80px); }
.vh-minus-90{ height: calc(100vh - 90px); height: calc(var(--vp-height) - 90px); }
.vh-minus-100{ height: calc(100vh - 100px); height: calc(var(--vp-height) - 100px); }

.full-height{ height: 100%; }
.height-auto{ height: auto; }



@media(max-width: 1550px){}
@media(max-width: 1270px){}
@media (max-width: 1200px){}
@media (max-width: 1072px){}
@media (max-width: 838px){}
@media (max-width: 520px){}

/* ALL MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px){

}
/* ----- END | WIDTH & HEIGHT ----- */


/* ----- MARGIN & PADDING ----- */
.margin-0{ margin: 0px; }
.margin-10{ margin: 10px; }
.margin-20{ margin: 20px; }
.margin-30{ margin: 30px; }
.margin-40{ margin: 40px; }
.margin-50{ margin: 50px; }
.margin-60{ margin: 60px; }
.margin-70{ margin: 70px; }
.margin-80{ margin: 80px; }
.margin-90{ margin: 90px; }
.margin-100{ margin: 100px; }
.margin-left-1{ margin-left: 1px; }
.margin-left-3{ margin-left: 3px; }
.margin-left-5{ margin-left: 5px; }
.margin-left-8{ margin-left: 8px; }
.margin-left-10{ margin-left: 10px; }
.margin-left-20{ margin-left: 20px; }
.margin-left-30{ margin-left: 30px; }
.margin-left-40{ margin-left: 40px; }
.margin-left-50{ margin-left: 50px; }
.margin-left-60{ margin-left: 60px; }
.margin-left-70{ margin-left: 70px; }
.margin-left-80{ margin-left: 80px; }
.margin-left-90{ margin-left: 90px; }
.margin-left-100{ margin-left: 100px; }
.margin-left-1-{ margin-left: -1px; }
.margin-left-3-{ margin-left: -3px; }
.margin-left-5-{ margin-left: -5px; }
.margin-left-10-{ margin-left: -10px; }
.margin-left-20-{ margin-left: -20px; }
.margin-left-30-{ margin-left: -30px; }
.margin-left-40-{ margin-left: -40px; }
.margin-left-50-{ margin-left: -50px; }
.margin-left-60-{ margin-left: -60px; }
.margin-left-70-{ margin-left: -70px; }
.margin-left-80-{ margin-left: -80px; }
.margin-left-90-{ margin-left: -90px; }
.margin-left-100-{ margin-left: -100px; }
.margin-right-1{ margin-right: 1px; }
.margin-right-3{ margin-right: 3px; }
.margin-right-5{ margin-right: 5px; }
.margin-right-8{ margin-right: 8px; }
.margin-right-10{ margin-right: 10px; }
.margin-right-20{ margin-right: 20px; }
.margin-right-30{ margin-right: 30px; }
.margin-right-40{ margin-right: 40px; }
.margin-right-50{ margin-right: 50px; }
.margin-right-60{ margin-right: 60px; }
.margin-right-70{ margin-right: 70px; }
.margin-right-80{ margin-right: 80px; }
.margin-right-90{ margin-right: 90px; }
.margin-right-100{ margin-right: 100px; }
.margin-right-1-{ margin-right: -1px; }
.margin-right-3-{ margin-right: -3px; }
.margin-right-5-{ margin-right: -5px; }
.margin-right-10-{ margin-right: -10px; }
.margin-right-20-{ margin-right: -20px; }
.margin-right-30-{ margin-right: -30px; }
.margin-right-40-{ margin-right: -40px; }
.margin-right-50-{ margin-right: -50px; }
.margin-right-60-{ margin-right: -60px; }
.margin-right-70-{ margin-right: -70px; }
.margin-right-80-{ margin-right: -80px; }
.margin-right-90-{ margin-right: -90px; }
.margin-right-100-{ margin-right: -100px; }
.margin-top-1{ margin-top: 1px; }
.margin-top-3{ margin-top: 3px; }
.margin-top-5{ margin-top: 5px; }
.margin-top-8{ margin-top: 8px; }
.margin-top-10{ margin-top: 10px; }
.margin-top-20{ margin-top: 20px; }
.margin-top-30{ margin-top: 30px; }
.margin-top-40{ margin-top: 40px; }
.margin-top-50{ margin-top: 50px; }
.margin-top-60{ margin-top: 60px; }
.margin-top-70{ margin-top: 70px; }
.margin-top-80{ margin-top: 80px; }
.margin-top-90{ margin-top: 90px; }
.margin-top-100{ margin-top: 100px; }
.margin-top-3-{ margin-top: -3px; }
.margin-top-5-{ margin-top: -5px; }
.margin-top-10-{ margin-top: -10px; }
.margin-top-20-{ margin-top: -20px; }
.margin-top-30-{ margin-top: -30px; }
.margin-top-40-{ margin-top: -40px; }
.margin-top-50-{ margin-top: -50px; }
.margin-top-60-{ margin-top: -60px; }
.margin-top-70-{ margin-top: -70px; }
.margin-top-80-{ margin-top: -80px; }
.margin-top-90-{ margin-top: -90px; }
.margin-top-100-{ margin-top: -100px; }
.margin-bottom-1{ margin-bottom: 1px; }
.margin-bottom-3{ margin-bottom: 3px; }
.margin-bottom-5{ margin-bottom: 5px; }
.margin-bottom-8{ margin-bottom: 8px; }
.margin-bottom-10{ margin-bottom: 10px; }
.margin-bottom-20{ margin-bottom: 20px; }
.margin-bottom-30{ margin-bottom: 30px; }
.margin-bottom-40{ margin-bottom: 40px; }
.margin-bottom-50{ margin-bottom: 50px; }
.margin-bottom-60{ margin-bottom: 60px; }
.margin-bottom-70{ margin-bottom: 70px; }
.margin-bottom-80{ margin-bottom: 80px; }
.margin-bottom-90{ margin-bottom: 90px; }
.margin-bottom-100{ margin-bottom: 100px; }
.margin-bottom-3-{ margin-bottom: -3px; }
.margin-bottom-5-{ margin-bottom: -5px; }
.margin-bottom-10-{ margin-bottom: -10px; }
.margin-bottom-20-{ margin-bottom: -20px; }
.margin-bottom-30-{ margin-bottom: -30px; }
.margin-bottom-40-{ margin-bottom: -40px; }
.margin-bottom-50-{ margin-bottom: -50px; }
.margin-bottom-60-{ margin-bottom: -60px; }
.margin-bottom-70-{ margin-bottom: -70px; }
.margin-bottom-80-{ margin-bottom: -80px; }
.margin-bottom-90-{ margin-bottom: -90px; }
.margin-bottom-100-{ margin-bottom: -100px; }
.margin-horiz-0{
    margin-left: 0px;
    margin-right: 0px;
}
.margin-horiz-5{
    margin-left: 5px;
    margin-right: 5px;
}
.margin-horiz-8{
    margin-left: 8px;
    margin-right: 8px;
}
.margin-horiz-10{
    margin-left: 10px;
    margin-right: 10px;
}
.margin-horiz-20{
    margin-left: 20px;
    margin-right: 20px;
}
.margin-horiz-30{
    margin-left: 30px;
    margin-right: 30px;
}
.margin-horiz-40{
    margin-left: 40px;
    margin-right: 40px;
}
.margin-horiz-50{
    margin-left: 50px;
    margin-right: 50px;
}
.margin-horiz-60{
    margin-left: 60px;
    margin-right: 60px;
}
.margin-horiz-70{
    margin-left: 70px;
    margin-right: 70px;
}
.margin-horiz-80{
    margin-left: 80px;
    margin-right: 80px;
}
.margin-horiz-90{
    margin-left: 90px;
    margin-right: 90px;
}
.margin-horiz-100{
    margin-left: 100px;
    margin-right: 100px;
}
.margin-vert-5{
    margin-top: 5px;
    margin-bottom: 5px;
}
.margin-vert-10{
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin-vert-20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.margin-vert-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin-vert-40{
    margin-top: 40px;
    margin-bottom: 40px;
}
.margin-vert-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.margin-vert-60{
    margin-top: 60px;
    margin-bottom: 60px;
}
.margin-vert-70{
    margin-top: 70px;
    margin-bottom: 70px;
}
.margin-vert-80{
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-vert-90{
    margin-top: 90px;
    margin-bottom: 90px;
}
.margin-vert-100{
    margin-top: 100px;
    margin-bottom: 100px;
}

.padding-0{
    padding: 0px;
}
.padding-10{
    padding: 10px;
}
.padding-15{
    padding: 15px;
}
.padding-20{
    padding: 20px;
}
.padding-30{
    padding: 30px;
}
.padding-40{
    padding: 40px;
}
.padding-50{
    padding: 50px;
}
.padding-60{
    padding: 60px;
}
.padding-70{
    padding: 70px;
}
.padding-80{
    padding: 80px;
}
.padding-90{
    padding: 90px;
}
.padding-100{
    padding: 100px;
}
.padding-left-0{ padding-left: 0px; }
.padding-left-1{ padding-left: 1px; }
.padding-left-3{ padding-left: 3px; }
.padding-left-5{ padding-left: 5px; }
.padding-left-8{ padding-left: 8px; }
.padding-left-10{ padding-left: 10px; }
.padding-left-15{ padding-left: 15px; }
.padding-left-20{ padding-left: 20px; }
.padding-left-30{ padding-left: 30px; }
.padding-left-40{ padding-left: 40px; }
.padding-left-50{ padding-left: 50px; }
.padding-left-60{ padding-left: 60px; }
.padding-left-70{ padding-left: 70px; }
.padding-left-80{ padding-left: 80px; }
.padding-left-90{ padding-left: 90px; }
.padding-left-100{ padding-left: 100px; }
.padding-right-0{padding-right: 0px; }
.padding-right-1{ padding-right: 1px; }
.padding-right-3{ padding-right: 3px; }
.padding-right-5{ padding-right: 5px; }
.padding-right-8{ padding-right: 8px; }
.padding-right-10{ padding-right: 10px; }
.padding-right-15{ padding-right: 15px; }
.padding-right-20{ padding-right: 20px; }
.padding-right-30{ padding-right: 30px; }
.padding-right-40{ padding-right: 40px; }
.padding-right-50{ padding-right: 50px; }
.padding-right-60{ padding-right: 60px; }
.padding-right-70{ padding-right: 70px; }
.padding-right-80{ padding-right: 80px; }
.padding-right-90{ padding-right: 90px; }
.padding-right-100{ padding-right: 100px; }
.padding-top-1{ padding-top: 1px; }
.padding-top-3{ padding-top: 3px; }
.padding-top-5{ padding-top: 5px; }
.padding-top-8{ padding-top: 8px; }
.padding-top-10{ padding-top: 10px; }
.padding-top-15{ padding-top: 15px; }
.padding-top-20{ padding-top: 20px; }
.padding-top-30{ padding-top: 30px; }
.padding-top-40{ padding-top: 40px; }
.padding-top-50{ padding-top: 50px; }
.padding-top-60{ padding-top: 60px; }
.padding-top-70{ padding-top: 70px; }
.padding-top-80{ padding-top: 80px; }
.padding-top-90{ padding-top: 90px; }
.padding-top-100{ padding-top: 100px; }
.padding-top-3-{ padding-top: -3px; }
.padding-top-5-{ padding-top: -5px; }
.padding-top-10-{ padding-top: -10px; }
.padding-top-15-{ padding-top: -15px; }
.padding-top-20-{ padding-top: -20px; }
.padding-top-30-{ padding-top: -30px; }
.padding-top-40-{ padding-top: -40px; }
.padding-top-50-{ padding-top: -50px; }
.padding-top-60-{ padding-top: -60px; }
.padding-top-70-{ padding-top: -70px; }
.padding-top-80-{ padding-top: -80px; }
.padding-top-90-{ padding-top: -90px; }
.padding-top-100-{ padding-top: -100px; }
.padding-bottom-1{ padding-bottom: 1px; }
.padding-bottom-3{ padding-bottom: 3px; }
.padding-bottom-5{ padding-bottom: 5px; }
.padding-bottom-8{ padding-bottom: 8px; }
.padding-bottom-10{ padding-bottom: 10px; }
.padding-bottom-15{ padding-bottom: 15px; }
.padding-bottom-20{ padding-bottom: 20px; }
.padding-bottom-30{ padding-bottom: 30px; }
.padding-bottom-40{ padding-bottom: 40px; }
.padding-bottom-50{ padding-bottom: 50px; }
.padding-bottom-60{ padding-bottom: 60px; }
.padding-bottom-70{ padding-bottom: 70px; }
.padding-bottom-80{ padding-bottom: 80px; }
.padding-bottom-90{ padding-bottom: 90px; }
.padding-bottom-100{ padding-bottom: 100px; }
.padding-bottom-3-{ padding-bottom: -3px; }
.padding-bottom-5-{ padding-bottom: -5px; }
.padding-bottom-10-{ padding-bottom: -10px; }
.padding-bottom-15-{ padding-bottom: -15px; }
.padding-bottom-20-{ padding-bottom: -20px; }
.padding-bottom-30-{ padding-bottom: -30px; }
.padding-bottom-40-{ padding-bottom: -40px; }
.padding-bottom-50-{ padding-bottom: -50px; }
.padding-bottom-60-{ padding-bottom: -60px; }
.padding-bottom-70-{ padding-bottom: -70px; }
.padding-bottom-80-{ padding-bottom: -80px; }
.padding-bottom-90-{ padding-bottom: -90px; }
.padding-bottom-100-{ padding-bottom: -100px; }
.padding-horiz-0 { padding-left: 0px; padding-right: 0px; }
.padding-horiz-5{ padding-left: 5px; padding-right: 5px; }
.padding-horiz-10{ padding-left: 10px; padding-right: 10px; }
.padding-horiz-15{ padding-left: 15px; padding-right: 15px; }
.padding-horiz-20{ padding-left: 20px; padding-right: 20px; }
.padding-horiz-30{ padding-left: 30px; padding-right: 30px; }
.padding-horiz-40{ padding-left: 40px; padding-right: 40px; }
.padding-horiz-50{ padding-left: 50px; padding-right: 50px; }
.padding-horiz-60{ padding-left: 60px; padding-right: 60px; }
.padding-horiz-70{ padding-left: 70px; padding-right: 70px; }
.padding-horiz-80{ padding-left: 80px; padding-right: 80px; }
.padding-horiz-90{ padding-left: 90px; padding-right: 90px; }
.padding-horiz-100{ padding-left: 100px; padding-right: 100px; }
.padding-vert-2 {
    padding-top: 2px;
    padding-bottom: 2px;
}
.padding-vert-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.padding-vert-7 {
    padding-top: 7px;
    padding-bottom: 7px;
}
.padding-vert-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-vert-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padding-vert-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-vert-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding-vert-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding-vert-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding-vert-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-vert-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.padding-vert-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-vert-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.padding-vert-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}



@media(max-width: 1550px){}
@media(max-width: 1270px){}
@media (max-width: 1200px){}
@media (max-width: 1072px){}
@media (max-width: 838px){}
@media (max-width: 520px){}

/* ALL MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px){

}
/* ----- END | MARGIN & PADDING ----- */


/* ----- DOTS ----- */
.dot-5 {
    width: 5px;
    height: 5px;
    border-radius: 100%;
}
.dot-10 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}



@media(max-width: 1550px){}
@media(max-width: 1270px){}
@media (max-width: 1200px){}
@media (max-width: 1072px){}
@media (max-width: 838px){}
@media (max-width: 520px){}

/* ALL MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px){

}
/* ----- END | DOTS ----- */

.trans-md{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* ----- VERTICAL ALIGNMENT ----- */
.valign {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    opacity: 0;
    margin: 0 -5px 0 0;
    padding: 0px;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    border: none;
}
.valign-before::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
    height: 100%;
}
.valign-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.valign-top{ vertical-align: top; }
.valign-bottom { vertical-align: bottom; }



@media(max-width: 1550px){}
@media(max-width: 1270px){}
@media (max-width: 1200px){}
@media (max-width: 1072px){}
@media (max-width: 838px){}
@media (max-width: 520px){}

/* ALL MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px){

    .valign {
        margin: 0 -3px 0 0;
    }
    .valign-before::before {
        margin-right: -3px;
    }

}
/* ----- END | VERTICAL ALIGNMENT ----- */

.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center {
    text-align: center;
}
.justify{
    text-align: justify;
}


/* ----- BUTTONS ----- */
.btn {
    display: inline-block;
    padding: 12px 48px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
    border: solid 2px transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.btn-width-120{
    padding-left: 0px;
    padding-right: 0px;
    width: 120px;
}
.btn.dark{
    background: #111;
    border-color: #111;
}
.btn.orange{
    background: #D23227;
    border-color: #D23227;
}
.btn.white-h:hover{
    background: #fff;
    border-color: #fff;
    color: #666;
}
.btn-small {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn.btn-small-text {
    padding: 15px 30px;
    font-size: 12px;
}
.btn-round{
    border-radius: 25px;
}



@media(max-width: 1550px){}
@media(max-width: 1270px){}
@media (max-width: 1200px){}
@media (max-width: 1072px){}
@media (max-width: 838px){}
@media (max-width: 520px){}

/* ALL MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px){

    .btn {
        font-size: 0.8em;
    }
    .btn-small {
        font-size: 0.7em;
    }
    .btn.btn-small-text {
        font-size: 0.7em;
    }

}
/* ----- END | BUTTONS ----- */


/* ----- FONTS ----- */
.font-legal,
.font-legal-h:hover,.font-legal-h:hover *,
[app-click]:hover .font-legal-h,
.font-legal-s.selected,
.font-legal-s.selected:hover,
.selected .font-legal-s {
    font-size: 12px;
    line-height: 14px;
}
.font-extra-small,
.font-extra-small-h:hover,.font-extra-small-h:hover *,
[app-click]:hover .font-extra-small-h,
.font-extra-small-s.selected,
.font-extra-small-s.selected:hover,
.selected .font-extra-small-s{
    font-size: 10px;
    font-weight: 300;
}
.font-small,
.font-small-h:hover,
.font-small-h:hover *,
[app-click]:hover .font-small-h,
.font-small-s.selected,
.font-small-s.selected:hover,
.selected .font-small-s{
    font-size: 13px;
    font-weight: 300;
}
.font-normal,
.font-normal-h:hover,
.font-normal-h:hover *,
[app-click]:hover .font-normal-h,
.font-normal-s.selected,
.font-normal-s.selected:hover,
.selected .font-normal-s{
    font-size: 18px;
    font-weight: 300;
}
.font-large,
.font-large-h:hover,
.font-large-h:hover *,
[app-click]:hover .font-large-h,
.font-large-s.selected,
.font-large-s.selected:hover,
.selected .font-large-s{
    font-size: 40px;
    font-weight: 100;
    line-height: 32px;
}
.font-100,
.font-100-h:hover,
.font-100-h:hover *,
[app-click]:hover .font-100-h,
.font-100-s.selected,
.font-100-s.selected:hover,
.selected .font-100-s{
    font-weight: 100;
}
.font-200,
.font-200-h:hover,
.font-200-h:hover *,
[app-click]:hover .font-200-h,
.font-200-s.selected,
.font-200-s.selected:hover,
.selected .font-200-s{
    font-weight: 200;
}
.font-300,
.font-300-h:hover,
.font-300-h:hover *,
[app-click]:hover .font-300-h,
.font-300-s.selected,
.font-300-s.selected:hover,
.selected .font-300-s{
    font-weight: 300;
}
.font-400,
.font-400-h:hover,
.font-400-h:hover *,
[app-click]:hover .font-400-h,
.font-400-s.selected,
.font-400-s.selected:hover,
.selected .font-400-s{
    font-weight: 400;
}
.font-500,
.font-500-h:hover,
.font-500-h:hover *,
[app-click]:hover .font-500-h,
.font-500-s.selected,
.font-500-s.selected:hover,
.selected .font-500-s{
    font-weight: 500;
}
.font-600,
.font-600-h:hover,
.font-600-h:hover *,
[app-click]:hover .font-600-h,
.font-600-s.selected,
.font-600-s.selected:hover,
.selected .font-600-s{
    font-weight: 600;
}
.font-700,
.font-700-h:hover,
.font-700-h:hover *,
[app-click]:hover .font-700-h,
.font-700-s.selected,
.font-700-s.selected:hover,
.selected .font-700-s{
    font-weight: 700;
}
.font-800,
.font-800-h:hover,
.font-800-h:hover *,
[app-click]:hover .font-800-h,
.font-800-s.selected,
.font-800-s.selected:hover,
.selected .font-800-s{
    font-weight: 800;
}
.font-900,
.font-900-h:hover,
.font-900-h:hover *,
[app-click]:hover .font-900-h,
.font-900-s.selected,
.font-900-s.selected:hover,
.selected .font-900-s{
    font-weight: 900;
}
.font-capitalize,
.font-capitalize-h:hover,
.font-capitalize-h:hover *,
[app-click]:hover .font-capitalize-h,
.font-capitalize-s.selected,
.font-capitalize-s.selected:hover,
.selected .font-capitalize-s{
    text-transform: capitalize;
}
.font-uppercase,
.font-uppercase-h:hover,
.font-uppercase-h:hover *,
[app-click]:hover .font-uppercase-h,
.font-uppercase-s.selected,
.font-uppercase-s.selected:hover,
.selected .font-uppercase-s{
    text-transform: uppercase;
}
.font-underline,
.font-underline-h:hover,
.font-underline-h:hover *,
[app-click]:hover .font-underline-h,
.font-underline-s.selected ,
.font-underline-s.selected :hover,
.selected .font-underline-s{
    text-decoration: underline;
}
.font-italic,
.font-italic-h:hover,
.font-italic-h:hover *,
[app-click]:hover .font-italic-h,
.font-italic-s.selected ,
.font-italic-s.selected :hover,
.selected .font-italic-s{
    font-style: italic;
}
.font-strikethrough,
.font-strikethrough-h:hover,
.font-strikethrough-h:hover *,
[app-click]:hover .font-strikethrough-h,
.font-strikethrough-s.selected ,
.font-strikethrough-s.selected :hover,
.selected .font-strikethrough-s{
    text-decoration: line-through;
}
.font-nowrap,
.font-nowrap-h:hover,
.font-nowrap-h:hover *,
[app-click]:hover .font-nowrap-h,
.font-nowrap-s.selected ,
.font-nowrap-s.selected :hover,
.selected .font-nowrap-s{
    white-space: nowrap;
}
.font-spacing-1,
.font-spacing-1-h:hover,
.font-spacing-1-h:hover *,
[app-click]:hover .font-spacing-1-h,
.font-spacing-1-s.selected,
.font-spacing-1-s.selected:hover,
.selected .font-spacing-1-s{
    letter-spacing: 1px;
}
.font-spacing-2,
.font-spacing-2-h:hover,
.font-spacing-2-h:hover *,
[app-click]:hover .font-spacing-2-h,
.font-spacing-2-s.selected,
.font-spacing-2-s.selected:hover,
.selected .font-spacing-2-s{
    letter-spacing: 2px;
}
.font-spacing-3,
.font-spacing-3-h:hover,
.font-spacing-3-h:hover *,
[app-click]:hover .font-spacing-3-h,
.font-spacing-3-s.selected,
.font-spacing-3-s.selected:hover,
.selected .font-spacing-3-s{
    letter-spacing: 3px;
}
.font-spacing-4,
.font-spacing-4-h:hover,
.font-spacing-4-h:hover *,
[app-click]:hover .font-spacing-4-h,
.font-spacing-4-s.selected,
.font-spacing-4-s.selected:hover,
.selected .font-spacing-4-s{
    letter-spacing: 4px;
}
.font-spacing-5,
.font-spacing-5-h:hover,
.font-spacing-5-h:hover *,
[app-click]:hover .font-spacing-5-h,
.font-spacing-5-s.selected,
.font-spacing-5-s.selected:hover,
.selected .font-spacing-5-s{
    letter-spacing: 5px;
}



@media(max-width: 1550px){}
@media(max-width: 1270px){}
@media (max-width: 1200px){}
@media (max-width: 1072px){}
@media (max-width: 838px){}
@media (max-width: 520px){}

/* ALL MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px){

    .font-legal,
    .font-legal-h:hover,.font-legal-h:hover *,
    [app-click]:hover .font-legal-h,
    .font-legal-s.selected,
    .font-legal-s.selected:hover,
    .selected .font-legal-s {
        font-size: 0.7em;
        line-height: 0.92em;
    }
    .font-extra-small,
    .font-extra-small-h:hover,.font-extra-small-h:hover *,
    [app-click]:hover .font-extra-small-h,
    .font-extra-small-s.selected,
    .font-extra-small-s.selected:hover,
    .selected .font-extra-small-s{
        font-size: 0.8em;
    }
    .font-small,
    .font-small-h:hover,
    .font-small-h:hover *,
    [app-click]:hover .font-small-h,
    .font-small-s.selected,
    .font-small-s.selected:hover,
    .selected .font-small-s{
        font-size: 0.9em;
    }
    .font-normal,
    .font-normal-h:hover,
    .font-normal-h:hover *,
    [app-click]:hover .font-normal-h,
    .font-normal-s.selected,
    .font-normal-s.selected:hover,
    .selected .font-normal-s{
        font-size: 1.2em;
    }
    .font-large,
    .font-large-h:hover,
    .font-large-h:hover *,
    [app-click]:hover .font-large-h,
    .font-large-s.selected,
    .font-large-s.selected:hover,
    .selected .font-large-s{
        font-size: 2.3em;
        line-height: 0.92em;
    }

}
/* ----- END | FONTS ----- */


.border-white,
.border-white-h:hover,
.border-white-s.selected,
.border-white-s.selected:hover,
.selected .border-white-s,
.selected:hover .border-white-s,
.border-white-d[disabled],
.border-white-d[disabled]:hover,
[disabled] .border-white-d,
[disabled]:hover .border-white-d{
    border-color: #fff;
}
.border-light,
.border-light-h:hover,
.border-light-s.selected,
.border-light-s.selected:hover,
.selected .border-light-s,
.selected:hover .border-light-s,
.border-light-d[disabled],
.border-light-d[disabled]:hover,
[disabled] .border-light-d,
[disabled]:hover .border-light-d{
    border-color: #ccc;
}
.border-extra-light,
.border-extra-light-h:hover,
.border-extra-light-s.selected,
.border-extra-light-s.selected:hover,
.selected .border-extra-light-s,
.selected:hover .border-extra-light-s,
.border-extra-light-d[disabled],
.border-extra-light-d[disabled]:hover,
[disabled] .border-extra-light-d,
[disabled]:hover .border-extra-light-d{
    border-color: #f6f6f6;
}
.border-orange,
.border-orange-h:hover,
.border-orange-s.selected,
.border-orange-s.selected:hover,
.selected .border-orange-s,
.selected:hover .border-orange-s,
.border-orange-d[disabled],
.border-orange-d[disabled]:hover,
[disabled] .border-orange-d,
[disabled]:hover .border-orange-d{
    border-color: #D23227;
}
.border-red,
.border-red-h:hover,
.border-red-s.selected,
.border-red-s.selected:hover,
.selected .border-red-s,
.selected:hover .border-red-s,
.border-red-d[disabled],
.border-red-d[disabled]:hover,
[disabled] .border-red-d,
[disabled]:hover .border-red-d{
    border-color: #ff0000;
}
.border-normal,
.border-normal-h:hover,
.border-normal-s.selected,
.border-normal-s.selected:hover,
.selected .border-normal-s,
.selected:hover .border-normal-s,
.border-normal-d[disabled],
.border-normal-d[disabled]:hover,
[disabled] .border-normal-d,
[disabled]:hover .border-normal-d{
    border-color: #888;
}
.border-dark-light,
.border-dark-light-h:hover,
.border-dark-light-s.selected,
.border-dark-light-s.selected:hover,
.selected .border-dark-light-s,
.selected:hover .border-dark-light-s,
.border-dark-d[disabled],
.border-dark-d[disabled]:hover,
[disabled] .border-dark-d,
[disabled]:hover .border-dark-d{
    border-color: #555;
}
.border-black,
.border-black-h:hover,
.border-black-s.selected,
.border-black-s.selected:hover,
.selected .border-black-s,
.selected:hover .border-black-s,
.border-black-d[disabled],
.border-black-d[disabled]:hover,
[disabled] .border-black-d,
[disabled]:hover .border-black-d{
    border-color: #000;
}


.border-green,
.border-green-h:hover,
.border-green-s.selected,
.border-green-s.selected:hover,
.selected .border-green-s,
.selected:hover .border-green-s,
.border-green-d[disabled],
.border-green-d[disabled]:hover,
[disabled] .border-green-d,
[disabled]:hover .border-green-d{
    border-color: green;
}

.border-none,
.border-none-d[disabled],
.border-none-d[disabled]:hover,
[disabled] .border-none-d,
[disabled]:hover .border-none-d{
    border: none;
}
.border-none-last:last-child {
    border: none;
}
.border-1px{
    border-style: solid;
    border-width: 1px;
}
.border-2px{
    border-style: solid;
    border-width: 2px;
}
.border-3px {
    border-style: solid;
    border-width: 3px;
}
.border-4px {
    border-style: solid;
    border-width: 4px;
}
.border-5px {
    border-style: solid;
    border-width: 5px;
}
.border-10px {
    border-style: solid;
    border-width: 10px;
}
.border-20px {
    border-style: solid;
    border-width: 20px;
}
.border-30px {
    border-style: solid;
    border-width: 30px;
}


.border-left-1px {
    border-left-style: solid;
    border-left-width: 1px;
}

.border-top-1px {
    border-top-style: solid;
    border-top-width: 1px;
}
.border-top-2px {
    border-top-style: solid;
    border-top-width: 2px;
}
.border-top-4px {
    border-top-style: solid;
    border-top-width: 4px;
}

.border-bottom-1px {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.border-bottom-2px {
    border-bottom-style: solid;
    border-bottom-width: 2px;
}
.border-bottom-3px {
    border-bottom-style: solid;
    border-bottom-width: 3px;
}
.border-bottom-4px {
    border-bottom-style: solid;
    border-bottom-width: 4px;
}
.border-bottom-5px {
    border-bottom-style: solid;
    border-bottom-width: 5px;
}
.border-right-1px {
    border-right-style: solid;
    border-right-width: 1px;
}

.border-radius-0px{
    border-radius: 0px;
}
.border-radius-2px{
    border-radius: 2px;
}
.border-radius-3px{
    border-radius: 3px;
}
.border-radius-4px{
    border-radius: 4px;
}
.border-radius-5px{
    border-radius: 5px;
}
.border-radius-10px{
    border-radius: 10px;
}
.border-radius-20px{
    border-radius: 20px;
}
.border-radius-full {
    border-radius: 100%;
}

.border-style-dashed{
    border-style: dashed;
}
.border-style-inset{
    border-style: inset;
}
.border-style-outset{
    border-style: outset;
}
.border-style-dotted{
    border-style: dotted;
}
.border-style-double{
    border-style: double;
}


.opacity-0,.opacity-0-h:hover{ opacity: 0; }
.opacity-01,.opacity-01-h:hover{ opacity: 0.1; }
.opacity-02,.opacity-02-h:hover{ opacity: 0.2; }
.opacity-03,.opacity-03-h:hover{ opacity: 0.3; }
.opacity-04,.opacity-04-h:hover{ opacity: 0.4; }
.opacity-05,.opacity-05-h:hover{ opacity: 0.5; }
.opacity-06,.opacity-06-h:hover{ opacity: 0.6; }
.opacity-07,.opacity-07-h:hover{ opacity: 0.7; }
.opacity-08,.opacity-08-h:hover{ opacity: 0.8; }
.opacity-09,.opacity-09-h:hover{ opacity: 0.9; }
.opacity-095,.opacity-095-h:hover{ opacity: 0.95; }
.opacity-1,.opacity-1-h:hover{ opacity: 1; }
.opacity-01-s.selected,.selected .opacity-01-s{ opacity: 0.1; }
.opacity-02-s.selected,.selected .opacity-02-s{ opacity: 0.2; }
.opacity-03-s.selected,.selected .opacity-03-s{ opacity: 0.3; }
.opacity-04-s.selected,.selected .opacity-04-s{ opacity: 0.4; }
.opacity-05-s.selected,.selected .opacity-05-s{ opacity: 0.5; }
.opacity-06-s.selected,.selected .opacity-06-s{ opacity: 0.6; }
.opacity-07-s.selected,.selected .opacity-07-s{ opacity: 0.7; }
.opacity-08-s.selected,.selected .opacity-08-s{ opacity: 0.8; }
.opacity-09-s.selected,.selected .opacity-09-s{ opacity: 0.9; }
.opacity-1-s.selected,.selected .opacity-1-s{ opacity: 1; }


.bg-black,
.bg-black-h:hover,
[app-click]:hover .bg-black-h,
.bg-black-s.selected,
.bg-black-s.selected:hover,
.selected .bg-black-s,
.selected:hover .bg-black-s,
.bg-black-d[disabled],
.bg-black-d[disabled]:hover,
[disabled] .bg-black-d,
[disabled]:hover .bg-black-d{
    background: #000;
}
.bg-darker,
.bg-darker-h:hover,
[app-click]:hover .bg-darker-h,
.bg-darker-s.selected,
.bg-darker-s.selected:hover,
.selected .bg-darker-s,
.selected:hover .bg-darker-s,
.bg-darker-d[disabled],
.bg-darker-d[disabled]:hover,
[disabled] .bg-darker-d,
[disabled]:hover .bg-darker-d{
    background: #0a0a0a;
}
.bg-dark,
.bg-dark-h:hover,
[app-click]:hover .bg-dark-h,
.bg-dark-s.selected,
.bg-dark-s.selected:hover,
.selected .bg-dark-s,
.selected:hover .bg-dark-s,
.bg-dark-d[disabled],
.bg-dark-d[disabled]:hover,
[disabled] .bg-dark-d,
[disabled]:hover .bg-dark-d{
    background: #111;
}
.bg-normal,
.bg-normal-h:hover,
[app-click]:hover .bg-normal-h,
.bg-normal-s.selected,
.bg-normal-s.selected:hover,
.selected .bg-black-s,
.selected:hover .bg-black-s,
.bg-normal-d[disabled],
.bg-normal-d[disabled]:hover,
[disabled] .bg-normal-d,
[disabled]:hover .bg-normal-d{
    background: #888;
}
.bg-light,
.bg-light-h:hover,
[app-click]:hover .bg-light-h,
.bg-light-s.selected,
.bg-light-s.selected:hover,
.selected .bg-light-s,
.selected:hover .bg-light-s,
.bg-light-d[disabled],
.bg-light-d[disabled]:hover,
[disabled] .bg-light-d,
[disabled]:hover .bg-light-d{
    background: #ccc;
}
.bg-extra-light,
.bg-extra-light-h:hover,
[app-click]:hover .bg-extra-light-h,
.bg-extra-light-s.selected,
.bg-extra-light-s.selected:hover,
.selected .bg-light-s,
.selected:hover .bg-light-s,
.bg-extra-light-d[disabled],
.bg-extra-light-d[disabled]:hover,
[disabled] .bg-extra-light-d,
[disabled]:hover .bg-extra-light-d{
    background: #f6f6f6;
}
.bg-white,
.bg-white-h:hover,
[app-click]:hover .bg-white-h,
.bg-white-s.selected,
.bg-white-s.selected:hover,
.selected .bg-white-s,
.selected:hover .bg-white-s,
.bg-white-d[disabled],
.bg-white-d[disabled]:hover,
[disabled] .bg-white-d,
[disabled]:hover .bg-white-d{
    background: #fff;
}
.bg-orange,
.bg-orange-h:hover,
[app-click]:hover .bg-orange-h,
.bg-orange-s.selected,
.bg-orange-s.selected:hover,
.selected .bg-orange-s,
.selected:hover .bg-orange-s,
.bg-orange-d[disabled],
.bg-orange-d[disabled]:hover,
[disabled] .bg-orange-d,
[disabled]:hover .bg-orange-d{
    background: #D23227;
}
.bg-red,
.bg-red-h:hover,
[app-click]:hover .bg-red-h,
.bg-red-s.selected,
.bg-red-s.selected:hover,
.selected .bg-red-s,
.selected:hover .bg-red-s,
.bg-red-d[disabled],
.bg-red-d[disabled]:hover,
[disabled] .bg-red-d,
[disabled]:hover .bg-red-d{
    background: red;
}
.bg-green,
.bg-green-h:hover,
[app-click]:hover .bg-green-h,
.bg-green-s.selected,
.bg-green-s.selected:hover,
.selected .bg-green-s,
.selected:hover .bg-green-s,
.bg-green-d[disabled],
.bg-green-d[disabled]:hover,
[disabled] .bg-green-d,
[disabled]:hover .bg-green-d{
    background: green;
}
.bg-blue,
.bg-blue-h:hover,
[app-click]:hover .bg-blue-h,
.bg-blue-s.selected,
.bg-blue-s.selected:hover,
.selected .bg-blue-s,
.selected:hover .bg-blue-s,
.bg-blue-d[disabled],
.bg-blue-d[disabled]:hover,
[disabled] .bg-blue-d,
[disabled]:hover .bg-blue-d{
    background: #4900ff;
}
.bg-yellow,
.bg-yellow-h:hover,
[app-click]:hover .bg-yellow-h,
.bg-yellow-s.selected,
.bg-yellow-s.selected:hover,
.selected .bg-yellow-s,
.selected:hover .bg-yellow-s,
.bg-yellow-d[disabled],
.bg-yellow-d[disabled]:hover,
[disabled] .bg-yellow-d,
[disabled]:hover .bg-yellow-d{
    background: #FFC107;
}

.bg-transparent,
.bg-transparent-h:hover,
[app-click]:hover .bg-transparent-h,
.bg-transparent-s.selected,
.bg-transparent-s.selected:hover,
.selected .bg-transparent-s,
.selected:hover .bg-transparent-s,
.bg-transparent-d[disabled],
.bg-transparent-d[disabled]:hover,
[disabled] .bg-transparent-d,
[disabled]:hover .bg-transparent-d{
    background: transparent;
}


.color-black,
.color-black-h:hover,
[app-click]:hover .color-black-h,
.color-black-h:hover *,
.color-black-s.selected,
.color-black-s.selected:hover,
.color-black-s.selected:hover *,
.selected .color-black-s,
.selected:hover .color-black-s,
.color-black-d[disabled],
.color-black-d[disabled]:hover,
.color-black-s[disabled]:hover *,
[disabled] .color-black-d,
[disabled]:hover .color-black-d{
    color: #111;
}
.color-dark,
.color-dark-h:hover,
[app-click]:hover .color-dark-h,
.color-dark-h:hover *,
.color-dark-s.selected,
.color-dark-s.selected:hover,
.color-dark-s.selected:hover *,
.selected .color-dark-s,
.selected:hover .color-dark-s,
.color-dark-d[disabled],
.color-dark-d[disabled]:hover,
.color-dark-s[disabled]:hover *,
[disabled] .color-dark-d,
[disabled]:hover .color-dark-d{
    color: #111;
}
.color-normal,
.color-normal-h:hover,
[app-click]:hover .color-normal-h,
.color-normal-h:hover *,
.color-normal-s.selected,
.color-normal-s.selected:hover,
.color-normal-s.selected:hover *,
.selected .color-normal-s,
.selected:hover .color-normal-s,
.color-normal-d[disabled],
.color-normal-d[disabled]:hover,
.color-normal-s[disabled]:hover *,
[disabled] .color-normal-d,
[disabled]:hover .color-normal-d{
    color: #888;
}
.color-light,
.color-light-h:hover,
[app-click]:hover .color-light-h,
.color-light-h:hover *,
.color-light-s.selected,
.color-light-s.selected:hover,
.color-light-s.selected:hover *,
.selected .color-light-s,
.selected:hover .color-light-s,
.color-light-d[disabled],
.color-light-d[disabled]:hover,
.color-light-s[disabled]:hover *,
[disabled] .color-light-d,
[disabled]:hover .color-light-d{
    color: #ccc;
}
.placeholder-light::-webkit-input-placeholder{color: #ccc;}
.placeholder-light::-moz-placeholder{color: #ccc;}
.placeholder-light:-ms-input-placeholder{color: #ccc;}
.placeholder-light:-moz-placeholder{color: #ccc;}

.color-extra-light,
.color-extra-light-h:hover,
[app-click]:hover .color-extra-light-h,
.color-extra-light-h:hover *,
.color-extra-light-s.selected,
.color-extra-light-s.selected:hover,
.color-extra-light-s.selected:hover *,
.selected .color-extra-light-s,
.selected:hover .color-extra-light-s,
.color-extra-light-d[disabled],
.color-extra-light-d[disabled]:hover,
.color-extra-light-s[disabled]:hover *,
[disabled] .color-extra-light-d,
[disabled]:hover .color-extra-light-d{
    color: #f6f6f6;
}
.color-white,
.color-white-h:hover,
[app-click]:hover .color-white-h,
.color-white-h:hover *,
.color-white-s.selected,
.color-white-s.selected:hover,
.color-white-s.selected:hover *,
.selected .color-white-s,
.selected:hover .color-white-s,
.color-white-d[disabled],
.color-white-d[disabled]:hover,
.color-white-s[disabled]:hover *,
[disabled] .color-white-d,
[disabled]:hover .color-white-d{
    color: #fff;
}
.placeholder-white::-webkit-input-placeholder{color: #fff;}
.placeholder-white::-moz-placeholder{color: #fff;}
.placeholder-white:-ms-input-placeholder{color: #fff;}
.placeholder-white:-moz-placeholder{color: #fff;}

.placeholder-white-opacity-07::-webkit-input-placeholder{color: rgba(255,255,255,0.7);}
.placeholder-white-opacity-07::-moz-placeholder{color: rgba(255,255,255,0.7);}
.placeholder-white-opacity-07:-ms-input-placeholder{color: rgba(255,255,255,0.7);}
.placeholder-white-opacity-07:-moz-placeholder{color: rgba(255,255,255,0.7);}

.color-orange,
.color-orange-h:hover,
[app-click]:hover .color-orange-h,
.color-orange-h:hover *,
.color-orange-s.selected,
.color-orange-s.selected:hover,
.color-orange-s.selected:hover *,
.selected .color-orange-s,
.selected:hover .color-orange-s,
.color-orange-d[disabled],
.color-orange-d[disabled]:hover,
.color-orange-s[disabled]:hover *,
[disabled] .color-orange-d,
[disabled]:hover .color-orange-d{
    color: #D23227;
}
.color-red,
.color-red-h:hover,
[app-click]:hover .color-red-h,
.color-red-h:hover *,
.color-red-s.selected,
.color-red-s.selected:hover,
.color-red-s.selected:hover *,
.selected .color-red-s,
.selected:hover .color-red-s,
.color-red-d[disabled],
.color-red-d[disabled]:hover,
.color-red-s[disabled]:hover *,
[disabled] .color-red-d,
[disabled]:hover .color-red-d{
    color: red;
}
.placeholder-red::-webkit-input-placeholder{color: red;}
.placeholder-red::-moz-placeholder{color: red;}
.placeholder-red:-ms-input-placeholder{color: red;}
.placeholder-red:-moz-placeholder{color: red;}


.color-green,
.color-green-h:hover,
[app-click]:hover .color-green-h,
.color-green-h:hover *,
.color-green-s.selected,
.color-green-s.selected:hover,
.color-green-s.selected:hover *,
.selected .color-green-s,
.selected:hover .color-green-s,
.color-green-d[disabled],
.color-green-d[disabled]:hover,
.color-green-s[disabled]:hover *,
[disabled] .color-green-d,
[disabled]:hover .color-green-d{
    color: #00ff00;
}
.placeholder-green::-webkit-input-placeholder{color: #00ff00;}
.placeholder-green::-moz-placeholder{color: #00ff00;}
.placeholder-green:-ms-input-placeholder{color: #00ff00;}
.placeholder-green:-moz-placeholder{color: #00ff00;}


svg.fill-white,
svg.fill-white-h:hover,
[app-click]:hover svg.fill-white-h,
.fill-white-h svg:hover,
svg.fill-white-s.selected,
svg.fill-white-s.selected:hover,
.fill-white-s.selected:hover svg,
.selected:hover svg.fill-white-s{
    fill: #fff;
}
svg.fill-red,
svg.fill-red-h:hover,
[app-click]:hover svg.fill-red-h,
.fill-red-h svg:hover,
svg.fill-red-s.selected,
svg.fill-red-s.selected:hover,
.fill-red-s.selected:hover svg,
.selected:hover svg.fill-red-s{
    fill: red;
}


.blur-2 {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -o-filter: blur(2px);
    -moz-filter: blur(2px);
    padding: 4px;
    left: -4px;
    top: -4px;
}
.blur-5 {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -o-filter: blur(5px);
    -moz-filter: blur(5px);
    padding: 10px;
    left: -10px;
    top: -10px;
}
.blur-10 {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -o-filter: blur(10px);
    -moz-filter: blur(10px);
    padding: 20px;
    left: -20px;
    top: -20px;
}
.blur-20 {
    filter: blur(20px);
    -webkit-filter: blur(20px);
    -o-filter: blur(20px);
    -moz-filter: blur(20px);
    padding: 40px;
    left: -40px;
    top: -40px;
}

.drop-shadow-10{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.drop-shadow-100{
    box-shadow: 0 0 100px 0 rgba(0,0,0,0.5);
}


i.icon-extra-small {
    font-size: 20px;
}
i.icon-small {
    font-size: 40px;
}
i.icon-normal {
    font-size: 60px;
}
i.icon-large {
    font-size: 80px;
}

.icon-map-marker {
    width: 47px;
    height: 47px;
    font-size: 24px;
    text-align: center;
    line-height: 47px;
}

.disabled {
    opacity: 1;
    /*background: #ccc !important;
    border-color: #ccc !important;
    color: #fff !important;*/
}

.logo-small,
.logo-small * {
    height: 30px;
    width: auto;
}
.logo-normal,
.logo-normal * {
    height: 40px;
    width: auto;
}
.logo-large,
.logo-large * {
    height: 80px;
    width: auto;
}
.logo-extra-large,
.logo-extra-large * {
    height: 150px;
    width: auto;
}

.avatar-extra-small {
    width: 30px;
    height: 30px;
}
.avatar-small {
    width: 50px;
    height: 50px;
}
.avatar-normal {
    width: 100px;
    height: 100px;
}
.avatar-large {
    width: 150px;
    height: 150px;
}


.overflow { overflow: hidden; }
.overflow-x { overflow-x: hidden; }
.overflow-y { overflow-y: hidden; }
.text-overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-overflow-2-lines{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-overflow-3-lines{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-overflow-4-lines{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.text-overflow-5-lines{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.scrollbar{ background: #fff; }

.scrollbar-default::-webkit-scrollbar,
.scrollbar-dark::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar { width: 10px; }

.scrollbar::-webkit-scrollbar-track { background: #fff; }

.scrollbar-default::-webkit-scrollbar-thumb  { background-color: #D23227; border: solid 2px transparent; border-radius: 5px; }
.scrollbar-dark::-webkit-scrollbar-thumb  { background-color: #D23227; border: solid 2px #111; border-radius: 5px; }
.scrollbar::-webkit-scrollbar-thumb { background-color: #D23227; border: solid 2px #fff; border-radius: 5px; }


.col-float-2-alter li:nth-child(odd) > div {
    float: left;
}
.col-float-2-alter li:nth-child(even) > div {
    float: right;
}
.col-float-2-alter li:after{
    content: "";
    display: block;
    float: none;
    clear: both;
}


.table li span {
    margin-left: -4px;
    padding: 8px;
}
.table li > span:first-child {
    padding-left: 20px;
}
.table li span:last-of-type {
    padding-right: 20px;
}

.table-col-2 li span,.table-col-2 > .row > .col{ width: calc(100% / 2); }
.table-col-3 li span,.table-col-3 > .row > .col{ width: calc(100% / 3); }
.table-col-4 li span,.table-col-4 > .row > .col{ width: calc(100% / 4); }
.table-col-5 li span,.table-col-5 > .row > .col{ width: calc(100% / 5); }
.table-col-6 li span,.table-col-6 > .row > .col{ width: calc(100% / 6); }
.table-col-7 li span,.table-col-7 > .row > .col{ width: calc(100% / 7); }
.table-col-8 li span,.table-col-8 > .row > .col{ width: calc(100% / 8); }
.table-col-9 li span,.table-col-9 > .row > .col{ width: calc(100% / 9); }
.table-col-10 li span,.table-col-10 > .row > .col{ width: calc(100% / 10); }
.table-col-11 li span,.table-col-11 > .row > .col{ width: calc(100% / 11); }


.tab{
    display: table;
}


.table-2-col{
    display: table;
}
.table-2-col > *{
    display: table-cell;
}


.col-2 {
    column-count: 2;
    column-gap: 100px;
}
.col-2 > * {
    margin: 0 0 20px 0;
}






@media(max-width: 1550px){}
@media(max-width: 1270px){}
@media (max-width: 1200px){}
@media (max-width: 1072px){}
@media (max-width: 838px){}
@media (max-width: 520px){}

/* ALL MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px){

    i.icon-extra-small {
        font-size: 0.92em;
    }
    i.icon-small {
        font-size: 2.3em;
    }
    i.icon-normal {
        font-size: 2.8em;
    }
    i.icon-large {
        font-size: 3em;
    }

    .icon-map-marker {
        font-size: 2em;
        line-height: 1.2em;
    }

}