
.acs-solution-wrap {
    color: #38393a;
}
.acs-solution-wrap .inside p {
    margin-top: 0;
}
.gallary {
    margin-bottom: 0 !important;
}
.acs-solution-wrap .link-wrap a {
    position: relative;
    padding-right: 16px;
    color: #0682dd !important;
    color: var(--esp-color-blue) !important;
    text-decoration: none;
    box-sizing: border-box;
}
.acs-solution-wrap .link-wrap a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    margin-top: 1px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #0682dd;
    border-bottom: 1px solid #0682dd;
}
.acs-solution-wrap .link-wrap a:hover {
    border-bottom: 1px solid #0682dd;
}
.application-wrap {
    padding: 15px;
    background: #E8EEEF;
    border-radius: 6px;
    transform: scale(.9);
    transform-origin: right;
}
.i18n-zh-hans .application-wrap {
    transform: scale(.8);
}
.acs-solution-introduction .item.odd {
    width: 55%;
}
.acs-solution-introduction .item.even {
    width: 45%;
}
.acs-solution-introduction .item.even img {
    display: block;
    margin-left: 10%;
    width: 90%;
    height: auto;
}
.application-wrap .item-title {
    line-height: 36px;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    margin-top: 8px;
    text-align: center;
    font-weight: bold;
}
.application-wrap .item-title:first-child {
    margin-top: 0;
}
.application-wrap .application-btn-wrap {
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 8px;
}
.application-wrap .application-btn-wrap  .application-btn {
    font-size: 0;
}
.application-wrap .application-btn-wrap  .application-btn span {
    display: inline-block;
    font-size: 15px;
    background: #fff;
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
}
.application-wrap .amazon-device-sdks {
    background: #ff8f1c;
}
.application-wrap .esp-dpk-implementation {
    background: #0682dd;
}
.application-wrap h4 {
    margin: 0 0 6px 0;
    font-style: oblique;
    font-weight: 400;
    color: #fff;
}
.application-wrap .amazon-device-sdks-btn span:first-child {
    width: calc(55% - 10px);
    margin-right: 10px;
}
.application-wrap .amazon-device-sdks-btn span:last-child {
    width: 45%;
}
.application-wrap .esp-dpk-implementation-btn span {
    width: 24%;
}
.application-wrap .esp-dpk-implementation-btn span:first-child,
.application-wrap .esp-dpk-implementation-btn span:last-child {
    width: calc(38% - 10px);
}
.application-wrap .esp-dpk-implementation-btn span:first-child {
    margin-right: 10px;
}
.application-wrap .esp-dpk-implementation-btn span:last-child {
    margin-left: 10px;
}
.alexa-platform-wrap {
    padding-top: 0;
}
.alexa-platform-wrap h2 {
    margin-bottom: 26px;
}
.alexa-platform-wrap img {
    display: block;
    width: 80%;
    margin: 50px auto 0;
}
.row a.button {
    width: 190px;
    padding: 0;
    height: 38px;
    line-height: 36px;
    margin: 0 auto;
    box-sizing: border-box;
    transition: none;
}
.i18n-ja .row a.button {
    width: 230px;
    margin: 4px 0;
}
.buy-now .buy-now-bg .button {
    border-color: #fff;
    color: #fff;
}
.buy-now .buy-now-bg .button:hover {
    color: #3c3e3f !important;
    background: #fff !important;
}
.buy-now h2 {
    margin-bottom: 30px !important;
}
.buy-now .buy-now-bg .inside {
    padding: 60px 0;
}
.buy-now .buy-now-bg {
    background-image: url("../images/acs-solution/getting-started.jpg");
    background-size: cover;
}
.alexa-platform-wrap p a {
    color: #0682dd !important;
    text-decoration: none;
}
.alexa-platform-wrap p a:hover {
    text-decoration: underline;
}
#acs-solution-contact-us .btn-wrap ~ p {
    color: #fff;
    text-align: center;
    margin: 15px 0 0;
    padding: 0 20px;
}
#acs-solution-contact-us .btn-wrap ~ p a {
    color: #fff;
    text-decoration: underline !important;
    transition: none !important;
}
#acs-solution-contact-us .btn-wrap ~ p a:hover {
    color: #e0260b;
}
@media (max-width: 1280px) and (min-width: 1170px) {
    .intro-wrapper .inside {
        width: 100%;
        max-width: 1140px;
    }
}
@media (min-width: 900px) {
    .acs-solution-introduction {
        padding-top: 60px !important;
    }
}
@media (max-width: 900px) {
    .acs-solution-introduction .item.odd {
        width: 100%;
    }
    .acs-solution-introduction .item.even {
        width: 100%;
    }
    .alexa-platform-wrap img {
        width: 94%;
    }
    .acs-solution-introduction .item.even .application-wrap {
        max-width: 500px;
        transform: none;
        margin: 50px auto 0;
    }
}
@media (max-width: 768px) {
    .region-highlighted .gallary .flexslider li {
        overflow: hidden;
    }
    .gallary .flexslider img {
        max-width: 100%;
        width: 100%;
        min-width: 400px;
        margin-bottom: 0 !important;
    }
} 
@media (max-width: 430px) {
    .acs-solution-introduction .item.even .application-wrap {
        font-size: 14px;
    }
    .application-wrap .application-btn-wrap .application-btn span {
        font-size: 12px;
    }
    .region-highlighted .gallary .flexslider li {
        overflow: hidden;
    }
}   
