/*
REPOSNSIVE POINTS: 540 -> 750 -> 960 -> 1200;
576px for portrait phones.
768px for tablets.
992px for laptops.
1200px for large devices.

Boostrap: 576px, 768px, 992px, 1200px, and 1400px.
Foundation – 640px, 1024px, and any size for smaller devices.
Bulma –  768px, 769px, 1024px, 1216px, and 1408px.
*/


/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/


*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;

    font: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    text-transform: none;
    /* outline: none; */
    outline-color: transparent;
}

/* *::before,
*::after {
    content: '';
} */

html {
    line-height: 1.5;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;

    -webkit-text-size-adjust: 100%;
    /* -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4; */

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', "Roboto", "Oxygen", "Ubuntu", "Cantarell", 'Open Sans', 'Helvetica Neue', sans-serif;

    /* font-feature-settings: normal;
    font-variation-settings: normal; */
    -webkit-tap-highlight-color: transparent;

    font-size: 16px;
    color: #333;
    background: #fff;
    /*height: 100%; */
}


html,
body {
    height: 100%;
    width: 100%;
}

body {
    line-height: inherit;
    /* line-height: 1.5; */
    /* position: relative; */
    /* -webkit-font-smoothing: antialiased; */
    /* font-family: Arial, Helvetica, sans-serif; */
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', "Roboto", "Oxygen", "Ubuntu", "Cantarell", 'Open Sans', 'Helvetica Neue', sans-serif; */

    /*min-height: 100vh;*/
    /*height:100%;*/
    /*width: 100%;*/
}

img,
iframe,
picture,
video,
canvas,
object,
embed {
    /* display: block; */
    display: inline-block;
    max-width: 100%;
    /* max-height:100%; */
    /* height: auto; */
    vertical-align: middle;
    height: auto;
}



/* :-moz-focusring {
    outline: auto;
} */

/* :-moz-ui-invalid {
    box-shadow: none;
} */

/* progress {
    vertical-align: baseline;
} */

/* ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
} */

/* .bg_img {
    background: transparent none center no-repeat;
    background-size: cover;
} */

/*
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-size: inherit;
    font-weight: 700;
    /* font-weight: inherit; *
    /*text-wrap: balance;*
    overflow-wrap: break-word;
    margin: 0 0 .7em 0;
}

p,
.p {
    text-wrap: pretty;
    overflow-wrap: break-word;
    margin: 0 0 .7em 0;
    font-size: 100%;
    font-weight: normal;
}*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p{
    text-wrap: pretty;
    overflow-wrap: break-word;
    margin: 0 0 .7em 0;
    /* font-size: 100%; */
    /* font-weight: normal; */
}

/* https://typescale.net/ */

h1,
.h1 {
    font-size: 2.37em;
    letter-spacing: 0.015em;
    line-height: 1.55em;
    font-weight: 700;
    /* font-size: 2.4em */
}

h2,
.h2 {
    font-size: 1.78em;
    letter-spacing: 0.02em;
    line-height: 1.55em;
    font-weight: 600;
    /* font-size: 2em */
}

h3,
.h3 {
    font-size: 1.54em;
    letter-spacing: 0.02em;
    line-height: 1.55em;
    font-weight: 600;
    /* font-size: 1.6em */
}

h4,
.h4 {
    font-size: 1.33em;
    letter-spacing: 0.025em;
    line-height: 1.6em;
    font-weight: 500;
    /* font-size: 1.3em */
}

h5,
.h5 {
    font-size: 1.24em;
    letter-spacing: 0.03em;
    line-height: 1.6em;
    font-weight: 500;
    /* font-size: 1.2em */
}

h6,
.h6 {
    font-size: 1.15em;
    letter-spacing: 0.03em;
    line-height: 1.6em;
    font-weight: 500;
    /* font-size: 1.1em */
}

hr,
.hr {
    height: 0;
    /* border: 0; */
    border-top: 1px solid #ddd;
    margin: 1.5em 0;
}

