  ::-webkit-scrollbar-track
{
	    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);
    border-radius: 10px;
    background-color: #f5f5f578;
}

::-webkit-scrollbar
{
	width: 12px;
    height: 7px !important;
	background-color: #ffffff1c;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);
    background-color: #f6871f82;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
}
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
    display: none;
}
.intl-tel-input .v-hide {
    visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="tel"],
.intl-tel-input input[type="text"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.intl-tel-input .selected-flag .iti-arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px;
}
@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
    }
}
.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
    padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
    color: #999;
}
.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
    vertical-align: middle;
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
    margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="tel"],
.intl-tel-input.separate-dial-code input[type="text"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
    background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    margin-left: 6px;
}
.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}
.intl-tel-input.iti-container:hover {
    cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px;
    line-height: 1.5em;
}
.iti-flag {
    width: 20px;
}
.iti-flag.be {
    width: 18px;
}
.iti-flag.ch {
    width: 15px;
}
.iti-flag.mc {
    width: 19px;
}
.iti-flag.ne {
    width: 18px;
}
.iti-flag.np {
    width: 13px;
}
.iti-flag.va {
    width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
        background-size: 5652px 15px;
    }
}
.iti-flag.ac {
    height: 10px;
    background-position: 0 0;
}
.iti-flag.ad {
    height: 14px;
    background-position: -22px 0;
}
.iti-flag.ae {
    height: 10px;
    background-position: -44px 0;
}
.iti-flag.af {
    height: 14px;
    background-position: -66px 0;
}
.iti-flag.ag {
    height: 14px;
    background-position: -88px 0;
}
.iti-flag.ai {
    height: 10px;
    background-position: -110px 0;
}
.iti-flag.al {
    height: 15px;
    background-position: -132px 0;
}
.iti-flag.am {
    height: 10px;
    background-position: -154px 0;
}
.iti-flag.ao {
    height: 14px;
    background-position: -176px 0;
}
.iti-flag.aq {
    height: 14px;
    background-position: -198px 0;
}
.iti-flag.ar {
    height: 13px;
    background-position: -220px 0;
}
.iti-flag.as {
    height: 10px;
    background-position: -242px 0;
}
.iti-flag.at {
    height: 14px;
    background-position: -264px 0;
}
.iti-flag.au {
    height: 10px;
    background-position: -286px 0;
}
.iti-flag.aw {
    height: 14px;
    background-position: -308px 0;
}
.iti-flag.ax {
    height: 13px;
    background-position: -330px 0;
}
.iti-flag.az {
    height: 10px;
    background-position: -352px 0;
}
.iti-flag.ba {
    height: 10px;
    background-position: -374px 0;
}
.iti-flag.bb {
    height: 14px;
    background-position: -396px 0;
}
.iti-flag.bd {
    height: 12px;
    background-position: -418px 0;
}
.iti-flag.be {
    height: 15px;
    background-position: -440px 0;
}
.iti-flag.bf {
    height: 14px;
    background-position: -460px 0;
}
.iti-flag.bg {
    height: 12px;
    background-position: -482px 0;
}
.iti-flag.bh {
    height: 12px;
    background-position: -504px 0;
}
.iti-flag.bi {
    height: 12px;
    background-position: -526px 0;
}
.iti-flag.bj {
    height: 14px;
    background-position: -548px 0;
}
.iti-flag.bl {
    height: 14px;
    background-position: -570px 0;
}
.iti-flag.bm {
    height: 10px;
    background-position: -592px 0;
}
.iti-flag.bn {
    height: 10px;
    background-position: -614px 0;
}
.iti-flag.bo {
    height: 14px;
    background-position: -636px 0;
}
.iti-flag.bq {
    height: 14px;
    background-position: -658px 0;
}
.iti-flag.br {
    height: 14px;
    background-position: -680px 0;
}
.iti-flag.bs {
    height: 10px;
    background-position: -702px 0;
}
.iti-flag.bt {
    height: 14px;
    background-position: -724px 0;
}
.iti-flag.bv {
    height: 15px;
    background-position: -746px 0;
}
.iti-flag.bw {
    height: 14px;
    background-position: -768px 0;
}
.iti-flag.by {
    height: 10px;
    background-position: -790px 0;
}
.iti-flag.bz {
    height: 14px;
    background-position: -812px 0;
}
.iti-flag.ca {
    height: 10px;
    background-position: -834px 0;
}
.iti-flag.cc {
    height: 10px;
    background-position: -856px 0;
}
.iti-flag.cd {
    height: 15px;
    background-position: -878px 0;
}
.iti-flag.cf {
    height: 14px;
    background-position: -900px 0;
}
.iti-flag.cg {
    height: 14px;
    background-position: -922px 0;
}
.iti-flag.ch {
    height: 15px;
    background-position: -944px 0;
}
.iti-flag.ci {
    height: 14px;
    background-position: -961px 0;
}
.iti-flag.ck {
    height: 10px;
    background-position: -983px 0;
}
.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0;
}
.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0;
}
.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0;
}
.iti-flag.co {
    height: 14px;
    background-position: -1071px 0;
}
.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0;
}
.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0;
}
.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0;
}
.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0;
}
.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0;
}
.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0;
}
.iti-flag.cy {
    height: 14px;
    background-position: -1225px 0;
}
.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0;
}
.iti-flag.de {
    height: 12px;
    background-position: -1269px 0;
}
.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0;
}
.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0;
}
.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0;
}
.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0;
}
.iti-flag.do {
    height: 14px;
    background-position: -1379px 0;
}
.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0;
}
.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0;
}
.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0;
}
.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0;
}
.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0;
}
.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0;
}
.iti-flag.er {
    height: 10px;
    background-position: -1533px 0;
}
.iti-flag.es {
    height: 14px;
    background-position: -1555px 0;
}
.iti-flag.et {
    height: 10px;
    background-position: -1577px 0;
}
.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0;
}
.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0;
}
.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0;
}
.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0;
}
.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0;
}
.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0;
}
.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0;
}
.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0;
}
.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0;
}
.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0;
}
.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0;
}
.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0;
}
.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0;
}
.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0;
}
.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0;
}
.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0;
}
.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0;
}
.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0;
}
.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0;
}
.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0;
}
.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0;
}
.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0;
}
.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0;
}
.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0;
}
.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0;
}
.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0;
}
.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0;
}
.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0;
}
.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0;
}
.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0;
}
.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0;
}
.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0;
}
.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0;
}
.iti-flag.id {
    height: 14px;
    background-position: -2325px 0;
}
.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0;
}
.iti-flag.il {
    height: 15px;
    background-position: -2369px 0;
}
.iti-flag.im {
    height: 10px;
    background-position: -2391px 0;
}
.iti-flag.in {
    height: 14px;
    background-position: -2413px 0;
}
.iti-flag.io {
    height: 10px;
    background-position: -2435px 0;
}
.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0;
}
.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0;
}
.iti-flag.is {
    height: 15px;
    background-position: -2501px 0;
}
.iti-flag.it {
    height: 14px;
    background-position: -2523px 0;
}
.iti-flag.je {
    height: 12px;
    background-position: -2545px 0;
}
.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0;
}
.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0;
}
.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0;
}
.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0;
}
.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0;
}
.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0;
}
.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0;
}
.iti-flag.km {
    height: 12px;
    background-position: -2721px 0;
}
.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0;
}
.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0;
}
.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0;
}
.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0;
}
.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0;
}
.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0;
}
.iti-flag.la {
    height: 14px;
    background-position: -2875px 0;
}
.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0;
}
.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0;
}
.iti-flag.li {
    height: 12px;
    background-position: -2941px 0;
}
.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0;
}
.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0;
}
.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0;
}
.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0;
}
.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0;
}
.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0;
}
.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0;
}
.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0;
}
.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0;
}
.iti-flag.md {
    height: 10px;
    background-position: -3160px 0;
}
.iti-flag.me {
    height: 10px;
    background-position: -3182px 0;
}
.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0;
}
.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0;
}
.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0;
}
.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0;
}
.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0;
}
.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0;
}
.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0;
}
.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0;
}
.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0;
}
.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0;
}
.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0;
}
.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0;
}
.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0;
}
.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0;
}
.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0;
}
.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0;
}
.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0;
}
.iti-flag.my {
    height: 10px;
    background-position: -3578px 0;
}
.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0;
}
.iti-flag.na {
    height: 14px;
    background-position: -3622px 0;
}
.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0;
}
.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0;
}
.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0;
}
.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0;
}
.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0;
}
.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0;
}
.iti-flag.no {
    height: 15px;
    background-position: -3774px 0;
}
.iti-flag.np {
    height: 15px;
    background-position: -3796px 0;
}
.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0;
}
.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0;
}
.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0;
}
.iti-flag.om {
    height: 10px;
    background-position: -3877px 0;
}
.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0;
}
.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0;
}
.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0;
}
.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0;
}
.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0;
}
.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0;
}
.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0;
}
.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0;
}
.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0;
}
.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0;
}
.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0;
}
.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0;
}
.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0;
}
.iti-flag.py {
    height: 11px;
    background-position: -4185px 0;
}
.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0;
}
.iti-flag.re {
    height: 14px;
    background-position: -4229px 0;
}
.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0;
}
.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0;
}
.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0;
}
.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0;
}
.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0;
}
.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0;
}
.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0;
}
.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0;
}
.iti-flag.se {
    height: 13px;
    background-position: -4427px 0;
}
.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0;
}
.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0;
}
.iti-flag.si {
    height: 10px;
    background-position: -4493px 0;
}
.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0;
}
.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0;
}
.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0;
}
.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0;
}
.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0;
}
.iti-flag.so {
    height: 14px;
    background-position: -4625px 0;
}
.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0;
}
.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0;
}
.iti-flag.st {
    height: 10px;
    background-position: -4691px 0;
}
.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0;
}
.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0;
}
.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0;
}
.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0;
}
.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0;
}
.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0;
}
.iti-flag.td {
    height: 14px;
    background-position: -4845px 0;
}
.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0;
}
.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0;
}
.iti-flag.th {
    height: 14px;
    background-position: -4911px 0;
}
.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0;
}
.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0;
}
.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0;
}
.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0;
}
.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0;
}
.iti-flag.to {
    height: 10px;
    background-position: -5043px 0;
}
.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0;
}
.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0;
}
.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0;
}
.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0;
}
.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0;
}
.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0;
}
.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0;
}
.iti-flag.um {
    height: 11px;
    background-position: -5219px 0;
}
.iti-flag.un {
    height: 14px;
    background-position: -5241px 0;
}
.iti-flag.us {
    height: 11px;
    background-position: -5263px 0;
}
.iti-flag.uy {
    height: 14px;
    background-position: -5285px 0;
}
.iti-flag.uz {
    height: 10px;
    background-position: -5307px 0;
}
.iti-flag.va {
    height: 15px;
    background-position: -5329px 0;
}
.iti-flag.vc {
    height: 14px;
    background-position: -5346px 0;
}
.iti-flag.ve {
    height: 14px;
    background-position: -5368px 0;
}
.iti-flag.vg {
    height: 10px;
    background-position: -5390px 0;
}
.iti-flag.vi {
    height: 14px;
    background-position: -5412px 0;
}
.iti-flag.vn {
    height: 14px;
    background-position: -5434px 0;
}
.iti-flag.vu {
    height: 12px;
    background-position: -5456px 0;
}
.iti-flag.wf {
    height: 14px;
    background-position: -5478px 0;
}
.iti-flag.ws {
    height: 10px;
    background-position: -5500px 0;
}
.iti-flag.xk {
    height: 15px;
    background-position: -5522px 0;
}
.iti-flag.ye {
    height: 14px;
    background-position: -5544px 0;
}
.iti-flag.yt {
    height: 14px;
    background-position: -5566px 0;
}
.iti-flag.za {
    height: 14px;
    background-position: -5588px 0;
}
.iti-flag.zm {
    height: 14px;
    background-position: -5610px 0;
}
.iti-flag.zw {
    height: 10px;
    background-position: -5632px 0;
}
.iti-flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../images/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
        background-image: url(../images/flags%402x.png);
    }
}
.iti-flag.np {
    background-color: transparent;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: Glyphicons Halflings;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "*";
}
.glyphicon-plus:before {
    content: "+";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20AC";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270F";
}
.glyphicon-glass:before {
    content: "\E001";
}
.glyphicon-music:before {
    content: "\E002";
}
.glyphicon-search:before {
    content: "\E003";
}
.glyphicon-heart:before {
    content: "\E005";
}
.glyphicon-star:before {
    content: "\E006";
}
.glyphicon-star-empty:before {
    content: "\E007";
}
.glyphicon-user:before {
    content: "\E008";
}
.glyphicon-film:before {
    content: "\E009";
}
.glyphicon-th-large:before {
    content: "\E010";
}
.glyphicon-th:before {
    content: "\E011";
}
.glyphicon-th-list:before {
    content: "\E012";
}
.glyphicon-ok:before {
    content: "\E013";
}
.glyphicon-remove:before {
    content: "\E014";
}
.glyphicon-zoom-in:before {
    content: "\E015";
}
.glyphicon-zoom-out:before {
    content: "\E016";
}
.glyphicon-off:before {
    content: "\E017";
}
.glyphicon-signal:before {
    content: "\E018";
}
.glyphicon-cog:before {
    content: "\E019";
}
.glyphicon-trash:before {
    content: "\E020";
}
.glyphicon-home:before {
    content: "\E021";
}
.glyphicon-file:before {
    content: "\E022";
}
.glyphicon-time:before {
    content: "\E023";
}
.glyphicon-road:before {
    content: "\E024";
}
.glyphicon-download-alt:before {
    content: "\E025";
}
.glyphicon-download:before {
    content: "\E026";
}
.glyphicon-upload:before {
    content: "\E027";
}
.glyphicon-inbox:before {
    content: "\E028";
}
.glyphicon-play-circle:before {
    content: "\E029";
}
.glyphicon-repeat:before {
    content: "\E030";
}
.glyphicon-refresh:before {
    content: "\E031";
}
.glyphicon-list-alt:before {
    content: "\E032";
}
.glyphicon-lock:before {
    content: "\E033";
}
.glyphicon-flag:before {
    content: "\E034";
}
.glyphicon-headphones:before {
    content: "\E035";
}
.glyphicon-volume-off:before {
    content: "\E036";
}
.glyphicon-volume-down:before {
    content: "\E037";
}
.glyphicon-volume-up:before {
    content: "\E038";
}
.glyphicon-qrcode:before {
    content: "\E039";
}
.glyphicon-barcode:before {
    content: "\E040";
}
.glyphicon-tag:before {
    content: "\E041";
}
.glyphicon-tags:before {
    content: "\E042";
}
.glyphicon-book:before {
    content: "\E043";
}
.glyphicon-bookmark:before {
    content: "\E044";
}
.glyphicon-print:before {
    content: "\E045";
}
.glyphicon-camera:before {
    content: "\E046";
}
.glyphicon-font:before {
    content: "\E047";
}
.glyphicon-bold:before {
    content: "\E048";
}
.glyphicon-italic:before {
    content: "\E049";
}
.glyphicon-text-height:before {
    content: "\E050";
}
.glyphicon-text-width:before {
    content: "\E051";
}
.glyphicon-align-left:before {
    content: "\E052";
}
.glyphicon-align-center:before {
    content: "\E053";
}
.glyphicon-align-right:before {
    content: "\E054";
}
.glyphicon-align-justify:before {
    content: "\E055";
}
.glyphicon-list:before {
    content: "\E056";
}
.glyphicon-indent-left:before {
    content: "\E057";
}
.glyphicon-indent-right:before {
    content: "\E058";
}
.glyphicon-facetime-video:before {
    content: "\E059";
}
.glyphicon-picture:before {
    content: "\E060";
}
.glyphicon-map-marker:before {
    content: "\E062";
}
.glyphicon-adjust:before {
    content: "\E063";
}
.glyphicon-tint:before {
    content: "\E064";
}
.glyphicon-edit:before {
    content: "\E065";
}
.glyphicon-share:before {
    content: "\E066";
}
.glyphicon-check:before {
    content: "\E067";
}
.glyphicon-move:before {
    content: "\E068";
}
.glyphicon-step-backward:before {
    content: "\E069";
}
.glyphicon-fast-backward:before {
    content: "\E070";
}
.glyphicon-backward:before {
    content: "\E071";
}
.glyphicon-play:before {
    content: "\E072";
}
.glyphicon-pause:before {
    content: "\E073";
}
.glyphicon-stop:before {
    content: "\E074";
}
.glyphicon-forward:before {
    content: "\E075";
}
.glyphicon-fast-forward:before {
    content: "\E076";
}
.glyphicon-step-forward:before {
    content: "\E077";
}
.glyphicon-eject:before {
    content: "\E078";
}
.glyphicon-chevron-left:before {
    content: "\E079";
}
.glyphicon-chevron-right:before {
    content: "\E080";
}
.glyphicon-plus-sign:before {
    content: "\E081";
}
.glyphicon-minus-sign:before {
    content: "\E082";
}
.glyphicon-remove-sign:before {
    content: "\E083";
}
.glyphicon-ok-sign:before {
    content: "\E084";
}
.glyphicon-question-sign:before {
    content: "\E085";
}
.glyphicon-info-sign:before {
    content: "\E086";
}
.glyphicon-screenshot:before {
    content: "\E087";
}
.glyphicon-remove-circle:before {
    content: "\E088";
}
.glyphicon-ok-circle:before {
    content: "\E089";
}
.glyphicon-ban-circle:before {
    content: "\E090";
}
.glyphicon-arrow-left:before {
    content: "\E091";
}
.glyphicon-arrow-right:before {
    content: "\E092";
}
.glyphicon-arrow-up:before {
    content: "\E093";
}
.glyphicon-arrow-down:before {
    content: "\E094";
}
.glyphicon-share-alt:before {
    content: "\E095";
}
.glyphicon-resize-full:before {
    content: "\E096";
}
.glyphicon-resize-small:before {
    content: "\E097";
}
.glyphicon-exclamation-sign:before {
    content: "\E101";
}
.glyphicon-gift:before {
    content: "\E102";
}
.glyphicon-leaf:before {
    content: "\E103";
}
.glyphicon-fire:before {
    content: "\E104";
}
.glyphicon-eye-open:before {
    content: "\E105";
}
.glyphicon-eye-close:before {
    content: "\E106";
}
.glyphicon-warning-sign:before {
    content: "\E107";
}
.glyphicon-plane:before {
    content: "\E108";
}
.glyphicon-calendar:before {
    content: "\E109";
}
.glyphicon-random:before {
    content: "\E110";
}
.glyphicon-comment:before {
    content: "\E111";
}
.glyphicon-magnet:before {
    content: "\E112";
}
.glyphicon-chevron-up:before {
    content: "\E113";
}
.glyphicon-chevron-down:before {
    content: "\E114";
}
.glyphicon-retweet:before {
    content: "\E115";
}
.glyphicon-shopping-cart:before {
    content: "\E116";
}
.glyphicon-folder-close:before {
    content: "\E117";
}
.glyphicon-folder-open:before {
    content: "\E118";
}
.glyphicon-resize-vertical:before {
    content: "\E119";
}
.glyphicon-resize-horizontal:before {
    content: "\E120";
}
.glyphicon-hdd:before {
    content: "\E121";
}
.glyphicon-bullhorn:before {
    content: "\E122";
}
.glyphicon-bell:before {
    content: "\E123";
}
.glyphicon-certificate:before {
    content: "\E124";
}
.glyphicon-thumbs-up:before {
    content: "\E125";
}
.glyphicon-thumbs-down:before {
    content: "\E126";
}
.glyphicon-hand-right:before {
    content: "\E127";
}
.glyphicon-hand-left:before {
    content: "\E128";
}
.glyphicon-hand-up:before {
    content: "\E129";
}
.glyphicon-hand-down:before {
    content: "\E130";
}
.glyphicon-circle-arrow-right:before {
    content: "\E131";
}
.glyphicon-circle-arrow-left:before {
    content: "\E132";
}
.glyphicon-circle-arrow-up:before {
    content: "\E133";
}
.glyphicon-circle-arrow-down:before {
    content: "\E134";
}
.glyphicon-globe:before {
    content: "\E135";
}
.glyphicon-wrench:before {
    content: "\E136";
}
.glyphicon-tasks:before {
    content: "\E137";
}
.glyphicon-filter:before {
    content: "\E138";
}
.glyphicon-briefcase:before {
    content: "\E139";
}
.glyphicon-fullscreen:before {
    content: "\E140";
}
.glyphicon-dashboard:before {
    content: "\E141";
}
.glyphicon-paperclip:before {
    content: "\E142";
}
.glyphicon-heart-empty:before {
    content: "\E143";
}
.glyphicon-link:before {
    content: "\E144";
}
.glyphicon-phone:before {
    content: "\E145";
}
.glyphicon-pushpin:before {
    content: "\E146";
}
.glyphicon-usd:before {
    content: "\E148";
}
.glyphicon-gbp:before {
    content: "\E149";
}
.glyphicon-sort:before {
    content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\E152";
}
.glyphicon-sort-by-order:before {
    content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\E154";
}
.glyphicon-sort-by-attributes:before {
    content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\E156";
}
.glyphicon-unchecked:before {
    content: "\E157";
}
.glyphicon-expand:before {
    content: "\E158";
}
.glyphicon-collapse-down:before {
    content: "\E159";
}
.glyphicon-collapse-up:before {
    content: "\E160";
}
.glyphicon-log-in:before {
    content: "\E161";
}
.glyphicon-flash:before {
    content: "\E162";
}
.glyphicon-log-out:before {
    content: "\E163";
}
.glyphicon-new-window:before {
    content: "\E164";
}
.glyphicon-record:before {
    content: "\E165";
}
.glyphicon-save:before {
    content: "\E166";
}
.glyphicon-open:before {
    content: "\E167";
}
.glyphicon-saved:before {
    content: "\E168";
}
.glyphicon-import:before {
    content: "\E169";
}
.glyphicon-export:before {
    content: "\E170";
}
.glyphicon-send:before {
    content: "\E171";
}
.glyphicon-floppy-disk:before {
    content: "\E172";
}
.glyphicon-floppy-saved:before {
    content: "\E173";
}
.glyphicon-floppy-remove:before {
    content: "\E174";
}
.glyphicon-floppy-save:before {
    content: "\E175";
}
.glyphicon-floppy-open:before {
    content: "\E176";
}
.glyphicon-credit-card:before {
    content: "\E177";
}
.glyphicon-transfer:before {
    content: "\E178";
}
.glyphicon-cutlery:before {
    content: "\E179";
}
.glyphicon-header:before {
    content: "\E180";
}
.glyphicon-compressed:before {
    content: "\E181";
}
.glyphicon-earphone:before {
    content: "\E182";
}
.glyphicon-phone-alt:before {
    content: "\E183";
}
.glyphicon-tower:before {
    content: "\E184";
}
.glyphicon-stats:before {
    content: "\E185";
}
.glyphicon-sd-video:before {
    content: "\E186";
}
.glyphicon-hd-video:before {
    content: "\E187";
}
.glyphicon-subtitles:before {
    content: "\E188";
}
.glyphicon-sound-stereo:before {
    content: "\E189";
}
.glyphicon-sound-dolby:before {
    content: "\E190";
}
.glyphicon-sound-5-1:before {
    content: "\E191";
}
.glyphicon-sound-6-1:before {
    content: "\E192";
}
.glyphicon-sound-7-1:before {
    content: "\E193";
}
.glyphicon-copyright-mark:before {
    content: "\E194";
}
.glyphicon-registration-mark:before {
    content: "\E195";
}
.glyphicon-cloud-download:before {
    content: "\E197";
}
.glyphicon-cloud-upload:before {
    content: "\E198";
}
.glyphicon-tree-conifer:before {
    content: "\E199";
}
.glyphicon-tree-deciduous:before {
    content: "\E200";
}
.glyphicon-cd:before {
    content: "\E201";
}
.glyphicon-save-file:before {
    content: "\E202";
}
.glyphicon-open-file:before {
    content: "\E203";
}
.glyphicon-level-up:before {
    content: "\E204";
}
.glyphicon-copy:before {
    content: "\E205";
}
.glyphicon-paste:before {
    content: "\E206";
}
.glyphicon-alert:before {
    content: "\E209";
}
.glyphicon-equalizer:before {
    content: "\E210";
}
.glyphicon-king:before {
    content: "\E211";
}
.glyphicon-queen:before {
    content: "\E212";
}
.glyphicon-pawn:before {
    content: "\E213";
}
.glyphicon-bishop:before {
    content: "\E214";
}
.glyphicon-knight:before {
    content: "\E215";
}
.glyphicon-baby-formula:before {
    content: "\E216";
}
.glyphicon-tent:before {
    content: "\26FA";
}
.glyphicon-blackboard:before {
    content: "\E218";
}
.glyphicon-bed:before {
    content: "\E219";
}
.glyphicon-apple:before {
    content: "\F8FF";
}
.glyphicon-erase:before {
    content: "\E221";
}
.glyphicon-hourglass:before {
    content: "\231B";
}
.glyphicon-lamp:before {
    content: "\E223";
}
.glyphicon-duplicate:before {
    content: "\E224";
}
.glyphicon-piggy-bank:before {
    content: "\E225";
}
.glyphicon-scissors:before {
    content: "\E226";
}
.glyphicon-bitcoin:before {
    content: "\E227";
}
.glyphicon-btc:before {
    content: "\E227";
}
.glyphicon-xbt:before {
    content: "\E227";
}
.glyphicon-yen:before {
    content: "\A5";
}
.glyphicon-jpy:before {
    content: "\A5";
}
.glyphicon-ruble:before {
    content: "\20BD";
}
.glyphicon-rub:before {
    content: "\20BD";
}
.glyphicon-scale:before {
    content: "\E230";
}
.glyphicon-ice-lolly:before {
    content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\E232";
}
.glyphicon-education:before {
    content: "\E233";
}
.glyphicon-option-horizontal:before {
    content: "\E234";
}
.glyphicon-option-vertical:before {
    content: "\E235";
}
.glyphicon-menu-hamburger:before {
    content: "\E236";
}
.glyphicon-modal-window:before {
    content: "\E237";
}
.glyphicon-oil:before {
    content: "\E238";
}
.glyphicon-grain:before {
    content: "\E239";
}
.glyphicon-sunglasses:before {
    content: "\E240";
}
.glyphicon-text-size:before {
    content: "\E241";
}
.glyphicon-text-color:before {
    content: "\E242";
}
.glyphicon-text-background:before {
    content: "\E243";
}
.glyphicon-object-align-top:before {
    content: "\E244";
}
.glyphicon-object-align-bottom:before {
    content: "\E245";
}
.glyphicon-object-align-horizontal:before {
    content: "\E246";
}
.glyphicon-object-align-left:before {
    content: "\E247";
}
.glyphicon-object-align-vertical:before {
    content: "\E248";
}
.glyphicon-object-align-right:before {
    content: "\E249";
}
.glyphicon-triangle-right:before {
    content: "\E250";
}
.glyphicon-triangle-left:before {
    content: "\E251";
}
.glyphicon-triangle-bottom:before {
    content: "\E252";
}
.glyphicon-triangle-top:before {
    content: "\E253";
}
.glyphicon-console:before {
    content: "\E254";
}
.glyphicon-superscript:before {
    content: "\E255";
}
.glyphicon-subscript:before {
    content: "\E256";
}
.glyphicon-menu-left:before {
    content: "\E257";
}
.glyphicon-menu-right:before {
    content: "\E258";
}
.glyphicon-menu-down:before {
    content: "\E259";
}
.glyphicon-menu-up:before {
    content: "\E260";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 36px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.small,
small {
    font-size: 85%;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dd,
dt {
    line-height: 1.42857143;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014   \A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\A0   \2014";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.3%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.3%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.3%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.3%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.3%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.3%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.3%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.3%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.3%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.3%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.3%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.3%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.3%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.3%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}
caption,
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}


@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
    margin: 0;
}
fieldset,
legend {
    padding: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    padding-top: 7px;
}
.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
    line-height: 20px !important;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd #ddd transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container-fluid .navbar-brand,
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin: 8px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\A0";
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container-fluid .jumbotron,
.container .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container-fluid .jumbotron,
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, 0.15) 50%, hsla(0, 0%, 100%, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal,
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    left: 5px;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel,
.carousel-inner {
    position: relative;
}
.carousel-inner {
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: left 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out left;
    transition: left 0.6s ease-in-out;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}
@media (-webkit-transform-3d), (transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203A";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
@font-face {
    font-family: GothamBold;
    src: url(../fonts/GothamBold.woff2) format("woff2"), url(../fonts/GothamBold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: GothamBook;
    src: url(../fonts/Gotham-Book.woff2) format("woff2"), url(../fonts/Gotham-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: GothamLight;
    src: url(../fonts/Gotham-Light.woff2) format("woff2"), url(../fonts/Gotham-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: GothamMedium_1;
    src: url(../fonts/GothamMedium_1.woff2) format("woff2"), url(../fonts/GothamMedium_1.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: GothamMedium;
    src: url(../fonts/GothamMedium.woff2) format("woff2"), url(../fonts/GothamMedium.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: KnockoutBantamweight;
    src: url(../fonts/Knockout-HTF47-Bantamweight.woff2) format("woff2"), url(../fonts/Knockout-HTF47-Bantamweight.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: KnockoutLiteweight;
    src: url(../fonts/Knockout-HTF49-Liteweight.woff2) format("woff2"), url(../fonts/Knockout-HTF49-Liteweight.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: KnockoutCruiserweight;
    src: url(../fonts/Knockout-HTF52-Cruiserweight.woff2) format("woff2"), url(../fonts/Knockout-HTF52-Cruiserweight.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: KnockoutFullBantam;
    src: url(../fonts/Knockout-HTF67-FullBantamwt.woff2) format("woff2"), url(../fonts/Knockout-HTF67-FullBantamwt.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: KnockoutRegular;
    src: url(../fonts/KnockoutRegular.woff2) format("woff2"), url(../fonts/KnockoutRegular.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-aces-footer-logo:before {
    content: "\E909";
    color: #fff;
}
.icon-pinterest:before {
    content: "\E908";
    color: #fff;
}
.icon-instagram:before {
    content: "\E907";
    color: #fff;
}
.icon-prev:before {
    content: "\E905";
    color: #fff;
}
.icon-next:before {
    content: "\E906";
    color: #fff;
}
.icon-logo:before {
    content: "\E903";
    color: #fff;
}
.icon-arrow:before {
    content: "\E904";
    color: #fff;
}
.icon-linkedin:before {
    content: "\E900";
    color: #fff;
}
.icon-facebook:before {
    content: "\E901";
    color: #fff;
}
.icon-twitter:before {
    content: "\E902";
    color: #fff;
}
:root {
    font-size: 16px;
}
@media only screen and (max-width: 1300px) {
    :root {
        font-size: 14px;
    }
}
* {
    margin: 0;
    padding: 0;
}
body,
html {
    height: 100%;
    margin: 0;
}
body {
    margin: 0;
    font-family: KnockoutLiteweight, sans-serif;
    color: #363636;
    font-weight: 400;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .modal-open {
    margin-right: 0;
}
body.active {
    overflow: hidden;
}
.wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}
.wrapper .container {
    height: 100%;
}
.wrapper input,
.wrapper select,
.wrapper textarea {
    font-weight: 400;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: KnockoutLiteweight, sans-serif;
    color: #363636;
    font-size: 20px;
}
.wrapper select {
    cursor: pointer;
    padding: 9px 6px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    height: 36px;
    -moz-appearance: none;
    background: none;
    text-indent: 0.01px;
    text-overflow: "";
}
a {
    color: #363636;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}
ul {
    padding-left: 0;
}
ul li {
    line-height: 26px;
}
a:hover {
    text-decoration: underline;
}
img {
    border: 0;
}
input[type="submit"] {
    cursor: pointer;
}
input:focus,
textarea:focus {
    outline: none transparent;
}
select:focus {
    outline: none;
}
section {
    display: block;
}
.errors,
.success {
    background: #fff;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 0;
}
.errors {
    color: #f04f71;
}
.success {
    color: #51bf9b;
}
::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
.win-os ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .win-os ::-webkit-scrollbar {
        width: 4px;
    }
}
.win-os ::-webkit-scrollbar-track {
    background-color: #ccc;
}
.win-os ::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #b5840e;
}
@media only screen and (max-width: 768px) {
    .win-os ::-webkit-scrollbar-thumb {
        width: 4px;
    }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}
input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
input[type="submit"] {
    -webkit-appearance: none;
}
.ios-device * {
    background-attachment: scroll;
}
.wow {
    visibility: hidden;
}
@media only screen and (max-width: 1024px) {
    .wow {
        visibility: visible;
    }
}
.site-loader {
    display: none;
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    -webkit-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -moz-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -ms-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -o-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}
.site-loader.anim {
    width: 25%;
}
.logo-middle {
    display: none;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: calc(50% - 100px);
    width: 230px;
}
.logo-middle img {
    max-width: 100%;
    height: auto;
    display: block;
}
#gotoTop {
    position: fixed;
    right: 10px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    -webkit-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -moz-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -ms-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -o-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}
#gotoTop.active {
    opacity: 1;
    visibility: visible;
}
.ie-message,
.landscape-alert {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 9999;
    display: none;
    padding: 20% 10% 0;
    overflow: hidden;
}
.ie-message p,
.landscape-alert p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.ie-message span,
.landscape-alert span {
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px;
}
@media only screen and (max-device-width: 700px) and (orientation: landscape) {
    .landscape-alert {
        display: block;
    }
}
.ie11 .ie-message {
    display: block;
}
header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 11;
    height: 75px;
    background: #f7f7f7;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-image: url(../../../../../images/header-bg.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover !IMPORTANT;
}
header.top {
    top: -75px;
    position: fixed;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
}
header.sticky {
    top: 0 !important;
}
header .mobile-menu {
    cursor: pointer;
    float: left;
    height: 32px;
    width: 32px;
    display: none;
    -webkit-transition: left 0.6s ease;
    -moz-transition: left 0.6s ease;
    -ms-transition: left 0.6s ease;
    -o-transition: left 0.6s ease;
    transition: left 0.6s ease;
}
@media only screen and (max-width: 1024px) {
    header .mobile-menu {
        display: block;
    }
}
header .mobile-menu:hover .nav-icon,
header .mobile-menu:hover .nav-icon:after,
header .mobile-menu:hover .nav-icon:before {
    background: #5d5d5d;
}
header .mobile-menu.active:hover .nav-icon:after,
header .mobile-menu.active:hover .nav-icon:before {
    background: #5d5d5d;
}
header .mobile-menu.active .nav-icon {
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
    background: transparent;
}
header .mobile-menu.active .nav-icon:after,
header .mobile-menu.active .nav-icon:before {
    top: 0;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
header .mobile-menu.active .nav-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .mobile-menu.active .nav-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .nav-icon,
header .nav-icon:after,
header .nav-icon:before {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .nav-icon {
    position: relative;
}
header .nav-icon:after,
header .nav-icon:before {
    position: absolute;
    left: 0;
    content: "";
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
}
header .nav-icon:before {
    top: 10px;
}
header .nav-icon:after {
    top: -10px;
}
.mobile-nav {
    display: none;
    position: fixed;
    height: 100vh;
    right: 0;
    top: 75px;
    width: 50%;
    background: #fefefe;
    z-index: 5;
    box-shadow: 0 0 5px 0 #999;
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: transform 0.5s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -moz-transition: transform 0.5s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -ms-transition: transform 0.5s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -o-transition: transform 0.5s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    transition: transform 0.5s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}
.mobile-nav.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
@media only screen and (max-width: 1024px) {
    .mobile-nav {
        display: block;
    }
}
body * {
    /* cursor: none !important; */
}
body.edit-mode * {
    cursor: auto !important;
    pointer-events: auto !important;
}
body.edit-mode #magic-cursor {
    display: none !important;
    pointer-events: none !important;
}
#magic-cursor {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
    mix-blend-mode: exclusion;
}
@media only screen and (max-width: 1200px) {
    #magic-cursor {
        display: none;
    }
}
#ball {
    position: fixed;
    width: 30px;
    height: 30px;
    background-color: #d2d2d2;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    box-sizing: border-box;
}
#ball-drag-left {
    font-size: 40px;
    width: 8px;
    height: 16px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    left: -42px;
    color: #d2d2d2;
    opacity: 0;
    transform: translateY(0);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#ball-drag-left:before {
    color: #d2d2d2;
}
#ball-drag-right {
    font-size: 40px;
    width: 8px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    right: -32px;
    color: #d2d2d2;
    opacity: 0;
    transform: translateY(0);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#ball-drag-right:before {
    color: #d2d2d2;
}
#ball i {
    color: #fff;
    width: 76px;
    height: 80px;
    line-height: 78px;
    font-size: 12px;
    opacity: 1;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#ball i,
#ball p {
    text-align: center;
    display: block;
}
#ball p {
    width: 100%;
    height: 58px;
    font-size: 60px;
    line-height: 44px;
    padding-top: 50px;
    padding-left: 0;
    margin: 0;
    opacity: 0;
    color: #fff;
    text-transform: uppercase;
}
#ball h2 {
    color: #999;
    font-size: 60px;
    margin: -5px 0 0 20px;
}
#ball p.first {
    margin-top: 10px;
}
#circleWrap {
    height: 100vh;
    position: relative;
    z-index: 9;
}
#circleWrap svg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 50vh;
}
#circleWrap .item-block {
    display: flex;
    height: 100%;
    align-items: center;
}
#circleWrap .item-block .item {
    background-color: #ff0;
    width: 700px;
    height: 200px;
    margin: 20px;
}
img {
    max-width: 100%;
    height: auto;
}
.carousel-wrapper {
    position: relative;
    width: 100vw;
    height: 120vh;
    background: #B27536;
}
@media only screen and (max-height: 1100px) {
    .carousel-wrapper {
        height: 130vh;
    }
}
@media only screen and (max-height: 850px) {
    .carousel-wrapper {
        height: 100vh;
    }
}
@media only screen and (max-width: 1200px) {
    .carousel-wrapper {
        height: 120vh;
    }
}
@media only screen and (max-width: 992px) {
    .carousel-wrapper {
        height: 105vh;
    }
}
@media only screen and (max-width: 767px) {
    .carousel-wrapper {
        padding-top: 15px;
        height: 105vh;
    }
}
.carousel-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 130px;
    width: 110%;
    height: 100%;
    background: #B27536;
    transform: rotate(11deg);
}
@media only screen and (max-width: 2000px) {
    .carousel-wrapper:after {
        top: 24%;
        width: 150%;
    }
}
@media only screen and (max-width: 1800px) {
    .carousel-wrapper:after {
        top: 250px;
        width: 140%;
    }
}
@media only screen and (max-width: 1600px) {
    .carousel-wrapper:after {
        top: 205px;
    }
}
@media only screen and (max-width: 1280px) {
    .carousel-wrapper:after {
        top: 150px;
        width: 130%;
    }
}
.carousel {
    box-sizing: border-box;
    opacity: 0;
    width: 100vw;
    height: 110vh;
}
@media only screen and (max-height: 1100px) {
    .carousel {
        height: 120vh;
    }
}
@media only screen and (max-height: 850px) {
    .carousel {
        height: 100vh;
    }
}
.carousel .white-overlay {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 1;
    transform: translateY(150%);
}
.carousel .swiper-next,
.carousel .swiper-prev {
    position: absolute;
    width: 95px;
    height: 95px;
    bottom: 15vh;
    z-index: 10;
    opacity: 0;
    outline: none !important;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
@media only screen and (max-height: 1100px) {
    .carousel .swiper-next,
    .carousel .swiper-prev {
        width: 80px;
        height: 80px;
        bottom: 23vh;
    }
}
@media only screen and (max-width: 767px) {
    .carousel .swiper-next,
    .carousel .swiper-prev {
        bottom: 25vh;
    }
}
@media only screen and (max-width: 1500px) {
    .carousel .swiper-next,
    .carousel .swiper-prev {
        width: 85px;
        height: 85px;
    }
}
@media only screen and (max-width: 992px) {
    .carousel .swiper-next,
    .carousel .swiper-prev {
        width: 65px;
        height: 65px;
    }
}
@media only screen and (max-width: 767px) {
    .carousel .swiper-next,
    .carousel .swiper-prev {
        width: 50px;
        height: 50px;
    }
}
.carousel .swiper-next img,
.carousel .swiper-prev img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.carousel .swiper-next:hover .not-filled,
.carousel .swiper-prev:hover .not-filled {
    opacity: 0;
}
.carousel .swiper-next:hover .filled,
.carousel .swiper-prev:hover .filled {
    opacity: 0.6;
}
.carousel .swiper-next .not-filled,
.carousel .swiper-prev .not-filled {
    opacity: 1;
}
.carousel .swiper-next .filled,
.carousel .swiper-prev .filled {
    position: absolute;
    left: 0;
    opacity: 0;
}
.carousel .swiper-next {
    right: 20%;
}
@media only screen and (max-height: 1100px) {
    .carousel .swiper-next {
        right: 27%;
    }
}
@media only screen and (max-width: 992px) {
    .carousel .swiper-next {
        right: 10%;
    }
}
@media only screen and (max-width: 767px) {
    .carousel .swiper-next {
        right: 15px;
    }
}
.carousel .swiper-prev {
    left: 20%;
}
@media only screen and (max-height: 1100px) {
    .carousel .swiper-prev {
        left: 27%;
    }
}
@media only screen and (max-width: 992px) {
    .carousel .swiper-prev {
        left: 10%;
    }
}
@media only screen and (max-width: 767px) {
    .carousel .swiper-prev {
        left: 15px;
    }
}
.carousel .not-pizza-wrapper {
    position: absolute;
    top: 27%;
    left: 17.5%;
    transform: translateX(50%) translateY(50%);
    letter-spacing: 0.4px;
    display: flex;
    opacity: 0;
}
@media only screen and (max-width: 992px) {
    .carousel .not-pizza-wrapper {
        top: 24%;
    }
}
@media only screen and (max-width: 767px) {
    .carousel .not-pizza-wrapper {
        display: none;
    }
}
.carousel .not-pizza-wrapper .arrow-img {
    display: flex;
    flex-direction: column;
    position: relative;
    left: -64px;
    top: 32px;
}
.carousel .not-pizza-wrapper .arrow-img svg:nth-of-type(2) {
    position: relative;
    left: -14px;
    top: -5px;
}
.carousel .not-pizza-wrapper h6,
.carousel .not-pizza-wrapper p {
    font-size: 1.25rem;
    text-transform: uppercase;
    text-align: center;
    font-family: KnockoutBantamweight, sans-serif;
    color: #003b4a;
    position: relative;
    left: -67px;
    top: -19px;
}
.carousel h1 {
    position: absolute;
    width: 100%;
    z-index: 3;
    text-transform: uppercase;
    font-size: 8.125rem;
    color: #fff;
    overflow: hidden;
    top: 13%;
    height: 179px;
    text-align: center;
    line-height: 179px;
    margin: 0;
}
@media only screen and (max-width: 1700px) {
    .carousel h1 {
        top: 14%;
    }
}
@media only screen and (max-height: 1000px) {
    .carousel h1 {
        font-size: 7.5rem;
        line-height: 150px;
        top: 14%;
    }
}
@media only screen and (max-height: 900px) {
    .carousel h1 {
        top: 4%;
        font-size: 5rem;
        line-height: 130px;
    }
}
@media only screen and (max-width: 1200px) {
    .carousel h1 {
        font-size: 5.9375rem;
    }
}
@media only screen and (max-width: 767px) {
    .carousel h1 {
        font-size:30px;
        height: auto;
        line-height: 40px;
    }
}
.carousel h1 span {
    color: #fd0;
}
.carousel h1 .pinza-short-name {
    width: 540px;
    display: inline-block;
    position: relative;
    height: 91px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
@media only screen and (max-width: 1300px) {
    .carousel h1 .pinza-short-name {
        height: 93px;
    }
}
@media only screen and (max-height: 1000px) {
    .carousel h1 .pinza-short-name {
        height: 87px;
        width: 500px;
    }
}
@media only screen and (max-height: 900px) {
    .carousel h1 .pinza-short-name {
        width: 450px;
    }
}
@media only screen and (max-width: 1200px) {
    .carousel h1 .pinza-short-name {
        height: 85px;
        width: 350px;
    }
}
@media only screen and (max-width: 767px) {
    .carousel h1 .pinza-short-name {
        height: 44px;
        width: 175px;
        text-align: center;
    }
}
.carousel h1 .pinza-short-name:after {
    position: absolute;
    content: "........................";
    width: 100%;
    height: 130px;
    left: 0;
    bottom: -60px;
    overflow: hidden;
    top: 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media only screen and (max-height: 1000px) {
    .carousel h1 .pinza-short-name:after {
        bottom: -45px;
    }
}
@media only screen and (max-height: 900px) {
    .carousel h1 .pinza-short-name:after {
        bottom: -28px;
        left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .carousel h1 .pinza-short-name:after {
        bottom: -5px;
        top: 16px;
        height: 111px;
    }
}
.carousel h1 .pinza-short-name .wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    left: 0;
    bottom: -2px;
}
@media only screen and (max-height: 1000px) {
    .carousel h1 .pinza-short-name .wrap {
        bottom: -6px;
    }
}
@media only screen and (max-height: 900px) {
    .carousel h1 .pinza-short-name .wrap {
        bottom: -3px;
    }
}
@media only screen and (max-width: 1300px) {
    .carousel h1 .pinza-short-name .wrap {
        bottom: -7px;
    }
}
@media only screen and (max-width: 1200px) {
    .carousel h1 .pinza-short-name .wrap {
        bottom: -8px;
    }
}
@media only screen and (max-width: 992px) {
    .carousel h1 .pinza-short-name .wrap {
        bottom: -4px;
    }
}
@media only screen and (max-width: 767px) {
    .carousel h1 .pinza-short-name .wrap {
        bottom: -1px;
        left: 50%;
        transform: translateX(-50%);
    }
}
.carousel h1 .pinza-short-name .current,
.carousel h1 .pinza-short-name .n2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    height: 91px;
    line-height: 99px;
    transform: translateY(100px);
}
@media only screen and (max-width: 1300px) {
    .carousel h1 .pinza-short-name .current,
    .carousel h1 .pinza-short-name .n2 {
        line-height: 114px;
    }
}
@media only screen and (max-height: 1000px) {
    .carousel h1 .pinza-short-name .current,
    .carousel h1 .pinza-short-name .n2 {
        line-height: 92px;
    }
}
@media only screen and (max-height: 900px) {
    .carousel h1 .pinza-short-name .current,
    .carousel h1 .pinza-short-name .n2 {
        line-height: 106px;
    }
}
@media only screen and (max-width: 767px) {
    .carousel h1 .pinza-short-name .current,
    .carousel h1 .pinza-short-name .n2 {
        width: auto;
        height: 51px;
        line-height: 44px;
    }
}
.carousel h1 .pinza-short-name .n3,
.carousel h1 .pinza-short-name .upcoming {
    position: ABSOLUTE;
    height: 91px;
    transform: translateY(100px);
    left: 0;
}
@media only screen and (max-width: 767px) {
    .carousel h1 .pinza-short-name .n3,
    .carousel h1 .pinza-short-name .upcoming {
        width: auto;
        height: 51px;
        line-height: 44px;
    }
}
.carousel .carousel__view {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .carousel .carousel__view {
        top: -50px;
    }
}
@media only screen and (max-width: 767px) and (min-height: 750px) {
    .carousel .carousel__view {
        top: -95px;
    }
}
@media only screen and (max-width: 430px) {
    .carousel .carousel__view {
        top: -80px;
    }
}
@media only screen and (max-width: 380px) {
    .carousel .carousel__view {
        top: -50px;
    }
}
@media only screen and (min-height: 840px) and (max-height: 928px) {
    .carousel .carousel__view {
        top: -25px !important;
    }
}
.carousel .carousel__view .carousel__item {
    width: 25vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    transform-origin: center bottom;
    transform: scale(1);
}
.carousel .carousel__view .carousel__item .gradient {
    position: absolute;
    width: 120%;
    top: 37%;
    left: 0;
    z-index: -1;
    transform: scale(1.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media only screen and (max-height: 900px) {
    .carousel .carousel__view .carousel__item .gradient {
        transform: scale(1.3);
    }
}
@media only screen and (max-width: 1700px) {
    .carousel .carousel__view .carousel__item .gradient {
        transform: scale(1.4);
    }
}
@media only screen and (max-width: 1700px) and (min-height: 901px) {
    .carousel .carousel__view .carousel__item .gradient {
        top: 38%;
    }
}
@media only screen and (max-width: 1700px) and (max-height: 900px) {
    .carousel .carousel__view .carousel__item .gradient {
        transform: scale(1.3);
        top: 36%;
    }
}
@media only screen and (max-width: 1550px) and (min-height: 901px) {
    .carousel .carousel__view .carousel__item .gradient {
        top: 40%;
    }
}
@media only screen and (max-width: 1550px) and (max-height: 900px) {
    .carousel .carousel__view .carousel__item .gradient {
        top: 37%;
    }
}
@media only screen and (max-width: 1440px) {
    .carousel .carousel__view .carousel__item .gradient {
        transform: scale(1.5);
    }
}
@media only screen and (max-width: 1440px) and (min-height: 901px) {
    .carousel .carousel__view .carousel__item .gradient {
        top: 41%;
    }
}
@media only screen and (max-width: 1440px) and (max-height: 900px) {
    .carousel .carousel__view .carousel__item .gradient {
        transform: scale(1.3);
        top: 38%;
    }
}
@media only screen and (max-width: 1350px) and (min-height: 901px) {
    .carousel .carousel__view .carousel__item .gradient {
        top: 41%;
    }
}
@media only screen and (max-width: 1350px) and (max-height: 900px) {
    .carousel .carousel__view .carousel__item .gradient {
        top: 39%;
    }
}
@media only screen and (max-width: 1200px) and (max-height: 850px) {
    .carousel .carousel__view .carousel__item .gradient {
        top: 36%;
    }
}
@media only screen and (max-width: 1024px) and (max-height: 850px) {
    .carousel .carousel__view .carousel__item .gradient {
        top: 39%;
    }
}
@media only screen and (max-width: 992px) {
    .carousel .carousel__view .carousel__item .gradient {
        transform: scale(1.5);
        top: 41%;
    }
}
@media only screen and (max-width: 992px) and (max-height: 900px) {
    .carousel .carousel__view .carousel__item .gradient {
        transform: scale(1.3);
    }
}
@media only screen and (max-width: 767px) {
    .carousel .carousel__view .carousel__item .gradient {
        transform: scale(1.2);
        top: 38%;
    }
}
@media only screen and (max-width: 767px) and (max-height: 750px) {
    .carousel .carousel__view .carousel__item .gradient {
        top: 35%;
    }
}
.carousel .carousel__view .carousel__item .gradient img {
    object-fit: contain;
}
.carousel .carousel__view .carousel__item .shadow {
    position: absolute;
    left: 3%;
    transform: scale(1.3);
    z-index: -1;
    opacity: 0.7;
    margin-top: 4%;
    width: 96%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media only screen and (max-width: 1440px) {
    .carousel .carousel__view .carousel__item .shadow {
        transform: scale(1.5);
    }
}
@media only screen and (max-height: 900px) {
    .carousel .carousel__view .carousel__item .shadow {
        transform: scale(1.2);
    }
}
@media only screen and (max-width: 767px) {
    .carousel .carousel__view .carousel__item .shadow {
        transform: scale(1.2);
    }
}
.carousel .carousel__view .carousel__item .carousel-item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0;
    position: relative;
}
@media only screen and (max-width: 1700px) {
    .carousel .carousel__view .carousel__item .carousel-item__img {
        transform: scale(1.2);
    }
}
@media only screen and (max-width: 1440px) {
    .carousel .carousel__view .carousel__item .carousel-item__img {
        transform: scale(1.4);
    }
}
@media only screen and (max-height: 900px) {
    .carousel .carousel__view .carousel__item .carousel-item__img {
        transform: scale(1.1);
    }
}
@media only screen and (max-width: 767px) {
    .carousel .carousel__view .carousel__item .carousel-item__img {
        transform: scale(1.1);
    }
}
.carousel .carousel__view .carousel__item.swiper-slide-active .gradient {
    opacity: 1;
}
.carousel .carousel__view .carousel__item.swiper-slide-active .shadow {
    margin-top: 9%;
}
@media only screen and (max-width: 767px) {
    .carousel .carousel__view .carousel__item.swiper-slide-active .shadow {
        margin-top: 4%;
    }
}
.carousel .carousel__view .carousel__item.swiper-slide-active .carousel-item__img {
    transform: scale(1.5);
    top: 12px;
}
@media only screen and (max-width: 1700px) {
    .carousel .carousel__view .carousel__item.swiper-slide-active .carousel-item__img {
        transform: scale(1.4);
    }
}
@media only screen and (max-width: 1440px) {
    .carousel .carousel__view .carousel__item.swiper-slide-active .carousel-item__img {
        transform: scale(1.5);
    }
}
@media only screen and (max-height: 900px) {
    .carousel .carousel__view .carousel__item.swiper-slide-active .carousel-item__img {
        transform: scale(1.3);
    }
}
@media only screen and (max-width: 767px) {
    .carousel .carousel__view .carousel__item.swiper-slide-active .carousel-item__img {
        top: 0;
        transform: scale(1.2);
    }
}
.carousel .carousel__view .carousel__item.no-scale .gradient {
    opacity: 0 !important;
}
.carousel .carousel__view .carousel__item.no-scale .carousel-item__img {
    transform: scale(1.2) !important;
}
@media only screen and (max-width: 1700px) {
    .carousel .carousel__view .carousel__item.no-scale .carousel-item__img {
        transform: scale(1.2) !important;
    }
}
@media only screen and (max-width: 1440px) {
    .carousel .carousel__view .carousel__item.no-scale .carousel-item__img {
        transform: scale(1.4) !important;
    }
}
@media only screen and (max-height: 900px) {
    .carousel .carousel__view .carousel__item.no-scale .carousel-item__img {
        transform: scale(1.1) !important;
    }
}
@media only screen and (max-width: 767px) {
    .carousel .carousel__view .carousel__item.no-scale .carousel-item__img {
        transform: scale(1.1) !important;
    }
}
.order-wrap {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 64%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
}
@media only screen and (max-width: 1700px) {
    .order-wrap {
        top: 62%;
    }
}
@media only screen and (max-width: 1400px) {
    .order-wrap {
        top: 61%;
    }
}
@media only screen and (max-width: 767px) {
    .order-wrap {
        top: 55%;
    }
}
.order-wrap .order-btn {
    background-color: #fd0;
    transform: scale(0);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    left: 31%;
    color: #003b4a;
    pointer-events: auto;
    z-index: 5;
    opacity: 1;
    font-family: KnockoutCruiserweight, sans-serif;
    padding-top: 2px;
}
@media only screen and (max-height: 900px) {
    .order-wrap .order-btn {
        width: 110px;
        height: 110px;
        font-size: 1.375rem;
    }
}
.order-wrap .order-btn.has-transition {
    transition: all 0.5s;
}
.order-wrap .order-btn.remove {
    opacity: 0;
    transform: scale(0);
}
@media only screen and (max-width: 767px) {
    .order-wrap .order-btn {
        left: 34%;
        width: 95px;
        height: 95px;
        font-size: 1.4375rem;
    }
}
.order-wrap .order-btn:hover {
    text-decoration: none;
    transform: translate(0) scale(1.08) !important;
}
@media only screen and (max-width: 1200px) {
    .order-wrap .order-btn {
        left: 35%;
        width: 100px;
        height: 100px;
    }
}
.order-wrap .arrow-img {
    display: flex;
    flex-direction: column;
    position: relative;
    left: -40px;
    top: -250px;
    transform: rotate(-45deg);
    opacity: 0;
}
@media only screen and (max-width: 1200px) {
    .order-wrap .arrow-img {
        left: -10px;
    }
}
@media only screen and (max-width: 767px) {
    .order-wrap .arrow-img {
        left: 12px;
        transform: rotate(-35deg);
        top: -203px;
    }
}
.order-wrap .arrow-img svg:nth-of-type(2) {
    position: relative;
    left: -14px;
    top: -5px;
}
.order-wrap h4 {
    margin-top: 50px;
    margin-left: 30px;
}
@media only screen and (max-height: 900px) {
    .order-wrap h4 {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .order-wrap h4 {
        margin-left: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .order-wrap h4 {
        margin-top: 20px;
    }
}
.order-wrap h4 .line {
    overflow: hidden;
    position: relative;
    height: 32px;
}
@media only screen and (max-width: 1200px) {
    .order-wrap h4 .line {
        height: 30px;
    }
}
.order-wrap h4 .line .name {
    overflow: hidden;
    width: 100%;
    height: 32px;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    color: #003b4a;
    font-size: 2.125rem;
    line-height: 40px;
    text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
    .order-wrap h4 .line .name {
        height: 30px;
    }
}
.order-wrap h4 .line .name span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 7;
    transform: translateY(50px);
}
.order-wrap h4 .line .price {
    display: inline-block;
    position: absolute;
    left: 125px;
    top: -50px;
    transform: translateY(50px);
    color: #fd0;
    height: 33px;
    font-size: 2.125rem;
    line-height: 40px;
    text-transform: uppercase;
    width: 100px;
    overflow: hidden;
}
.order-wrap h4 .line .price span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 7;
    transform: translateY(50px);
}
.order-wrap h4 .line .price span sup {
    font-size: 1.6875rem;
    top: -5px;
    left: 3px;
}
.order-btn:hover {
    text-decoration: none;
}
.login-page {
    padding-top: 200px;
}
.login-page .form-control {
    height: 50px;
    border: none;
    background: #f6f6f6;
    color: #003b4a;
    box-shadow: none;
}
.login-page .btn-primary {
    background-color: #fd0;
    color: #003b4a;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    padding: 14px 34px;
    border-radius: 10px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.login-page .btn-primary:hover {
    background-color: #003b4a;
    color: #fff;
}
div.alert-danger,
div.alert-error {
    border: none !important;
    background-color: #e4b5b5 !important;
    border-radius: 0;
    text-align: center;
}
body .notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.image-test {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 40px;
    z-index: 1;
}
.image-test img {
    position: absolute;
    visibility: hidden;
}
.image-test .scaled {
    transform: translateX(-50%) translateY(50%) scale(1);
    left: 50%;
    width: 20vw;
}
.image-test .not-scaled {
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.no-scroll {
    overflow: hidden;
    height: 100vh;
}
.no-cursor {
    pointer-events: none;
}
.wrapper,
footer {
    opacity: 1;
    top: 0;
    position: relative;
    -webkit-transition: top 0.7s cubic-bezier(0.6, 0.04, 0.12, 0.96) 0s, opacity 0.7s cubic-bezier(0.6, 0.04, 0.12, 0.96) 0s;
    -moz-transition: top 0.7s cubic-bezier(0.6, 0.04, 0.12, 0.96) 0s, opacity 0.7s cubic-bezier(0.6, 0.04, 0.12, 0.96) 0s;
    -ms-transition: top 0.7s cubic-bezier(0.6, 0.04, 0.12, 0.96) 0s, opacity 0.7s cubic-bezier(0.6, 0.04, 0.12, 0.96) 0s;
    -o-transition: top 0.7s cubic-bezier(0.6, 0.04, 0.12, 0.96) 0s, opacity 0.7s cubic-bezier(0.6, 0.04, 0.12, 0.96) 0s;
    transition: top 0.7s cubic-bezier(0.6, 0.04, 0.12, 0.96) 0s, opacity 0.7s cubic-bezier(0.6, 0.04, 0.12, 0.96) 0s;
}
.wrapper.next,
footer.next {
    opacity: 0;
    top: -30px;
}
.order-btn.default {
    background-color: #fd0;
    transform: scale(0);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 24px;
    text-transform: uppercase;
    position: absolute;
    left: auto;
    right: 0;
    top: -30px;
    color: #003b4a;
    pointer-events: auto;
    z-index: 99;
    font-family: KnockoutCruiserweight, sans-serif;
}
.order-btn.default.has-transition {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.order-btn.default:hover {
    transform: scale(1.1) !important;
}
@media only screen and (max-height: 900px) {
    .order-btn.default {
        font-size: 1.375rem;
        width: 110px;
        height: 110px;
    }
}
.order-btn.default span {
    position: relative;
    top: 3px;
}
@media only screen and (max-width: 767px) {
    .not-found-wrap {
        padding: 0 10px !important;
    }
}
.not-found-wrap .not-found {
    font-size: 6.25rem;
    line-height: 120px;
}
@media only screen and (max-width: 767px) {
    .not-found-wrap .not-found {
        font-size: 3.75rem;
    }
}
.default-btn:hover {
    text-decoration: none;
}
.popover,
body .ccm-ui .popover {
    z-index: 99999 !important;
}
.no-transition {
    transition: none !important;
}
.tentwenty {
    position: absolute;
    color: #fff;
    font-family: GothamLight, sans-serif;
    right: 65px;
}
.tentwenty span {
    display: inline-block;
    width: 18px;
}
.tentwenty a {
    color: #fff;
    -webkit-transition: all 0.6 ease;
    -moz-transition: all 0.6 ease;
    -ms-transition: all 0.6 ease;
    -o-transition: all 0.6 ease;
    transition: all 0.6 ease;
    opacity: 1;
}
.tentwenty a:hover {
    text-decoration: none;
    opacity: 0.6;
}
@media only screen and (max-width: 1200px) {
    body .chatfood-container {
        z-index: 9 !important;
    }
}
body .chatfood-container {
    opacity: 0;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}
body.show-chat .chatfood-container {
    opacity: 1;
}
@media only screen and (max-width: 1024px) {
    body .chatfood-container .chatfood-order-system-frame {
        right: 0 !important;
        display: none !important;
    }
}
body.hide-welcome .chatfood-container .chatfood-greetings-frame,
body.hide-welcome .chatfood-container .chatfood-launcher-frame {
    visibility: hidden !important;
    opacity: 0 !important;
}
body.hide-welcome .chatfood-container .chatfood-order-button-frame {
    visibility: visible !important;
    opacity: 1 !important;
}
.no-support {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    width: 100%;
    height: auto;
    padding: 10px;
}
.no-support a {
    color: #fff;
    text-decoration: underline;
}
ol,
p,
pre,
ul {
    margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0 0.5em;
    font-weight: 400;
    font-family: KnockoutLiteweight, sans-serif;
}
h1 {
    font-size: 4.125em;
    line-height: 1.1;
}
h2 {
    font-size: 10.125rem;
    line-height: 200px;
}
h3 {
    font-size: 2.25em;
}
h3,
h4 {
    line-height: 1.3;
}
h4 {
    font-size: 1.875em;
}
h5 {
    font-size: 1.625em;
}
h5,
h6 {
    line-height: 1;
}
h6 {
    font-size: 1.125em;
}
p {
    font-size: 0.875em;
    color: inherit;
    line-height: 1;
}
.formidable .formidable_message.error,
.formidable .formidable_message.success {
    padding: 10px 20px;
}
.formidable .formidable_message.error {
    background: red;
}
.formidable .formidable_message.success {
    background: green;
}
.formidable .formidable_message div {
    line-height: 20px;
    color: #fff;
    font-size: 17px;
}
.formidable .element {
    margin-bottom: 20px;
    position: relative;
}
.formidable .element label {
    position: absolute;
    top: 12px;
    left: 0;
    pointer-events: none;
    padding: 0;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    -webkit-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -moz-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -ms-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -o-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}
@media only screen and (max-width: 640px) {
    .formidable .element label {
        font-size: 13px;
        line-height: 22px;
    }
}
.formidable .element label.focus {
    top: -7px;
    font-size: 13px;
    line-height: 22px;
}
@media only screen and (max-width: 640px) {
    .formidable .element label.focus {
        font-size: 16px;
    }
}
.formidable .element label .required {
    color: red;
}
.formidable .element input,
.formidable .element textarea {
    width: 100%;
    border: 0;
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #000;
}
.formidable .element textarea {
    min-height: 120px;
    max-height: 150px;
    min-width: 100%;
    max-width: 100%;
}
@media only screen and (max-height: 900px) {
    .formidable .element textarea {
        min-height: 100px;
        max-height: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .formidable .element textarea {
        min-height: 70px;
        max-height: 70px;
        padding-left: 20px !important;
    }
}
.formidable .element .buttons {
    padding-top: 15px;
}
.formidable .element .buttons input {
    width: auto;
    background: none;
    border-radius: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
    opacity: 1;
    width: 50%;
    text-align: center;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    border: 1px solid #000;
}
.formidable .element .buttons input:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.page-template-home-page {
    overflow: hidden;
}
.main-container {
    padding: 0;
    overflow: hidden;
}
.moving-text {
    transform: rotate(11deg);
    pointer-events: none;
}
.move-text {
    left: -180%;
    position: relative;
}
@media only screen and (max-width: 2000px) {
    .move-text {
        left: -50%;
    }
}
@media only screen and (max-width: 1800px) {
    .move-text {
        left: -100%;
    }
}
.move-text h2 {
    font-size: 11.25rem;
    line-height: 160px;
    white-space: nowrap;
    text-transform: uppercase;
    color:#183c38;
    margin: 0;
}
@media only screen and (max-width: 1200px) {
    .move-text h2 {
        font-size: 8.75rem;
        line-height: 125px;
    }
}
@media only screen and (max-width: 767px) {
    .move-text h2 {
        font-size: 6.25rem;
        line-height: 85px;
    }
}
@media only screen and (max-width: 540px) {
    .move-text h2 {
        font-size: 4.375rem;
        line-height: 50px;
    }
}
.home-slider {
    height: 100vh;
    min-height: 1350px;
    background: #74c3d5;
    position: relative;
    padding-top: 213px;
}
@media only screen and (max-width: 1024px) {
    .home-slider {
        min-height: 960px;
    }
}
@media only screen and (max-width: 540px) {
    .home-slider {
        min-height: 720px;
    }
}
.home-slider:after {
    content: "";
    position: absolute;
    left: 0;
    top: 130px;
    width: 110%;
    height: 100%;
    background: #74c3d5;
    transform: rotate(10deg);
}
@media only screen and (max-width: 2000px) {
    .home-slider:after {
        top: 21%;
        width: 150%;
    }
}
@media only screen and (max-width: 1800px) {
    .home-slider:after {
        top: 250px;
        width: 140%;
    }
}
@media only screen and (max-width: 1600px) {
    .home-slider:after {
        top: 195px;
    }
}
@media only screen and (max-width: 1280px) {
    .home-slider:after {
        top: 150px;
        width: 130%;
    }
}
.home-slider .home-swiper {
    padding: 0 0 230px;
}
.home-slider .home-swiper .swiper-wrapper .swiper-slide {
    transform-origin: center bottom;
    transition: all 1s;
}
.home-slider .home-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
}
.home-slider .swiper-button-next,
.home-slider .swiper-button-prev {
    width: 95px;
    top: 73%;
}
@media only screen and (max-width: 1800px) {
    .home-slider .swiper-button-next,
    .home-slider .swiper-button-prev {
        top: 85%;
    }
}
@media only screen and (max-width: 1024px) {
    .home-slider .swiper-button-next,
    .home-slider .swiper-button-prev {
        top: 88%;
    }
}
@media only screen and (max-width: 540px) {
    .home-slider .swiper-button-next,
    .home-slider .swiper-button-prev {
        top: 87%;
        width: 53px;
    }
}
.home-slider .swiper-button-prev {
    left: 216px;
}
@media only screen and (max-width: 540px) {
    .home-slider .swiper-button-prev {
        left: 26px;
    }
}
.home-slider .swiper-button-next {
    right: 216px;
}
@media only screen and (max-width: 540px) {
    .home-slider .swiper-button-next {
        right: 26px;
    }
}
.home-slider .swiper-button-next:after,
.home-slider .swiper-button-prev:after {
    display: none;
}
.home-slider h3 {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 138px;
    color: #fff;
    overflow: hidden;
    height: 179px;
    text-align: center;
    line-height: 179px;
    margin-top: 0;
}
@media only screen and (max-width: 1024px) {
    .home-slider h3 {
        font-size: 5rem;
    }
}
@media only screen and (max-width: 540px) {
    .home-slider h3 {
        font-size: 4.5rem;
        height: auto;
        line-height: 62px;
    }
}
.home-slider h3 span {
    color: #fd0;
}
.home-slider .pizza-name-container {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    top: -200px;
    left: -35px;
}
.home-slider .pizza-name-container h5 {
    color: #003b4a;
    width: 128px;
    font-size: 36px;
}
.home-slider .pizza-name-container p {
    font-size: 36px;
    color: #fd0;
}
.home-slider .pizza-name-container p sup {
    font-size: 30px;
    position: relative;
    top: -4px;
    margin-left: 3px;
}
.push {
    height: auto !important;
}
.wrapper.ccm-page {
    margin-bottom: 0 !important;
}
.moving-text-wrapper.uptext .moving-text {
    transform: rotate(-9deg);
}
.moving-text-wrapper.yellow h2 {
    color: #fd0;
}
#gotoTop {
    display: none !important;
    background: #fd0;
}
#gotoTop svg {
    width: 19px;
}
#gotoTop svg path {
    fill: #003b4a;
}
div#ccm-menu-click-proxy {
    z-index: 2000;
}
.error-number {
    display: flex;
    transform: rotate(-10deg);
    position: relative;
    margin-bottom: -145px;
    white-space: nowrap;
    text-transform: uppercase;
    margin-top: 30%;
    left: -130%;
}
@media only screen and (min-width: 1750px) {
    .error-number {
        margin-top: 30%;
    }
}
@media only screen and (max-width: 991px) {
    .error-number {
        margin-bottom: -115px;
    }
}
.error-number h2 {
    margin-right: 130px;
    color: #74c3d5;
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .error-number h2 {
        font-size: 10rem;
    }
}
@media only screen and (max-width: 540px) {
    .error-number h2 {
        margin-bottom: 70px;
        margin-right: 40px;
    }
}
.error-container {
    padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
    .error-container {
        position: relative;
    }
}
.error-container .img-container {
    position: absolute;
    left: 50%;
    top: 16%;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    max-width: 370px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .error-container .img-container {
        top: -2%;
        max-width: 270px;
    }
}
@media only screen and (max-width: 540px) {
    .error-container .img-container {
        top: 3%;
        max-width: 250px;
    }
}
.error-container .eaten-pizza.mask1 {
    -webkit-mask-image: url(../images/mask2.svg);
    mask-image: url(../images/mask2.svg);
    -webkit-mask-repeat: no-repeat, no-repeat;
    -webkit-mask-position: 169% 100%;
    -webkit-mask-size: cover;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}
.error-container .shadow {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.error-container .stain1 {
    position: absolute;
    width: 255px;
    top: 340px;
    left: 340px;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .error-container .stain1 {
        top: 110px;
        left: 33%;
    }
}
.error-container .stain2 {
    position: absolute;
    top: 450px;
    left: 380px;
    width: 150px;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .error-container .stain2 {
        top: 220px;
        left: 47%;
    }
}
.error-container .stain3 {
    position: absolute;
    width: 280px;
    top: 352px;
    right: 375px;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .error-container .stain3 {
        top: 102px;
        left: 2%;
    }
}
.error-container p {
    font-size: 2.25rem;
    text-transform: uppercase;
    text-align: center;
    width: 380px;
    margin: auto;
    color: #003b4a;
}
@media only screen and (max-width: 425px) {
    .error-container p {
        width: 320px;
    }
}
.error-container .back-btn {
    width: 203px;
    height: 203px;
    background: #fd0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 38px auto auto;
    transition: all 0.5s;
}
.error-container .back-btn:hover {
    transform: scale(1.05);
}
.error-container .back-btn a:hover {
    text-decoration: none;
}
.error-container .back-btn p {
    width: auto;
    font-family: KnockoutCruiserweight, sans-serif;
    font-size: 1.625rem;
}
.error-number.thankyou {
    left: -110%;
    display: flex;
    transform: rotate(-10deg);
    position: relative;
    margin-bottom: -95px;
    white-space: nowrap;
    text-transform: uppercase;
    margin-top: 26%;
}
@media only screen and (min-width: 1750px) {
    .error-number.thankyou {
        margin-top: 30%;
    }
}
.error-number.thankyou h2 {
    margin-right: 130px;
    color: #74c3d5;
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .error-number.thankyou h2 {
        font-size: 10rem;
    }
}
@media only screen and (max-width: 540px) {
    .error-number.thankyou h2 {
        margin-bottom: 70px;
        margin-right: 40px;
    }
}
.thankyou-container p {
    width: 600px;
}
@media only screen and (max-width: 767px) {
    .thankyou-container p {
        width: 90%;
    }
}
.location-container {
    padding-top: 100px;
    padding-bottom: 150px;
}
.location-block {
    padding: 35px 0 0 135px;
}
@media only screen and (max-width: 1024px) {
    .location-block {
        padding: 35px 0 0 35px;
    }
}
@media only screen and (max-width: 768px) {
    .location-block {
        padding: 5px 20px 0;
    }
}
.location-block h2 {
    font-size: 8.125rem;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 130px;
    color: #003b4a;
}
@media only screen and (max-width: 540px) {
    .location-block h2 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 0;
    }
}
.location-block h2 span {
    width: 43px;
    height: 43px;
    background: #fd0;
    border-radius: 50%;
    font-size: 26px;
    display: inline-flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    color: #003b4a;
}
.location-block h4 {
    font-size: 3.25rem;
    color: #74c3d5;
    line-height: 3.25rem;
}
@media only screen and (max-width: 540px) {
    .location-block h4 {
        font-size: 33px;
        margin-top: 20px;
        line-height: 35px;
    }
}
.location-block h5 {
    font-size: 2.0625rem;
    line-height: 33px;
    margin-top: -3px;
    margin-bottom: 25px;
    color: #003b4a;
}
@media only screen and (max-width: 540px) {
    .location-block h5 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 25px;
    }
}
.location-block p {
    font-size: 1rem;
    font-family: GothamMedium_1, sans-serif;
    color: #a2b3b7;
}
@media only screen and (max-width: 540px) {
    .location-block p {
        line-height: 19px;
    }
}
.location-block .address-wrapper {
    display: flex;
    flex-flow: row wrap;
}
@media only screen and (max-width: 768px) {
    .location-block .address-wrapper {
        flex-direction: column;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-right: 30px;
        padding-bottom: 15px;
    }
}
.location-block .address-wrapper a {
    text-decoration: none;
    width: 46%;
}
@media only screen and (max-width: 1400px) {
    .location-block .address-wrapper a {
        width: 50%;
    }
}
@media only screen and (max-width: 992px) {
    .location-block .address-wrapper a {
        width: 100%;
    }
}
.location-block .address-wrapper a:focus,
.location-block .address-wrapper a:hover {
    text-decoration: none;
}
.location-block .address-wrapper a:hover .address-block h4 {
    color: #fd0;
}
.location-block .address-wrapper a .address-block {
    width: 100%;
}
.location-block .address-wrapper .address-block {
    width: 46%;
}
@media only screen and (max-width: 1400px) {
    .location-block .address-wrapper .address-block {
        width: 50%;
    }
}
@media only screen and (max-width: 992px) {
    .location-block .address-wrapper .address-block {
        width: 100%;
    }
}
@media only screen and (max-width: 540px) {
    .location-block .address-wrapper .address-block {
        margin-right: 0;
    }
}
.location-block .address-wrapper .address-block h4 {
    border-bottom: 4px dashed transparent;
    transition: all 0.5s;
    display: inline-block;
    color: #74c3d5;
}
.location-block ul {
    display: flex;
}
@media only screen and (max-width: 768px) {
    .location-block ul {
        flex-direction: column;
    }
}
.location-block ul li {
    list-style-type: none;
    margin-right: 90px;
}
@media only screen and (max-width: 540px) {
    .location-block ul li {
        margin-right: 0;
    }
}
.location-block ul li h4 {
    font-size: 3.25rem;
    color: #74c3d5;
}
.location-block ul li h5 {
    font-size: 2.0625rem;
    line-height: 33px;
    margin-top: -3px;
    margin-bottom: 25px;
    color: #003b4a;
}
.location-block ul li p {
    font-size: 1rem;
    font-family: GothamMedium_1, sans-serif;
    color: #a2b3b7;
}
.about-wrapper {
    background: #fff;
}
@media only screen and (max-width: 1200px) {
    .about-wrapper {
        overflow: hidden;
    }
}
.about-wrapper .container-fluid {
    padding: 0 0 50px;
}
.about-wrapper .container-fluid .pizza-container {
    padding-top: 684px;
    padding-bottom: 320px;
    position: relative;
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .container-fluid .pizza-container {
        padding-top: 444px;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .container-fluid .pizza-container {
        padding-top: 344px;
        padding-bottom: 220px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container {
        padding-bottom: 200px;
    }
}
.about-wrapper .container-fluid .pizza-container .not-pizza-wrapper {
    position: absolute;
    top: 10%;
    left: 23.5%;
    transform: translateX(50%) translateY(50%);
    letter-spacing: 0.4px;
    display: flex;
    opacity: 0;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .container-fluid .pizza-container .not-pizza-wrapper {
        top: 14%;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container .not-pizza-wrapper {
        top: 10%;
    }
}
.about-wrapper .container-fluid .pizza-container .not-pizza-wrapper .arrow-img {
    display: flex;
    flex-direction: column;
    position: relative;
    left: -64px;
    top: 32px;
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container .not-pizza-wrapper .arrow-img {
        left: -74px;
        top: 16px;
    }
}
.about-wrapper .container-fluid .pizza-container .not-pizza-wrapper .arrow-img svg:nth-of-type(2) {
    position: relative;
    left: -14px;
    top: -5px;
}
.about-wrapper .container-fluid .pizza-container .not-pizza-wrapper h6,
.about-wrapper .container-fluid .pizza-container .not-pizza-wrapper p {
    font-size: 1.25rem;
    text-transform: uppercase;
    text-align: center;
    font-family: KnockoutBantamweight, sans-serif;
    color: #003b4a;
    position: relative;
    left: -67px;
    top: -19px;
}
.about-wrapper .container-fluid .pizza-container h2 {
    font-size: 8.125rem;
    line-height: 104px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    position: relative;
    left: -25px;
    color: #003b4a;
    z-index: 1;
    opacity: 0;
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .container-fluid .pizza-container h2 {
        left: 0;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container h2 {
        font-size: 72px;
        line-height: 60px;
    }
}
.about-wrapper .container-fluid .pizza-container h2:nth-of-type(2) {
    color: #fd0;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .container-fluid .pizza-container h2:nth-of-type(2) {
        width: 300px;
        margin: auto;
    }
}
.about-wrapper .container-fluid .pizza-container .img-container {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container .img-container {
        top: 40%;
    }
}
.about-wrapper .container-fluid .pizza-container .img-container .slice1 {
    position: absolute;
    transform: translateX(-50%) rotate(-13deg);
    left: 38%;
    opacity: 0;
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .container-fluid .pizza-container .img-container .slice1 {
        width: 39%;
        min-width: 397px;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .container-fluid .pizza-container .img-container .slice1 {
        width: 41%;
        left: 37%;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container .img-container .slice1 {
        width: 51%;
        left: 33%;
        min-width: 251px;
    }
}
.about-wrapper .container-fluid .pizza-container .img-container .slice2 {
    position: absolute;
    transform: translateX(-50%) rotate(13deg);
    left: 62%;
    opacity: 0;
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .container-fluid .pizza-container .img-container .slice2 {
        width: 40%;
        min-width: 427px;
        width: 42%;
        left: 64%;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container .img-container .slice2 {
        width: 52%;
        left: 66%;
        min-width: 241px;
    }
}
.about-wrapper .container-fluid .pizza-container .img-container .topping1 {
    top: 5px;
    left: 40%;
    position: absolute;
    opacity: 0;
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .container-fluid .pizza-container .img-container .topping1 {
        top: -35px;
        left: 30%;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container .img-container .topping1 {
        width: 13%;
    }
}
.about-wrapper .container-fluid .pizza-container .img-container .topping2 {
    top: 750px;
    left: 55%;
    position: absolute;
    opacity: 0;
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .container-fluid .pizza-container .img-container .topping2 {
        top: 530px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container .img-container .topping2 {
        width: 13%;
        top: 300px;
    }
}
.about-wrapper .container-fluid .pizza-container .img-container .stain1 {
    position: absolute;
    right: 30%;
    top: 101px;
    z-index: -2;
    opacity: 0;
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .container-fluid .pizza-container .img-container .stain1 {
        right: 19%;
        top: 61px;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .container-fluid .pizza-container .img-container .stain1 {
        right: 5%;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container .img-container .stain1 {
        right: -21%;
        top: 24px;
    }
}
.about-wrapper .container-fluid .pizza-container .img-container .stain2 {
    position: absolute;
    left: 21%;
    top: 637px;
    z-index: -2;
    opacity: 0;
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .container-fluid .pizza-container .img-container .stain2 {
        left: 12%;
        top: 440px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container .img-container .stain2 {
        left: -38%;
        top: 150px;
    }
}
.about-wrapper .container-fluid .pizza-container .img-container .stain3 {
    position: absolute;
    left: 66%;
    top: 510px;
    z-index: -2;
    opacity: 0;
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .container-fluid .pizza-container .img-container .stain3 {
        left: 71%;
        top: 300px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container .img-container .stain3 {
        left: 86%;
        top: 60px;
    }
}
.about-wrapper .container-fluid .pizza-container .big-arrow-text-wrapper {
    position: absolute;
    bottom: -47px;
    left: 229px;
    display: flex;
    opacity: 0;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .container-fluid .pizza-container .big-arrow-text-wrapper {
        bottom: -97px;
        left: 89px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container .big-arrow-text-wrapper {
        bottom: -70px;
        left: 39px;
    }
}
.about-wrapper .container-fluid .pizza-container .big-arrow-text-wrapper .arrow-img {
    position: relative;
    top: -86px;
    left: 4px;
}
.about-wrapper .container-fluid .pizza-container .big-arrow-text-wrapper .arrow-img svg:nth-of-type(2) {
    position: relative;
    top: 34px;
    left: -27px;
}
.about-wrapper .container-fluid .pizza-container .big-arrow-text-wrapper .text-container {
    transform: rotate(7deg);
}
.about-wrapper .container-fluid .pizza-container .big-arrow-text-wrapper .text-container .text-wrapper {
    overflow: hidden;
}
.about-wrapper .container-fluid .pizza-container .big-arrow-text-wrapper .text-container h5 {
    font-size: 3.75rem;
    text-transform: uppercase;
    line-height: 60px;
    margin: 0;
    color: #003b4a;
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container .big-arrow-text-wrapper .text-container h5 {
        font-size: 33px;
        line-height: 40px;
    }
}
.about-wrapper .container-fluid .pizza-container .big-arrow-text-wrapper .text-container h4 {
    font-size: 4.8125rem;
    text-transform: uppercase;
    line-height: 70px;
    margin: 0;
    color: #003b4a;
}
@media only screen and (max-width: 540px) {
    .about-wrapper .container-fluid .pizza-container .big-arrow-text-wrapper .text-container h4 {
        font-size: 52px;
        line-height: 50px;
    }
}
.about-wrapper .move-text-container {
    padding-bottom: 155px;
}
@media only screen and (max-width: 540px) {
    .about-wrapper .move-text-container {
        padding-bottom: 85px;
    }
}
.about-wrapper .move-text-container .moving-text-wrapper.uptext {
    margin-top: 80px;
}
.about-wrapper .move-text-container.last {
    padding-bottom: 0;
}
.about-wrapper .what-pinza-container {
    padding: 0 110px 90px;
}
@media only screen and (min-width: 1800px) {
    .about-wrapper .what-pinza-container {
        padding: 0 110px 150px;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .what-pinza-container {
        padding: 0 50px;
        display: flex;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .what-pinza-container {
        flex-direction: column;
        padding: 0 35px 100px;
    }
}
.about-wrapper .what-pinza-container .desc-block {
    padding-left: 57px;
    padding-right: 30px;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .what-pinza-container .desc-block {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .about-wrapper .what-pinza-container .desc-block br {
        display: none;
    }
}
.about-wrapper .what-pinza-container .desc-block h4 {
    font-size: 4.5rem;
    color: #003b4a;
    margin-top: 0;
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .what-pinza-container .desc-block h4 {
        line-height: 72px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .what-pinza-container .desc-block h4 {
        font-size: 52px;
        line-height: 52px;
        max-width: 250px;
    }
}
.about-wrapper .what-pinza-container .desc-block h4 span {
    color: #74c3d5;
}
.about-wrapper .what-pinza-container .desc-block p {
    font-size: 1.25rem;
    color: #003b4a;
    font-family: GothamBook, sans-serif;
    line-height: 28px;
    margin-bottom: 0;
    padding-right: 32px;
    margin-top: 15px;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .what-pinza-container .desc-block p {
        margin-bottom: 15px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .what-pinza-container .desc-block p {
        padding-right: 0;
        line-height: 22px;
        font-size: 14px;
    }
}
.about-wrapper .what-pinza-container .desc-block.left p :first-of-type {
    padding-right: 0;
}
.about-wrapper .mission-vision-container {
    position: relative;
    margin-bottom: 115px;
}
@media only screen and (max-width: 540px) {
    .about-wrapper .mission-vision-container {
        margin-bottom: 175px;
    }
}
.about-wrapper .mission-vision-container .stain1 {
    position: absolute;
    left: -3%;
    top: 9%;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .mission-vision-container .stain1 {
        display: none;
    }
}
.about-wrapper .mission-vision-container .stain2 {
    position: absolute;
    right: 26%;
    z-index: 1;
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .mission-vision-container .stain2 {
        right: 36%;
        top: -12%;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .mission-vision-container .stain2 {
        right: 26%;
        top: -6%;
    }
}
@media only screen and (max-width: 767px) {
    .about-wrapper .mission-vision-container .stain2 {
        right: 3%;
        top: -4%;
    }
}
.about-wrapper .mission-vision-container .stain3 {
    position: absolute;
    left: 16%;
    top: 65%;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .mission-vision-container .stain3 {
        left: 10%;
        top: 83%;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .mission-vision-container .stain3 {
        left: -14%;
        top: 87%;
    }
}
.about-wrapper .mission-vision-container .big-pizza {
    position: absolute;
    top: -300px;
    right: -40px;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .mission-vision-container .big-pizza {
        top: -260px;
        right: -260px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .mission-vision-container .big-pizza {
        right: -360px;
    }
}
.about-wrapper .mission-vision-container .mission-text,
.about-wrapper .mission-vision-container .vision-text {
    width: 54%;
    position: relative;
    top: -17px;
    padding: 0 260px 0 6px;
    margin: 0 auto 130px;
    z-index: 2;
}
@media only screen and (max-width: 1200px) {
    .about-wrapper .mission-vision-container .mission-text,
    .about-wrapper .mission-vision-container .vision-text {
        margin: 0 auto 100px;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .mission-vision-container .mission-text,
    .about-wrapper .mission-vision-container .vision-text {
        width: 80%;
        padding: 0 100px 0 6px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .mission-vision-container .mission-text,
    .about-wrapper .mission-vision-container .vision-text {
        width: 100%;
        padding: 0 110px 0 35px;
        margin: 0 auto 50px;
    }
}
.about-wrapper .mission-vision-container .mission-text h4,
.about-wrapper .mission-vision-container .vision-text h4 {
    font-size: 4.5rem;
    color: #74c3d5;
    line-height: 3.75rem;
}
@media only screen and (max-width: 540px) {
    .about-wrapper .mission-vision-container .mission-text h4,
    .about-wrapper .mission-vision-container .vision-text h4 {
        font-size: 3.25rem;
        line-height: 3.125rem;
    }
}
.about-wrapper .mission-vision-container .mission-text p,
.about-wrapper .mission-vision-container .vision-text p {
    font-size: 1.25rem;
    font-family: GothamBook, sans-serif;
    line-height: 28px;
    color: #003b4a;
}
@media only screen and (max-width: 540px) {
    .about-wrapper .mission-vision-container .mission-text p,
    .about-wrapper .mission-vision-container .vision-text p {
        font-size: 14px;
        line-height: 22px;
    }
}
.about-wrapper .mission-vision-container .vision-text {
    padding: 0 30px 0 255px;
    z-index: 2;
}
@media only screen and (max-width: 1500px) {
    .about-wrapper .mission-vision-container .vision-text {
        padding: 0 30px 0 210px;
    }
}
@media only screen and (max-width: 1400px) {
    .about-wrapper .mission-vision-container .vision-text {
        padding: 0 30px 0 175px;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .mission-vision-container .vision-text {
        padding: 0 0 0 160px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .mission-vision-container .vision-text {
        padding: 0 35px 0 120px;
    }
}
.about-wrapper .mission-vision-container .vision-text h4 {
    color: #003b4a;
}
.about-wrapper .mission-vision-container .pizza-slice1 {
    position: absolute;
    top: 100px;
    left: -20px;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .mission-vision-container .pizza-slice1 {
        top: 50%;
        left: -16px;
        width: 15%;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .mission-vision-container .pizza-slice1 {
        top: 72%;
        max-width: 61px;
    }
}
.about-wrapper .mission-vision-container .pizza-slice2 {
    position: absolute;
    top: 39%;
    left: -20px;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .mission-vision-container .pizza-slice2 {
        top: 71%;
        left: -10px;
        width: 25%;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .mission-vision-container .pizza-slice2 {
        top: 86%;
        left: -16px;
        max-width: 102px;
    }
}
.about-wrapper .mission-vision-container .pizza-slice3 {
    position: absolute;
    top: 66%;
    left: -15px;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .mission-vision-container .pizza-slice3 {
        top: 90%;
        left: 25px;
        width: 36%;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .mission-vision-container .pizza-slice3 {
        top: 99%;
        left: 8px;
        max-width: 146px;
    }
}
.about-wrapper .mission-vision-container .leftside {
    position: absolute;
    left: 39%;
    top: 105%;
}
@media only screen and (min-width: 2701px) {
    .about-wrapper .mission-vision-container .leftside {
        left: 19%;
        top: 111%;
    }
}
@media only screen and (max-width: 2700px) {
    .about-wrapper .mission-vision-container .leftside {
        left: 21%;
        top: 110%;
    }
}
@media only screen and (max-width: 2450px) {
    .about-wrapper .mission-vision-container .leftside {
        left: 23%;
        top: 109%;
    }
}
@media only screen and (max-width: 2150px) {
    .about-wrapper .mission-vision-container .leftside {
        left: 26%;
        top: 108%;
    }
}
@media only screen and (max-width: 1920px) {
    .about-wrapper .mission-vision-container .leftside {
        left: 30%;
        top: 111%;
    }
}
@media only screen and (max-width: 1720px) {
    .about-wrapper .mission-vision-container .leftside {
        left: 34%;
        top: 112%;
    }
}
@media only screen and (max-width: 1550px) {
    .about-wrapper .mission-vision-container .leftside {
        left: 36%;
        top: 108%;
    }
}
@media only screen and (max-width: 1400px) {
    .about-wrapper .mission-vision-container .leftside {
        left: 41%;
        top: 106%;
    }
}
@media only screen and (max-width: 1300px) {
    .about-wrapper .mission-vision-container .leftside {
        left: 43%;
        top: 109%;
    }
}
@media only screen and (max-width: 1250px) {
    .about-wrapper .mission-vision-container .leftside {
        left: 45%;
        top: 107%;
    }
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .mission-vision-container .leftside {
        left: 54%;
        top: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .mission-vision-container .leftside {
        left: 44%;
        top: 112%;
        width: 60px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .mission-vision-container .leftside {
        width: 7%;
        left: 39%;
        top: 115%;
    }
}
@media only screen and (max-width: 425px) {
    .about-wrapper .mission-vision-container .leftside {
        left: 43%;
        top: 115%;
    }
}
@media only screen and (max-width: 375px) {
    .about-wrapper .mission-vision-container .leftside {
        left: 45%;
        top: 112%;
    }
}
.about-wrapper .mission-vision-container .rightside {
    position: absolute;
    right: 4%;
    top: 89%;
}
@media only screen and (max-width: 1600px) {
    .about-wrapper .mission-vision-container .rightside {
        top: 85%;
    }
}
@media only screen and (max-width: 1550px) {
    .about-wrapper .mission-vision-container .rightside {
        top: 84%;
    }
}
@media only screen and (max-width: 1400px) {
    .about-wrapper .mission-vision-container .rightside {
        top: 80%;
    }
}
@media only screen and (max-width: 1350px) {
    .about-wrapper .mission-vision-container .rightside {
        top: 82%;
    }
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .mission-vision-container .rightside {
        right: 9%;
        top: 71%;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .mission-vision-container .rightside {
        right: 49%;
        top: 101%;
        width: 60px;
        transform: rotate(247deg) !important;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .mission-vision-container .rightside {
        width: 6%;
        right: 54%;
        top: 110%;
    }
}
@media only screen and (max-width: 425px) {
    .about-wrapper .mission-vision-container .rightside {
        right: 52%;
        top: 115%;
    }
}
@media only screen and (max-width: 375px) {
    .about-wrapper .mission-vision-container .rightside {
        right: 43%;
        top: 109%;
    }
}
.about-wrapper .less-calorie-container {
    padding: 0 110px 125px;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .less-calorie-container {
        padding: 430px 40px 125px;
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .less-calorie-container {
        padding: 310px 35px 75px;
    }
}
.about-wrapper .less-calorie-container .bread-container {
    position: absolute;
    top: -170px;
    right: 210px;
    width: 100%;
    max-width: 600px;
}
@media only screen and (max-width: 1360px) {
    .about-wrapper .less-calorie-container .bread-container {
        top: -120px;
        right: 120px;
        max-width: 540px;
    }
}
@media only screen and (max-width: 1100px) {
    .about-wrapper .less-calorie-container .bread-container {
        max-width: 480px;
    }
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .less-calorie-container .bread-container {
        right: 100px;
        max-width: 380px;
        top: -40px;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .less-calorie-container .bread-container {
        top: -5vw;
        left: 20%;
        max-width: 66vw;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .less-calorie-container .bread-container {
        top: -5vw;
        left: 27%;
        max-width: 100vw;
    }
}
@media only screen and (max-width: 460px) {
    .about-wrapper .less-calorie-container .bread-container {
        left: 20%;
    }
}
.about-wrapper .less-calorie-container .bread-container img {
    width: 100%;
    position: absolute;
}
@media only screen and (max-width: 540px) {
    .about-wrapper .less-calorie-container .bread-container img {
        width: 53%;
    }
}
.about-wrapper .less-calorie-container .bread-container img:first-child {
    z-index: 6;
}
@media only screen and (max-width: 460px) {
    .about-wrapper .less-calorie-container .bread-container img:first-child {
        width: 63%;
    }
}
.about-wrapper .less-calorie-container .bread-container img:nth-child(2) {
    z-index: 0;
    width: 400px;
    top: 270px;
    right: -170px;
}
@media only screen and (max-width: 1360px) {
    .about-wrapper .less-calorie-container .bread-container img:nth-child(2) {
        top: 230px;
    }
}
@media only screen and (max-width: 1100px) {
    .about-wrapper .less-calorie-container .bread-container img:nth-child(2) {
        width: 320px;
        top: 200px;
        right: -150px;
    }
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .less-calorie-container .bread-container img:nth-child(2) {
        width: 250px;
        top: 160px;
        right: -130px;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .less-calorie-container .bread-container img:nth-child(2) {
        top: 32vw;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .less-calorie-container .bread-container img:nth-child(2) {
        top: 20vw;
        right: 25vw;
        width: 190px;
    }
}
@media only screen and (max-width: 460px) {
    .about-wrapper .less-calorie-container .bread-container img:nth-child(2) {
        top: 21vw;
        right: 15vw;
    }
}
.about-wrapper .less-calorie-container .bread-container img:nth-child(3) {
    z-index: 0;
    width: 290px;
    left: -160px;
    top: 50px;
}
@media only screen and (max-width: 1100px) {
    .about-wrapper .less-calorie-container .bread-container img:nth-child(3) {
        left: -140px;
        top: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .less-calorie-container .bread-container img:nth-child(3) {
        width: 230px;
        left: -140px;
        top: -20px;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .less-calorie-container .bread-container img:nth-child(3) {
        top: 3vw;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .less-calorie-container .bread-container img:nth-child(3) {
        top: 0;
        width: 160px;
        left: -99px;
    }
}
@media only screen and (max-width: 375px) {
    .about-wrapper .less-calorie-container .bread-container img:nth-child(3) {
        left: -80px;
    }
}
.about-wrapper .less-calorie-container .bread-container img:nth-child(4) {
    z-index: 3;
}
.about-wrapper .less-calorie-container .bread-container img:nth-child(5) {
    z-index: 2;
}
.about-wrapper .less-calorie-container .desc-block {
    padding-left: 53px;
    padding-right: 50px;
}
@media only screen and (min-width: 1850px) {
    .about-wrapper .less-calorie-container .desc-block {
        padding-top: 210px;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .less-calorie-container .desc-block {
        width: 100%;
        padding: 0;
    }
}
.about-wrapper .less-calorie-container .desc-block.right {
    padding-left: 9px;
    padding-right: 90px;
    padding-top: 502px;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .less-calorie-container .desc-block.right {
        padding: 0;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .less-calorie-container .desc-block.right {
        padding: 0;
    }
}
.about-wrapper .less-calorie-container .desc-block.right p {
    padding-top: 0;
}
.about-wrapper .less-calorie-container .desc-block h3 {
    font-size: 8.125rem;
    margin: 0;
    line-height: 105px;
    color: #003b4a;
}
@media only screen and (min-width: 1850px) {
    .about-wrapper .less-calorie-container .desc-block h3 {
        max-width: none;
    }
}
@media only screen and (max-width: 1849px) {
    .about-wrapper .less-calorie-container .desc-block h3 {
        max-width: 540px;
    }
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .less-calorie-container .desc-block h3 {
        font-size: 6.125rem;
        line-height: 100px;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .less-calorie-container .desc-block h3 {
        width: 50%;
        line-height: 85px;
    }
}
@media only screen and (max-width: 767px) {
    .about-wrapper .less-calorie-container .desc-block h3 {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .less-calorie-container .desc-block h3 {
        font-size: 72px;
        line-height: 57px;
        width: 75%;
    }
}
.about-wrapper .less-calorie-container .desc-block h3 span {
    color: #003b4a;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #003b4a;
}
.about-wrapper .less-calorie-container .desc-block p {
    font-size: 1.25rem;
    font-family: GothamBook, sans-serif;
    line-height: 27px;
    padding-top: 79px;
    color: #003b4a;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .less-calorie-container .desc-block p {
        padding-top: 0;
        margin: 0;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .less-calorie-container .desc-block p {
        font-size: 14px;
        line-height: 22px;
        padding-top: 20px;
        margin-bottom: 20px;
    }
}
.about-wrapper .repeatable-image-container {
    position: relative;
    top: -273px;
    margin: auto;
    padding: 0 153px;
}
@media only screen and (min-width: 1441px) {
    .about-wrapper .repeatable-image-container {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 1300px) {
    .about-wrapper .repeatable-image-container {
        display: flex;
        justify-content: center;
        padding: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .repeatable-image-container {
        padding: 0 30px;
        top: -215px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .repeatable-image-container {
        top: -70px;
        padding: 0;
        display: flex;
    }
}
.about-wrapper .repeatable-image-container .container {
    position: relative;
    left: 25px;
}
@media only screen and (max-width: 992px) {
    .about-wrapper .repeatable-image-container .container {
        left: -5px;
    }
}
.about-wrapper .repeatable-image-container img:first-child {
    width: 33%;
    max-width: 330px;
    transform: rotate(-20deg);
    height: 461px;
    object-fit: cover;
    position: relative;
    top: 70px;
}
@media only screen and (max-width: 1300px) {
    .about-wrapper .repeatable-image-container img:first-child {
        width: 30%;
        left: -50px;
    }
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .repeatable-image-container img:first-child {
        width: 33%;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .repeatable-image-container img:first-child {
        height: 320px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .repeatable-image-container img:first-child {
        width: 31%;
        position: relative;
        left: -10px;
        top: 0;
    }
}
@media only screen and (max-width: 460px) {
    .about-wrapper .repeatable-image-container img:first-child {
        height: 220px;
    }
}
.about-wrapper .repeatable-image-container img:nth-child(2) {
    position: relative;
    left: 36px;
    top: 52px;
    width: 33%;
    max-width: 330px;
    transform: rotate(20deg);
    height: 461px;
    object-fit: cover;
}
@media only screen and (min-width: 1441px) {
    .about-wrapper .repeatable-image-container img:nth-child(2) {
        top: 75px;
    }
}
@media only screen and (max-width: 1300px) {
    .about-wrapper .repeatable-image-container img:nth-child(2) {
        width: 30%;
        left: 6px;
    }
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .repeatable-image-container img:nth-child(2) {
        width: 33%;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .repeatable-image-container img:nth-child(2) {
        height: 320px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .repeatable-image-container img:nth-child(2) {
        width: 33%;
        left: 10px;
        top: -14px;
    }
}
@media only screen and (max-width: 460px) {
    .about-wrapper .repeatable-image-container img:nth-child(2) {
        height: 220px;
    }
}
.about-wrapper .repeatable-image-container img:nth-child(3) {
    width: 324px;
    height: 440px;
    max-width: 330px;
    transform: rotate(0deg);
    position: relative;
    top: 100px;
    left: 93px;
    object-fit: cover;
}
@media only screen and (min-width: 1441px) {
    .about-wrapper .repeatable-image-container img:nth-child(3) {
        top: 120px;
    }
}
@media only screen and (max-width: 1300px) {
    .about-wrapper .repeatable-image-container img:nth-child(3) {
        width: 30%;
        left: 63px;
    }
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .repeatable-image-container img:nth-child(3) {
        width: 33%;
    }
}
@media only screen and (max-width: 768px) {
    .about-wrapper .repeatable-image-container img:nth-child(3) {
        height: 320px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .repeatable-image-container img:nth-child(3) {
        width: 33%;
        top: 13px;
        left: 45px;
    }
}
@media only screen and (max-width: 460px) {
    .about-wrapper .repeatable-image-container img:nth-child(3) {
        height: 220px;
    }
}
.about-wrapper .deliver-text-container {
    padding: 0 115px;
    position: relative;
    top: -127px;
}
@media only screen and (max-width: 768px) {
    .about-wrapper .deliver-text-container {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .deliver-text-container {
        top: 0;
        padding: 0 35px;
    }
}
.about-wrapper .deliver-text-container .desc-block {
    padding-left: 53px;
    padding-right: 50px;
}
@media only screen and (max-width: 540px) {
    .about-wrapper .deliver-text-container .desc-block {
        padding: 0;
    }
}
.about-wrapper .deliver-text-container .desc-block.right {
    padding-left: 39px;
    padding-right: 55px;
    padding-top: 4px;
}
@media only screen and (max-width: 540px) {
    .about-wrapper .deliver-text-container .desc-block.right {
        padding: 30px 0;
    }
}
.about-wrapper .deliver-text-container .desc-block h3 {
    font-size: 8.125rem;
    margin: 0;
    line-height: 104px;
    color: #003b4a;
}
@media only screen and (max-width: 1024px) {
    .about-wrapper .deliver-text-container .desc-block h3 {
        font-size: 6.125rem;
    }
}
@media only screen and (max-width: 540px) {
    .about-wrapper .deliver-text-container .desc-block h3 {
        font-size: 72px;
        width: 90%;
        line-height: 60px;
    }
}
.about-wrapper .deliver-text-container .desc-block p {
    font-size: 1.25rem;
    font-family: GothamBook, sans-serif;
    line-height: 27px;
    color: #003b4a;
}
@media only screen and (max-width: 540px) {
    .about-wrapper .deliver-text-container .desc-block p {
        font-size: 14px;
        line-height: 22px;
    }
}
.about-wrapper .deliver-text-container .desc-block p:first-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 540px) {
    .about-wrapper .deliver-text-container .desc-block p:first-child {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1200px) {
    .page-template-list-item .main-container {
        overflow: hidden;
    }
}
@media only screen and (max-width: 767px) {
    .page-template-list-item .main-container {
        overflow: visible;
    }
}
.listing-detail-page {
    height: auto;
    height: 100vh;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .listing-detail-page {
        height: 100vh;
    }
}
.listing-detail-page .pizza-wrapper {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .listing-detail-page .pizza-wrapper {
        left: 0;
        top: 8%;
    }
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .pizza-wrapper {
        width: 100%;
    }
}
.listing-detail-page .pizza-wrapper .image-wrapper {
    position: relative;
    width: 100%;
    right: 0;
    -webkit-transition: top 0.3s ease, right 0.8s ease;
    -moz-transition: top 0.3s ease, right 0.8s ease;
    -ms-transition: top 0.3s ease, right 0.8s ease;
    -o-transition: top 0.3s ease, right 0.8s ease;
    transition: top 0.3s ease, right 0.8s ease;
    opacity: 0;
    top: 40px;
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .pizza-wrapper .image-wrapper {
        top: 0;
    }
}
.listing-detail-page .pizza-wrapper .image-wrapper.hide-shadow .shadow,
.listing-detail-page .pizza-wrapper .image-wrapper.hide-shadow .shadow.in-view {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
}
.listing-detail-page .pizza-wrapper .image-wrapper img {
    width: 20vw;
    transform: translateX(-50%) translateY(0) scale(1.3);
    position: absolute;
    left: 50%;
    height: auto;
    z-index: 3;
    opacity: 1;
}
.listing-detail-page .pizza-wrapper .image-wrapper img.not-in-view {
    opacity: 0 !important;
    visibility: hidden !important;
}
.listing-detail-page .pizza-wrapper .image-wrapper img.in-view {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}
@media only screen and (max-width: 1200px) {
    .listing-detail-page .pizza-wrapper .image-wrapper img {
        width: 25vw;
    }
}
.listing-detail-page .pizza-wrapper .image-wrapper img.shadow {
    z-index: 0;
    transform: translateX(-43%) translateY(9%) scale(1.4) !important;
    visibility: hidden;
    opacity: 0;
}
.listing-detail-page .pizza-wrapper .image-wrapper img.shadow.in-view {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}
.listing-detail-page .pizza-wrapper .image-wrapper img.shadow.not-in-view {
    visibility: hidden !important;
    opacity: 0 !important;
}
.listing-detail-page .pizza-wrapper .image-wrapper img.shadow.s1 {
    opacity: 1;
}
.listing-detail-page .pizza-wrapper .image-wrapper img.shadow.s1.not-in-view {
    opacity: 0 !important;
    display: none !important;
    visibility: hidden !important;
}
@media only screen and (max-width: 1200px) {
    .listing-detail-page .pizza-wrapper .image-wrapper img {
        top: 3vw;
    }
}
@media only screen and (max-width: 992px) {
    .listing-detail-page .pizza-wrapper .image-wrapper img {
        top: 11vw;
        width: 33.33333vw;
    }
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .pizza-wrapper .image-wrapper img {
        top: 200px !important;
        width: 47.61905vw;
    }
}
.listing-detail-page .pizza-wrapper .image-wrapper img.mask1 {
    -webkit-mask-image: url(../images/mask1.svg);
    mask-image: url(../images/mask1.svg);
    -webkit-mask-repeat: no-repeat, no-repeat;
    -webkit-mask-position: 62% 100%;
    -webkit-mask-size: 123% 127%;
    opacity: 0;
}
.listing-detail-page .pizza-wrapper .image-wrapper img.mask2 {
    -webkit-mask-image: url(../images/mask2.svg);
    mask-image: url(../images/mask2.svg);
    -webkit-mask-repeat: no-repeat, no-repeat;
    -webkit-mask-position: 62% 100%;
    -webkit-mask-size: 123% 127%;
    opacity: 0;
}
.listing-detail-page .pizza-wrapper .image-wrapper img.mask3 {
    -webkit-mask-image: url(../images/mask3.svg);
    mask-image: url(../images/mask3.svg);
    -webkit-mask-repeat: no-repeat, no-repeat;
    -webkit-mask-position: 36% 100%;
    -webkit-mask-size: 110% 110%;
    opacity: 0;
}
.listing-detail-page .pizza-wrapper .image-wrapper img.nomask {
    -webkit-mask-image: none;
    mask-image: none;
}
.listing-detail-page .pizza-wrapper .image-wrapper .stains {
    opacity: 0;
    z-index: 0;
}
.listing-detail-page .pizza-wrapper .image-wrapper .stains.one {
    transform: translateY(225%) translateX(35%) !important;
    left: 30%;
    width: 13%;
    top: 20%;
}
@media only screen and (max-width: 1200px) {
    .listing-detail-page .pizza-wrapper .image-wrapper .stains.one {
        transform: translateY(335%) translateX(40%) !important;
    }
}
@media only screen and (max-width: 991px) {
    .listing-detail-page .pizza-wrapper .image-wrapper .stains.one {
        transform: translateY(270%) translateX(40%) !important;
        left: 24%;
        width: 20%;
    }
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .pizza-wrapper .image-wrapper .stains.one {
        transform: translateY(173%) translateX(-20%) !important;
        width: 28%;
    }
}
.listing-detail-page .pizza-wrapper .image-wrapper .stains.two {
    width: 13%;
    transform: rotate(-98deg) translateX(-189%) translateY(-4%) !important;
}
@media only screen and (max-width: 991px) {
    .listing-detail-page .pizza-wrapper .image-wrapper .stains.two {
        transform: rotate(-98deg) translateX(-129%) translateY(-14%) !important;
        width: 18%;
    }
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .pizza-wrapper .image-wrapper .stains.two {
        transform: rotate(-98deg) translateX(-159%) translateY(-4%) !important;
        width: 28%;
    }
}
.listing-detail-page .pizza-wrapper .image-wrapper .stains.three {
    width: 11%;
    transform: translateY(236%) rotate(134deg) !important;
    left: 45%;
}
@media only screen and (max-width: 991px) {
    .listing-detail-page .pizza-wrapper .image-wrapper .stains.three {
        width: 15%;
        transform: translateY(229%) rotate(134deg) !important;
        left: 45%;
    }
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .pizza-wrapper .image-wrapper .stains.three {
        transform: translateY(209%) rotate(135deg) !important;
        width: 23%;
        left: 40%;
    }
}
.listing-detail-page .pizza-wrapper .image-wrapper .stains.four {
    width: 10%;
    transform: translateY(230%) rotate(64deg) !important;
    left: 35%;
}
@media only screen and (max-width: 991px) {
    .listing-detail-page .pizza-wrapper .image-wrapper .stains.four {
        width: 18%;
        transform: translateY(130%) rotate(64deg) !important;
        left: 31%;
    }
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .pizza-wrapper .image-wrapper .stains.four {
        transform: translateY(110%) rotate(64deg) !important;
        left: 20%;
        width: 21%;
    }
}
.listing-detail-page .pizza-wrapper .image-wrapper .stains.nostain {
    display: none !important;
}
.listing-detail-page .pizza-wrapper .round-wrapper {
    position: absolute;
    top: 0 !important;
    left: 59%;
    transform: translateX(-50%) translateY(18vh);
    z-index: 4;
    opacity: 0;
}
@media only screen and (max-height: 900px) {
    .listing-detail-page .pizza-wrapper .round-wrapper {
        transform: translateX(-50%) translateY(15vh);
    }
}
@media only screen and (max-width: 768px) {
    .listing-detail-page .pizza-wrapper .round-wrapper {
        left: 65%;
    }
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .pizza-wrapper .round-wrapper {
        top: 50%;
        left: 50%;
    }
}
.listing-detail-page .pizza-wrapper .round-wrapper.mobile {
    top: 100vw !important;
    transform: translateX(-50%) translateY(0) !important;
}
.listing-detail-page .pizza-wrapper .round-wrapper .price {
    font-size: 7.1875rem;
    position: absolute;
    top: 0;
    right: -200px;
    color: #74c3d5;
    line-height: 60px;
    transition: opacity 0.5s;
}
@media only screen and (max-width: 992px) {
    .listing-detail-page .pizza-wrapper .round-wrapper .price {
        right: -170px;
        font-size: 6.25rem;
    }
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .pizza-wrapper .round-wrapper .price {
        right: -120px;
        font-size: 4.375rem;
    }
}
.listing-detail-page .pizza-wrapper .round-wrapper .price span {
    line-height: 100px;
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .pizza-wrapper .round-wrapper .price span {
        line-height: 40px;
    }
}
.listing-detail-page .pizza-wrapper .round-wrapper .price sup {
    font-size: 3.125rem;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
    top: -43px;
    left: -8px;
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .pizza-wrapper .round-wrapper .price sup {
        font-size: 2.5rem;
        line-height: 40px;
    }
}
.listing-detail-page .pizza-wrapper .round {
    width: 120px;
    height: 120px;
    background: #fd0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    transition: height 0.5s, width 0.5s, opacity 0.5s;
    overflow: hidden;
    flex-direction: column;
    transform: scale(1);
}
@media only screen and (max-height: 900px) {
    .listing-detail-page .pizza-wrapper .round {
        width: 110px;
        height: 110px;
    }
}
.listing-detail-page .pizza-wrapper .round:hover {
    transform: scale(1.1);
}
.listing-detail-page .pizza-wrapper .round.nutri-fact {
    cursor: pointer;
    transition: height 0.5s, width 0.5s, opacity 0.3s;
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .pizza-wrapper .round.nutri-fact {
        opacity: 0;
    }
}
.listing-detail-page .pizza-wrapper .round.nutri-fact:hover {
    transform: scale(1.03);
}
.listing-detail-page .pizza-wrapper .round.nutri-fact p {
    height: 110px;
}
@media only screen and (max-height: 900px) {
    .listing-detail-page .pizza-wrapper .round.nutri-fact p {
        height: 102px;
    }
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .pizza-wrapper .round.nutri-fact p {
        display: none;
    }
}
.listing-detail-page .pizza-wrapper .round p {
    font-size: 1.625rem;
    color: #003b4a;
    font-family: KnockoutCruiserweight, sans-serif;
    transform: translateY(4px);
    overflow: hidden;
    height: 50px;
}
@media only screen and (max-height: 900px) {
    .listing-detail-page .pizza-wrapper .round p {
        font-size: 1.375rem;
    }
}
@media only screen and (max-width: 1200px) {
    .listing-detail-page .pizza-wrapper .round p {
        font-size: 1.5rem;
    }
}
.listing-detail-page .pizza-wrapper .round p span {
    transition: all 0.5s;
}
.listing-detail-page .pizza-wrapper .round p span:first-of-type {
    width: 120px;
    display: block;
    margin: 0 auto 35px;
    line-height: 26px;
}
@media only screen and (max-width: 1200px) {
    .listing-detail-page .pizza-wrapper .round p span:first-of-type {
        margin: 0 auto 45px;
    }
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .pizza-wrapper .round p span:first-of-type {
        padding-top: 5px;
        line-height: 20px;
    }
}
.listing-detail-page .pizza-wrapper .round p span:nth-of-type(2) {
    width: 180px;
    display: block;
    margin: auto;
}
.listing-detail-page .pizza-wrapper .right {
    right: -50% !important;
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .pizza-wrapper .right {
        right: -75% !important;
    }
}
.listing-detail-page .nutrition-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 190px;
    position: relative;
    left: 58px;
    margin-bottom: 133px;
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .nutrition-wrapper {
        left: 0;
        align-items: center;
        flex-direction: column;
        min-height: 434px;
    }
}
.listing-detail-page .nutrition-wrapper h3 {
    font-size: 4.5rem;
    text-transform: uppercase;
    line-height: 68px;
    color: #003b4a;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .nutrition-wrapper h3 {
        font-size: 52px;
        line-height: 52px;
    }
}
.listing-detail-page .nutrition-wrapper h3 span {
    font-size: 4.5rem;
    margin-left: 10px;
    position: relative;
    top: -25px;
    color: #74c3d5;
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .nutrition-wrapper h3 span {
        font-size: 52px;
    }
}
.listing-detail-page .nutrition-wrapper h4 {
    font-size: 4.5rem;
    margin-left: 10px;
    position: relative;
    top: -25px;
    color: #74c3d5;
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .nutrition-wrapper h4 {
        font-size: 33px;
        top: 0;
        margin-left: 0;
    }
}
.listing-detail-page .nutrition-wrapper h4 sup {
    font-size: 2.25rem;
    text-transform: uppercase;
    margin-left: 7px;
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .nutrition-wrapper h4 sup {
        font-size: 20px;
    }
}
.listing-detail-page .nutrition-wrapper .nutri-detail-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    flex-direction: column;
    margin-top: 50px;
}
.listing-detail-page .nutrition-wrapper .round {
    width: 203px;
    height: 203px;
    background: #fd0;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.5s;
    overflow: hidden;
    flex-direction: column;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .nutrition-wrapper .round {
        width: 180px;
        height: 180px;
    }
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .nutrition-wrapper .round {
        display: flex;
    }
}
.listing-detail-page .nutrition-wrapper .round.nutri-fact {
    cursor: pointer;
    transition: all 0.5s;
}
.listing-detail-page .nutrition-wrapper .round.nutri-fact:hover {
    transform: scale(1.03);
}
.listing-detail-page .nutrition-wrapper .round.nutri-fact p {
    height: 110px;
}
@media only screen and (max-height: 900px) {
    .listing-detail-page .nutrition-wrapper .round.nutri-fact p {
        height: 102px;
    }
}
.listing-detail-page .nutrition-wrapper .round p {
    font-size: 1.625rem;
    color: #003b4a;
    font-family: KnockoutCruiserweight, sans-serif;
    transform: translateY(4px);
    overflow: hidden;
    height: 50px;
}
@media only screen and (max-height: 900px) {
    .listing-detail-page .nutrition-wrapper .round p {
        font-size: 1.375rem;
    }
}
.listing-detail-page .nutrition-wrapper .round p span {
    transition: all 0.5s;
}
.listing-detail-page .nutrition-wrapper .round p span:first-of-type {
    width: 120px;
    display: block;
    margin: 0 auto 35px;
    line-height: 26px;
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .nutrition-wrapper .round p span:first-of-type {
        line-height: 60px;
    }
}
.listing-detail-page .nutrition-wrapper .round p span:nth-of-type(2) {
    width: 180px;
    display: block;
    margin: auto;
}
.listing-detail-page .moving-text-wrapper.uptext {
    padding-bottom: 115px;
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .moving-text,
    .listing-detail-page .moving-text-wrapper,
    .listing-detail-page .moving-text-wrapper.uptext {
        overflow: hidden;
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .moving-text {
        margin: 0 -20px;
    }
}
.listing-detail-page .name-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    text-align: left;
    margin: 0 auto 100px;
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .name-wrapper {
        margin: 0 auto 200px;
    }
}
.listing-detail-page .name-wrapper a:hover {
    text-decoration: none;
}
.listing-detail-page .name-wrapper h2 {
    display: none;
}
.listing-detail-page .name-wrapper h1,
.listing-detail-page .name-wrapper h3 {
    font-size: 16.25rem;
    line-height: 195px;
    color: #003b4a;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 1500px) {
    .listing-detail-page .name-wrapper h1,
    .listing-detail-page .name-wrapper h3 {
        font-size: 15rem;
        line-height: 180px;
    }
}
@media only screen and (max-width: 768px) {
    .listing-detail-page .name-wrapper h1,
    .listing-detail-page .name-wrapper h3 {
        font-size: 162px;
        line-height: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .name-wrapper h1,
    .listing-detail-page .name-wrapper h3 {
        font-size: 70px;
        line-height: 60px;
    }
}
.listing-detail-page .name-wrapper h1 {
    text-align: left;
    margin-top: 50px;
}
.listing-detail-page .name-wrapper h3 {
    font-size: 4.5rem;
    text-transform: uppercase;
    line-height: 68px;
    color: #003b4a;
    margin: 0;
    padding-left: 39%;
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .listing-detail-page .name-wrapper h3 {
        padding-left: 30%;
    }
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .name-wrapper h3 {
        font-size: 52px;
        line-height: 42px;
        padding-left: 8%;
    }
}
.listing-detail-page .name-wrapper h3 span {
    font-size: 3.9375rem;
    position: absolute;
    top: -20px;
    margin-left: 5px;
    color: #74c3d5;
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .name-wrapper h3 span {
        font-size: 40px;
    }
}
.listing-detail-page .name-wrapper h3 span sup {
    font-size: 2.25rem;
    margin-left: 3px;
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .name-wrapper h3 span sup {
        font-size: 30px;
    }
}
.listing-detail-page .name-wrapper h4 {
    font-size: 4.5rem;
    margin-left: 10px;
    position: relative;
    top: -25px;
    color: #74c3d5;
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .name-wrapper h4 {
        font-size: 1.875rem;
        top: 0;
    }
}
.listing-detail-page .name-wrapper h4 sup {
    font-size: 2.25rem;
    text-transform: uppercase;
    margin-left: 7px;
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .name-wrapper h4 sup {
        font-size: 1.25rem;
    }
}
@media only screen and (max-width: 1200px) {
    .listing-detail-page .name-wrapper .next-pinza-wrap,
    .listing-detail-page .name-wrapper .next-pinza-wrap img {
        pointer-events: none;
    }
}
.listing-detail-page .name-wrapper img {
    position: absolute;
    left: 50%;
    width: 20vw;
}
.listing-detail-page .name-wrapper img.one-line {
    transform: translateX(-50%) translateY(30%) scale(1.3);
}
.listing-detail-page .name-wrapper img.two-lines {
    transform: translateX(-50%) translateY(10%) scale(1.3);
}
.listing-detail-page .name-wrapper img.grad {
    z-index: -1;
}
.listing-detail-page .name-wrapper img.grad.one-line {
    transform: translateX(-43%) translateY(39%) scale(1.4);
}
.listing-detail-page .name-wrapper img.grad.two-lines {
    transform: translateX(-43%) translateY(19%) scale(1.4);
}
@media only screen and (max-width: 1200px) {
    .listing-detail-page .name-wrapper img {
        width: 25vw;
    }
}
@media only screen and (max-width: 992px) {
    .listing-detail-page .name-wrapper img {
        width: 33.33333vw;
    }
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .name-wrapper img {
        width: 47.61905vw;
    }
}
.listing-detail-page .name-wrapper .pizza-name {
    width: 100%;
    position: absolute;
    left: 0;
}
@media only screen and (max-width: 992px) {
    .listing-detail-page .name-wrapper .pizza-name {
        padding: 0 20px;
        margin: 0;
    }
}
.listing-detail-page .name-wrapper .pizza-name h5 {
    text-align: right;
    text-transform: uppercase;
    font-size: 1.8125rem;
    padding-right: 23px;
    color: #003b4a;
    transition: all 0.5s;
    position: absolute;
    top: -30px;
    right: 0;
}
@media only screen and (max-width: 992px) {
    .listing-detail-page .name-wrapper .pizza-name h5 {
        font-size: 1.625rem;
        padding-right: 0;
        top: -150px;
        right: 30px;
    }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
    .listing-detail-page .name-wrapper .pizza-name h5 {
        top: -105px;
    }
}
.listing-detail-page .name-wrapper .pizza-name h2 {
    margin: 0;
    text-align: right;
    font-size: 7rem;
    line-height: 112px;
    text-transform: uppercase;
    color: #74c3d5;
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 1.2s;
}
@media only screen and (max-width: 768px) {
    .listing-detail-page .name-wrapper .pizza-name h2 {
        font-size: 60px;
        line-height: 62px;
    }
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .name-wrapper .pizza-name h2 {
        font-size: 40px;
        line-height: 42px;
    }
}
.listing-detail-page .name-wrapper .pizza-name h2 sup {
    font-size: 3.125rem;
    top: -0.8em;
}
@media only screen and (max-width: 768px) {
    .listing-detail-page .name-wrapper .pizza-name h2 sup {
        font-size: 30px;
        top: -0.7em;
    }
}
@media only screen and (max-width: 540px) {
    .listing-detail-page .name-wrapper .pizza-name h2 sup {
        font-size: 20px;
    }
}
.listing-detail-page .name-wrapper.next-pizza {
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 992px) {
    .listing-detail-page .name-wrapper.next-pizza {
        height: 80vh;
    }
}
@media only screen and (max-width: 767px) {
    .listing-detail-page .name-wrapper.next-pizza {
        pointer-events: none;
    }
    .listing-detail-page .name-wrapper.next-pizza a {
        pointer-events: auto;
    }
}
.listing-detail-page .name-wrapper.next-pizza a {
    text-decoration: none !important;
    height: 100vh;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .listing-detail-page .name-wrapper.next-pizza a {
        height: 80vh;
    }
}
.listing-detail-page .name-wrapper.next-pizza img {
    transition: all 1.2s;
}
.listing-detail-page .name-wrapper.next-pizza .order-btn {
    position: absolute;
    right: 28%;
    top: 22%;
    transform: scale(1);
    width: 130px;
    height: 130px;
    z-index: 2;
}
@media only screen and (max-width: 1600px) {
    .listing-detail-page .name-wrapper.next-pizza .order-btn {
        right: 29%;
        top: 13%;
    }
}
@media only screen and (max-width: 1500px) {
    .listing-detail-page .name-wrapper.next-pizza .order-btn {
        right: 30%;
        top: 23%;
        width: 120px;
        height: 120px;
    }
}
@media only screen and (max-height: 900px) {
    .listing-detail-page .name-wrapper.next-pizza .order-btn {
        top: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .listing-detail-page .name-wrapper.next-pizza .order-btn {
        display: none;
    }
}
body.top .listing-detail-page .pizza-wrapper .image-wrapper {
    top: 0;
}
.food-menu-listing .title-wrapper,
.listing-detail-page .title-wrapper,
.white-overlay .title-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
}
@media only screen and (max-width: 1024px) {
    .food-menu-listing .title-wrapper,
    .listing-detail-page .title-wrapper,
    .white-overlay .title-wrapper {
        left: 0;
    }
}
@media only screen and (max-width: 540px) {
    .food-menu-listing .title-wrapper,
    .listing-detail-page .title-wrapper,
    .white-overlay .title-wrapper {
        padding: 70px 20px 90px;
    }
}
.food-menu-listing .title-wrapper .heading-wrap,
.listing-detail-page .title-wrapper .heading-wrap,
.white-overlay .title-wrapper .heading-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 540px) {
    .food-menu-listing .title-wrapper .heading-wrap,
    .listing-detail-page .title-wrapper .heading-wrap,
    .white-overlay .title-wrapper .heading-wrap {
        align-items: flex-start;
    }
}
.food-menu-listing .title-wrapper h1,
.food-menu-listing .title-wrapper h2,
.listing-detail-page .title-wrapper h1,
.listing-detail-page .title-wrapper h2,
.white-overlay .title-wrapper h1,
.white-overlay .title-wrapper h2 {
    font-size: 16.25rem;
    text-transform: uppercase;
    line-height: 160px;
    color: #003b4a;
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
    margin: 100px 0 0;
}
@media only screen and (max-width: 1500px) {
    .food-menu-listing .title-wrapper h1,
    .food-menu-listing .title-wrapper h2,
    .listing-detail-page .title-wrapper h1,
    .listing-detail-page .title-wrapper h2,
    .white-overlay .title-wrapper h1,
    .white-overlay .title-wrapper h2 {
        font-size: 15rem;
        line-height: 180px;
    }
}
@media only screen and (max-width: 1200px) {
    .food-menu-listing .title-wrapper h1,
    .food-menu-listing .title-wrapper h2,
    .listing-detail-page .title-wrapper h1,
    .listing-detail-page .title-wrapper h2,
    .white-overlay .title-wrapper h1,
    .white-overlay .title-wrapper h2 {
        font-size: 11.25rem;
        line-height: 80px;
    }
}
@media only screen and (max-width: 992px) {
    .food-menu-listing .title-wrapper h1,
    .food-menu-listing .title-wrapper h2,
    .listing-detail-page .title-wrapper h1,
    .listing-detail-page .title-wrapper h2,
    .white-overlay .title-wrapper h1,
    .white-overlay .title-wrapper h2 {
        font-size: 150px;
        line-height: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .title-wrapper h1,
    .food-menu-listing .title-wrapper h2,
    .listing-detail-page .title-wrapper h1,
    .listing-detail-page .title-wrapper h2,
    .white-overlay .title-wrapper h1,
    .white-overlay .title-wrapper h2 {
        font-size: 70px;
        line-height: 46px;
        margin-top: 70px;
    }
}
.food-menu-listing .title-wrapper h1.big,
.food-menu-listing .title-wrapper h2.big,
.listing-detail-page .title-wrapper h1.big,
.listing-detail-page .title-wrapper h2.big,
.white-overlay .title-wrapper h1.big,
.white-overlay .title-wrapper h2.big {
    font-size: 13.75rem;
    line-height: 130px;
}
@media only screen and (max-width: 992px) {
    .food-menu-listing .title-wrapper h1.big,
    .food-menu-listing .title-wrapper h2.big,
    .listing-detail-page .title-wrapper h1.big,
    .listing-detail-page .title-wrapper h2.big,
    .white-overlay .title-wrapper h1.big,
    .white-overlay .title-wrapper h2.big {
        font-size: 11.25rem;
        line-height: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .title-wrapper h1.big,
    .food-menu-listing .title-wrapper h2.big,
    .listing-detail-page .title-wrapper h1.big,
    .listing-detail-page .title-wrapper h2.big,
    .white-overlay .title-wrapper h1.big,
    .white-overlay .title-wrapper h2.big {
        font-size: 6.25rem;
        line-height: 60px;
    }
}
.food-menu-listing .title-wrapper h1.big .text-wrap,
.food-menu-listing .title-wrapper h2.big .text-wrap,
.listing-detail-page .title-wrapper h1.big .text-wrap,
.listing-detail-page .title-wrapper h2.big .text-wrap,
.white-overlay .title-wrapper h1.big .text-wrap,
.white-overlay .title-wrapper h2.big .text-wrap {
    line-height: 166px;
}
@media only screen and (max-width: 1200px) {
    .food-menu-listing .title-wrapper h1.big .text-wrap,
    .food-menu-listing .title-wrapper h2.big .text-wrap,
    .listing-detail-page .title-wrapper h1.big .text-wrap,
    .listing-detail-page .title-wrapper h2.big .text-wrap,
    .white-overlay .title-wrapper h1.big .text-wrap,
    .white-overlay .title-wrapper h2.big .text-wrap {
        line-height: 145px;
    }
}
@media only screen and (max-width: 1200px) and (max-width: 992px) {
    .food-menu-listing .title-wrapper h1.big .text-wrap,
    .food-menu-listing .title-wrapper h2.big .text-wrap,
    .listing-detail-page .title-wrapper h1.big .text-wrap,
    .listing-detail-page .title-wrapper h2.big .text-wrap,
    .white-overlay .title-wrapper h1.big .text-wrap,
    .white-overlay .title-wrapper h2.big .text-wrap {
        line-height: 120px;
    }
}
@media only screen and (max-width: 1200px) and (max-width: 767px) {
    .food-menu-listing .title-wrapper h1.big .text-wrap,
    .food-menu-listing .title-wrapper h2.big .text-wrap,
    .listing-detail-page .title-wrapper h1.big .text-wrap,
    .listing-detail-page .title-wrapper h2.big .text-wrap,
    .white-overlay .title-wrapper h1.big .text-wrap,
    .white-overlay .title-wrapper h2.big .text-wrap {
        line-height: 84px;
    }
}
.food-menu-listing .title-wrapper h1 .first-wrap,
.food-menu-listing .title-wrapper h2 .first-wrap,
.listing-detail-page .title-wrapper h1 .first-wrap,
.listing-detail-page .title-wrapper h2 .first-wrap,
.white-overlay .title-wrapper h1 .first-wrap,
.white-overlay .title-wrapper h2 .first-wrap {
    display: inline-block;
    position: relative;
}
.food-menu-listing .title-wrapper h1 .text-wrap,
.food-menu-listing .title-wrapper h2 .text-wrap,
.listing-detail-page .title-wrapper h1 .text-wrap,
.listing-detail-page .title-wrapper h2 .text-wrap,
.white-overlay .title-wrapper h1 .text-wrap,
.white-overlay .title-wrapper h2 .text-wrap {
    overflow: hidden;
    display: inline-block;
    line-height: 195px;
}
@media only screen and (max-width: 1500px) {
    .food-menu-listing .title-wrapper h1 .text-wrap,
    .food-menu-listing .title-wrapper h2 .text-wrap,
    .listing-detail-page .title-wrapper h1 .text-wrap,
    .listing-detail-page .title-wrapper h2 .text-wrap,
    .white-overlay .title-wrapper h1 .text-wrap,
    .white-overlay .title-wrapper h2 .text-wrap {
        line-height: 180px;
    }
}
.food-menu-listing .title-wrapper h1 .text-wrap.block,
.food-menu-listing .title-wrapper h2 .text-wrap.block,
.listing-detail-page .title-wrapper h1 .text-wrap.block,
.listing-detail-page .title-wrapper h2 .text-wrap.block,
.white-overlay .title-wrapper h1 .text-wrap.block,
.white-overlay .title-wrapper h2 .text-wrap.block {
    display: block;
}
@media only screen and (max-width: 1200px) {
    .food-menu-listing .title-wrapper h1 .text-wrap,
    .food-menu-listing .title-wrapper h2 .text-wrap,
    .listing-detail-page .title-wrapper h1 .text-wrap,
    .listing-detail-page .title-wrapper h2 .text-wrap,
    .white-overlay .title-wrapper h1 .text-wrap,
    .white-overlay .title-wrapper h2 .text-wrap {
        line-height: 130px;
    }
}
@media only screen and (max-width: 992px) {
    .food-menu-listing .title-wrapper h1 .text-wrap,
    .food-menu-listing .title-wrapper h2 .text-wrap,
    .listing-detail-page .title-wrapper h1 .text-wrap,
    .listing-detail-page .title-wrapper h2 .text-wrap,
    .white-overlay .title-wrapper h1 .text-wrap,
    .white-overlay .title-wrapper h2 .text-wrap {
        line-height: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .title-wrapper h1 .text-wrap,
    .food-menu-listing .title-wrapper h2 .text-wrap,
    .listing-detail-page .title-wrapper h1 .text-wrap,
    .listing-detail-page .title-wrapper h2 .text-wrap,
    .white-overlay .title-wrapper h1 .text-wrap,
    .white-overlay .title-wrapper h2 .text-wrap {
        line-height: 54px;
    }
}
.food-menu-listing .title-wrapper h1 .text-wrap span,
.food-menu-listing .title-wrapper h2 .text-wrap span,
.listing-detail-page .title-wrapper h1 .text-wrap span,
.listing-detail-page .title-wrapper h2 .text-wrap span,
.white-overlay .title-wrapper h1 .text-wrap span,
.white-overlay .title-wrapper h2 .text-wrap span {
    transform: translateY(110%);
    display: inline-block;
}
.food-menu-listing .title-wrapper h1 .price,
.food-menu-listing .title-wrapper h2 .price,
.listing-detail-page .title-wrapper h1 .price,
.listing-detail-page .title-wrapper h2 .price,
.white-overlay .title-wrapper h1 .price,
.white-overlay .title-wrapper h2 .price {
    font-size: 7.1875rem;
    position: absolute;
    top: -100px;
    right: 0;
    color: #74c3d5;
    line-height: 60px;
}
@media only screen and (max-width: 1500px) {
    .food-menu-listing .title-wrapper h1 .price,
    .food-menu-listing .title-wrapper h2 .price,
    .listing-detail-page .title-wrapper h1 .price,
    .listing-detail-page .title-wrapper h2 .price,
    .white-overlay .title-wrapper h1 .price,
    .white-overlay .title-wrapper h2 .price {
        top: -100px;
    }
}
@media only screen and (max-width: 992px) {
    .food-menu-listing .title-wrapper h1 .price,
    .food-menu-listing .title-wrapper h2 .price,
    .listing-detail-page .title-wrapper h1 .price,
    .listing-detail-page .title-wrapper h2 .price,
    .white-overlay .title-wrapper h1 .price,
    .white-overlay .title-wrapper h2 .price {
        top: -100px;
        right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .title-wrapper h1 .price,
    .food-menu-listing .title-wrapper h2 .price,
    .listing-detail-page .title-wrapper h1 .price,
    .listing-detail-page .title-wrapper h2 .price,
    .white-overlay .title-wrapper h1 .price,
    .white-overlay .title-wrapper h2 .price {
        font-size: 3.125rem;
        top: -50px;
        display: none;
    }
}
.food-menu-listing .title-wrapper h1 .price span,
.food-menu-listing .title-wrapper h2 .price span,
.listing-detail-page .title-wrapper h1 .price span,
.listing-detail-page .title-wrapper h2 .price span,
.white-overlay .title-wrapper h1 .price span,
.white-overlay .title-wrapper h2 .price span {
    line-height: 100px;
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .title-wrapper h1 .price span,
    .food-menu-listing .title-wrapper h2 .price span,
    .listing-detail-page .title-wrapper h1 .price span,
    .listing-detail-page .title-wrapper h2 .price span,
    .white-overlay .title-wrapper h1 .price span,
    .white-overlay .title-wrapper h2 .price span {
        line-height: 40px;
    }
}
.food-menu-listing .title-wrapper h1 .price sup,
.food-menu-listing .title-wrapper h2 .price sup,
.listing-detail-page .title-wrapper h1 .price sup,
.listing-detail-page .title-wrapper h2 .price sup,
.white-overlay .title-wrapper h1 .price sup,
.white-overlay .title-wrapper h2 .price sup {
    font-size: 3.125rem;
    line-height: 50px;
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .title-wrapper h1 .price sup,
    .food-menu-listing .title-wrapper h2 .price sup,
    .listing-detail-page .title-wrapper h1 .price sup,
    .listing-detail-page .title-wrapper h2 .price sup,
    .white-overlay .title-wrapper h1 .price sup,
    .white-overlay .title-wrapper h2 .price sup {
        font-size: 2.5rem;
        line-height: 40px;
    }
}
.food-menu-listing .title-wrapper .ingredient-wrapper,
.listing-detail-page .title-wrapper .ingredient-wrapper,
.white-overlay .title-wrapper .ingredient-wrapper {
    padding-left: 135px;
    max-width: 72%;
    margin-top: -90px;
    margin-bottom: 170px;
}
@media only screen and (max-width: 768px) {
    .food-menu-listing .title-wrapper .ingredient-wrapper,
    .listing-detail-page .title-wrapper .ingredient-wrapper,
    .white-overlay .title-wrapper .ingredient-wrapper {
        padding-left: 0;
        max-width: 70%;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .title-wrapper .ingredient-wrapper,
    .listing-detail-page .title-wrapper .ingredient-wrapper,
    .white-overlay .title-wrapper .ingredient-wrapper {
        margin-top: -180px;
    }
}
@media only screen and (max-width: 540px) {
    .food-menu-listing .title-wrapper .ingredient-wrapper,
    .listing-detail-page .title-wrapper .ingredient-wrapper,
    .white-overlay .title-wrapper .ingredient-wrapper {
        padding-left: 0;
        max-width: 90%;
    }
}
.food-menu-listing .title-wrapper .ingredient-wrapper h6,
.listing-detail-page .title-wrapper .ingredient-wrapper h6,
.white-overlay .title-wrapper .ingredient-wrapper h6 {
    font-size: 29px;
    text-transform: uppercase;
    color: #74c3d5;
}
@media only screen and (max-width: 540px) {
    .food-menu-listing .title-wrapper .ingredient-wrapper h6,
    .listing-detail-page .title-wrapper .ingredient-wrapper h6,
    .white-overlay .title-wrapper .ingredient-wrapper h6 {
        color: #fd0;
    }
}
.food-menu-listing .title-wrapper .ingredient-wrapper p,
.listing-detail-page .title-wrapper .ingredient-wrapper p,
.white-overlay .title-wrapper .ingredient-wrapper p {
    font-size: 1.5625rem;
    font-family: GothamBook, sans-serif;
    margin-top: 24px;
    line-height: 35px;
    color: #003b4a;
}
@media only screen and (max-width: 540px) {
    .food-menu-listing .title-wrapper .ingredient-wrapper p,
    .listing-detail-page .title-wrapper .ingredient-wrapper p,
    .white-overlay .title-wrapper .ingredient-wrapper p {
        font-size: 14px;
        line-height: 22px;
    }
}
#nutri-dialog {
    display: none;
    max-width: 1115px;
    width: 100%;
}
@media only screen and (max-width: 425px) {
    #nutri-dialog {
        padding: 15px;
    }
}
#nutri-dialog .close-btn {
    width: 70px;
    height: 70px;
    background: #fd0;
    color: #003b4a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    margin: auto;
    font-family: GothamBook, sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
    #nutri-dialog .close-btn {
        margin: 0 auto 20px;
    }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
    #nutri-dialog .close-btn {
        margin: 0 auto;
    }
}
#nutri-dialog .close-btn:hover {
    transform: scale(1.03);
}
#nutri-dialog .carousel__button.is-close {
    display: none;
}
#nutri-dialog .tab-wrapper {
    margin: 0 0 30px;
}
#nutri-dialog .tab-wrapper,
#nutri-dialog .tab-wrapper .slice-tabs {
    display: flex;
    position: relative;
}
#nutri-dialog .tab-wrapper .btns {
    padding: 15px 37px;
    font-size: 25px;
    line-height: 27px;
    text-transform: uppercase;
    border: 1px solid #003b4a;
    border-radius: 0;
    background: #fff;
    color: #003b4a;
    transition: all 0.5s;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    #nutri-dialog .tab-wrapper .btns {
        padding: 5px 20px;
        font-size: 16px;
    }
}
#nutri-dialog .tab-wrapper .btns.active,
#nutri-dialog .tab-wrapper .btns:hover {
    background: #003b4a;
    color: #fff;
    border: 1px solid #003b4a;
}
#nutri-dialog .tab-wrapper .download-btn {
    position: absolute;
    right: 0;
    background: #fd0;
    color: #003b4a;
    border: 1px solid #fd0;
    transition: all 0.5s;
}
#nutri-dialog .tab-wrapper .download-btn:hover {
    background: #003b4a;
    color: #fff;
}
#nutri-dialog .table-wrapper {
    max-width: 565px;
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    position: relative;
}
@media only screen and (max-width: 767px) {
    #nutri-dialog .table-wrapper {
        max-width: 280px;
    }
}
#nutri-dialog .table-wrapper img {
    max-width: 300px;
}
@media only screen and (max-width: 767px) {
    #nutri-dialog .table-wrapper img {
        max-width: 220px;
    }
}
#nutri-dialog .table-wrapper .slice-table {
    display: none;
}
#nutri-dialog .table-wrapper .slice-table.active {
    display: block;
}
#nutri-dialog .table-wrapper .full-table {
    display: none;
}
#nutri-dialog .table-wrapper .full-table.active {
    display: block;
}
#nutri-dialog .table-wrapper table.nutri-table {
    width: 100%;
    background-color: #e5f3f7;
    border-collapse: collapse;
    border: 0 solid #cfe8ef;
    color: #74c3d5;
}
#nutri-dialog .table-wrapper table.nutri-table td,
#nutri-dialog .table-wrapper table.nutri-table th {
    padding: 8px 3px;
    border-right: 1px solid #cfe8ef;
    text-transform: uppercase;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    width: 90px;
}
@media only screen and (max-width: 767px) {
    #nutri-dialog .table-wrapper table.nutri-table td,
    #nutri-dialog .table-wrapper table.nutri-table th {
        width: 100%;
        padding-left: 20px;
    }
}
#nutri-dialog .table-wrapper table.nutri-table td:first-of-type,
#nutri-dialog .table-wrapper table.nutri-table th:first-of-type {
    width: 215px;
    padding-left: 20px;
}
@media only screen and (max-width: 767px) {
    #nutri-dialog .table-wrapper table.nutri-table td:first-of-type,
    #nutri-dialog .table-wrapper table.nutri-table th:first-of-type {
        width: 100%;
        display: flex;
        align-items: center;
    }
}
#nutri-dialog .table-wrapper table.nutri-table td:last-of-type,
#nutri-dialog .table-wrapper table.nutri-table th:last-of-type {
    border-right: none;
}
#nutri-dialog .table-wrapper table.nutri-table td {
    padding: 4px;
    color: #003b4a;
}
@media only screen and (max-width: 767px) {
    #nutri-dialog .table-wrapper table.nutri-table td {
        padding-left: 20px;
        text-align: left;
    }
}
#nutri-dialog .table-wrapper table.nutri-table thead {
    background: #74c3d5;
    border-bottom: 1px solid #cfe8ef;
}
#nutri-dialog .table-wrapper table.nutri-table thead tr th {
    color: #fff;
    padding: 20px 3px;
}
@media only screen and (max-width: 767px) {
    #nutri-dialog .table-wrapper table.nutri-table thead tr th {
        padding: 6px 3px 6px 20px;
    }
}
#nutri-dialog .table-wrapper table.nutri-table tbody tr {
    border-bottom: 1px solid #cfe8ef;
}
#nutri-dialog .table-wrapper table.nutri-table tbody tr:first-of-type td {
    padding-top: 14px;
}
@media only screen and (max-width: 767px) {
    #nutri-dialog .table-wrapper table.nutri-table tbody tr:first-of-type td {
        padding-top: 4px;
    }
}
#nutri-dialog .table-wrapper table.nutri-table tbody tr:last-of-type td {
    padding-bottom: 14px;
}
@media only screen and (max-width: 767px) {
    #nutri-dialog .table-wrapper table.nutri-table tbody tr:last-of-type td {
        padding-bottom: 4px;
    }
}
#nutri-dialog .table-wrapper .ingredient-wrapper {
    display: flex;
    align-items: center;
}
#nutri-dialog .table-wrapper .ingredient-wrapper .icon-wrapper {
    background: #74c3d5;
    border-radius: 5px;
    width: 33px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
#nutri-dialog .table-wrapper table.nutri-table tfoot {
    background: #74c3d5;
}
#nutri-dialog .table-wrapper table.nutri-table tfoot tr td {
    color: #fff;
    border-right: 1px solid #74c3d5;
    padding: 20px 3px;
}
@media only screen and (max-width: 767px) {
    #nutri-dialog .table-wrapper table.nutri-table tfoot tr td {
        padding: 6px 3px 6px 20px;
    }
}
#nutri-dialog .table-wrapper .table-body {
    max-height: 320px;
    height: 100%;
    overflow: auto;
}
#nutri-dialog .table-wrapper .table-body::-webkit-scrollbar {
    width: 6px;
}
#nutri-dialog .table-wrapper .table-body::-webkit-scrollbar-track {
    background: rgba(116, 195, 213, 0.4);
}
#nutri-dialog .table-wrapper .table-body::-webkit-scrollbar-thumb {
    background-color: #74c3d5;
}
#nutri-dialog .table-wrapper .table-row {
    display: flex;
    background: #e5f3f7;
    border: 1px solid #cfe8ef;
    color: #003b4a;
    font-size: 1rem;
    text-transform: uppercase;
}
#nutri-dialog .table-wrapper .table-row.head {
    background: #74c3d5;
    color: #fff;
}
#nutri-dialog .table-wrapper .table-row.head .nutri-gram {
    width: 49.1%;
}
#nutri-dialog .table-wrapper .table-row.foot {
    padding: 20px 40px;
    margin-bottom: 50px;
}
#nutri-dialog .table-wrapper .table-row .nutri-title {
    border-right: 1px solid #cfe8ef;
    width: 30%;
    display: flex;
    padding: 20px 20px 20px 40px;
}
@media only screen and (max-width: 767px) {
    #nutri-dialog .table-wrapper .table-row .nutri-title {
        padding: 20px;
    }
}
#nutri-dialog .table-wrapper .table-row .nutri-gram {
    border-right: 1px solid #cfe8ef;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
#nutri-dialog .table-wrapper .table-row .nutri-gram p {
    margin: 0;
    line-height: 25px;
}
#nutri-dialog .table-wrapper .table-row .nutri-percent {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
}
#nutri-dialog .table-wrapper .table-row .nutri-percent p {
    margin: 0;
    line-height: 25px;
}
#nutri-dialog .table-wrapper .calories-wrapper {
    display: none;
    flex-direction: column;
    align-items: center;
}
#nutri-dialog .table-wrapper h3 {
    display: flex;
    font-size: 52px;
    text-transform: uppercase;
    margin: 0;
    line-height: 52px;
    max-width: 50%;
    width: 100%;
}
#nutri-dialog .table-wrapper h3 p {
    margin: 0 0 0 10px;
    line-height: 52px;
    position: relative;
    top: -0.3em;
    color: #74c3d5;
}
#nutri-dialog .table-wrapper h3 sup {
    font-size: 26px;
    top: 0.2em;
    color: #74c3d5;
}
#nutri-dialog .table-wrapper .download-fact {
    position: absolute;
    bottom: 30px;
    font-size: 21px;
    text-transform: uppercase;
    background: #fd0;
    color: #003b4a;
    padding: 7px 20px;
    transition: all 0.5s;
}
#nutri-dialog .table-wrapper .download-fact:focus,
#nutri-dialog .table-wrapper .download-fact:hover {
    text-decoration: none;
    transform: scale(1.03);
}
#nutri-dialog .stain1 {
    position: absolute;
    top: 23%;
    left: 0;
    z-index: -1;
}
#nutri-dialog .stain2 {
    position: absolute;
    top: 55%;
    right: 60px;
    z-index: -1;
}
#nutri-dialog .stain3 {
    position: absolute;
    top: 61%;
    transform: translateX(-50%);
    left: 50%;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    table.nutri-table {
        border: 0;
    }
    table.nutri-table caption {
        font-size: 1.3em;
    }
    table.nutri-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.nutri-table tr {
        border-bottom: 3px solid #cfe8ef;
        display: block;
    }
    table.nutri-table td {
        border-bottom: 1px solid #cfe8ef;
        display: block;
        font-size: 0.8em;
        text-align: right;
    }
    table.nutri-table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        color: #74c3d5;
        margin-right: 10px;
        width: 45%;
        text-align: left;
    }
    table.nutri-table tfoot td:before {
        color: #fff;
    }
    table.nutri-table td:last-child {
        border-bottom: 0;
    }
}
.page-template-list-item + footer {
    display: none;
}
.overlay-block {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #fff;
    z-index: 99;
}
.overlay-block img {
    position: absolute;
    transform: translateX(-50%) translateY(0) scale(1.3);
    left: 50%;
    width: 20vw;
}
.overlay-block img.grad {
    z-index: -1;
    transform: translateX(-43%) translateY(9%) scale(1.4);
}
.loader {
    text-align: center;
    position: absolute;
    bottom: 40px;
    font-size: 30px;
    width: 400px;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-height: 900px) {
    .loader {
        bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .loader {
        width: 300px;
    }
}
.loader.active p {
    opacity: 1;
}
.loader p {
    padding: 0;
    margin: 0;
    bottom: 45px;
    pointer-events: none;
    color: #003b4a;
}
.loader p img {
    position: relative !important;
    width: 100px !important;
    transform: none !important;
    top: 5px !important;
    left: -10px !important;
}
@media only screen and (max-width: 767px) {
    .loader p img {
        width: 70px !important;
    }
}
.loader #anim {
    display: inline-block;
    width: 43px;
    height: 50px;
    position: absolute;
    bottom: -11px;
    pointer-events: none;
    margin: 0 auto 0 5px;
}
@media only screen and (max-width: 767px) {
    .loader #anim {
        width: 32px;
        height: 40px;
        margin-left: -4px;
    }
}
.test-page {
    height: 200vh;
    background-color: pink;
}
.food-menu-listing {
    height: auto;
    margin-bottom: 100px;
}
@media only screen and (max-width: 992px) {
    .food-menu-listing {
        margin-top: 150px !important;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .col-sm-12 {
        padding: 0;
    }
}
.food-menu-listing .search {
    position: relative;
    width: 60%;
    min-height: 60px;
}
@media only screen and (max-width: 1500px) {
    .food-menu-listing .search {
        padding: 0;
    }
}
@media only screen and (max-width: 992px) {
    .food-menu-listing .search {
        width: 70%;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .search {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 540px) {
    .food-menu-listing .search {
        width: 100%;
    }
}
.food-menu-listing .search .icon-search {
    position: absolute;
    right: 0;
    z-index: 2;
}
@media only screen and (max-width: 992px) {
    .food-menu-listing .search .icon-search {
        top: 5px;
    }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
    .food-menu-listing .search .icon-search {
        right: 23px;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .search .icon-search {
        top: -7px;
    }
}
@media only screen and (max-width: 540px) {
    .food-menu-listing .search .icon-search {
        top: 0;
    }
}
@media only screen and (max-width: 992px) {
    .food-menu-listing .search .icon-search svg {
        width: 28px;
        height: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .search .icon-search svg {
        right: 24px;
    }
}
@media only screen and (max-width: 540px) {
    .food-menu-listing .search .icon-search svg {
        width: 20px;
        height: 20px;
    }
}
.food-menu-listing .search input {
    width: 100%;
    font-size: 2.25rem;
    border: none;
    padding: 0 36px 0 0;
    line-height: 45px;
    position: absolute;
    z-index: 1;
    color: #74c3d5;
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .search input {
        font-size: 1.5rem;
        border-radius: 0 !important;
        font-size: 24px;
        line-height: 20px;
    }
}
.food-menu-listing .search input::placeholder {
    color: #003b4a;
    opacity: 0.2;
    text-transform: uppercase;
}
.food-menu-listing .search:after {
    position: absolute;
    content: "..............................................................................";
    width: 100%;
    height: 60px;
    left: 0;
    bottom: -60px;
    overflow: hidden;
    top: 1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 50px;
    color: #74c3d5;
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .search:after {
        padding: 0 20px;
        width: 97%;
        top: -14px;
    }
}
@media only screen and (max-width: 425px) {
    .food-menu-listing .search:after {
        width: 94%;
    }
}
.food-menu-listing .filters--food--type {
    padding-top: 61px;
}
@media only screen and (max-width: 1500px) {
    .food-menu-listing .filters--food--type {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .filters--food--type {
        padding: 10px 0 0 20px;
    }
}
.food-menu-listing .filters--food--type ul {
    display: flex;
}
.food-menu-listing .filters--food--type ul li {
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1200px) {
    .food-menu-listing .filters--food--type ul li {
        margin: 0;
        padding-right: 23px;
        width: auto;
    }
}
.food-menu-listing .filters--food--type ul li p {
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #003b4a;
    margin: 36px 0 13px;
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .filters--food--type ul li p {
        font-size: 1.75rem;
        margin: 20px 0 13px;
    }
}
.food-menu-listing .filters--food--type ul li span {
    width: 43px;
    height: 43px;
    background: #fd0;
    border-radius: 50%;
    font-size: 1.625rem;
    color: #003b4a;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 9px;
    left: 15px;
    display: none;
}
@media only screen and (max-width: 768px) {
    .food-menu-listing .filters--food--type ul li span {
        width: 35px;
        height: 35px;
        font-size: 1.3125rem;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .filters--food--type ul li span {
        width: 25px;
        height: 25px;
        font-size: 0.9375rem;
        top: 0;
        left: 4px;
        padding-top: 2px;
    }
}
.food-menu-listing .filters--food--type ul li:first-child {
    margin-left: 0;
}
.food-menu-listing .filters--food--type ul li.active p {
    color: #74c3d5;
    position: relative;
}
.food-menu-listing .filters--food--type ul li.active p:after {
    position: absolute;
    content: ".....................";
    width: 100%;
    height: 40px;
    left: 0;
    bottom: -60px;
    overflow: hidden;
    top: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 3.125rem;
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .filters--food--type ul li.active p:after {
        bottom: -15px;
        top: auto;
    }
}
.food-menu-listing .filters--food--type ul li.active span {
    display: flex;
}
.food-menu-listing .filters--food--type ul li:hover p {
    color: #74c3d5;
    transition: all 0.5s;
}
.food-menu-listing .food--listing {
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
    .food-menu-listing .food--listing {
        padding: 60px 20px 0;
    }
}
.food-menu-listing .food--listing h2 {
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .food--listing {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 15px 0;
        justify-content: center;
    }
}
.food-menu-listing .food--listing .title-wrapper {
    padding: 0;
    max-height: 830px;
    left: 0;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .food-menu-listing .food--listing .title-wrapper {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .food--listing .title-wrapper {
        width: 51%;
    }
}
@media only screen and (max-width: 540px) {
    .food-menu-listing .food--listing .title-wrapper {
        width: 80%;
    }
}
.food-menu-listing .food--listing .title-wrapper:hover .order-btn {
    transform: scale(1);
}
.food-menu-listing .food--listing .title-wrapper.pinza-loaded .gradient {
    opacity: 0.2;
}
.food-menu-listing .food--listing .title-wrapper .image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 1200px) {
    .food-menu-listing .food--listing .title-wrapper .image-wrapper {
        text-align: center;
    }
}
.food-menu-listing .food--listing .title-wrapper .image-wrapper .most-popular {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.food-menu-listing .food--listing .title-wrapper .image-wrapper .most-popular span {
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    background: #7dc7d8;
    padding: 10px 20px;
    border-radius: 10px;
}
.food-menu-listing .food--listing .title-wrapper .pizza-items {
    width: 95%;
    object-fit: cover;
    transition: all 0.5s;
}
@media only screen and (min-width: 1201px) {
    .food-menu-listing .food--listing .title-wrapper .pizza-items {
        height: 539px;
    }
}
@media only screen and (max-width: 1200px) {
    .food-menu-listing .food--listing .title-wrapper .pizza-items {
        height: 447px;
    }
}
@media only screen and (max-width: 991px) {
    .food-menu-listing .food--listing .title-wrapper .pizza-items {
        height: 332px;
    }
}
@media only screen and (max-width: 768px) {
    .food-menu-listing .food--listing .title-wrapper .pizza-items {
        height: 498px;
        max-height: 513px;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .food--listing .title-wrapper .pizza-items {
        height: 100%;
    }
}
.food-menu-listing .food--listing .title-wrapper .gradient {
    position: absolute;
    top: -1.5%;
    left: 3%;
    z-index: -1;
    width: 100%;
    opacity: 0;
    height: auto;
    transform: scale(1);
    transition: all 0.5s ease 2s;
}
@media only screen and (max-width: 1200px) {
    .food-menu-listing .food--listing .title-wrapper .gradient {
        left: 3%;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .food--listing .title-wrapper .gradient {
        top: -3%;
        width: 102%;
        left: 1%;
    }
}
.food-menu-listing .food--listing .title-wrapper .gradient img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.food-menu-listing .food--listing .title-wrapper a {
    position: relative;
}
@media only screen and (max-width: 540px) {
    .food-menu-listing .food--listing .title-wrapper a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.food-menu-listing .food--listing .title-wrapper a:hover {
    text-decoration: none;
}
.food-menu-listing .food--listing .title-wrapper a:hover .gradient {
    opacity: 0.2;
}
.food-menu-listing .food--listing .title-wrapper a:hover img {
    transform: scale(1.05);
}
.food-menu-listing .food--listing .title-wrapper .arrow {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 535px;
    left: 30px;
}
@media only screen and (max-width: 1200px) {
    .food-menu-listing .food--listing .title-wrapper .arrow {
        top: 460px;
    }
}
@media only screen and (max-width: 991px) {
    .food-menu-listing .food--listing .title-wrapper .arrow {
        top: 360px;
    }
}
@media only screen and (max-width: 768px) {
    .food-menu-listing .food--listing .title-wrapper .arrow {
        top: 500px;
    }
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .food--listing .title-wrapper .arrow {
        top: 62%;
        left: 3vw;
        height: 50px;
        display: none;
    }
}
@media only screen and (max-width: 540px) {
    .food-menu-listing .food--listing .title-wrapper .arrow {
        left: -7vw;
    }
}
.food-menu-listing .food--listing .title-wrapper .arrow svg:nth-of-type(2) {
    position: relative;
    left: 7px;
    top: -9px;
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .food--listing .title-wrapper .order-btn {
        display: none !important;
    }
}
.food-menu-listing .food--listing .title-wrapper .pizza-name {
    display: flex;
    position: relative;
    padding: 40px 12px 0 85px;
    justify-content: center;
    flex-direction: column;
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .food--listing .title-wrapper .pizza-name {
        top: 0;
    }
}
@media only screen and (max-width: 540px) {
    .food-menu-listing .food--listing .title-wrapper .pizza-name {
        padding: 25px 12px 0 0;
        width: calc(90% - 25px);
    }
}
.food-menu-listing .food--listing .title-wrapper .pizza-name h4 {
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #003b4a;
    margin-right: 4px;
    max-width: 260px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .food--listing .title-wrapper .pizza-name h4 {
        font-size: 29px;
        line-height: 29px;
    }
}
.food-menu-listing .food--listing .title-wrapper .pizza-name h4 span {
    margin-left: 8px;
    color: #fd0;
}
.food-menu-listing .food--listing .title-wrapper .pizza-name h4 span sup {
    margin-left: 2px;
    font-size: 1.875rem;
    top: -5px;
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .food--listing .title-wrapper .pizza-name h4 span sup {
        font-size: 20px;
    }
}
.food-menu-listing .food--listing .title-wrapper .pizza-name p {
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #fd0;
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .food--listing .title-wrapper .pizza-name p {
        font-size: 1.25rem;
    }
}
.food-menu-listing .food--listing .title-wrapper .pizza-name p sup {
    font-size: 1.875rem;
    position: relative;
    top: -4px;
    left: 4px;
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .food--listing .title-wrapper .pizza-name p sup {
        font-size: 1rem;
    }
}
.food-menu-listing .food--listing .title-wrapper p.desc {
    font-size: 1rem;
    font-family: GothamMedium_1, sans-serif;
    padding: 0 15px 30px 87px;
    position: relative;
    line-height: 22px;
    color: #a2b3b7;
    transform: translateZ(0);
}
@media only screen and (max-width: 767px) {
    .food-menu-listing .food--listing .title-wrapper p.desc {
        font-size: 14px;
        padding: 0 5px 0 70px;
        top: 0;
        width: 90%;
    }
}
@media only screen and (max-width: 540px) {
    .food-menu-listing .food--listing .title-wrapper p.desc {
        padding: 0 5px 0 10px;
    }
}
.food-menu-listing .food--listing .title-wrapper {
    opacity: 0;
    transition: all 0.5s ease 0.8s;
}
.food-menu-listing .food--listing .title-wrapper.pinza-loaded {
    opacity: 1;
}
.pizza-img,
.pizza-img .img-with-text {
    position: relative;
}
.pizza-img .img-with-text .img-desc-container {
    display: flex;
}
.pizza-img .img-with-text .img-desc-container .pizza-slice-container {
    position: relative;
    width: 1180px;
    height: 1024px;
}
@media only screen and (max-width: 1500px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container {
        width: 1000px;
    }
}
@media only screen and (max-width: 1350px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container {
        width: 800px;
    }
}
@media only screen and (max-width: 1024px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container {
        left: -20px;
    }
}
@media only screen and (max-width: 992px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container {
        width: 700px;
        left: -142px;
    }
}
@media only screen and (max-width: 767px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container {
        width: 700px;
        left: -120px;
        height: 700px;
    }
}
.pizza-img .img-with-text .img-desc-container .pizza-slice-container .board-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.pizza-img .img-with-text .img-desc-container .pizza-slice-container .board-wrapper .board {
    position: absolute;
    width: 86%;
    top: -190px;
    left: -125px;
    height: 120%;
    transform: rotate(76deg);
    opacity: 1;
}
@media only screen and (max-width: 1200px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .board-wrapper .board {
        width: 100%;
        top: -210px;
    }
}
@media only screen and (max-width: 767px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .board-wrapper .board {
        height: 800px;
        top: -125px;
    }
}
.pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices {
    position: relative;
    z-index: 2;
    right: -40px;
}
.pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice1 {
    position: absolute;
    left: -193px;
    top: 243px;
    width: 34%;
    transform: rotate(79deg);
    z-index: 2;
}
@media only screen and (max-width: 1500px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice1 {
        left: -150px;
        top: 262px;
        width: 35%;
    }
}
@media only screen and (max-width: 1350px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice1 {
        left: -119px;
        top: 263px;
        width: 39%;
    }
}
@media only screen and (max-width: 1200px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice1 {
        left: -82px;
        top: 224px;
        transform: rotate(96deg);
        width: 41%;
    }
}
@media only screen and (max-width: 992px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice1 {
        left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice1 {
        left: 0;
        top: 116px;
    }
}
.pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice2 {
    position: absolute;
    width: 35%;
    top: 136px;
    left: 18px;
    transform: rotate(-100deg);
}
@media only screen and (max-width: 1500px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice2 {
        width: 36%;
        top: 173px;
        left: 34px;
    }
}
@media only screen and (max-width: 1350px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice2 {
        width: 39%;
        top: 199px;
        left: 65px;
    }
}
@media only screen and (max-width: 1200px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice2 {
        width: 39%;
        top: 168px;
        left: 108px;
    }
}
@media only screen and (max-width: 992px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice2 {
        left: 164px;
    }
}
@media only screen and (max-width: 767px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice2 {
        left: 104px;
        top: 121px;
    }
}
.pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice3 {
    position: absolute;
    width: 33%;
    right: 45%;
    top: 51px;
    transform: rotate(79deg);
}
@media only screen and (max-width: 1500px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice3 {
        width: 34%;
        right: 41%;
        top: 96px;
    }
}
@media only screen and (max-width: 1350px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice3 {
        width: 36%;
        right: 32%;
        top: 140px;
    }
}
@media only screen and (max-width: 1200px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice3 {
        right: 210px;
        top: 103px;
        width: 36%;
    }
}
@media only screen and (max-width: 992px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice3 {
        right: 118px;
    }
}
@media only screen and (max-width: 767px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice3 {
        right: auto;
        top: 97px;
        left: 192px;
    }
}
.pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice4 {
    position: absolute;
    width: 32%;
    right: 23%;
    top: -70px;
    transform: rotate(80deg);
}
@media only screen and (max-width: 1500px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice4 {
        width: 33%;
        right: 17%;
        top: -11px;
    }
}
@media only screen and (max-width: 1350px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice4 {
        width: 35%;
        right: 8%;
        top: 48px;
    }
}
@media only screen and (max-width: 1200px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice4 {
        width: 36%;
        right: 1px;
        top: 5px;
    }
}
@media only screen and (max-width: 992px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice4 {
        right: -58px;
        top: 23px;
    }
}
@media only screen and (max-width: 767px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice4 {
        left: 298px;
        top: 60px;
    }
}
.pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice5 {
    position: absolute;
    width: 37%;
    top: 566px;
    left: -8%;
    transform: rotate(81deg);
}
@media only screen and (max-width: 1350px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice5 {
        top: 513px;
        left: -2%;
    }
}
@media only screen and (max-width: 992px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice5 {
        left: 8%;
    }
}
@media only screen and (max-width: 767px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice5 {
        left: 45px;
        top: 298px;
    }
}
.pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice6 {
    position: absolute;
    width: 38%;
    left: 15%;
    top: 477px;
    transform: rotate(-96deg);
}
@media only screen and (max-width: 1350px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice6 {
        left: 23%;
        top: 445px;
    }
}
@media only screen and (max-width: 992px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice6 {
        left: 33%;
        top: 445px;
    }
}
@media only screen and (max-width: 767px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice6 {
        left: 39%;
        top: 271px;
    }
}
.pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice7 {
    position: absolute;
    width: 36%;
    top: 428px;
    right: 29%;
    transform: rotate(79deg);
}
@media only screen and (max-width: 1350px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice7 {
        top: 403px;
        right: 18%;
    }
}
@media only screen and (max-width: 992px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice7 {
        right: 7%;
    }
}
@media only screen and (max-width: 767px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice7 {
        left: 61%;
        top: 250px;
    }
}
.pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice8 {
    position: absolute;
    width: 33%;
    right: 6%;
    top: 323px;
    transform: rotate(78deg);
}
@media only screen and (max-width: 1350px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice8 {
        right: -5%;
        top: 323px;
    }
}
@media only screen and (max-width: 992px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice8 {
        right: -19%;
    }
}
@media only screen and (max-width: 767px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .pizza-slices .slice8 {
        left: 88%;
        top: 220px;
    }
}
.pizza-img .img-with-text .img-desc-container .pizza-slice-container .hand-wrapper {
    position: absolute;
    z-index: 2;
    bottom: -33px;
    left: -68px;
}
@media only screen and (max-width: 1500px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .hand-wrapper {
        bottom: 21px;
        left: -92px;
    }
}
@media only screen and (max-width: 1350px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .hand-wrapper {
        bottom: 152px;
        left: -39px;
    }
}
@media only screen and (max-width: 992px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .hand-wrapper {
        bottom: 185px;
        left: 17px;
    }
}
.pizza-img .img-with-text .img-desc-container .pizza-slice-container .hand-wrapper .hand {
    transform: rotate(84deg);
}
@media only screen and (max-width: 540px) {
    .pizza-img .img-with-text .img-desc-container .pizza-slice-container .hand-wrapper .hand {
        display: none;
    }
}
.pizza-img .img-with-text .img-desc-container img {
    width: 50%;
    z-index: 1;
}
@media only screen and (max-width: 1350px) {
    .pizza-img .img-with-text .img-desc-container img {
        width: 67%;
    }
}
.pizza-img .img-with-text .img-desc-container .text-desc {
    transform: rotate(7.09deg);
    padding: 80px 40px;
    position: absolute;
    right: 7%;
}
@media only screen and (max-width: 540px) {
    .pizza-img .img-with-text .img-desc-container .text-desc {
        padding: 50px 55px 0 0;
    }
}
.pizza-img .img-with-text .img-desc-container .text-desc h2 {
    text-transform: uppercase;
    color: #003b4a;
}
.pizza-img .img-with-text .img-desc-container .text-desc h2 span {
    color: #003b4a;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #003b4a;
}
.pizza-img .img-with-text .img-desc-container .text-desc div.text-wrapper {
    overflow: hidden;
}
.pizza-img .img-with-text .img-desc-container .text-desc div.text-wrapper:nth-of-type(2) p {
    font-size: 4.8125rem;
}
.pizza-img .img-with-text .img-desc-container .text-desc p {
    font-size: 3.75rem;
    font-family: KnockoutLiteweight, sans-serif;
    color: #003b4a;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
}
.pizza-img .img-with-text .img-desc-container .text-desc .arrow {
    display: flex;
    flex-direction: column;
    position: relative;
    left: -22px;
    transform: rotate(-7deg);
}
@media only screen and (max-width: 540px) {
    .pizza-img .img-with-text .img-desc-container .text-desc .arrow {
        top: -29px;
        left: 18px;
    }
}
.pizza-img .img-with-text .img-desc-container .text-desc .arrow .svghead {
    position: relative;
    left: -22px;
    top: -22px;
}
@media only screen and (max-width: 540px) {
    .pizza-img .img-with-text .img-desc-container .text-desc .arrow .svghead {
        left: -12px;
        top: -64px;
    }
}
@media only screen and (max-width: 540px) {
    .pizza-img .img-with-text .img-desc-container .text-desc .arrow svg {
        width: 30px;
    }
}
.pizza-img .img-with-text .round-wrapper {
    position: absolute;
    top: 24%;
    right: 120px;
    left: auto;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1500px) {
    .pizza-img .img-with-text .round-wrapper {
        right: 20px;
    }
}
@media only screen and (max-width: 1350px) {
    .pizza-img .img-with-text .round-wrapper {
        top: 26%;
        right: -99px;
    }
}
@media only screen and (max-width: 992px) {
    .pizza-img .img-with-text .round-wrapper {
        top: 28%;
    }
}
@media only screen and (max-width: 767px) {
    .pizza-img .img-with-text .round-wrapper {
        top: 26%;
        left: 100%;
    }
}
.pizza-img .img-with-text .round {
    width: 137px;
    height: 137px;
    background: #fd0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.5s;
    transition-delay: 0s !important;
}
@media only screen and (max-width: 1350px) {
    .pizza-img .img-with-text .round {
        width: 130px;
        height: 130px;
    }
}
@media only screen and (max-width: 540px) {
    .pizza-img .img-with-text .round {
        width: 100px;
        height: 100px;
    }
}
.pizza-img .img-with-text .round:hover {
    transform: scale(1.09);
}
.pizza-img .img-with-text .round p {
    font-size: 1.625rem;
    color: #fff;
    font-family: KnockoutCruiserweight, sans-serif;
    padding-top: 2px;
}
@media only screen and (max-width: 1350px) {
    .pizza-img .img-with-text .round p {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 540px) {
    .pizza-img .img-with-text .round p {
        font-size: 1.375rem;
    }
}
.pizza-img .img-with-text.central-img {
    margin-top: 120px;
}
@media only screen and (max-width: 1700px) {
    .pizza-img .img-with-text.central-img {
        margin-top: 170px;
    }
}
@media only screen and (max-width: 1600px) {
    .pizza-img .img-with-text.central-img {
        margin-top: 220px;
    }
}
@media only screen and (max-width: 1500px) {
    .pizza-img .img-with-text.central-img {
        margin-top: 250px;
    }
}
@media only screen and (max-width: 1300px) {
    .pizza-img .img-with-text.central-img {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .pizza-img .img-with-text.central-img {
        margin-top: -50px;
    }
}
.pizza-img .img-with-text.central-img .img-desc-container .bread-container {
    width: 40%;
    margin: auto;
    z-index: 1;
    transform: rotate(-13deg);
    height: 818px;
}
@media only screen and (max-width: 1024px) {
    .pizza-img .img-with-text.central-img .img-desc-container .bread-container {
        width: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .pizza-img .img-with-text.central-img .img-desc-container .bread-container {
        height: 678px;
    }
}
@media only screen and (max-width: 540px) {
    .pizza-img .img-with-text.central-img .img-desc-container .bread-container {
        height: 540px;
        width: 60%;
    }
}
.pizza-img .img-with-text.central-img .img-desc-container .bread-container img {
    width: 100%;
    position: absolute;
    height: 1030px;
    top: -160px;
}
@media only screen and (max-width: 768px) {
    .pizza-img .img-with-text.central-img .img-desc-container .bread-container img {
        height: 570px;
        top: -20px;
    }
}
@media only screen and (max-width: 540px) {
    .pizza-img .img-with-text.central-img .img-desc-container .bread-container img {
        height: 370px;
        top: 20px;
        left: 30px;
    }
}
.pizza-img .img-with-text.central-img .img-desc-container .bread-container img:first-child {
    z-index: 6;
}
.pizza-img .img-with-text.central-img .img-desc-container .bread-container img:nth-child(2) {
    z-index: 5;
}
.pizza-img .img-with-text.central-img .img-desc-container .bread-container img:nth-child(3) {
    z-index: 4;
}
.pizza-img .img-with-text.central-img .img-desc-container .bread-container img:nth-child(4) {
    z-index: 3;
}
.pizza-img .img-with-text.central-img .img-desc-container .bread-container img:nth-child(5) {
    z-index: 2;
}
.pizza-img .img-with-text.central-img .img-desc-container .text-desc {
    position: absolute;
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    left: 50%;
    width: max-content;
    top: 39%;
    padding: 0;
    text-align: center;
    z-index: 2;
}
.pizza-img .img-with-text.central-img .img-desc-container .text-desc .powder {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.pizza-img .img-with-text.central-img .img-desc-container .text-desc .powder.one {
    right: -53%;
    width: 800px;
    top: -16%;
}
@media only screen and (max-width: 1300px) {
    .pizza-img .img-with-text.central-img .img-desc-container .text-desc .powder.one {
        right: -63%;
    }
}
@media only screen and (max-width: 768px) {
    .pizza-img .img-with-text.central-img .img-desc-container .text-desc .powder.one {
        right: -123%;
        right: -270%;
    }
}
.pizza-img .img-with-text.central-img .img-desc-container .text-desc .powder.two {
    left: -20%;
    width: 650px;
    bottom: -19%;
}
@media only screen and (max-width: 1300px) {
    .pizza-img .img-with-text.central-img .img-desc-container .text-desc .powder.two {
        left: -30%;
    }
}
@media only screen and (max-width: 768px) {
    .pizza-img .img-with-text.central-img .img-desc-container .text-desc .powder img {
        width: 35%;
    }
}
@media only screen and (max-width: 540px) {
    .pizza-img .img-with-text.central-img .img-desc-container .text-desc .powder img {
        width: 20%;
    }
}
.pizza-img .img-with-text.central-img .img-desc-container .text-desc h2 {
    line-height: 160px;
}
@media only screen and (max-width: 1024px) {
    .pizza-img .img-with-text.central-img .img-desc-container .text-desc h2 {
        font-size: 11.25rem;
    }
}
@media only screen and (max-width: 768px) {
    .pizza-img .img-with-text.central-img .img-desc-container .text-desc h2 {
        font-size: 8.125rem;
    }
}
@media only screen and (max-width: 540px) {
    .pizza-img .img-with-text.central-img .img-desc-container .text-desc h2 {
        font-size: 4.5rem;
        line-height: 60px;
    }
}
.pizza-img .img-with-text.central-img .round {
    width: 203px;
    height: 203px;
    background: #fd0;
    border-radius: 50%;
    position: absolute;
    top: 57%;
    z-index: 1;
    transform: translateX(50%) translateY(50%);
    left: 56%;
    text-transform: uppercase;
    font-size: 1.6875rem;
    font-family: KnockoutCruiserweight, sans-serif;
    padding: 40px 20px 38px;
    text-align: center;
    line-height: 30px;
    color: #003b4a;
}
.pizza-img .img-with-text.central-img .round:hover {
    transform: translateX(50%) translateY(50%) scale(1.1);
}
@media only screen and (max-width: 540px) {
    .pizza-img .img-with-text.central-img .round {
        width: 120px;
        height: 120px;
        top: 53%;
        left: 36%;
        line-height: 16px;
        font-size: 1rem;
    }
}
.pizza-img .img-with-text .moving-text-wrapper {
    position: relative;
    z-index: 1;
}
.pizza-img.uptext {
    margin: 125px 0 0;
}
@media only screen and (max-width: 1024px) {
    .pizza-img.uptext {
        margin: 65px 0 0;
    }
}
@media only screen and (max-width: 1200px) {
    .pizza-img.uptext .img-with-text .img-desc-container .text-desc {
        display: none;
    }
}
.pizza-img.uptext .move-text {
    transform: rotate(340deg);
    position: absolute;
    top: -475px;
}
@media only screen and (max-width: 2000px) {
    .pizza-img.uptext .move-text {
        top: -700px;
    }
}
@media only screen and (max-width: 1800px) {
    .pizza-img.uptext .move-text {
        top: -400px;
    }
}
@media only screen and (max-width: 1600px) {
    .pizza-img.uptext .move-text {
        top: -400px;
    }
}
@media only screen and (max-width: 1500px) {
    .pizza-img.uptext .move-text {
        top: -550px;
    }
}
@media only screen and (max-width: 768px) {
    .pizza-img.uptext .move-text {
        top: -500px;
        left: -150%;
    }
}
@media only screen and (max-width: 767px) {
    .pizza-img.uptext .move-text {
        top: -480px;
        left: -190%;
        transform: rotate(342deg);
    }
}
@media only screen and (max-width: 540px) {
    .pizza-img.uptext .move-text {
        top: -260px;
        left: -120%;
    }
}
@media only screen and (max-width: 460px) {
    .pizza-img.uptext .move-text {
        top: -360px;
        left: -150%;
    }
}
.pizza-img.yellow .move-text h2 {
    color:#B27536;
}
.pizza-img .text-above-img {
    position: absolute;
    top: 45%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    z-index: 2;
    width: max-content;
}
@media only screen and (max-width: 767px) {
    .pizza-img .text-above-img {
        left: 50%;
        top: 42%;
    }
}
.pizza-img .text-above-img h2 {
    margin: 0;
    text-transform: uppercase;
    color: #003b4a;
}
@media only screen and (max-width: 1024px) {
    .pizza-img .text-above-img h2 {
        font-size: 11.25rem;
    }
}
@media only screen and (max-width: 768px) {
    .pizza-img .text-above-img h2 {
        font-size: 8.125rem;
    }
}
@media only screen and (max-width: 540px) {
    .pizza-img .text-above-img h2 {
        font-size: 4.5rem;
    }
}
.pizza-img .text-above-img h2 span {
    color: #003b4a;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #003b4a;
}
.non-moving-text {
    background: #ffd7b8;
    position: relative;
    margin-top: 350px;
    padding-bottom: 180px;
}
.Doubleklick {
    position: absolute;
    color: #fff;
    font-family: GothamLight,sans-serif;
    right: 0;
    left: 0;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .non-moving-text {
        margin-top: 230px;
    }
}
@media only screen and (max-width: 767px) {
    .non-moving-text {
        margin-top: 60px;
        padding-bottom: 30px;
    }
}
.non-moving-text .white-extra-div {
    width: 110%;
    height: 80%;
    position: absolute;
    top: -115px;
    background: #b27536;
    transform: rotate(9.5deg) skewX(10deg);
    left: -20px;
}
@media only screen and (max-width: 2000px) {
    .non-moving-text .white-extra-div {
        width: 150%;
    }
}
@media only screen and (max-width: 1800px) {
    .non-moving-text .white-extra-div {
        width: 170%;
    }
}
@media only screen and (max-width: 1600px) {
    .non-moving-text .white-extra-div {
        width: 120%;
    }
}
.non-moving-text .move-text {
    transform: rotate(9deg);
    position: relative;
    top: -505px;
}
@media only screen and (max-width: 2000px) {
    .non-moving-text .move-text {
        top: -310px;
    }
}
@media only screen and (max-width: 1800px) {
    .non-moving-text .move-text {
        top: -435px;
    }
}
@media only screen and (max-width: 1600px) {
    .non-moving-text .move-text {
        top: -340px;
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 1450px) {
    .non-moving-text .move-text {
        top: -310px;
    }
}
@media only screen and (max-width: 1024px) {
    .non-moving-text .move-text {
        top: -275px;
    }
}
@media only screen and (max-width: 768px) {
    .non-moving-text .move-text {
        top: -235px;
    }
}
@media only screen and (max-width: 540px) {
    .non-moving-text .move-text {
        top: -155px;
    }
}
.non-moving-text .move-text h2 {
    color: #ffd7b8;
}
.non-moving-text h4 {
    position: relative;
    text-align: center;
    font-size: 60px;
    line-height: 66px;
    text-transform: uppercase;
    margin: 0;
    color: #003b4a;
    top: -40px;
}
@media only screen and (max-width: 768px) {
    .non-moving-text h4 {
        top: -70px;
    }
}
@media only screen and (max-width: 767px) {
    .non-moving-text h4 {
        font-size: 46px;
        line-height: 50px;
        top: -80px;
    }
}
.non-moving-text .offer-container {
    display: flex;
    padding: 0;
    margin-top: 50px;
    position: relative;
    cursor: none;
}
@media only screen and (max-width: 1200px) {
    .non-moving-text .offer-container {
        left: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .non-moving-text .offer-container {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .non-moving-text .offer-container {
        margin-top: -10px;
        flex-wrap: wrap;
        left: 0;
        padding: 0 25px;
        margin-bottom: 30px;
    }
}
.non-moving-text .offer-container .offer-card {
    position: relative;
    width: 31%;
    margin-right: 60px;
    background:#183c38;
    transition: all 0.3s;
    top: 0;
    overflow: hidden;
    min-height: 500px;
    border-radius: 25px;
}
@media only screen and (max-width: 1200px) {
    .non-moving-text .offer-container .offer-card:hover {
        top: 0;
    }
}
@media only screen and (max-width: 1200px) {
    .non-moving-text .offer-container .offer-card {
        width: 29%;
        margin-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .non-moving-text .offer-container .offer-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
}
.non-moving-text .offer-container .offer-card .text-container {
    padding: 45px 0 50px 30px;
    position: absolute;
    bottom: 0;
}
@media only screen and (max-width: 1024px) {
    .non-moving-text .offer-container .offer-card .text-container {
        padding: 5px 0 20px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .non-moving-text .offer-container .offer-card .text-container {
        padding: 5px 0 25px 25px;
    }
}
.non-moving-text .offer-container .offer-card .text-container .first-line {
    display: flex;
}
.non-moving-text .offer-container .offer-card .text-container .first-line .first-title {
    margin-right: 10px;
}
.non-moving-text .offer-container .offer-card .text-container .first-line p:nth-child(2) {
    color: #74c3d5;
}
.non-moving-text .offer-container .offer-card .text-container .first-line p sup {
    font-size: 1.25rem;
    top: -13px;
    padding-left: 3px;
}
@media only screen and (max-width: 1024px) {
    .non-moving-text .offer-container .offer-card .text-container .first-line p sup {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 540px) {
    .non-moving-text .offer-container .offer-card .text-container .first-line p sup {
        font-size: 0.75rem;
    }
}
.non-moving-text .offer-container .offer-card .text-container p {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-family: KnockoutLiteweight, sans-serif;
    color: #003b4a;
    margin: 0;
}
@media only screen and (max-width: 1024px) {
    .non-moving-text .offer-container .offer-card .text-container p {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 767px) {
    .non-moving-text .offer-container .offer-card .text-container p {
        font-size: 2.25rem;
    }
}
.non-moving-text .offer-container .offer-card .text-container p span {
    color: #74c3d5;
}
@media only screen and (max-width: 1024px) {
    .non-moving-text .offer-container .offer-card .text-container p span {
        font-size: 1.375rem;
    }
}
@media only screen and (max-width: 767px) {
    .non-moving-text .offer-container .offer-card .text-container p span {
        font-size: 2.25rem;
    }
}
.non-moving-text .offer-container .offer-card .text-container p span sup {
    font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) {
    .non-moving-text .offer-container .offer-card .text-container p span sup {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 767px) {
    .non-moving-text .offer-container .offer-card .text-container p span sup {
        font-size: 1.75rem;
    }
}
.non-moving-text .offer-container .offer-card img {
    width: 100%;
}
.non-moving-text .offer-container .offer-card img.lazy {
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.non-moving-text .offer-container .offer-card img.lazy.loaded {
    opacity: 1;
}
@media only screen and (max-width: 768px) {
    .non-moving-text .offer-container .offer-card img {
        height: auto;
    }
}
.non-moving-text .offer-container .offer-card:last-child {
    margin-right: 0;
}
.circle {
    position: absolute;
    width: 137px;
    height: 137px;
    top: 50%;
    left: 50%;
    pointer-events: none;
    margin: -50px 0 0 -50px;
    color: #fff;
    border-radius: 80%;
    backface-visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    font-size: 1.625rem;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: KnockoutCruiserweight, sans-serif;
    text-align: center;
    line-height: 100%;
}
.circle,
footer {
    background: #183c38;
}
@media only screen and (max-width: 1024px) {
    footer .contact-container {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width: 540px) {
    footer .contact-container {
        padding: 0 20px;
    }
}
footer .left-part {
    padding: 40px 0;
}
@media only screen and (max-width: 1024px) {
    footer .left-part {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    footer .left-part {
        align-items: flex-start;
        padding: 30px 0;
    }
}
footer .left-part h5 {
    color: #fff;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 42px;
}
@media only screen and (max-width: 1200px) {
    footer .left-part h5 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    footer .left-part h5 {
        margin-bottom: 10px;
    }
}
footer .left-part p {
    font-size: 1.25rem;
    color: #fff;
    font-family: GothamLight, sans-serif;
    width: 70%;
    line-height: 26px;
}
@media only screen and (max-width: 1024px) {
    footer .left-part p {
        text-align: center;
        width: 40%;
    }
}
@media only screen and (max-width: 767px) {
    footer .left-part p {
        text-align: left;
        font-size: 14px;
        width: 80%;
    }
}
footer .left-part p.dialogbox {
    width: auto;
}
footer .left-part p a {
    background: #fd0;
    padding: 18px 34px 14px;
    color: #003b4a;
    font-size: 1.5625rem;
    text-transform: uppercase;
    font-family: KnockoutLiteweight, sans-serif;
    text-decoration: none;
    margin-top: 16px;
    border-radius: 7px;
    display: inline-block;
    transition: all 0.5s;
}
footer .left-part p a:focus,
footer .left-part p a:hover {
    background: #eee;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    footer .left-part p a {
        margin-top: 0;
    }
}
footer .right-part {
    padding: 75px 0 0 53px;
    color: #fff;
}
@media only screen and (max-width: 1024px) {
    footer .right-part {
        padding: 55px 170px 0;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    footer .right-part {
        padding: 55px 14% 0;
    }
}
@media only screen and (max-width: 540px) {
    footer .right-part {
        padding: 5px 0 0;
    }
}
footer .right-part .formidable form h6 {
    font-size: 1.25rem;
    font-family: GothamMedium_1, sans-serif;
    margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
    footer .right-part .formidable form h6 {
        font-size: 1.5rem;
    }
}
footer .bottom-footer {
    padding-top: 0px;
    padding-bottom: 70px;
}
.address {
    color: #fff;
    font-size: 14px;
    font-family: GothamLight, sans-serif;
    line-height: 20px;
    margin-bottom: 5px;
}
.address a {
    color: #fff;
}
.address i {
    font-size: 18px;
    padding-right: 8px;
}
@media only screen and (max-width: 1024px) {
    footer .bottom-footer {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    footer .bottom-footer {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}
footer .bottom-footer .mail-info {
    font-size: 0.875rem;
    color: #fff;
    font-family: GothamLight, sans-serif;
    padding-left: 65px;
    line-height: 46px;
}
@media only screen and (max-width: 1024px) {
    footer .bottom-footer .mail-info {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    footer .bottom-footer .mail-info {
        padding-left: 15px;
    }
}
footer .bottom-footer .mail-info a {
    font-size: 0.875rem;
    color: #fff;
    font-family: GothamLight, sans-serif;
    display: inline-block;
    letter-spacing: 0.7px;
}
@media only screen and (max-width: 767px) {
    footer .bottom-footer .mail-info a {
        display: block;
        line-height: 30px;
        font-size: 0.875rem;
    }
}
footer .bottom-footer .social-media {
    display: flex;
    justify-content: center;
    top: 10px;
     margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
    footer .bottom-footer .social-media {
        width: 100%;
        margin-bottom: 40px;
    }
}
footer .bottom-footer .social-media svg {
    margin-right: 13px;
}
footer .bottom-footer .social-media svg path {
    transition: all 0.5s;
}
footer .bottom-footer .social-media svg:hover path {
    fill: #fd0;
}
footer .bottom-footer .social-media svg:nth-of-type(2) {
    margin-right: 0;
}
@media only screen and (max-width: 1024px) {
    footer .bottom-footer .copyright-info {
        display: none;
    }
}
 footer .bottom-footer .copyright-info p {
    font-size: 0.875rem;
    color: #fff;
    font-family: GothamLight, sans-serif;
    text-align: center;
    padding-right: 46px;
    margin-top: 12px;
margin-bottom: 5px;
}
.address.number {
    margin-top: 8px;
}
@media only screen and (max-width: 767px) {
    footer .bottom-footer .copyright-info p {
        margin-top: 10px;
        font-size: 0.875rem;
    }
}
footer .bottom-footer .copyright-info.mobile {
    display: none;
    padding-right: 0;
    width: 100%;
    justify-content: center;
    padding-left: 0;
}
@media only screen and (max-width: 767px) {
    footer .bottom-footer .copyright-info.mobile {
        padding-bottom: 25px;
    }
}
footer .bottom-footer .copyright-info.mobile .tentwenty {
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    footer .bottom-footer .copyright-info.mobile .tentwenty {
        bottom: 10px;
        font-size: 10px;
    }
    footer .bottom-footer .copyright-info.mobile .tentwenty span {
        width: 12px;
    }
}
footer .bottom-footer .copyright-info.mobile p {
    text-align: center;
    padding: 0;
}
@media only screen and (max-width: 1024px) {
    footer .bottom-footer .copyright-info.mobile {
        display: flex;
        flex-direction: column;
    }
    footer .bottom-footer .copyright-info.mobile p {
    text-align: center;
    padding: 13px;
    display: block;
}
footer {
    background-size: contain !important;
    background-position: bottom !important;
}
.Doubleklick {
    position: static;
}
.tabs li img {
    max-width: 50px !important;
    padding-bottom: 10px !important;
}
.tabs .tab-link {
    font-size: 13px !important;
    }
    .tab-content .col-md-6{width: 100%}
    .tab-content h3 {
    font-size: 20px;
}
}
@media only screen and (min-width: 1024px) {
    .fancybox__slide {
        padding: 35px 100px 5px !important;
    }
}
@media only screen and (max-width: 1023px) {
    .fancybox__slide {
        padding: 36px 64px !important;
    }
}
@media only screen and (max-width: 690px) {
    .fancybox__slide {
        padding: 36px 0 !important;
    }
}
.fancybox__slide .fancybox__content#dialog-content {
    width: 80%;
    max-width: 1021px;
    border-radius: 15px;
    height: 100%;
    padding: 0;
    flex-direction: row;
    min-height: 400px;
    height: 80vh;
}
@media only screen and (max-height: 1100px) {
    .fancybox__slide .fancybox__content#dialog-content {
        height: 90vh;
    }
}
@media only screen and (max-height: 900px) {
    .fancybox__slide .fancybox__content#dialog-content {
        height: 95vh;
    }
}
@media only screen and (max-width: 1200px) {
    .fancybox__slide .fancybox__content#dialog-content {
        min-height: calc(100vh - 50px);
    }
}
@media only screen and (max-width: 992px) {
    .fancybox__slide .fancybox__content#dialog-content {
        min-height: 50vh;
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .fancybox__slide .fancybox__content#dialog-content {
        min-height: 80vh;
        height: auto;
    }
}
.fancybox__slide .fancybox__content#dialog-content .form-container {
    width: 53%;
    padding: 10px 47px 43px 30px;
}
@media only screen and (max-width: 1200px) {
    .fancybox__slide .fancybox__content#dialog-content .form-container {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .fancybox__slide .fancybox__content#dialog-content .form-container {
        padding: 10px 20px;
    }
}
.fancybox__slide .fancybox__content#dialog-content .form-container h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    color: #003b4a;
}
@media only screen and (max-height: 900px) {
    .fancybox__slide .fancybox__content#dialog-content .form-container h3 {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 690px) {
    .fancybox__slide .fancybox__content#dialog-content .form-container h3 {
        font-size: 1.75rem;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .fancybox__slide .fancybox__content#dialog-content .form-container h3 + p {
        display: none;
    }
}
.fancybox__slide .fancybox__content#dialog-content .form-container p {
    font-size: 1rem;
    font-family: GothamLight, sans-serif;
    color: #003b4a;
    line-height: 25px;
}
.fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .element input {
    background: #f6f6f6;
    color: #003b4a;
    border-radius: 7px;
}
.fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .element input.error {
    border: 1px solid #e43131;
}
.fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .element textarea {
    background: #f6f6f6;
    color: #003b4a;
    padding-left: 30px;
    border-bottom: none;
    border-radius: 7px;
    padding-top: 20px;
    font-size: 1.125rem;
}
.fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .element label {
    color: #003b4a;
    font-size: 1.125rem;
}
.fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .element #ff_buttons {
    width: 100%;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .element #ff_buttons {
        margin-top: 40px;
    }
}
.fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .element #ff_buttons .btn {
    background: #fd0;
    padding: 13px 47px;
    width: auto;
    margin-top: 25px;
    pointer-events: auto !important;
    opacity: 1;
}
.fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .element #ff_buttons .btn:hover {
    background: #003b4a;
    color: #fff;
}
@media only screen and (max-width: 1200px) {
    .fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .element #ff_buttons .btn {
        margin-top: 20px;
        padding: 5px 35px;
    }
}
@media only screen and (max-width: 768px) {
    .fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .element #ff_buttons .btn {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .element #ff_buttons .btn {
        margin-top: -15px;
    }
}
.fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .element.active label {
    font-size: 0.75rem;
}
.fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column.last .recaptcha-note-12 p {
    width: 100%;
    margin: 0;
    font-size: 0.75rem;
    line-height: 18px;
    top: -20px;
}
.fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .intl-tel-input .selected-flag {
    padding: 0 6px 0 11px;
}
.fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .intl-tel-input .selected-flag .iti-arrow {
    border-top: 4px solid #555;
}
.fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555;
}
.fancybox__slide .fancybox__content#dialog-content .form-container .formidable form .formidable_row .formidable_column .intl-tel-input #isd-code-16 {
    padding: 30px 0 30px 50px;
}
.fancybox__slide .fancybox__content#dialog-content .form-container .formidable span.error {
    color: #e43131;
}
.fancybox__slide .fancybox__content#dialog-content .img-container {
    width: 48%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
@media only screen and (max-width: 1200px) {
    .fancybox__slide .fancybox__content#dialog-content .img-container {
        display: none;
    }
}
.fancybox__slide .fancybox__content#dialog-content .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.fancybox__slide .fancybox__content#dialog-content .carousel__button.is-close svg {
    display: none;
}
.fancybox__slide .fancybox__content#dialog-content .carousel__button.is-close span {
    font-size: 26px;
    text-transform: uppercase;
    color: #fd0;
    position: relative;
    right: 50px;
    font-family: KnockoutCruiserweight, sans-serif;
    transition: all 0.5s;
}
.fancybox__slide .fancybox__content#dialog-content .carousel__button.is-close span:hover {
    color: #fff;
}
.fancybox__backdrop {
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.5)) !important;
}
.intl-tel-input .country-list .country {
    padding: 1px 10px !important;
}
@media only screen and (max-width: 767px) {
    .intl-tel-input .country-list .country .dial-code {
        font-size: 12px;
    }
}
.intl-tel-input .country-list .divider {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.intl-tel-input .country-list .flag-box {
    color: #003b4a;
}
.intl-tel-input .country-list .country-name {
    color: #003b4a;
    font-family: GothamLight, sans-serif;
    display: inline-block;
    line-height: 13px;
    font-size: 11px;
    padding-top: 0;
}
@media only screen and (max-width: 767px) {
    .intl-tel-input .country-list .country-name {
        padding-top: 0;
    }
}
.grecaptcha-badge {
    display: none;
}
.location-card-container {
    width: 100%;
}
@media only screen and (max-width: 540px) {
    .location-card-container {
        display: flex;
    }
}
.location-card-container .location-card {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #075164;
    margin-right: -1px;
    width: 33.3333%;
}
.location-card-container .location-card:last-child {
    border-right: none;
}
@media only screen and (max-width: 540px) {
    .location-card-container .location-card {
        width: 33.3333%;
    }
}
.location-card-container .location-card h3 {
    font-size: 8.125rem;
    line-height: 140px;
    margin: revert;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.5s;
    font-family: KnockoutLiteweight, sans-serif;
}
@media only screen and (max-width: 767px) {
    .location-card-container .location-card h3 {
        font-size: 2.5rem;
        line-height: 50px;
        margin: 0;
        padding: 30px 0;
    }
}
.location-card-container .location-card.active h3 {
    color: #fd0;
}
.location-card-container .location-card a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.location-card-container .location-card a:focus,
.location-card-container .location-card a:hover {
    text-decoration: none;
}
.formidable span.error {
    position: absolute;
    bottom: -21px;
}
.formidable form {
    position: relative;
}
.formidable form .formidable_row .formidable_column {
    padding-top: 0;
    padding-bottom: 0;
}
@media only screen and (max-width: 1440px) {
    .formidable form .formidable_row .formidable_column .element {
        margin-bottom: 20px;
    }
}
.formidable form .formidable_row .formidable_column .element.active label {
    top: -8px;
    font-size: 0.75rem;
}
.formidable form .formidable_row .formidable_column .element input {
    background: #074251;
    border: none;
    font-size: 1.25rem;
    color: #fff;
    padding: 30px;
    margin-top: 3px;
}
@media only screen and (max-width: 767px) {
    .formidable form .formidable_row .formidable_column .element input {
        padding: 30px 20px;
    }
}
.formidable form .formidable_row .formidable_column .element label {
    color: #fff;
    font-family: GothamLight, sans-serif;
    font-size: 1.125rem;
    padding: 4px 30px;
    line-height: 30px;
}
@media only screen and (max-width: 1200px) {
    .formidable form .formidable_row .formidable_column .element label {
        display: flex;
    }
}
@media only screen and (max-width: 767px) {
    .formidable form .formidable_row .formidable_column .element label {
        padding: 5px 20px;
        opacity: 1 !important;
        z-index: 9;
    }
}
.formidable form .formidable_row .formidable_column .element #ff_buttons {
    padding: 0;
}
.formidable form .formidable_row .formidable_column .element #ff_buttons input {
    padding: 13px 0;
    background: #fd0;
    width: 112px;
    border-radius: 7px;
    color: #003b4a;
    font-size: 1.5625rem;
    transition: all 0.5s;
}
.formidable form .formidable_row .formidable_column .element #ff_buttons input:focus,
.formidable form .formidable_row .formidable_column .element #ff_buttons input:hover {
    background: #eee;
    text-decoration: none;
}
.formidable form .formidable_row .formidable_column .element .input p {
    position: absolute;
    right: 0;
    width: 69%;
    font-size: 14px;
    font-family: GothamLight;
    line-height: 22px;
    margin: 0;
    top: -23px;
}
@media only screen and (max-width: 992px) {
    .formidable form .formidable_row .formidable_column .element .input p {
        top: -37px;
    }
}
@media only screen and (max-width: 767px) {
    .formidable form .formidable_row .formidable_column .element .input p {
        width: 63%;
        font-size: 11px;
        margin-top: 0;
        right: -5px;
        top: -31px;
    }
}
.formidable form .formidable_row .formidable_column .element.recaptcha-note-14 {
    top: 51px;
}
@media only screen and (max-width: 540px) {
    .formidable form .formidable_row .formidable_column .element.recaptcha-note-14 p {
        margin-top: 0;
    }
}
.formidable form .formidable_row .formidable_column .element.recaptcha-note-14 a {
    display: inline-block;
    color: #fff;
}
.formidable form .formidable_row .formidable_column h4 {
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 52%;
    right: 13px;
    transform: translateY(-50%);
    z-index: 1;
}
@media only screen and (max-width: 1440px) {
    .formidable form .formidable_row .formidable_column h4 {
        top: 56%;
    }
}
@media only screen and (max-width: 540px) {
    .formidable form .formidable_row .formidable_column h4 {
        top: 52.5%;
    }
}
.formidable form .formidable_row .formidable_column .phone-class {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 540px) {
    .formidable form .formidable_row .formidable_column .phone-class {
        align-items: center;
    }
}
.formidable form .formidable_row .formidable_column .phone-class .isd-code-13,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-15,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-16 {
    width: 20%;
    margin-right: 30px;
}
@media only screen and (max-width: 767px) {
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-13,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-15,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-16 {
        width: 34%;
        margin-right: 10px;
    }
}
.formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input .flag-container,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input .flag-container,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input .flag-container {
    width: 100%;
}
.formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input .flag-container .selected-flag,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input .flag-container .selected-flag,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input .flag-container .selected-flag {
    padding: 0 6px 0 18px;
}
@media only screen and (max-width: 1199px) {
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input .flag-container .selected-flag,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input .flag-container .selected-flag,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input .flag-container .selected-flag {
        padding: 0 6px 0 12px;
    }
}
@media only screen and (max-width: 1024px) {
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input .flag-container .selected-flag,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input .flag-container .selected-flag,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input .flag-container .selected-flag {
        padding: 0 6px 0 28px;
    }
}
@media only screen and (max-width: 991px) {
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input .flag-container .selected-flag,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input .flag-container .selected-flag,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input .flag-container .selected-flag {
        padding: 0 6px 0 10px;
    }
}
.formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input .flag-container .selected-flag .iti-arrow,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input .flag-container .selected-flag .iti-arrow,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input .flag-container .selected-flag .iti-arrow {
    border-top: 4px solid #fff;
}
.formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input .flag-container .selected-flag .iti-arrow.up,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input .flag-container .selected-flag .iti-arrow.up,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input .flag-container .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #fff;
}
.formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input #isd-code-13,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input #isd-code-15,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input #isd-code-13,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input #isd-code-15,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input #isd-code-13,
.formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input #isd-code-15 {
    padding: 30px 0 30px 60px;
}
@media only screen and (max-width: 1199px) {
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input #isd-code-13,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input #isd-code-15,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input #isd-code-13,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input #isd-code-15,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input #isd-code-13,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input #isd-code-15 {
        padding: 30px 0 30px 50px;
    }
}
@media only screen and (max-width: 1024px) {
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input #isd-code-13,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input #isd-code-15,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input #isd-code-13,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input #isd-code-15,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input #isd-code-13,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input #isd-code-15 {
        padding: 30px 0 30px 70px;
    }
}
@media only screen and (max-width: 991px) {
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input #isd-code-13,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-13 .intl-tel-input #isd-code-15,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input #isd-code-13,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-15 .intl-tel-input #isd-code-15,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input #isd-code-13,
    .formidable form .formidable_row .formidable_column .phone-class .isd-code-16 .intl-tel-input #isd-code-15 {
        padding: 30px 0 30px 55px;
    }
}
.formidable form .formidable_row .formidable_column .phone-class .phone-number-2,
.formidable form .formidable_row .formidable_column .phone-class .phone-number-7 {
    width: 75%;
}
@media only screen and (max-width: 767px) {
    .formidable form .formidable_row .formidable_column .phone-class .phone-number-2,
    .formidable form .formidable_row .formidable_column .phone-class .phone-number-7 {
        width: 66%;
    }
}
.formidable_message.success {
    background: #fd0 !important;
}
.formidable_message.success p {
    font-size: 1.125rem;
    color: #003b4a;
    font-family: GothamMedium_1, sans-serif;
}
/* .header-outer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
} */
.header-outer {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    place-items: flex-end;
}
@media only screen and (max-width: 1024px) {
    .header-outer {
        justify-content: flex-start;
        padding: 45px 0 0;
    }
}
@media only screen and (max-width: 540px) {
    .header-outer {
        padding-top: 30px;
    }
}
.header-outer .header_menu_wrapper,
.header-outer .nav {
    display: flex;
    margin: 0;
}
@media only screen and (max-width: 1024px) {
    .header-outer .header_menu_wrapper {
        display: none;
    }
}
.header-outer .header_menu_wrapper .nav li.nav-selected a:after {
    position: absolute;
    /* content: "....................."; */
    width: 100%;
    height: 40px;
    left: 0;
    bottom: -60px;
    overflow: hidden;
    top: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 3.125rem;
}
.nav li a:hover {
    color:#fd0;
}
.header-outer .header_menu_wrapper .nav li:first-of-type {
    /* display: none; */
}
.header-outer .header_menu_wrapper .nav li a {
     padding: 0 0 0px;
    margin: 0 15px;
    border-bottom: 4px dashed transparent;
    background: #183c38;
}
.header-contact-wrapper .nav li .cc
{
    font-size: 1.75rem;
    text-transform: uppercase;
    padding: 0 0 0px;
    margin: 0 15px;
    border-bottom: 4px dashed transparent;
    background: #183c38;
}
.header-outer .header_menu_wrapper .nav li a:focus,
.header-outer .header_menu_wrapper .nav li a:hover {
    background: none;
}
.header-outer .header_menu_wrapper .nav li a:focus:after,
.header-outer .header_menu_wrapper .nav li a:hover:after {
    position: absolute;
    content: ".....................";
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    overflow: hidden;
    top: 7px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 3.125rem;
    /* position: absolute;
    content: ".....................";
    width: 100%;
    height: 40px;
    left: 0;
    bottom: -60px;
    overflow: hidden;
    top: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 3.125rem; */
}
@media only screen and (max-width: 1200px) {
    .header-outer .header-contact-wrapper {
        margin-left: auto;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 1024px) {
    .header-outer .header-contact-wrapper {
        width: 100%;
        position: absolute;
        left: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .header-outer .header-contact-wrapper {
        margin-top: -6px;
        pointer-events: none;
        display: none;
    }
    .header-outer .header-contact-wrapper .order {
        pointer-events: auto;
    }
}
@media only screen and (max-width: 1024px) {
    .header-outer .header-contact-wrapper .nav li:nth-of-type(2) {
        top: -62px;
        z-index: 3;
        pointer-events: auto;
    }
}
@media only screen and (max-width: 767px) {
    .header-outer .header-contact-wrapper .nav li:nth-of-type(2) {
        top: -49px;
    }
}
.header-outer .mobile-menu {
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 9px;
    position: relative;
    top: 6px;
}
.header-outer .mobile-menu .nav-icon {
    background: #fff;
}
.header-outer .mobile-menu .nav-icon:before {
    top: 8px;
    background: #fff;
}
.header-outer .mobile-menu .nav-icon:after {
    top: -8px;
    background: #fff;
}
header {
    height: auto;
    background: transparent;
    border-bottom: none;
    overflow: hidden;
    padding: 50px 0;
}
@media only screen and (max-height: 900px) {
    header {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 1024px) {
    header {
        padding: 0;
    }
}
header.top {
    top: -207px;
}
header.sticky {
    background: #b27536;
    padding: 0;
}
@media only screen and (max-width: 1024px) {
    header.sticky .header-outer {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    header.sticky .header-outer {
        padding:0;
    }
}
@media only screen and (max-width: 1200px) {
    header.sticky .header-outer .mobile-menu {
        top: 2px;
    }
}
@media only screen and (max-width: 767px) {
    header.sticky .header-outer .mobile-menu {
        top: 6px;
    }
}
@media only screen and (max-width: 1200px) {
    header.sticky .header-outer .header-contact-wrapper {
        margin-top: -1px;
    }
}
@media only screen and (max-width: 1024px) {
    header.sticky .header-outer .header-contact-wrapper {
        margin-top: 6px;
    }
}
header.sticky .header-outer .logo {
    top: 10px;
}
@media only screen and (max-width: 1200px) {
    header.sticky .header-outer .logo {
        top: 7px;
    }
}
@media only screen and (max-width: 767px) {
    header.sticky .header-outer .logo {
        top: 4px;
        left: 15px;
    }
}
header.sticky .header-outer .logo img {
    position: relative;
    top: -11px;
}
@media only screen and (max-width: 1200px) {
    header.sticky .header-outer .logo img {
        top: -7px;
    }
}
@media only screen and (max-width: 540px) {
    header.sticky .header-outer .logo img {
        top: 3px;
    }
}
@media only screen and (max-width: 1024px) {
    header.sticky .header-outer .header-contact-wrapper .nav li.order {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    header.sticky .header-outer .header-contact-wrapper .nav li.order {
        top: 2px;
    }
}
@media only screen and (max-width: 540px) {
    /* .header-outer {
        padding-bottom: 20px;
        padding-top: 55px;
        align-items: unset;
    } */
}
.header-outer .logo {
    width: 100%;
    text-align: center;
    position: relative;
    left: 0px;
}
@media only screen and (max-width: 1200px) {
    .header-outer .logo {
        width: 267px;
        left: 7%;
    }
}
@media only screen and (max-width: 1100px) {
    .header-outer .logo {
        left: 4%;
    }
}
@media only screen and (max-width: 1050px) {
    .header-outer .logo {
        left: 2%;
    }
}
@media only screen and (max-width: 1024px) {
    .header-outer .logo {
        width: auto;
        top: 6px;
    }
}
.header-outer .logo img {
    width: 100%;
}
@media only screen and (max-height: 900px) {
    .header-outer .logo img {
        width: 300px;
    }
}
@media only screen and (max-width: 1300px) {
    .header-outer .logo img {
        width: 300px;
    }
}
@media only screen and (max-width: 1200px) {
    .header-outer .logo img {
        width:300px;
    }
}
@media only screen and (max-width: 540px) {
}
.nav li a {
    font-family: KnockoutLiteweight, sans-serif;
    color: #ffffff;
    font-size: 1.75rem;
    text-transform: uppercase;
    padding: 9px 15px 7px;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
@media only screen and (max-width: 1200px) {
    .nav li a {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 1024px) {
    .nav li.order {
        transform: translateX(-100%);
        left: calc(100% - 50px);
    }
}
@media only screen and (max-width: 540px) {
    .nav li.order {
        top: 10px;
    }
}
.nav li.order a {
    padding: 9px 20px 7px;
    background: #fd0;
}
.nav li.order a:focus,
.nav li.order a:hover {
    background: #eee;
    text-decoration: none;
}
.nav li.call a:hover {
    background: none;
    color: #fd0;
}
@media only screen and (max-width: 1024px) {
    .nav li.closed-till,
    .nav li.open-till {
        position: absolute;
        top: -62px;
        width: 100vw;
        left: -60px;
    }
}
@media only screen and (max-width: 767px) {
    .nav li.closed-till,
    .nav li.open-till {
        top: -49px;
    }
}
.nav li.closed-till a,
.nav li.open-till a {
    padding: 9px 18px 7px;
    background: #b5ed7c;
    pointer-events: none;
}
.nav li.closed-till a:focus,
.nav li.closed-till a:hover,
.nav li.open-till a:focus,
.nav li.open-till a:hover {
    background: #eee;
    text-decoration: none;
}
.nav li.closed-till a span.dot,
.nav li.open-till a span.dot {
    width: 13px;
    height: 13px;
    background: #72ce16;
    display: inline-block;
    border-radius: 50%;
    margin-right: 11px;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@media only screen and (max-width: 767px) {
    .nav li.closed-till a span.dot,
    .nav li.open-till a span.dot {
        position: relative;
        top: 1px;
    }
}
@keyframes example {
    0% {
        background: #72ce16;
    }
    50% {
        background: #003b4a;
    }
    to {
        background: #72ce16;
    }
}
@keyframes closed {
    0% {
        background: #9e0b00;
    }
    50% {
        background: #003b4a;
    }
    to {
        background: #9e0b00;
    }
}
.nav li.closed-till a span.close-btn,
.nav li.open-till a span.close-btn {
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
    height: 19px;
    display: none;
}
.nav li.closed-till a {
    background: #f44336;
}
.nav li.closed-till a span.dot {
    animation-name: closed;
}
@media only screen and (max-width: 1200px) {
    .header-contact-wrapper {
        pointer-events: none;
    }
    .header-contact-wrapper .order {
        pointer-events: auto;
    }
}
.header-contact-wrapper .nav li a {
    font-size: 1.3125rem;
}
@media only screen and (max-width: 1200px) {
    .header-contact-wrapper .nav li a {
        font-size: 1.0625rem;
    }
}
@media only screen and (max-width: 1150px) {
    .header-contact-wrapper .nav li a {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 540px) {
    .header-contact-wrapper .nav li a {
        font-size: 1.125rem;
    }
}
.mobile-nav {
    width: 100vw;
    top: 0;
    z-index: 12;
    background:#1a3b36;
}
@media only screen and (max-width: 1200px) {
    .mobile-nav .nav {
        margin-right: 30px;
    }
}
.mobile-nav .logo-container {
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    padding-top: 25px;
    padding-left: 12px;

}
@media only screen and (max-width: 1200px) {
    .mobile-nav .logo-container {
        /* justify-content: space-between;
        padding: 0 0 0 10px; */
    }
}
.mobile-nav .logo-container .logo {
    width: 175px;
}
.mobile-nav .logo-container .logo img {
    width: 100%;
}
.mobile-nav .logo-container .nav li a {
    font-size: 1.125rem;
}
@media only screen and (max-width: 1200px) {
    .mobile-nav .logo-container .nav li.order {
        left: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-nav .logo-container .nav li.order {
        top: -5px;
    }
}
.mobile-nav .menu-container {
    margin-top: 50px;
}
@media only screen and (max-width: 767px) {
    .mobile-nav .menu-container {
        margin-top: 40px;
    }
}
.mobile-nav .menu-container .nav {
    text-align: center;
    /* transform: rotate(-10deg); */
    margin: 0;
}
.mobile-nav .menu-container .nav li.nav-selected a {
    color: #fd0;
}
.mobile-nav .menu-container .nav li a {
    font-size: 35px;
    line-height: 72px;
    color: #fff;
}
@media only screen and (max-width: 540px) {
    .mobile-nav .menu-container .nav li a {
        line-height: 50px;
    }
}
.mobile-nav .menu-container .nav li a:focus,
.mobile-nav .menu-container .nav li a:hover {
    background: none;
}
.mobile-nav .close-btn {
    width: 132px;
    height: 132px;
    background: #fd0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-transform: uppercase;
    margin: auto;
    font-family: GothamMedium_1, sans-serif;
    font-weight: 600;
    padding-top: 16px;
    position: absolute;
    bottom: 70px;
    transform: translateX(-50%);
    left: 50%;
    color: #003b4a;
    display: none;
}
@media only screen and (max-width: 767px) {
    .mobile-nav .close-btn {
        bottom: 140px;
        width: 110px;
        height: 110px;
        font-size: 22px;
    }
}
.mobile-nav.active .mobile-menu {
    width: 46px;
    height: 46px;
    border: 2px solid #003b4a;
    border-radius: 50%;
    padding: 9px;
    position: relative;
    top: -2px;
}
.mobile-nav.active .mobile-menu .nav-icon,
.mobile-nav.active .mobile-menu .nav-icon:after,
.mobile-nav.active .mobile-menu .nav-icon:before {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobile-nav.active .mobile-menu .nav-icon {
    position: relative;
    background: #003b4a;
}
.mobile-nav.active .mobile-menu .nav-icon:after,
.mobile-nav.active .mobile-menu .nav-icon:before {
    position: absolute;
    left: 0;
    content: "";
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
}
.mobile-nav.active .mobile-menu .nav-icon:before {
    top: 10px;
    background: #003b4a;
}
.mobile-nav.active .mobile-menu .nav-icon:after {
    top: -10px;
    background: #1A3B36;
}
.mobile-nav.active .mobile-menu:hover .nav-icon:after,
.mobile-nav.active .mobile-menu:hover .nav-icon:before {
    background: #5d5d5d;
}
.mobile-nav.active .mobile-menu .nav-icon {
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
    background: #fff0;
}
.mobile-nav.active .mobile-menu .nav-icon:after,
.mobile-nav.active .mobile-menu .nav-icon:before {
    top: 0;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    color: #fff;
}
.mobile-nav.active .mobile-menu .nav-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}
.mobile-nav.active .mobile-menu .nav-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
}
.insta-cards {
    display: flex;
    justify-content: center;
    position: relative;
    top: -225px;
    height: 130px;
    margin-bottom: 10px;
    z-index: 1;
}
@media only screen and (max-width: 2000px) {
    .insta-cards {
        top: -45px;
        margin-bottom: 220px;
    }
}
@media only screen and (max-width: 1800px) {
    .insta-cards {
        top: -85px;
        margin-bottom: 120px;
    }
}
@media only screen and (max-width: 1600px) {
    .insta-cards {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1024px) {
    .insta-cards {
        top: -5px;
    }
}
@media only screen and (max-width: 767px) {
    .insta-cards {
        top: 20px;
        margin-bottom: 40px;
        height:30px;
        padding: 0 10px;
        left: -4px;
    }
}
@media only screen and (max-width: 425px) {
    .insta-cards {
        top: 30px;
    }
}
.insta-cards .insta-card-wrapper {
    width: 261px;
    height: 464px;
    margin-right: 26px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1200px) {
    .insta-cards .insta-card-wrapper {
        width: 18%;
        height: 300px;
    }
}
@media only screen and (max-width: 992px) {
    .insta-cards .insta-card-wrapper {
        width: 25%;
        height: 320px;
    }
    .insta-cards .insta-card-wrapper.video-four {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .insta-cards .insta-card-wrapper {
        width: 38%;
        height: 300px;
        margin: 0 2%;
    }
}
@media only screen and (max-width: 425px) {
    .insta-cards .insta-card-wrapper {
        height: 250px;
    }
}
.insta-cards .insta-card-wrapper:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 767px) {
    .insta-cards .insta-card-wrapper.video-four {
        display: none;
    }
}
.insta-cards .insta-card-wrapper:nth-child(2n) {
    top: 75px;
}
@media only screen and (max-width: 767px) {
    .insta-cards .insta-card-wrapper:nth-child(2n) {
        top: 40px;
    }
}
.insta-cards .insta-card-wrapper .user-prof {
    display: flex;
    padding: 10px 15px;
    align-items: center;
    display: none;
}
@media only screen and (max-width: 540px) {
    .insta-cards .insta-card-wrapper .user-prof {
        padding: 5px;
    }
}
.insta-cards .insta-card-wrapper .user-prof .user-img {
    position: relative;
    z-index: 2;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
    .insta-cards .insta-card-wrapper .user-prof .user-img {
        width: 21px;
        height: 21px;
    }
}
.insta-cards .insta-card-wrapper .user-prof p {
    position: relative;
    z-index: 2;
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
    .insta-cards .insta-card-wrapper .user-prof p {
        margin: 5px 0;
    }
}
@media only screen and (max-width: 540px) {
    .insta-cards .insta-card-wrapper .user-prof p {
        margin: 0;
        font-size: 0.75rem;
    }
}
.insta-cards .insta-card-wrapper .insta-swiper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.insta-cards .insta-card-wrapper .insta-swiper .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    -webkit-transition: all 0.8s ease 0.8s;
    -moz-transition: all 0.8s ease 0.8s;
    -ms-transition: all 0.8s ease 0.8s;
    -o-transition: all 0.8s ease 0.8s;
    transition: all 0.8s ease 0.8s;
    opacity: 0;
    border-radius: 8px;
}
.insta-cards .insta-card-wrapper .insta-swiper .swiper-wrapper .swiper-slide video.loaded {
    opacity: 1;
}
.insta-cards .insta-card-wrapper .insta-swiper .swiper-pagination {
    top: 50px;
    opacity: 0;
}
@media only screen and (max-width: 1024px) {
    .insta-cards .insta-card-wrapper .insta-swiper .swiper-pagination {
        top: 40px;
        display: flex;
    }
}
@media only screen and (max-width: 767px) {
    .insta-cards .insta-card-wrapper .insta-swiper .swiper-pagination {
        top: 32px;
        display: none;
    }
}
.insta-cards .insta-card-wrapper .insta-swiper .swiper-pagination .swiper-pagination-bullet,
.insta-cards .insta-card-wrapper .insta-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}
.insta-cards .insta-card-wrapper .insta-swiper .swiper-pagination span {
    height: 2px;
    border-radius: 0;
}
.fade-in {
    opacity: 0;
}
.foodcourtsection {
    padding: 5px 0 25px 0;
    margin: 15px;
}
.foodcourtsection .yellowfood {
    background-color: #fbd700;
    padding: 15px 10px 10px 10px;
    margin: 0 10px;
    min-height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.foodcourtsection .redfood {
    background-color: #d0333a;
    position: relative;
    padding: 10px 15px 5px 15px;
}
.redfood.text-white.text-center::Before {
    position: absolute;
    right: 0;
    top: -9px;
    content: "";
    background: url(https://www.burgersinghonline.com/front/images/cornerr.jpg) repeat-x -9px 0;
    width: 9px;
    height: 9px;
}
.foodcourtsection .redfood:after {
    left: 0;
    top: -9px;
    content: "";
    background: url(https://www.burgersinghonline.com/front/images/cornerr.jpg) repeat-x 0 0;
    width: 9px;
    height: 9px;
    position: absolute;
}
.foodcourtsection .blueefood {
    background-color: #03a6e1;
    position: relative;
    padding: 20px 15px 5px 15px;
    margin: 0 10px;
    min-height: 79px;
}
.foodcourtsection .blueefood img {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    right: 0;
}
.foodcourtsection h6 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 400 !important;
    margin-bottom: 4px;
    margin-top: 0px;
}
.foodcourtsection h6 strong {
    font-weight: 500;
}
.redfood.text-white.text-center h2 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0px;
    color: #fff !important;
    font-weight: 600;
    margin-bottom: 0px;
}
.foodcourtsection h2 strong {
    font-weight: 500;
}
.foodcourtsection h3 {
    margin-top: 0px;
    font-size: 26px;
}
.cost-s h2.yellow {
    background-color: #b78415;
    padding: 16px 40px 10px 40px;
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 32px;
    display: inline-block;
    transition: all 0.4s ease;
    line-height: 38px;
    letter-spacing: 1px;
    position: relative;
}
.cost-s h2.yellow::before {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 12px;
    border-left: 2px #cf3239 dashed;
    content: "";
    z-index: 1;
    width: 1px;
}
.talkksubbbutton {
    width: 210px;
    background-color: #183c38;
    border-radius: 6px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    margin-top: 30px;
    width: 198px;
    font-size: 20px;
    transition: all 0.4s ease;
    letter-spacing: 0.9px;
}
.talkksubbbutton a {
    display: block;
    padding: 10px;
    color: #fff;
}
.talkksubbbutton:after {
    content: '';
    top: -30px;
    left: 49%;
    height: 30px;
    border-left: 2px #cf3239 dashed;
    border-top: 2px #cf3239 dashed;
    z-index: 2;
    width: 57%;
    position: absolute;
}
.talkksubbbutton.tbi2:after {
    content: '';
    border-right: 2px #cf3239 dashed;
    border-left: 0;
    right: 49%;
    left: auto;
}
.talkksubbbutton span {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #cf3239;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    z-index: 1;
}



header {
    background-image: url(../../../../images/bg-new.jpg) !important;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover !IMPORTANT;
    height: 150px;
    background-position: bottom;
    padding-top: 25px !important;
    padding-bottom: 0px !IMPORTANT;
    border-bottom: 1px solid #183c38f0;
}

.web-l {
    display: block;
}

.mob-l {
    display: none;
}

.carousel-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 130px;
    width: 110%;
    height: 100%;
    background: #183c38;
    transform: rotate(11deg);
}

main {
    margin-top: 0;
}

.sd > div {
    width: 20%;
    margin-right: 10px;
}
.sd
{
    display: flex;
}
@media only screen and (max-width:768px){
    .foodcourtsection h6 {
        font-size: 15px;
        line-height: 14px;
        color: #fff;
        font-weight: 400 !important;
        margin-bottom: 4px;
        margin-top: 0px;
    }

    .foodcourtsection .yellowfood {
        background-color: #fbd700;
        padding: 10px 10px 10px 10px;
        margin: 0 10px;
        min-height: 50px;
    }

    .foodcourtsection .blueefood {
        background-color: #03a6e1;
        position: relative;
        padding: 20px 15px 5px 15px;
        margin: 0 10px;
        min-height: 60px;
    }


    .sd {
        display: inherit;
    }

    .sd > div {
        width: 47%;
        margin-right:0px;
        float: left;
    }
    main {
        margin-top: 75px;
    }
   .kahani-kulche-ki .head {
        top: -9px;
        position: relative;
        font-size: 19px;
    }
    .head{
        line-height: 32px
    }
    .header-outer .logo img {
        width: 215px;
        margin: 0 auto;
    }
    .web-l {
        display: none;
    }

    .mob-l {
        display: block;
    }
    .mobile-nav.active .mobile-menu {
        width: 46px;
        height: 46px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        padding: 9px;
        position: relative;
        top: -2px;
    }

    .mobile-nav.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .header-outer {
        padding-bottom: 0;
        padding-top: 0;
        align-items: unset;
    }

    header {
        background-repeat: no-repeat;
        position: absolute;
        background-size: cover !IMPORTANT;
        height: 92px;
        background-size: cover;
        background-position: bottom;
        /* padding-top: 96px !important; */
        padding-bottom: 0px !IMPORTANT;
        border-bottom: 1px solid #183c38f0;
        background-position: center center!important;

    }

    .page-home .carousel-wrapper {
        position: relative;
        width: 100vw;
        height: 90vh;
        background: #183c38;
    }
    .carousel-wrapper:after {
        content: "";
        position: absolute;
        left: 0;
        top: 40px;
        width: 140%;
        height: 100%;
        background: #183c38;
        transform: rotate(10deg);
    }
    .pizza-img.uptext {
        margin: 33px 0 0;
    }
    footer .bottom-footer .copyright-info p {
        font-size: 0.875rem;
        color: #fff;
        font-family: GothamLight, sans-serif;
        text-align: center;
        padding-right: 46px;
        margin-top: 25px;
    }

    .non-moving-text .white-extra-div {
        width: 110%;
        height: 65%;
        position: absolute;
        top: -60px;
        background: #b27536;
        transform: rotate(9.5deg) skewX(10deg);
        left: -20px;
    }

    .mobile-nav .logo-container .logo {
        width: 100%;
    }
    .mobile-nav .logo-container .logo img {
        margin: 0 auto;
        width: 250px;
        padding-left: 28px;
    }

    .tab-content {
        padding: 40px 15px;
        margin-left: 10px;
    }
}

footer
{
        background-image: url(../../../../images/footer-bg.jpg) !important;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: top;
   padding-bottom: 0px !IMPORTANT;
    border-bottom: 1px solid #183c38f0;
}
footer .qr
{
/*    display: none;*/
}

.our-location a {
    font-size: 24px;
    color: #fff;
    font-family: 'Parisienne';
    font-weight: 500;
  }
  p.text-center.our-location {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 20px 0;
  }

  .our-location a {
    font-size: 24px;
    color: #fff;
    font-family: 'Parisienne';
    font-weight: 500;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 4px 50px;
  }