
@font-face {
    font-family: "AvenirLTStd-Book";
    src: url("/assets/font/AvenirLTStd-Book.otf");
}

@font-face {
    font-family: "Avenir";
    src: url("/assets/font/AvenirLTStd-Light.otf");
}

@font-face {
    font-family: "AvenirLTStd-Roman";
    src: url("/assets/font/AvenirLTStd-Roman.otf");
}

@font-face {
    font-family: "Chalkduster";
    /*src: url("/assets/font/Chalkduster.ttf");*/
    /*src: url("/assets/font/Chalkduster.ttf") format('truetype');*/
    src: url("/assets/font/Chalkduster.otf");
}



@font-face {
    font-family: "Montserrat";
    /*src: url("/assets/font/Chalkduster.ttf");*/
    src: url("/assets/font/Montserrat-Regular.ttf");
    /*src: url("/assets/font/Montserrat-Regular.ttf") format('truetype');*/
}


.hrCustom {
    color: #979797;
    width: 92%;
}

.formCheck {
    margin-left: 20px;
}

.formCheckLabel {
    font-size: 1.1rem;
    font-weight: normal;
    color: #033560;
}

.formLabel {
    display: block;
    font-size: 1.1rem;
    font-weight: normal;
    color: #033560;
    padding: 0px 0px 0px 17px;
}

.formInput {
    width: 100%;
    height: 50px;
    padding: 10px 17px 10px 17px;
    font-size: 0.9rem;
    font-weight: normal;
    font-style: oblique;
    color: #4A4A4A;
    border: 1px solid #033560;
    border-radius: 26px;
    background-color: transparent;

    /*box-shadow:1px 1px 2px #C0C0C0 inset;*/
}

.formInput:focus {
    outline: none;
}

.formTextArea {

    width: 100%;
    /*height: 40px;*/
    padding: 10px 17px 10px 17px;

    font-size: 0.9rem;
    font-weight: normal;
    font-style: oblique;
    color: #4A4A4A;

    border: 1px solid #033560;
    border-radius: 26px;

    background-color: transparent;

    /*box-shadow:1px 1px 2px #C0C0C0 inset;*/
}

.formTextArea:focus {
    outline: none;
}


.formCartInput {

    width: 100%;
    height: 50px;
    padding: 10px 17px 10px 17px;

    font-size: 0.9rem;
    font-weight: normal;
    font-style: oblique;
    color: #4A4A4A;

    border: 1px solid #979797;
    border-radius: 26px;

    background-color: transparent;

    /*box-shadow:1px 1px 2px #C0C0C0 inset;*/
}

.formCartInput:focus {
    outline: none;
}

.formSearchInput {

    width: 100%;
    height: 50px;
    padding: 10px 17px 10px 17px;

    font-size: 0.9rem;
    font-weight: normal;
    font-style: oblique;
    color: #4A4A4A;

    border: 1px solid #979797;
    border-radius: 26px;

    background-color: #ada4a4b8;

    /*box-shadow:1px 1px 2px #C0C0C0 inset;*/
}

.formSearchInput:focus {
    outline: none;
}

.formCommentTextArea {

    width: 100%;
    /*height: 40px;*/
    padding: 10px 17px 10px 17px;

    font-size: 0.9rem;
    font-weight: normal;
    font-style: oblique;
    color: #4A4A4A;

    border: 1px solid #979797;

    background-color: transparent;

    /*box-shadow:1px 1px 2px #C0C0C0 inset;*/
}

.formCommentTextArea:focus {
    outline: none;
}

.foot-page-title {
    display: block;
    text-align: center;
}

.foot-page-title-in {
    display: inline-block;

    margin-top:70px;

    font-weight: bold;
    font-size: 1.4rem;
    color: #033560;
    text-align: center;

    border-bottom: solid 6px #F47923;
}

.foot-page-content {
    font-weight: bold;
    font-size: 0.9rem;
    color: #033560;
}