ul,
ol {
    display: block;
    list-style: disc outside none;
    margin: 0 0 .7em 0;
    padding: 0 0 0 1.8em;
}

ol {
    list-style-type: decimal;
}

ul ul,
ol ul {
    list-style-type: circle;
    margin-left: 15px;
}

ol ol,
ul ol {
    list-style-type: lower-latin;
    margin-left: 15px;
}

li {
    display: list-item;
}

strong,
b,
.bold,
.b {
    /* font-weight: 700 */
    font-weight: bolder;
}

.em,
.i {
    font-style: italic;
}

u,
.u {
    text-decoration: underline;
}

small,
.small {
    font-size: 80%;
}

.big {
    font-size: 120%;
}

.nowrap {
    white-space: nowrap
}

.clear {
    clear: both
}




/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* font-feature-settings: normal;
  font-variation-settings: normal; */
    font-size: 1em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}


.p0 {
    padding: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.b0 {
    border: 0 !important;
}

.left {
    text-align: left !important
}

.right {
    text-align: right !important
}

.center {
    text-align: center !important
}

.middle {
    vertical-align: middle !important;
}

.block {
    display: block !important;
    width: 100% !important;
}

.inline-block {
    display: inline-block !important;
    /* vertical-align: middle !important */
}

.hide {
    display: none !important
}



/* .force16x9,
.force4x3 {
    position: relative;
    height: 0;
    display: block;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.force4x3 {
    padding-bottom: 75%
}

.force16x9>*,
.force4x3>* {
    display: block;
    position: absolute;
    top: 0;
    /* bottom: 0; *
    left: 0;
    /* right: 0; *
    width: 100%;
    height: 100%;
    border: 0;
} */
.relative {
    position: relative;
    overflow: hidden;
}
.absolute,
.fixed,
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fixed{
    position: fixed;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    background: rgba(0, 0, 0, 0.7);
}

/* .table {
    display: table
}

.tr {
    display: table-row
}

.td {
    display: table-cell
} */

/* TABLES */

table {
    border-collapse: collapse;
    border-spacing: 0;
    /*width: 100%;*/
    /* min-height: 100%; */
    /* table-layout: fixed; */
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table td,
table th {
    vertical-align: middle;
    position: relative;
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table th {
    font-weight: bold;
}

table.b0 td,
table.b0 th {
    border: 0;
}

/* table.bordered {
    border: 1px solid #ccc
}

table.bordered tr {
    border-bottom: 1px solid #ddd
}

table.bordered_full td,
table.bordered_full th {
    border: 1px solid #ddd
}

table.striped tr:nth-child(even) {
    background-color: #f1f1f1
}

table.striped tr:nth-child(odd) {
    background-color: #fff
}

table th {
    background-color: #eee
}

table.hoverable {
    background-color: #fff;
}

table.hoverable tr:hover {
    background-color: #f9f9f9
}  */


/* ICONS - SVG */
/*i{*/
/*    vertical-align: middle;*/
/*}*/
i svg {
    overflow: visible;
    box-sizing: content-box;
    display: inline-block;
    height: 1em;
    vertical-align: -.125em;
    width: 1.25em;
    text-align: center;
}

.r90 {
    transform: rotate(90deg);
}

.r180 {
    transform: rotate(180deg);
}

.r270 {
    transform: rotate(270deg);
}

.spin {
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

/* i {
    display: inline-block;
    vertical-align: top;
    margin-top: .18em;
    width: 1em;
    height: 1em;
    text-align: center;
}

.btn i {    
    margin-top: -.1em;
}

i.n{
    margin: 0
}

i svg {
    fill: currentColor;
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

i.r90 svg {
    transform: rotate(90deg);
}

i.r180 svg {
    transform: rotate(180deg);
}

i.r270 svg {
    transform: rotate(270deg);
} */

/* LINKS AND BUTTONS */

a,
.a,
.btn {
    background: none;
    cursor: pointer;
    color: #337ab7;
    text-decoration: none;
    /* outline: none; */
    touch-action: manipulation;
    /* overflow: hidden; */
    /* position: relative; */
    transition: color .3s, background-color .3s;
}

body.notouch a:hover,
body.notouch .a:hover,
body.notouch .btn:hover {
    color: #23527c;
    text-decoration: none;
}

body.notouch .btn:hover {
    background-color: #ddd;
}

.btn,
.input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    vertical-align: middle;
    margin: 1px 0;
    position: relative;
    max-width: 100%;
    padding: .8em 1.2em;
    box-shadow: none;
    /*line-height: 1em;*/
}

.btn {
    /* color: #333; */
    /* line-height: inherit; */
    /* font-size: inherit; */
    /* background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAdElEQVQImT3E6yoDAACA0W9ui4m2JppIFpFFlhFze/+XOvu38+OE//AXfrf9hO+wDl/hM3yE97AKb2EZXsNLeA6L8BQew0O4D3dhHm7DTbgOV+EyzMJFOA9nYRomYRxOw0k4DqNwFA7DMByE/bAXdsPOtsEGdaibyxFck+8AAAAASUVORK5CYII=) 0 0 repeat-x; */
    /* background-size: auto 100%; */
    background: #eee;
    /* border: 1px solid transparent; */
    text-align: center;
    user-select: none;
}

.input {
    /* display: block; */
    /* line-height: inherit; */
    /* font-size: inherit; */
    display: inline-block;
    color: #777;
    background: #f9f9f9;
    border: 1px solid #ccc;
    width: 300px;
    /* border-radius: 2px; */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
}

textarea.input {
    overflow: auto;
    resize: vertical;
    height: 180px;
    width: 460px;
}

select.input {
    background: #fff;
    background: #fff url("data:image/svg+xml;utf8,<svg fill='000' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") right .2em center no-repeat;
    padding-right: 1.8em;
}

select.input::-ms-expand {
    display: none;
}

.icon_wrapper {
    position: relative;
    display: inherit;
}

.icon_wrapper i {
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    right: .8em;
    transform: translateY(-50%);
}

.icon_wrapper i.top {
    top: 1.3em;
}


.btn.disabled,
.btn:disabled,
.input.disabled,
.input:disabled,
body.notouch .input.disabled:hover,
body.notouch .input:disabled:hover,
body.notouch .btn.disabled:hover,
body.notouch .btn:disabled:hover {
    background-color: #ddd;
    color: #000;
    border-color: #ccc;
    text-shadow: none;
    cursor: not-allowed;
    opacity: 0.4
}

.disabled *,
:disabled * {
    pointer-events: none
}


.switch {
    display: inline-block;
    width: 2.6em;
    height: 1.3em;
    background: #ddd;
    border-radius: 1.2em;
    box-sizing: content-box;
    position: relative;
    border: .2em solid #ddd;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
}

body.notouch .switch:hover {
    background: #bbb;
    border-color: #bbb
}

.switch::after {
    content: "";
    display: block;
    height: 1.3em;
    width: 1.3em;
    border-radius: 50%;
    background: #777;
    position: absolute;
    top: 0;
    left: 0;
    transition: left .2s
}

.switch.active::after {
    left: 50%;
    background: #409fd6
}

.push {
    height: 1em;
}

.bigpush {
    height: 2em;
}

.input:focus {
    border-color: #66afe9;
    /* outline: 0; */
    color: #333;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

/* .input::placeholder,
.input::-moz-placeholder {
    opacity: 1;
    color: red !important
} */

body:not(.noplaceholder) .placeholder {
    display: none;
}

.btn.inline,
.input.inline,
.input.inline-block {
    width: auto;
    margin: 0
}


input[type=checkbox],
input[type=radio] {
    /* margin: 0 2px 0 0; */
    appearance: none;
    cursor: pointer;
    border: 1px solid #ccc;
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    vertical-align: middle;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    background: #409fd6 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") center no-repeat;
    background-size: 64% auto;
}

input[type=radio] {
    border-radius: 50%
}

.gForm.loading .submit,
.gForm:not(.loading) .sending {
    display: none
}

label {
    user-select: none;
}



/* GROUP */

.group {
    display: inline-flex;
    margin: 0;
    padding: 0;
    gap: 0;
}

.group>* {
    margin: 0 !important;
    /*border-radius: 0 !important;*/
}

/* GSWIPER / GSLIDER / GCAROUSEL */

.gSwiper,
.gCarousel,
.gSlider {
    position: relative;
    overflow: hidden;
    /*SERVE IN CASO DI SLIDING ANIMATION */
}

.gCarousel .item,
.gSlider .item {
    position: relative;
    overflow: hidden;
    height: inherit;
}

.gSlider .item {
    z-index: 0;
    opacity: 0;
    transition: opacity 1s;
}

/* .gCarousel{
    scroll-snap-type: x mandatory;
    scroll-padding: 0 24px;
}

.gCarousel .item{
    scroll-snap-align: start;
} */

.gSlider .item.active {
    z-index: 1;
    opacity: 1
}

body.notouch .gSlider .gSliderAction {
    opacity: .2;
    transition: opacity .3s;
}

body.notouch .gSlider:hover .gSliderAction {
    opacity: .9
}

.gSlider .gSliderAction.button {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    height: 50px;
    width: 40px;
    line-height: 54px;
    padding: 0 6px;
    margin-top: -25px;
    background: #333;
    background: rgba(0, 0, 0, .5);
    color: #eee;
    font-size: 180%;
    cursor: pointer;
    z-index: 2;
    text-align: center;
}

.gSlider .gSliderAction.button.r {
    left: auto;
    right: 0
}

.gSlider .bullets {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3
}

.gSlider .bullets .bullet {
    display: inline-block;
    padding: 6px;
    margin: 0 1px;
    background: #000;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    border: 1px solid #333;
    box-shadow: 0 0 2px #fff;
    line-height: 30px
}

.gSlider .bullets .bullet.active,
.gSlider .bullets .bullet:hover,
.gSlider .gSliderAction.button:hover {
    background: #337ab7
}

.gSlider.gAutoplay .progress_bar,
.gCarousel.gAutoplay .progress_bar {
    background: #3b78a4;
    height: 3px;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
    animation: progress_bar_animation 1s linear infinite;
}

.gCarousel {
    position: relative;
    overflow: hidden;
}

/* .gCarousel:first-child { */
.gCarousel > div:first-child {
    overflow-x: scroll;
    scroll-behavior: smooth;
    white-space: nowrap;
    font-size: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* height: inherit; */
}

.gCarousel .item {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: initial;
}


.gSlider.gAutoplay:hover .progress_bar,
.gCarousel.gAutoplay:hover .progress_bar {
    animation-play-state: paused;
}

@keyframes progress_bar_animation {
    from {width: 0}
    to {width: 100%}
}



/* GBOX - GDIALOG */

body.gDialoged,
body.gBoxed {
    overflow: hidden !important;
}

#gDialog,
#gBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;

    /* SERVE PER CENTARRE DIVs e IFRAME */
    text-align: center;
}


#gDialog>div p {
    margin-bottom: 20px;
}


#gBoxLoader {
    cursor: pointer;
    padding: 10px;
    height: 100%;
    background: transparent url(data:image/gif;base64,R0lGODlhGQAZAKIEAMzMzJmZmTMzM2ZmZgAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAAAEACwAAAAAGQAZAAADVki63P4wSEiZvLXemRf4yhYoQ0l9aMiVLISCDms+L/DIwwnfc+c3qZ9g6Hn5hkhF7YgUKI2dpvNpExJ/WKquSoMCvd9geDeuBpcuGFrcQWep5Df7jU0AACH5BAUAAAQALAoAAQAOABQAAAMwSLDU/iu+Gdl0FbTAqeXg5YCdSJCBuZVqKw5wC8/qHJv2IN+uKvytn9AnFBCHx0cCACH5BAUAAAQALAoABAAOABQAAAMzSLoEzrC5F9Wk9YK6Jv8gEYzgaH4myaVBqYbfIINyHdcDI+wKniu7YG+2CPI4RgFI+EkAACH5BAUAAAQALAQACgAUAA4AAAMzSLrcBNDJBeuUNd6WwXbWtwnkFZwMqUpnu6il06IKLChDrsxBGufAHW0C1IlwxeMieEkAACH5BAUAAAQALAEACgAUAA4AAAM0SLLU/lAtFquctk6aIe5gGA1kBpwPqVZn66hl1KINPDRB3sxAGufAHc0C1IkIxcARZ4QkAAAh+QQFAAAEACwBAAQADgAUAAADMUhK0vurSfiko8oKHC//yyCCYvmVI4cOZAq+UCCDcv3VM4cHCuDHOZ/wI/xxigDQMAEAIfkEBQAABAAsAQABAA4AFAAAAzNIuizOkLgZ13xraHVF1puEKWBYlUP1pWrLBLALz+0cq3Yg324PAUAXcNgaBlVGgPAISQAAIfkEBQAABAAsAQABABQADgAAAzRIujzOMBJHpaXPksAVHoogMlzpZWK6lF2UjgobSK9AtjSs7QTg8xCfELgQ/og9I1IxXCYAADs=) center no-repeat;
}

#gBoxItem,
#gDialog>div {
    display: inline-block;
    margin: 0 auto;
    padding: 5px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 25px #000;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;

    /* SERVE PER LE IMMAGINI */
    cursor: initial;

    /*CENTER VERTICALLY*/
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#gDialog>div {
    max-width: 90%;
    max-height: 90%;
    padding: 30px;
    color: #333;
    box-shadow: 0 0 25px #000;
    /* box-shadow: 0 0 35px #b5b5b5; */
}

#gBoxItem.loading {
    opacity: 0;
}

