﻿/***
Import fonts
***/

/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,500,600,700);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,600,700);*/

/*@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot');
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.woff2') format('woff2'), url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.woff') format('woff'), url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf') format('truetype'), url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.svg#proxima_nova_altregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*
@font-face {
    font-family: brandon_regular;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/brandongrotesque-regular-webfont.woff2) format("woff2"),url(../fonts/brandongrotesque-regular-webfont.woff) format("woff")
}

@font-face {
    font-family: brandon_bold;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/brandon_bld.woff2) format("woff2"),url(../fonts/brandon_bld.woff) format("woff")
}

@font-face {
    font-family: brandon_italic;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/brandon_italic.woff2) format("woff2"),url(../fonts/brandon_italic.woff) format("woff")
}

@font-face {
    font-family: brandon_light;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/brandongrotesque-light.woff2) format("woff2"),url(../fonts/brandongrotesque-light.woff) format("woff")
}

@font-face {
    font-family: brandon_medium;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/brandongrotesque-medium-webfont.woff2) format("woff2"),url(../fonts/brandongrotesque-medium-webfont.woff) format("woff")
}

@font-face {
    font-family: brandon_text_regular;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/brandon-text-regular.woff2) format("woff2")
}

@font-face {
    font-family: brandon_text_medium;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/brandon-text-medium.woff2) format("woff2")
}

@font-face {
    font-family: chroni_cle_roman;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/chroni-cle-roman.woff2) format("woff2")
}
*/

@font-face {
    font-family: 'Circular';
    src: url('fonts/CircularStd-Book.eot') format('eot'), url('fonts/CircularStd-Book.otf') format('otf'), url('fonts/CircularStd-Book.svg') format('svg'), url('fonts/CircularStd-Book.ttf') format('ttf'), url('fonts/CircularStd-Book.woff') format('woff');
}


body {
    margin: 0px;
    padding: 0px;
    font-family: 'Circular', sans-serif;
    color: rgb(50, 50, 50);
    background: #fafafa;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.2px;
    font-weight:100;
}

b {
    font-family: 'Circular';
    letter-spacing: 0.2px;
    font-weight: 800;
}

h2 {
    /*font-family: 'chroni_cle_roman';*/
    font-weight:600;
    font-size: 26px;
}

input {
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Circular', sans-serif;
}

    input[type="checkbox"] {
        -webkit-appearance: checkbox;
        border-radius: 0;
    }

    input[type="radio"] {
        -webkit-appearance: radio;
        border-radius: 0;
    }

div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

table {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: auto;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 4px;
}

hr {
    margin: 5px 0;
    border: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #FEFEFE;
}

a:link {
    color: #2dabff;
    text-decoration: none;
}

a:hover {
    color: #306896;
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
    color: #2dabff;
}

.Corpo {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 1000px;
}

.CorpoBody {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 1000px;
    /*border: 1px solid #ddd;*/
    margin: 10px;
    /*padding:10px;*/
    border-radius:6px;
    /*background: #fff;*/
}

.menu {
    padding: 10px 15px;
    color:#292F33;
    cursor: pointer;
}

    .menu:hover {
        text-decoration:underline;
    }

.bold {
    font-weight: bold !important;
}

.InputText {
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    min-width: 120px;
    border: #cfcfcf 1px solid;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 18px;
    box-shadow: 0px 0px 2px #eee inset;
    transition: all 0.2s ease-in-out;
    -webkit-transition: border 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s;
    font-family: 'Circular', sans-serif;
    --tw-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
}

    .InputText:hover {
        border: #b4b4b4 1px solid;
    }

    .InputText:active, .InputText.open, .InputText:focus {
        border-color: #999 !important;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #efefef;
    background-image: none;
}
/* Custom Select */
.select {
    position: relative;
    display: block;
    height: 3em;
    line-height: 3;
    background: #efefef;
    overflow: hidden;
    border-radius: .25em;
}

select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 1em;
    cursor: pointer;
}

    select::-ms-expand {
        display: none;
    }
/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #eaeaea;
    pointer-events: none;
}
/* Transition */
.select:hover::after {
    color: #237dc4;
}

.select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