.btn-custom {
    cursor:pointer;
    display: inline-block;
    /*font-weight: 400;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /*padding: 0.375rem 0.75rem;*/
    /*font-size: 1rem;*/
    line-height: 1.5;
    /*border-radius: 0.25rem;*/
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-custom:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.btn-menu-dark {
    color: #ffffff;
    background-color:#232323;
    border-color: #232323;
    border-radius: 28px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    height: 53px;
    width: 232px;
}

.btn-menu-dark:hover {
    color: #ffffff;
    background-color: #191919;
    border-color: #191919;
}

.btn-menu-dark:focus, .btn-menu-dark.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-menu-dark.disabled, .btn-menu-dark:disabled {
    color: #ffffff;
    background-color: #033560;
    border-color: #033560;
}

.btn-menu-dark:not(:disabled):not(.disabled):active, .btn-menu-dark:not(:disabled):not(.disabled).active,
.show > .btn-menu-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #034a77;
    border-color: #034a77;
}

.btn-menu-dark:not(:disabled):not(.disabled):active:focus, .btn-menu-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-menu-dark.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}


.btn-menu-light {
    color: #033560;
    background-color: #eff1f4;
    border-color: #eff1f4;
    border-radius: 28px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    height: 53px;
    width: 232px;
}

.btn-menu-light:hover {
    color: #033560;
    background-color: #DCDEE1;
    border-color: #DCDEE1;
}

.btn-menu-light:focus, .btn-menu-light.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-menu-light.disabled, .btn-menu-light:disabled {
    color: #033560;
    background-color: #DCDEE1;
    border-color: #DCDEE1;
}

.btn-menu-light:not(:disabled):not(.disabled):active, .btn-menu-light:not(:disabled):not(.disabled).active,
.show > .btn-menu-light.dropdown-toggle {
    color: #033560;
    background-color: #eff1f4;
    border-color: #eff1f4;
}

.btn-menu-light:not(:disabled):not(.disabled):active:focus, .btn-menu-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-menu-light.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-homecmd {
    color: #ffffff;
    background-color: #f47923;
    border-color: #f47923;

    border-radius: 28px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    /*height: 56px;*/
    width: 232px;
    padding: 19px 40px 19px 40px;
}

.btn-homecmd:hover {
    color: #ffffff;
    background-color: #DA6D23;
    border-color: #DA6D23;
}

.btn-homecmd:focus, .btn-homecmd.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-homecmd.disabled, .btn-homecmd:disabled {
    color: #ffffff;
    background-color: #DA6D23;
    border-color: #DA6D23;
}

.btn-homecmd:not(:disabled):not(.disabled):active, .btn-homecmd:not(:disabled):not(.disabled).active,
.show > .btn-homecmd.dropdown-toggle {
    color: #ffffff;
    background-color: #f47923;
    border-color: #f47923;
}

.btn-homecmd:not(:disabled):not(.disabled):active:focus, .btn-homecmd:not(:disabled):not(.disabled).active:focus,
.show > .btn-homecmd.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-homeexplain {
    color: #ffffff;
    background-color: #033560;
    border-color: #033560;

    border-radius: 28px;
    font-weight: bold;
    font-size: 1.1rem;
    /*text-transform: uppercase;*/
    /*height: 56px;*/
    /*width: 232px;*/
    padding: 19px 40px 19px 40px;
}

.btn-homeexplain:hover {
    color: #ffffff;
    background-color: #03274F;
    border-color: #03274F;
}

.btn-homeexplain:focus, .btn-homeexplain.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-homeexplain.disabled, .btn-homeexplain:disabled {
    color: #ffffff;
    background-color: #03274F;
    border-color: #03274F;
}

.btn-homeexplain:not(:disabled):not(.disabled):active, .btn-homeexplain:not(:disabled):not(.disabled).active,
.show > .btn-homeexplain.dropdown-toggle {
    color: #ffffff;
    background-color: #033560;
    border-color: #033560;
}

.btn-homeexplain:not(:disabled):not(.disabled):active:focus, .btn-homeexplain:not(:disabled):not(.disabled).active:focus,
.show > .btn-homeexplain.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}



.btn-homepreview {
    color: #ffffff;
    background-color: #02578e;
    border-color: #02578e;

    border-radius: 28px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    /*height: 56px;*/
    /*width: 232px;*/
    padding: 19px 40px 19px 40px;
}

.btn-homepreview:hover {
    color: #ffffff;
    background-color: #02477D;
    border-color: #02477D;
}