iframe#gBoxItem {
    width: 90%;
    height: 100%;
}

div#gBoxItem {
    /* max-width: 100%;
    max-height: 100%; */
    padding: 10px;
    max-width: 90%;
    /* overflow: auto; */
}

#gBoxNav {
    background: #000;
    text-align: center;
    padding: 5px 10px 10px;
    color: #fff;
    line-height: 1;
    font-size: 14px
}

#gBoxNav .btn {
    background: none;
    /* background: #777; */
    color: #fff;
    fill: currentColor;
    display: inline-block;
    margin: 0;
    padding: 4px 8px;
    font-size: 30px;
    border: 0;
}

#gBoxNav.single .single {
    display: none;
}




/* MENU */

.horizontal_menu {
    z-index: 1;
}

.horizontal_menu>ul,
ul.horizontal_menu,
.horizontal_menu ul,
.horizontal_menu li {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
}

.horizontal_menu ul ul,
ul.horizontal_menu ul {
    padding-left: 10px;
}

.horizontal_menu a {
    display: inline-block;
    white-space: nowrap;
    padding: 2px 0
}

/* COLORS */
.green,
.gFormAnswer.ok {
    color: #449d44
}

.black {
    color: #000
}

.white {
    color: #fff
}

.pink {
    color: #ff46ff
}