a.btn {
    line-height: 1.9375;
    border-radius: 3px;
    font-weight: 500;
    letter-spacing: 0;
    background: rgb(30, 31, 31);
    color: white !important;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    padding: 5px 15px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: .3s ease-in;
}

    a.btn:hover {
        transition: .3s ease-in;
        background-color: rgb(54, 56, 56);
        border-color: #1f80c6;
        text-decoration: none;
        color: white !important;
    }

    a.btn[disabled] {
        background-color: #F5F8FA;
        color: white !important;
        background-image: none;
        box-shadow: none;
    }

    a.btn.orange {
        background:none;
        background-color: #febd5f;
        border-color: #F1A02A;
        border-left: 1px solid #F1A02A !important;
        color: #292F33 !important;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    }

        a.btn.orange:hover {
            background-color: #f39d20 !important;
            background-image: none;
            border-color: #EC8B11;
            color: #292F33 !important;
            text-decoration: none;
        }

    a.btn.grey {
        background: none;
        background-color: #c4c4c4;
        border-color: #909090;
        border-left: 1px solid #909090 !important;
        color: #292F33 !important;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    }

        a.btn.grey:hover {
            background-color: #aeaeae !important;
            background-image: none;
            border-color: #EC8B11;
            color: #292F33 !important;
            text-decoration: none;
        }

.DivInstaPhoto {
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #efefef;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear 0s;
    -moz-transition: background-color 0.2s linear 0s;
    -o-transition: background-color 0.2s linear 0s;
}

    .DivInstaPhoto:hover {
        background-color: #2dabff;
        color: #fff;
    }

.DivInstaPhotoSelected {
    border: 2px solid #F1A02A;
    background-color: #F1A02A;
    color: #fff;
}

.DivInstaPhoto2 {
    display: inline-block;
    padding: 3px;
    padding-bottom: 1px;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #cccccc;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear 0s;
    -moz-transition: background-color 0.2s linear 0s;
    -o-transition: background-color 0.2s linear 0s;
}

    .DivInstaPhoto2:hover {
        background-color: #2dabff;
        color: #fff;
    }

.DivInstaPhotoSelected2 {
    background-color: #2dabff;
    color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c7c7c7;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c7c7c7;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #c7c7c7;
}

.Blocco {
    display: inline-block;
}

.BloccoCell {
    display: table-cell;
}

#BloccoRight {
    padding-right: 10px;
}

.BloccoCellNoMobileSiIpad {
    display: table-cell;
}

.BloccoCellNoMobileIpad {
    display: table-cell;
}

.BloccoCellCenter {
    display: table-cell;
}

.BloccoBorderRight {
    display: inline-block;
    border-right: 1px solid #ccc;
}

.BloccoCenter {
    display: inline-block;
}

.NoMobile {
    display: inline-block;
}

.NoMobileIpad {
    display: inline-block;
}

.SiMobile {
    display: none;
}

.SiMobileIpad {
    display: none;
}

.BorderMobile {
    border-bottom:0px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 900px) {
    .BloccoCellNoMobileSiIpad {
        display: table-cell;
    }

    .NoMobile {
        display: none;
    }

    .NoMobileIpad {
        display: inline-block;
    }

    .SiMobile {
        display: none;
    }

    .SiMobileIpad {
        display: inline-block;
    }
}

@media only screen and (max-width: 750px) {
    body {
        padding: 0px;
    }

    .NoMobile {
        display: none !important;
    }

    .NoMobileIpad {
        display: none;
    }

    .SiMobile {
        display: inline-block;
    }

    .SiMobileIpad {
        display: none;
    }

    .Blocco {
        width: 100% !important;
        border: none !important;
        margin-right: 0px !important;
        float: none !important;
    }

    .BloccoCell {
        width: 100% !important;
        border: none !important;
        float: none !important;
        display: inline-block !important;
    }

    #BloccoRight {
        padding-right: 0px;
    }

    .BloccoCellNoMobileSiIpad {
        width: 100% !important;
        border: none !important;
        float: none !important;
        display: none;
    }

    .BloccoCellCenter {
        width: 100% !important;
        border: none !important;
        float: none !important;
        display: inline-block !important;
        text-align: center;
    }

    .BloccoBorderRight {
        width: 100% !important;
        margin-right: 0px !important;
        float: none !important;
        border-right: none;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .BloccoCenter {
        text-align: center !important;
        width: 100% !important;
        border: none !important;
        margin-right: 0px !important;
        float: none !important;
    }

    #DivMenu {
        padding: 15px;
    }

    .menu {
        background-color: #fff;
        border-color: #ccc;
        /*border-left: 1px solid #F1A02A !important;*/
        /*color: #292F33 !important;*/
        color: #292F33 !important;
        /*text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);*/
        line-height: 1.9375;
        font-weight: bold !important;
        letter-spacing: 0;
        border-width: 1px;
        border-style: solid;
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        min-width: 30px;
        padding: 5px 15px;
        text-align: center;
        white-space: nowrap;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        margin-bottom: 15px;
    }

        .menu:hover {
            /*background-color: #f39d20;*/
            background-color: #eaeaea;
            background-image: none;
            color: #292F33 !important;
            text-decoration: none;
        }

    .CorpoBody {
        display: inline-block;
        text-align: left;
        width: 100%;
        max-width: 900px;
        border: none;
        margin: 0px;
        border-radius:0px;
    }

    .BorderMobile {
        padding-top: 0px !important;
        border-bottom:1px solid #ccc !important;
        padding-bottom:5px;
        margin-bottom:5px;
    }
}
