﻿@font-face {
    font-family: "GT Sectra";
    src: local("GT Sectra Book"), url("./css/fonts/AMNH/GT-Sectra-Book.eot") format("embedded-opentype"), url("./css/fonts/AMNH/GT-Sectra-Book.woff") format("woff"), url("/fonts/AMNH/GT-Sectra-Book.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "GT Sectra";
    src: local("GT Sectra Book Italic"), url("./css/fonts/AMNH/GT-Sectra-Book-Italic.eot") format("embedded-opentype"), url("./css/fonts/AMNH/GT-Sectra-Book-Italic.woff") format("woff"), url("./css/fonts/AMNH/GT-Sectra-Book-Italic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: "GT Sectra";
    src: local("GT Sectra Regular"), url("./css/fonts/AMNH/GT-Sectra-Regular.eot") format("embedded-opentype"), url("./css/fonts/AMNH/GT-Sectra-Regular.woff") format("woff"), url("./css/fonts/AMNH/GT-Sectra-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "GT Sectra";
    src: local("GT Sectra Regular Italic"), url("./css/fonts/AMNH/GT-Sectra-Regular-Italic.eot") format("embedded-opentype"), url("./css/fonts/AMNH/GT-Sectra-Regular-Italic.woff") format("woff"), url("./css/fonts/AMNH/GT-Sectra-Regular-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "GT Sectra";
    src: local("GT Sectra Medium"), url("./css/fonts/AMNH/GT-Sectra-Medium.eot") format("embedded-opentype"), url("./css/fonts/AMNH/GT-Sectra-Medium.woff") format("woff"), url("./css/fonts/AMNH/GT-Sectra-Medium.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "GT Sectra";
    src: local("GT Sectra Medium Italic"), url("./css/fonts/AMNH/GT-Sectra-Medium-Italic.eot") format("embedded-opentype"), url("./css/fonts/AMNH/GT-Sectra-Medium-Italic.woff") format("woff"), url("./css/fonts/AMNH/GT-Sectra-Medium-Italic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: "sofia-pro";
    src: url("./css/fonts/AMNH/sofiapro-semiboldit-webfont.woff2") format("woff2"), url("./css/fonts/AMNH/sofiapro-semiboldit-webfont.woff") format("woff");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: "sofia-pro";
    src: url("./css/fonts/AMNH/sofiapro-semibold-webfont.woff2") format("woff2"), url("./css/fonts/AMNH/sofiapro-semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "sofia-pro";
    src: url("./css/fonts/AMNH/sofiapro-mediumit-webfont.woff2") format("woff2"), url("./css/fonts/AMNH/sofiapro-mediumit-webfont.woff") format("woff");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: "sofia-pro";
    src: url("./css/fonts/AMNH/sofiapro-medium-webfont.woff2") format("woff2"), url("./css/fonts/AMNH/sofiapro-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "sofia-pro";
    src: url("./css/fonts/AMNH/sofiapro-regularit-webfont.woff2") format("woff2"), url("./css/fonts/AMNH/sofiapro-regularit-webfont.woff") format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "sofia-pro";
    src: url("./css/fonts/AMNH/sofiapro-regular-webfont.woff2") format("woff2"), url("./css/fonts/AMNH/sofiapro-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "sofia-pro";
    src: url("./css/fonts/AMNH/sofiapro-lightit-webfont.woff2") format("woff2"), url("./css/fonts/AMNH/sofiapro-lightit-webfont.woff") format("woff");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: "sofia-pro";
    src: url("./css/fonts/AMNH/sofiapro-light-webfont.woff2") format("woff2"), url("./css/fonts/AMNH/sofiapro-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

body {
    margin: 0;
    color: #212529;
    background-color: #fff
}

.navbar-header {
    background-color: #000 !important;
}

.navbar-header-kiosk {
    background-color: #000 !important;
}

a {
    color: #078071 !important;
    text-decoration: none !important
}

    a:hover {
        color: #078071 !important;
        text-decoration: underline !important;
    }

.ticket-type {
    border-color: #343a40 !important;
    border: 1px solid #343a40 !important;
}

.btn-success,
.btn-success:focus,
.btn-primary,
.btn-primary:focus {
    font-weight: normal !important;
    color: #fff;
    background-color: #004BB4;
    white-space: nowrap;
    outline: 0px solid #004BB4 !important;
    border: none !important;
}

.btn-lime,
.btn-lime:focus
 {
    font-weight: normal !important;
    color: #000;
    background-color: #d7fa88;
    white-space: nowrap;
    outline: 0px solid #d7fa88 !important;
    border: none !important;
}


    .btn-primary:hover,
    .btn-success:hover {
        background-color: #0F6ED2;
        transition: all 0.4s ease 0s;
        text-decoration: none !important;
        color: #fff;
        border-bottom-color: transparent
    }

.btn {
    outline: 0px !important;
}
/*.btn span {
        font-size: 1.6rem;
    }*/
.btn-default {
    color: #000000 !important;
}

.btn[disabled] {
    background-color: #b3b3b3!important;
}

.btn-link, .btn-link:hover, .btn-link:focus {
    color: #078071 !important;
    text-decoration: none !important;
    text-decoration-line: none !important;
}
.btn-link-black {
    color: #000 !important;
    text-decoration: none !important
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

label.selected {
    color: #ffffff !important;
}

.btn-dark-border, .btn-dark-border:hover, .btn-dark-border:focus {
    /*border-color: #424243;*/
}

.btn-dark, .btn-dark:hover {
    font-weight: normal !important;
    text-align: left;
    background-color: #D7FA88;
    /*text-transform: uppercase;*/
    /*border: 2px solid #ffffff;*/
    /*outline: 2px #686869 solid;*/
    text-decoration: none;
    color: #000000;
    font-style: normal !important;
}

cart-upsell .hightlight {
    background-color: #f7f7f7;
    /*box-shadow: inset 6px 0px 2px -4px rgba(0,0,0,0.4);*/
    text-transform: none !important;
    position: relative;
}

.radio-dark[type="radio"]:checked {
    background-color: #D7FA88;
}

.btn {
    font-family: "sofia-pro","Helvetica","Arial",sans-serif;
    font-style: normal;
    font-weight: 600;
    padding-top: 1.7rem;
    padding-bottom: 2rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    display: inline-block;
    /*color: #fff;*/
    font-size: 1.6rem;
    text-transform: none;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    text-align: center !important;
}

/*.btn:after {
        content: "\00a0 \00a0\f101";
        font-family: FontAwesome;
    }*/

.btn-upsell.btn-default,
.btn-upsell.btn-success {
    background-color: #D7FA88;
    color: #000000;
}

.sofia {
    font-family: "sofia-pro","Helvetica","Arial",sans-serif !important
}

label {
    font-family: "sofia-pro", "Helvetica", "Arial", sans-serif !important;
    margin-bottom: 0.6rem;
}

.border-bottom-black {
    border-bottom: 1px solid #000000;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #fff;
    background-color: #746942;
    text-align: center;
    outline: 2px solid #746942;
    border: 2px solid #fff;
}

.button:focus, .submenu-featured-item:focus {
    outline-offset: 5px;
}

a:focus, button:focus, [role=button]:focus, .a11y-focus:focus {
    transition: none !important;
    outline: 1px dotted #B3B3B3 !important;
    outline-offset: 3px;
}

a:hover, button:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GT Sectra', 'Georgia', 'Times', serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.2px !important;
    margin: 0 0 10px 0 !important;
}

.spinner {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    height: 60px !important;
    width: 60px !important;
    margin-left: -30px !important;
    margin-top: -30px !important;
    -webkit-animation: rotation .6s infinite linear !important;
    -moz-animation: rotation .6s infinite linear !important;
    -o-animation: rotation .6s infinite linear !important;
    animation: rotation .6s infinite linear !important;
    border-left: 6px solid rgba(230,125,23,.15) !important;
    border-right: 6px solid rgba(230,125,23,.15) !important;
    border-bottom: 6px solid rgba(230,125,23,.15) !important;
    border-top: 6px solid #004BB4 !important;
    border-radius: 100%;
}

.datepicker-date.btn-primary {
    color: #ffffff !important;
}


fieldset {
    border: 1px solid #000000;
}

input {
}

.ticket-hdr-price {
    font-family: "sofia-pro","Helvetica","Arial",sans-serif !important;
    padding-left: 0px !important;
}

.text-link {
    color: #078071;
}
/*.hide-focus:hover {
    -ms-opacity: 1;
    opacity: 1;
}*/

.btn:hover {
    /*padding-right: 1px;*/
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.effect {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

    /* effect-1 styles */
    .effect.effect-1 {
        -webkit-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        /* This section calls the slideInFromLeft animation we defined above */
        animation: 1s ease-out 0s 1 slideInFromLeft;
        /*background: #333;
    padding: 30px;*/
    }

        .effect.effect-1:hover:before {
            opacity: 1;
            text-indent: 0px;
        }


    .effect:hover .icon-hide-hover {
        opacity: 0;
        /*margin-right: -15px;*/
        transition: opacity .30s ease-in-out;
        animation: 1s animateArrows;
    }

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes animateArrows {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(120%);
    }
}
/*[type="text"] */
input[type="text"],
input[type="select"],
input[type="password"] {
    background-color: #fff;
    /*border: 0px !important;
    border-bottom: solid 1px #000!important;*/
    letter-spacing: 0.01rem !important;
    line-height: 1 !important;
    position: relative !important;
    background: #ffffff;
    border: 1px solid #B3B3B3 !important;
    border-top-width: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    transition: all 0.15s ease-in-out !important;
    transition-property: border-color !important;
    /*-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);*/
}

.form-control {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-family: "sofia-pro","Helvetica","Arial",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.9rem;
    line-height: 1.5;
    letter-spacing: 0.01rem;
    line-height: 1;
    position: relative;
    background: #ffffff;
    border: 1px solid #B3B3B3;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    transition: all 0.15s ease-in-out;
    transition-property: border-color;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.0)!important;
}


button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

.fade {
    transition: opacity 0.15s linear
}

fieldset {
    border-bottom: dotted 1px teal;
}

.icon-account.icon-account.amnh-icon:after {
    background-image:url(images/icons/account_black.svg)
}
label.time.selected {
    color: #fff !important;
}

.iconx-times-black {
    /*min-height: 32px !important;
    min-width: 32px !important;
    width: 62px;
    height: auto;*/
    /*content: "\e63d";*/
    background-image: url('../Content/images/icons/times.png');
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #000;
    padding-left: 22px;
    padding-right: 22px;
}
.text-teal {
    color: #078071 !important;
}

.explorer-button {
    padding-top: 1.2rem !important;
    color: #16042B !important;
}
.explorer-button[disabled] {
    background-color: #FFB103 !important;
    opacity: 0.65 !important;
}
.explorer.btn-link,
.explorer-btn-link {
    color: #0F6ED2 !important;
}
.explorer-form-control {
    border-radius: 3px !important;
    padding: 7px 12px !important;
    height: auto !important;
    border: 1px solid #CCCCCC !important;
    font-family: "GothamNarrow-Medium"!important
}
.explorer-body label,
.explorer-body input[type="text"],
.explorer-body input[type="select"],
.explorer-body input[type="password"],
.explorer-body input[type="email"],
.explorer-body input[type="number"],
.explorer-body input[type="search"],
.explorer-body select {
    font-family: "GothamNarrow-Medium" !important
}

.explorer-form-control input[type="text"],
.explorer-form-control input[type="select"],
.explorer-form-control input[type="password"]{
    background-color: #fff;
    letter-spacing: 0.01rem !important;
    line-height: 1 !important;
    position: relative !important;
    background: #fff;
    font-size: 14px !important;
    border-radius: 3px !important;
    padding: 7px 12px !important;
    height: auto !important;
    border: 1px solid #CCCCCC !important;
    font-family: "GothamNarrow-Medium" !important
    /* -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0); */
}