.blue {
    color: #286090
}

.cyan {
    color: #31b0d5
}

.orange,
.gFormAnswer.att {
    color: #ec971f
}

.yellow {
    color: #fe0
}

.red,
.gFormAnswer.error {
    color: #e62d18
}

.grey,
.disabled {
    color: #ccc
}

.gFormAnswer.ok {
    color: #0c0
}

.gFormAnswer.att {
    color: #fa0
}


/* ALERTS */

/* .alert {
    padding: 10px 12px;
    border-radius: 2px;
    position: relative;
    color: inherit;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 20px
}

.alert.small {
    padding: 4px 6px
}

.alert a {
    text-decoration: underline;
    color: inherit
}

body.notouch .alert a:hover {
    text-decoration: none;
    color: inherit
} */
/* .alert>.gClose {
    display: block;
    float: right;
    cursor: pointer;
    opacity: 0.7;
    margin: 0 0 0 10px;
    font-size: 120%;
    line-height: normal;
} */
/* body.notouch .alert>.gClose:hover {
    opacity: 1
} */


/* FORMS */



/*.gForm .wrapper i {*/
/*    position: absolute;*/
/*    top: 13px;*/
/*    right: 15px;*/
/*    color: #ccc;*/
/*    font-size: 110%;*/
/*} */




