.amp-dc-card-list-wrap .amp-dc-image img {
    width: auto;
    height: 265px;
    margin: 0 auto;
}

.amp-dc-card-list-wrap .amp-dc-image {
    background: white;
}

.amp-dc-card-list-wrap .amp-dc-card-name {
    font-size: 18px;
    height: 42px;
}

.time-machine-container {
    text-align: center;
    overflow: hidden;
    background-color: #000000;
    padding: 7px 32px 7px 7px;
}

.date-time-input {
    font-size: 12.8px;
    font-weight: 300;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    margin-left: 5px;
}

.date-time-label {
    font-size: 12.8px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: uppercase;
}

.preview-notify {
    color: #fff;
    text-align: center;
    font-size: 12.8px;
    text-transform: uppercase;
}

.left {
    float: left;
}

.right {
    float: right;
}

.close-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.decorate-item {
    display: block;
    width: 100%;
    height: 100%;
}

.decorate-item::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.decorate-item::after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

#datepicker-current-time {
    cursor: default;
}

.hotspot {
    cursor: pointer;
    z-index: 3;
    width: 32px;
    height: 32px;
    margin-top: -15px;
    margin-left: -15px;
    text-align: center;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.hotspot:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(../svg/target.svg) no-repeat 0 0
}

.hotspot:before {
    content: '';
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 27px;
    height: 27px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -13px
}

.hotspot.hovered {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.hotspot.active {
    opacity: .5;
    cursor: default
}

.header-content-wrap {
    border-bottom: 1px solid #d4d5d5;
    position: relative;
}

.header-wrap .top-menu {
    text-align: left;
    padding: 0 50px 15px 50px;
    margin-top: 15px;
    border-bottom: 1px solid #d4d5d5;
}

.header-hamburger {
    display: none;
    position: absolute;
    width: 25px;
    height: 16px;
    top: 9px;
    left: 10px;
    border-bottom: 3px solid #000;
    cursor: pointer;
}

.header-hamburger:before {
    content: '';
    display: block;
    height: 3px;
    background: #000;
}

.header-hamburger:after {
    content: '';
    display: block;
    height: 3px;
    background: #000;
    margin-top: 5px;
}

.header-wrap .customer-menu {
    margin-top: 5px;
}

.header-wrap .customer-menu > li {
    padding: 0 6px;
}

.customer-menu > li > a img {
    width: 30px;
}

footer {
    padding: 0 25px;
    background: none;
}

footer * {
    margin: 0;
    padding: 0;
}

.amp-dc-footer-links {
    overflow: hidden;
    padding: 0;
    list-style: none;
    text-align: center;
}

.amp-dc-footer-links > li {
    margin-top: 7px;
    display: inline-block;
    vertical-align: top;
}

.amp-dc-footer-links > li > a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    margin-right: 37px;
}

.amp-dc-footer-links > li > a:hover {
    text-decoration: underline;
}

.amp-dc-footer-legal-info {
    overflow: hidden;
    background-color: #000;
    margin: 0 -25px;
    margin-top: 10px;
    padding: 15px 25px 10px 25px;
}

.amp-dc-back-top-wrap {
    overflow: hidden;
}

.amp-dc-back-top-box {
    float: right;
    text-align: center;
    text-decoration: none;
}

.amp-dc-back-top-img {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    margin-bottom: 3px;
}

.amp-dc-footer-logo {
    margin-top: 8px;
    float: left;
}

.amp-dc-footer-logo img {
    display: block;
}

.amp-dc-back-top {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.amp-dc-back-top-wrap:hover .amp-dc-back-top {
    text-decoration: underline;
}

.amp-dc-back-top:hover {
    text-decoration: underline;
}

#login-form {
    display: none;
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.login-li {
    padding-top: 2px !important;
}

#login-btn-act {
    height: 32px;
    border: 1px solid #0b82eb;
    border-radius: 4px;
    width: 70px;
    font-size: 14px;
    cursor: pointer;
}

#login-btn-act:hover {
    background-color: #0b82eb;
    color: white;
}

#login-form.show {
    display: block;
}

.login-caption {
    margin: 0;
    text-align: center;
    font-size: 24px;
}

.input-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
}

.fields {
    flex-basis: 45%;
    flex-shrink: 0;
}

.login-input {
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    margin-bottom: 15px;
}

.login-form {
    box-sizing: border-box;
    position: absolute;
    width: 360px;
    height: 250px;
    background-color: white;
    padding: 15px;
    top: 100px;
    left: calc(50% - 180px);
    border: 2px solid #0b82eb;
    border-radius: 4px;
    z-index: 9999;
}

.login-btns {
    overflow: hidden;
}

.login-btn {
    cursor: pointer;
    float: left;
    color: white;
    background-color: #0b82eb;
    height: 32px;
    width: 70px;
    font-size: 14px;
    border-radius: 4px;
}

.login-cancel-btn {
    cursor: pointer;
    float: right;
    border: 1px solid #0b82eb;
    border-radius: 4px;
    height: 32px;
    width: 70px;
    font-size: 14px;
}

@media screen and (max-width: 979px) {
    .header-wrap .top-menu {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .hotspot {
        visibility: hidden;
    }

    .preview-notify {
        display: none;
    }

    .top-menu-wrap {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s;
        -moz-transition: max-height 0.5s;
        -ms-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }

    .top-menu-wrap.active {
        max-height: 500px;
    }

    .header-wrap .top-menu {
        marign: 0;
        padding: 0;

    }

    .header-hamburger {
        display: block;
    }

    .header-wrap .top-menu > li {
        display: block;
        background: #000;
        border-bottom: 1px solid #fff;
        margin: 0;
    }

    .header-wrap .top-menu > li > a {
        display: block;
        color: #fff !important;
        padding: 10px 15px !important;

    }
}

@media screen and (max-width: 650px) {
    footer {
        border-top: 0;
    }

    .amp-dc-footer-links {
        display: none;
    }
}

@media screen and (max-width: 555px) {
    .date-time-label.left {
        display: none;
    }
}

@media screen and (max-width: 520px) {
    .logo {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .amp-dc-card-list-wrap .amp-dc-image img {
        height: 180px;
    }
}

@media screen and (min-width: 1024px) {
    .amp-dc-card-list-wrap .amp-dc-image img {
        height: 300px;
    }
}

.js-poi-img-container > svg {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.js-poi-img-container svg g polygon {
    fill: transparent;
    opacity: 1;
    stroke: #ececec;
    stroke-width: 3px;
    stroke-dasharray: 15;
    stroke-linecap: round;
    cursor: pointer;
}

@-webkit-keyframes square-anim {
    25% {
        stroke-dasharray: 15;
        opacity: .5
    }

    50% {
        stroke-dasharray: 10;
        opacity: .7
    }

    75% {
        stroke-dasharray: 6;
        opacity: .8
    }

    100% {
        stroke-dasharray: 0;
        opacity: 1
    }
}

.js-poi-img-container svg g:hover polygon {
    animation: square-anim .1s 1 ease-out;
    animation-fill-mode: forwards;
}