.btn-homepreview:focus, .btn-homepreview.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-homepreview.disabled, .btn-homepreview:disabled {
    color: #ffffff;
    background-color: #02477D;
    border-color: #02477D;
}

.btn-homepreview:not(:disabled):not(.disabled):active, .btn-homepreview:not(:disabled):not(.disabled).active,
.show > .btn-homepreview.dropdown-toggle {
    color: #ffffff;
    background-color: #02578e;
    border-color: #02578e;
}

.btn-homepreview:not(:disabled):not(.disabled):active:focus, .btn-homepreview:not(:disabled):not(.disabled).active:focus,
.show > .btn-homepreview.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}




.btn-shareorange {
    color: #ffffff;
    background-color: #f47923;
    border-color: #f47923;

    border-radius: 28px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    /*height: 56px;*/
    min-width: 180px;
    padding: 15px 24px 17px 29px;
}

.btn-shareorange:hover {
    color: #ffffff;
    background-color: #DA6D23;
    border-color: #DA6D23;
}

.btn-shareorange:focus, .btn-shareorange.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-shareorange.disabled, .btn-shareorange:disabled {
    color: #ffffff;
    background-color: #DA6D23;
    border-color: #DA6D23;
}

.btn-shareorange:not(:disabled):not(.disabled):active, .btn-shareorange:not(:disabled):not(.disabled).active,
.show > .btn-shareorange.dropdown-toggle {
    color: #ffffff;
    background-color: #f47923;
    border-color: #f47923;
}

.btn-shareorange:not(:disabled):not(.disabled):active:focus, .btn-shareorange:not(:disabled):not(.disabled).active:focus,
.show > .btn-shareorange.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}


.btn-shareblue {
    color: #ffffff;
    background-color: #0b93d5;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    /*height: 56px;*/
    min-width: 180px;
    padding: auto;
}

.btn-shareblue:hover {
    color: #ffffff;
    background-color: #02477D;
    border-color: #02477D;
}

.btn-shareblue:focus, .btn-shareblue.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-shareblue.disabled, .btn-shareblue:disabled {
    color: #ffffff;
    background-color: #02477D;
    border-color: #02477D;
}

.btn-shareblue:not(:disabled):not(.disabled):active, .btn-shareblue:not(:disabled):not(.disabled).active,
.show > .btn-shareblue.dropdown-toggle {
    color: #ffffff;
    background-color: #02578e;
    border-color: #02578e;
}

.btn-shareblue:not(:disabled):not(.disabled):active:focus, .btn-shareblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-shareblue.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}



.btn-shareblack {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;

    border-radius: 28px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    /*height: 56px;*/
    min-width: 180px;
    padding: 15px 24px 17px 29px;
}

.btn-shareblack:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}

.btn-shareblack:focus, .btn-shareblack.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-shareblack.disabled, .btn-shareblack:disabled {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}

.btn-shareblack:not(:disabled):not(.disabled):active, .btn-shareblack:not(:disabled):not(.disabled).active,
.show > .btn-shareblack.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-shareblack:not(:disabled):not(.disabled):active:focus, .btn-shareblack:not(:disabled):not(.disabled).active:focus,
.show > .btn-shareblack.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}



.btn-search {
    color: #ffffff;
    background-color: #ada4a4b8;
    border-color: #979797;


    border-radius: 26px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;

    width: 100%;
    height: 50px;
    min-width: 80px;
    padding: 10px 17px 10px 17px;
}

.btn-search:hover {
    color: #ffffff;
    background-color: #02477D;
    border-color: #02477D;
}

.btn-search:focus, .btn-search.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-search.disabled, .btn-search:disabled {
    color: #ffffff;
    background-color: #02477D;
    border-color: #02477D;
}

.btn-search:not(:disabled):not(.disabled):active, .btn-search:not(:disabled):not(.disabled).active,
.show > .btn-search.dropdown-toggle {
    color: #ffffff;
    background-color: #979797;
    border-color: #979797;
}

.btn-search:not(:disabled):not(.disabled):active:focus, .btn-search:not(:disabled):not(.disabled).active:focus,
.show > .btn-search.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}