/* TOOLTIPS */

/* .gTooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.gTooltip .gTooltipText {
    visibility: hidden;
    /* width: 120px; *
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.gTooltip:hover .gTooltipText {
    visibility: visible;
} */





.container,
.container_full {
    padding: 0 5px;
    margin: 0 auto;
}

.container {
    max-width: 1200px;
}








/* GRID RESPONSIVE LAYOUT */
.flex {
    display: flex;
    gap: 5px;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
}

.grid {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(12, 1fr);
    /*align-content: stretch;*/
    /*justify-content: stretch;*/
    /*align-items: stretch;*/
    /*justify-items: stretch;*/
    align-items: center;
    align-content: center;
}

/* .grid.inline {
    display: inline-grid;
} */

.flex>div,
.grid>div {
    padding: 5px 0;
}

.grid>div {
    grid-column: span 12;
    /* text-align: center; */
    /* justify-self: stretch;
    align-self: stretch;
    align-content: center; */
}

/*.flex.middle,*/
/*.grid.middle {*/
/*    align-items: center;*/
/*}*/

.grid.top {
    align-items: start;
}

.grid.stretch {
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    /*justify-items: stretch;*/
}

.bg_img {
    background: transparent none center no-repeat;
    background-size: cover;
}

.grid.p0>div {
    padding: 0;
}

/* .grid.gap0{
    gap: 0
} */
/* .grid.top>div {
    align-content: start;
} */


.flex>.s1 {
    flex: 1
}

.grid>.s1 {
    grid-column: span 1;
}

.flex>.s2 {
    flex: 2
}

.grid>.s2 {
    grid-column: span 2;
}

.flex>.s3 {
    flex: 3
}

.grid>.s3 {
    grid-column: span 3;
}

.flex>.s4 {
    flex: 4
}

.grid>.s4 {
    grid-column: span 4;
}

.flex>.s5 {
    flex: 5
}

.grid>.s5 {
    grid-column: span 5;
}

.flex>.s6 {
    flex: 6
}

.grid>.s6 {
    grid-column: span 6
}

.flex>.s7 {
    flex: 7
}

.grid>.s7 {
    grid-column: span 7;
}

.flex>.s8 {
    flex: 8
}

.grid>.s8 {
    grid-column: span 8;
}

.flex>.s9 {
    flex: 9
}

.grid>.s9 {
    grid-column: span 9;
}

.flex>.s10 {
    flex: 10
}

.grid>.s10 {
    grid-column: span 10;
}

.flex>.s11 {
    flex: 11
}

.grid>.s11 {
    grid-column: span 11;
}

.flex>.s12 {
    flex: 12
}

.grid>.s12 {
    grid-column: span 12;
}


@media (max-width:539px) {

    .no-s {
        display: none !important
    }

    .center-s {
        text-align: center
    }

    .left-s {
        text-align: left
    }

    .right-s {
        text-align: right
    }
}


@media (min-width:539px) {

    .flex>.m1 {
        flex: 1
    }

    .grid>.m1 {
        grid-column: span 1;
    }

    .flex>.m2 {
        flex: 2
    }

    .grid>.m2 {
        grid-column: span 2;
    }

    .flex>.m3 {
        flex: 3
    }

    .grid>.m3 {
        grid-column: span 3;
    }

    .flex>.m4 {
        flex: 4
    }

    .grid>.m4 {
        grid-column: span 4;
    }

    .flex>.m5 {
        flex: 5
    }

    .grid>.m5 {
        grid-column: span 5;
    }

    .flex>.m6 {
        flex: 6
    }

    .grid>.m6 {
        grid-column: span 6
    }

    .flex>.m7 {
        flex: 7
    }

    .grid>.m7 {
        grid-column: span 7;
    }

    .flex>.m8 {
        flex: 8
    }

    .grid>.m8 {
        grid-column: span 8;
    }

    .flex>.m9 {
        flex: 9
    }

    .grid>.m9 {
        grid-column: span 9;
    }

    .flex>.m10 {
        flex: 10
    }

    .grid>.m10 {
        grid-column: span 10;
    }

    .flex>.m11 {
        flex: 11
    }

    .grid>.m11 {
        grid-column: span 11;
    }

    .flex>.m12 {
        flex: 12
    }

    .grid>.m12 {
        grid-column: span 12;
    }
}


@media (min-width:539px) and (max-width:959px) {

    .center-m {
        text-align: center
    }

    .left-m {
        text-align: left
    }

    .right-m {
        text-align: right
    }

    .container,
    .container_full {
        padding: 0 10px
    }

    .flex,
    .grid {
        gap: 10px
    }

    .grid>div {
        padding: 10px 0;
    }

    .no-m {
        display: none !important
    }

    /* .push {
        height: 10px;
        width: 10px
    }

    .bigpush {
        height: 20px;
        width: 20px
    } */
}


@media (min-width:959px) {

    /* body {
        font-size: 16px
    } */

    .container,
    .container_full {
        padding: 0 15px
    }

    .flex,
    .grid {
        gap: 15px
    }

    .grid>div {
        padding: 15px 0;
    }

    /* .push {
        height: 15px;
        width: 15px
    }

    .bigpush {
        height: 30px;
        width: 30px
    } */


    .grid>.l1 {
        grid-column: span 1;
    }


    .grid>.l2 {
        grid-column: span 2;
    }

    .grid>.l3 {
        grid-column: span 3;
    }

    .grid>.l4 {
        grid-column: span 4;
    }


    .grid>.l5 {
        grid-column: span 5;
    }


    .grid>.l6 {
        grid-column: span 6
    }

    .grid>.l7 {
        grid-column: span 7;
    }


    .grid>.l8 {
        grid-column: span 8;
    }


    .grid>.l9 {
        grid-column: span 9;
    }


    .grid>.l10 {
        grid-column: span 10;
    }


    .grid>.l11 {
        grid-column: span 11;
    }

    .grid>.l12 {
        grid-column: span 12;
    }

    .no-l {
        display: none !important
    }

    .center-l {
        text-align: center
    }

    .left-l {
        text-align: left
    }

    .right-l {
        text-align: right
    }

    /* .justify-l {
        text-align: justify
    } */

    .horizontal_menu>ul,
    ul.horizontal_menu {
        display: inline-block;
        vertical-align: middle;
        text-align: right;
        z-index: 1;
    }

    .horizontal_menu li {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        position: relative;
        padding: .2em .4em;
        /*width: 100%;*/
    }

    .horizontal_menu a {
        display: block;
    }

    /*.horizontal_menu li>ul,*/
    .horizontal_menu ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: inline-block;
        text-align: left;
        padding: 0;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        /* -webkit-transition: all .4s ease; */
        /* transition: all .4s ease; */
        background: #fff;
        /* -webkit-transform: translateX(-20px); */
        transform: translateX(-20px);
        /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

    /*body.notouch .horizontal_menu li:hover>ul {*/
    body.notouch .horizontal_menu li:hover>ul,
    body.notouch .horizontal_menu:hover>ul {
        opacity: 1;
        visibility: visible;
        /* -webkit-transform: translateX(0); */
        transform: translateX(0);
    }

    /*.horizontal_menu li ul li>ul {*/
    .horizontal_menu ul ul ul {
        top: 0;
        left: 100%;
    }
}

body.loaded {
    overflow: auto;
}

body.loaded #loader {
    display: none;
}

body.loaded #wrapper,
body.loaded #app {
    visibility: visible;
}