/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

body {
    margin: 0;
    padding: 0;
}


.font-bold {
    font-weight: bold;
}

h1,h2,h3,h4 {
    font-weight: normal;
}

sup {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    bottom: 0.5ex;
}

/* header style */
@media screen and (min-width:767.01px), not screen {
    .sony-header {
        width: 100%;
        height: 66px;
        background-color: #000000;
        z-index: 7;
    }

    .sony-header-child {
        max-width: 1024px;
        margin: auto;
        padding-top: 23px;
    }

    .header-sonylogo-link {
        display: block;
        padding-left: 0px;
        width: 100px;
        height: 20px;
        margin-left: 26px;
    }

    .header-sonylogo-link:focus {
        outline: 2px #797979 solid;
    }

    .header-sonylogo {
        display: block;
        width: 100px;
        height: 20px;
    }

    .ie-header-parent {
        position: relative;
        height: 532px;
    }

    .ie-header {
        display: table;
        width: 100%;
        height: 48px;
        text-align: center;
        background-color: rgba(0,0,0,0.7);
        position: relative;
        top: 0px;
        z-index: 7;
    }

    .ie-header.scrolled-from-top {
        position: fixed;
    }

    .ie-header-child {
        display: table-cell;
        vertical-align: middle;
    }

    .ie-header-elems {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }

    .ie-header-elems a:focus {
        outline: 1px #797979 solid;
    }

    .ie-header-menu,
    .ie-header-menu-space-right {
        display: none;
    }

    .ie-header-space {
        display: table-cell;
        width: 15px;
    }

    .ie-header-logo,
    .ie-header-logo-link {
        display: table-cell;
        vertical-align: middle;
        width: 100px;
        height: 48px;
        margin-right: 20px;
    }

    .ie-header-logo-img{
        display: table-cell;
        vertical-align: middle;
        width: 100px;
        height: 32px;
    }

    .ie-header-mobile,
    .ie-header-pc,
    .ie-header-pc-link,
    .ie-header-service,
    .ie-header-service-link,
    .ie-header-news,
    .ie-header-news-link,
    .ie-header-support,
    .ie-header-support-link,
    .ie-header-signin,
    .ie-header-signin-account {
        display: table-cell;
        vertical-align: middle;
        width: 135px;
        height: 48px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        font-size: 13px;
        color: #ffffff;
    }

    .ie-header-pc,
    .ie-header-pc-link {
        width: 145px;
    }

    .ie-header-mobile-parts,
    .ie-header-pc-parts {
        display: table;
        vertical-align: middle;
        width: 140px;
        height: 100%;
    }

    .ie-header-parts-child {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
    }

    .ie-header-parts-child-title {
        display: inline-block;
    }

    .ie-header-news,
    .ie-header-support,
    .ie-header-news-link,
    .ie-header-support-link {
        width: 80px;
    }

    .ie-header-signin,
    .ie-header-signin-account {
        width: 86px;
    }

    .ie-header-signin {
        cursor: pointer;
    }
    .ie-header-signin:focus {
        outline: 1px #797979 solid;
    }

    .ie-header-signin-account {
        display: none;
        vertical-align: middle;
        width: 86px;
        height: 48px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        font-size: 13px;
        color: #ffffff;
    }
    .ie-header-signin.signin-area.signin-state,
    .hamburger-signin.signin-area.signin-state,
    .hamburger-signin-mypage.signin-area.signin-state {
        display: none;
    }
    .ie-header-signin-account.signin-area.signin-state {
        display: table-cell;
    }


    .ie-header-logo:hover,
    .ie-header-mobile:hover,
    .ie-header-pc-link:hover,
    .ie-header-service-link:hover,
    .ie-header-news-link:hover,
    .ie-header-support-link:hover,
    .ie-header-signin:hover,
    .ie-header-signin-account:hover {
        background-color: rgba(255,255,255,0.1);
    }

    .ie-header-mobile-sub-li {
        width: 340px;
        background-color: rgba(0,0,0,0.7);
    }

    .header-mobile-sub-link {
        display: table;
        vertical-align: middle;
        text-align: left;
        width: 340px;
        height: 80px;
        cursor: pointer;
    }

    .header-mobile-sub-link:hover {
        background-color: rgba(255,255,255,0.1);
    }

    .ie-header-mobile-sub-child {
        display: table-cell;
        vertical-align: middle;
    }

    .ie-header-mobile-sub-logo,
    .ie-header-mobile-sub-img {
        display: table-cell;
        vertical-align: middle;
        margin-left: 34px;
        width: 52px;
        height: 52px;
    }

    .ie-header-mobile-sub-name {
        display: table-cell;
        vertical-align: middle;
        width: 220px;
        height: 32px;
        padding-left: 8px;
        color: #ffffff;
        font-size: 13px;
    }

    .ie-header-signin-sub-li {
        width: 140px;
        background-color: rgba(0,0,0,0.7);
    }

    .ie-header-sub-space {
        height: 1px;
        background-color: #969696;
        opacity: 0.5;
    }

    .header-signin-sub-link {
        display: table;
        vertical-align: middle;
        text-align: left;
        width: 140px;
        height: 60px;
        cursor: pointer;
    }

    .header-signin-sub-link:hover {
        background-color: rgba(255,255,255,0.1);
    }

    .header-signin-sub-link:focus {
        outline: 1px #797979 solid;
    }

    .ie-header-signin-sub-child {
        display: table-cell;
        vertical-align: middle;
    }

    .ie-header-signin-sub-name {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 140px;
        height: 60px;
        color: #ffffff;
        font-size: 13px;
    }

    .ie-header-signin,
    .ie-header-signin-link,
    .ie-header-signin-mypage-link {
        width: 86px;
    }

    .ie-header-mobile-sub-ul.show-sub-menu,
    .ie-header-signin-sub-ul.show-sub-menu {
        display: block;
    }

    .ie-header-parent ul li a {
        text-decoration: none;
    }

    .ie-header-parent ul li ul{
        position: absolute;
        top: 48px;
        padding: 0px;
        margin-left: -5px;
    }

    .ie-header-parent ul li ul li{
        display: block;
    }

    .ie-header-parent ul li ul li a{
        text-decoration: none;
    }

    .ie-header-parent ul li ul{
        display: none;
    }

    .ie-header-hamburger {
        display: none;
    }

    .slide {
        margin: 0 auto;
        padding-left: 0px;
        width: 100%;
        background-color: #4d4949;
        position: absolute;
        top: 0;
    }

    .slide1 {
        height: 532px;
        background-image: url("../../images/imagingedge/PC_banner_main.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .slide2 {
        height: 532px;
        background-image: url("../../images/imagingedge/PC_scroll_banner_IEmobile.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .slide3 {
        height: 532px;
        background-image: url("../../images/imagingedge/PC_scroll_banner_movie.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .slide4 {
        height: 532px;
        background-image: url("../../images/imagingedge/PC_scroll_banner_transfer.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .slide5 {
        height: 532px;
        background-image: url("../../images/imagingedge/PC_scroll_banner_RVE.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .slide-link {
        text-decoration: none;
        outline: none;
    }

    .slide-logo {
        margin: 0;
    }
    .slide-logo > img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 190px;
        width: 230px;
        height: 115px;
    }

    .slide-title {
        text-align: center;
        margin-top: 92px;
        margin-bottom: 14px;
        color: white;
        font-size: 27px;
    }

    .slide-desc {
        width: 720px;
        margin: 14px auto 40px auto;
        color: white;
        font-size: 13px;
        line-height: 22px;
    }

    .slide-logo2,
    .slide-logo3,
    .slide-logo4 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 212px;
        width: 90px;
        height: 90px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right 1px bottom 0px;
    }
    .slide-logo2 {
        background-image: url("../../images/imagingedge/PC_scroll_banner_logo_mobile.png");
    }
    .slide-logo3 {
        background-image: url("../../images/imagingedge/PC_scroll_banner_logo_M.png");
    }
    .slide-logo4 {
        background-image: url("../../images/imagingedge/PC_scroll_banner_logo_T.png");
    }

    .slide-title2,
    .slide-title3,
    .slide-title4 {
        text-align: center;
        margin-top: 6px;
        margin-bottom: 104px;
        color: white;
        font-size: 18px;
    }

    .slide-desc2,
    .slide-desc3,
    .slide-desc4 {
        width: 720px;
        margin: 115px auto 86px auto;
        color: white;
        font-size: 13px;
        line-height: 20px;
    }

    .slide-rve-area {
        display: table;
        width: 100%;
        padding-top: 212px;
        text-align: center;
    }

    .slide-rve-area-child {
        display: table-cell;
        vertical-align: middle;
    }

    .slide-rve-area-child-elems {
        display: inline-block;
        vertical-align: middle;
    }

    .remote {
        display: table-cell;
        width: 90px;
        padding-right: 34px;
    }

    .remote-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90px;
        height: 90px;
        background-image: url("../../images/imagingedge/PC_scroll_banner_logo_R.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .remote-name {
        text-align: center;
        margin: 6px 0 0 0;
        color: #ffffff;
        font-size: 18px;
    }

    .viewer {
        display: table-cell;
        width: 90px;
        padding-left: 34px;
        padding-right: 34px;
    }

    .viewer-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90px;
        height: 90px;
        background-image: url("../../images/imagingedge/PC_scroll_banner_logo_V.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .viewer-name {
        text-align: center;
        margin: 6px 0 0 0;
        color: #ffffff;
        font-size: 18px;
    }

    .edit {
        display: table-cell;
        width: 90px;
        padding-left: 34px;
    }

    .edit-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90px;
        height: 90px;
        background-image: url("../../images/imagingedge/PC_scroll_banner_logo_E.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .edit-name {
        text-align: center;
        margin: 6px 0 0 0;
        color: #ffffff;
        font-size: 18px;
    }

    .slide-rve-desc {
        width: 720px;
        margin-top: 115px;
        margin-left: auto;
        margin-right: auto;
        color: #ffffff;
        font-size: 13px;
        line-height: 20px;
    }
}

@media screen and (max-width:1024px) {
    .ie-header-signin-sub-ul {
        right: 0px;
    }
}

@media screen and (max-width:767px) {
    .sony-header {
        display: table;
        width: 100%;
        height: 40px;
        vertical-align: middle;
        background-color: #000000;
        z-index: 7;
    }

    .sony-header-child {
        display: table-cell;
        vertical-align: middle;
    }

    .sony-header-elem {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
    }

    .header-sonylogo-link {
        display: table-cell;
        vertical-align: middle;
    }
    .header-sonylogo-link:focus {
        outline: 2px #797979 solid;
    }
    .header-sonylogo {
        display: table-cell;
        vertical-align: middle;
        width: 50px;
        height: 10px;
    }

    .ie-header-parent {
        position: relative;
        height: 380px;
    }
    .ie-header {
        display: table;
        width: 100%;
        height: 36px;
        text-align: left;
        background-color: rgba(0,0,0,0.7);
        position: relative;
        top: 0;
        z-index: 7;
    }
    .ie-header.scrolled-from-top {
        position: fixed;
    }

    .ie-header-child {
        float: right;
        display: table-cell;
        vertical-align: middle;
    }

    .ie-header-elems {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }

    .ie-header-menu {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding-top: 2px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        font-size: 0;
    }

    .ie-header-menu:focus {
        outline: 2px #4673F0 solid;
        box-sizing: border-box;
    }

    .ie-header-menu-hamburger-icon {
        width: 20px;
    }

    .ie-header-menu-space-right {
        display: table-cell;
        width: 10px;
    }

    .ie-header-logo {
        display: table-cell;
        vertical-align: middle;
        width: 100px;
        height: 32px;
        padding-top: 2px;
        margin-right: 20px;
    }
    .ie-header-logo-link {
        display: block;
    }
    .ie-header-logo-link:focus {
        outline: 2px #4673F0 solid;
        box-sizing: border-box;
    }

    .ie-header-logo-img{
        display: table-cell;
        vertical-align: middle;
        width: 100px;
        height: 32px;
    }

    .ie-header-menu:active,
    .ie-header-logo:active {
        background-color: #000000;
        opacity: 0.95;
    }

    .ie-header-space {
        display: table-cell;
        width: 20px;
    }

    .ie-header-mobile,
    .ie-header-pc,
    .ie-header-service,
    .ie-header-news,
    .ie-header-support,
    .ie-header-signin,
    .ie-header-signin-account,
    .ie-header-space {
        display: none;
    }

    .ie-header-hamburger {
        display: none;
        right: 0px;
        position: absolute;
        top: 36px;
        width: 210px;
        z-index: 5;
    }

    .ie-header-hamburger.hamburger-togglable-area.hamburger-opened {
        display: table;
    }
    .ie-header-hamburger-child {
        display: table-cell;
        vertical-align: middle;
    }
    .ie-header-hamburger-child-elems {
        display: inline-block;
        vertical-align: middle;
    }
    .ie-header-hamburger-child-elems > div:focus,
    .ie-header-hamburger-child-elems * a:focus,
    .hamburger-signout:focus {
        outline: 2px #4673F0 solid;
        box-sizing: border-box;
    }

    .hamburger-mobile,
    .hamburger-pcapp,
    .hamburger-pcapp-link,
    .hamburger-service,
    .hamburger-service-link,
    .hamburger-news,
    .hamburger-news-link,
    .hamburger-support,
    .hamburger-support-link,
    .hamburger-signin,
    .hamburger-signin-mypage-link {
        display: table;
        vertical-align: middle;
        text-align: left;
        width: 210px;
        height: 41px;
        background-color: #000000;
        opacity: 0.95;
    }
    .hamburger-signin-mypage {
        display: none;
        vertical-align: middle;
        text-align: left;
        width: 210px;
        height: 41px;
        background-color: #000000;
        opacity: 0.95;
    }
    .hamburger-mobile,
    .hamburger-signin {
        cursor: pointer;
    }
    .ie-header-signin.signin-area.signin-state,
    .ie-header-signin-account.signin-area.signin-state,
    .hamburger-signin.signin-area.signin-state {
        display: none;
    }
    .hamburger-signin-mypage.signin-area.signin-state {
        display: table;
    }

    .hamburger-mobile:active,
    .hamburger-pcapp:active,
    .hamburger-pcapp-link:active,
    .hamburger-service:active,
    .hamburger-service-link:active,
    .hamburger-news:active,
    .hamburger-news-link:active,
    .hamburger-support:active,
    .hamburger-support-link:active,
    .hamburger-signin:active,
    .hamburger-signin-mypage:active,
    .hamburger-signin-mypage-link:active {
        background-color: #6e6e6e;
    }
    .hamburger-mobile-child,
    .hamburger-pcapp-child,
    .hamburger-service-child,
    .hamburger-news-child,
    .hamburger-support-child,
    .hamburger-signin-child,
    .hamburger-signin-mypage-child {
        display: table-cell;
        vertical-align: middle;
    }
    .hamburger-mobile-child-elem,
    .hamburger-pcapp-child-elem,
    .hamburger-service-child-elem,
    .hamburger-news-child-elem,
    .hamburger-support-child-elem,
    .hamburger-signin-child-elem,
    .hamburger-signin-mypage-child-elem {
        display: inline-block;
        vertical-align: middle;
    }
    .hamburger-mobile-name,
    .hamburger-pcapp-name,
    .hamburger-service-name,
    .hamburger-news-name,
    .hamburger-support-name,
    .hamburger-signin-name,
    .hamburger-signin-mypage-name {
        display: table-cell;
        vertical-align: middle;
        padding-left: 23px;
        height: 19px;
        color: #f0f0f0;
        font-size: 12px;
    }
    .hamburger-mobile-down {
        display: table-cell;
        vertical-align: middle;
        width: 19px;
        height: 19px;
        padding-left: 9px;
        color: #f0f0f0;
        font-size: 12px;
    }
    .hamburger-mobile-down.hamburger-togglable-area.hamburger-opened {
        display: none;
    }

    .hamburger-mobile-submenu-icon {
        width: 9px;
        height: 9px;
    }

    .hamburger-space {
        display: table-cell;
        width: 210px;
        height: 1px;
        background-color: #969696;
    }

    .hamburger-mobile-sub {
        display: none;
        width: 210px;
    }
    .hamburger-mobile-sub.hamburger-togglable-area.hamburger-opened {
        display: table;
    }
    .hamburger-mobile-sub-child {
        display: table-cell;
        vertical-align: middle;
    }
    .hamburger-mobile-child-elems {
        display: inline-block;
        vertical-align: middle;
    }
    .hamburger-mobile-iem,
    .hamburger-mobile-iem-link,
    .hamburger-mobile-transfer,
    .hamburger-mobile-transfer-link,
    .hamburger-mobile-movieedit,
    .hamburger-mobile-movieedit-link {
        display: table;
        vertical-align: middle;
        text-align: left;
        width: 210px;
        height: 35px;
        background-color: #000000;
        opacity: 0.95;
    }
    .hamburger-mobile-iem:active,
    .hamburger-mobile-iem-link:active,
    .hamburger-mobile-transfer:active,
    .hamburger-mobile-transfer-link:active,
    .hamburger-mobile-movieedit:active,
    .hamburger-mobile-movieedit-link:active {
        background-color: #6e6e6e;
    }
    .hamburger-mobile-iem-child,
    .hamburger-mobile-transfer-child,
    .hamburger-mobile-movieedit-child {
        display: table-cell;
        vertical-align: middle;
    }
    .hamburger-mobile-iem-child-elem,
    .hamburger-mobile-transfer-child-elem,
    .hamburger-mobile-movieedit-child-elem {
        display: inline-block;
        vertical-align: middle;
    }
    .hamburger-mobile-iemlogo,
    .hamburger-mobile-iemlogo-img,
    .hamburger-mobile-transferlogo,
    .hamburger-mobile-transferlogo-img,
    .hamburger-mobile-movieeditlogo,
    .hamburger-mobile-movieeditlogo-img {
        display: table-cell;
        vertical-align: middle;
        margin-left: 38px;
        width: 23px;
        height: 23px;
    }
    .hamburger-mobile-iemname,
    .hamburger-mobile-transfername,
    .hamburger-mobile-movieeditname {
        display: table-cell;
        vertical-align: middle;
        width: 135px;
        height: 16px;
        padding-left: 3px;
        color: #f0f0f0;
        font-size: 9px;
    }

    .hamburger-signin-sub {
        display: table;
        width: 210px;
    }
    .hamburger-signin-sub-child {
        display: table-cell;
        vertical-align: middle;
    }
    .hamburger-signout {
        display: table;
        vertical-align: middle;
        text-align: left;
        width: 210px;
        height: 41px;
        background-color: #000000;
        opacity: 0.95;
        cursor: pointer;
    }
    .hamburger-signout:active {
        background-color: #6e6e6e;
    }
    .hamburger-signout-child {
        display: table-cell;
        vertical-align: middle;
    }
    .hamburger-signout-child-elem {
        display: inline-block;
        vertical-align: middle;
    }
    .hamburger-signout-name {
        display: table-cell;
        vertical-align: middle;
        height: 19px;
        padding-left: 23px;
        color: #f0f0f0;
        font-size: 12px;
    }

    .slide {
        margin: 0 auto;
        padding-left: 0px;
        width: 100%;
        background: white;
        position: absolute;
        top: 0;
    }

    .slide1 {
        height: 380px;
        background-image: url("../../images/imagingedge/SP_banner_main@2x.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .slide2 {
        height: 380px;
        background-image: url("../../images/imagingedge/SP_banner_scroll_mobile@2x.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .slide3 {
        height: 380px;
        background-image: url("../../images/imagingedge/SP_banner_scroll_movie@2x.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .slide4 {
        height: 380px;
        background-image: url("../../images/imagingedge/SP_banner_scroll__transfer@2x.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .slide5 {
        height: 380px;
        background-image: url("../../images/imagingedge/SP_banner_scroll_RVE@2x.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .slide-link {
        text-decoration: none;
        outline: none;
    }

    .slide-logo {
        margin: 0;
    }
    .slide-logo > img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 139px;
        width: 146px;
        height: 73px;
    }

    .slide-title {
        text-align: center;
        margin-top: 51px;
        margin-bottom: 10px;
        color: white;
        font-size: 15px;
    }

    .slide-desc {
        width: 320px;
        margin: 10px auto 16px auto;
        color: white;
        font-size: 13px;
        line-height: 20px;
    }

    .slide-logo2,
    .slide-logo3,
    .slide-logo4 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 152px;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right 1px bottom 0px;
    }
    .slide-logo2 {
        background-image: url("../../images/imagingedge/SP_logo_banner_scroll_IEmobile@2x.png");
    }
    .slide-logo3 {
        background-image: url("../../images/imagingedge/SP_logo_banner_scroll_M@2x.png");
    }
    .slide-logo4 {
        background-image: url("../../images/imagingedge/SP_logo_banner_scroll_T@2x.png");
    }

    .slide-title2,
    .slide-title3,
    .slide-title4 {
        text-align: center;
        margin-top: 2px;
        margin-bottom: 40px;
        color: white;
        font-size: 14px;
    }

    .slide-desc2,
    .slide-desc3,
    .slide-desc4 {
        width: 320px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        color: white;
        font-size: 13px;
        line-height: 20px;
    }

    .slide-rve-area {
        display: table;
        width: 100%;
        padding-top: 152px;
        text-align: center;
    }

    .slide-rve-area-child {
        display: table-cell;
        vertical-align: middle;
    }

    .slide-rve-area-child-elems {
        display: inline-block;
        vertical-align: middle;
    }

    .remote {
        display: table-cell;
        width: 50px;
        padding-right: 18px;
    }

    .remote-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50px;
        height: 50px;
        background-image: url("../../images/imagingedge/SP_logo_banner_scroll_R@2x.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .remote-name {
        text-align: center;
        margin: 2px 0 0 0;
        color: #ffffff;
        font-size: 14px;
    }

    .viewer {
        display: table-cell;
        width: 50px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .viewer-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50px;
        height: 50px;
        background-image: url("../../images/imagingedge/SP_logo_banner_scroll_V@2x.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .viewer-name {
        text-align: center;
        margin: 2px 0 0 0;
        color: #ffffff;
        font-size: 14px;
    }

    .edit {
        display: table-cell;
        width: 50px;
        padding-left: 18px;
    }

    .edit-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50px;
        height: 50px;
        background-image: url("../../images/imagingedge/SP_logo_banner_scroll_E@2x.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .edit-name {
        text-align: center;
        margin: 2px 0 0 0;
        color: #ffffff;
        font-size: 14px;
    }

    .slide-rve-desc {
        width: 320px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        color: #ffffff;
        font-size: 13px;
        line-height: 20px;
    }
}

/* body style */

@media screen and (min-width:1400px){
    .mobileapps {
        width: 100%!important;
    }
}

@media screen and (min-width:767.01px), not screen {
    .mobile {
        overflow: hidden;
        width: 100%;
    }

    .mobileapps {
        width: 100%;
    }

    .mobileapps-child {
        float: left;
        padding-right: 5px;
        width: 23%;
        margin-bottom: 3%;
    }
    .mobileapps-child:first-child{
        margin-left: 36%;
        width: 28%;
        margin-right: 2.5%;
    }

    .mobileapps-heading {
        margin: 100px 0 64px 0;
        font-size: 20px;
        text-align: center;
        color: #5F5F5F;
    }

    .mobileapps-pro-heading {
        margin-top: 24px;
        font-size: 13px;
        margin-left: 110px;
        color: #646464;
    }

    .mobileapps-space {
        margin: 9px 0 0 110px;
        height: 1px;
        background-color: #A6A6A6;
    }

    .iem {
        overflow: hidden;
        margin-top:60px;
    }

    .iemlogo,
    .mclogo,
    .movieeditlogo,
    .transferlogo {
        float: left;
        width: 4.2vw;
        height: 4.2vw;
        margin-top: 0.5vw;
        margin-right: 0.5vw;
    }
    .iemlogo {
        background-image: url("../../images/imagingedge/PC_logo_mobile.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .mclogo {
        background-image: url("../../images/imagingedge/PC_logo_mc.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .movieeditlogo {
        background-image: url("../../images/imagingedge/PC_logo_M.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .transferlogo {
        background-image: url("../../images/imagingedge/PC_logo_T.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ieminfo {
        float: left;
        margin-left: 1vw;
        width: calc(100% - 6vw);
    }

    .mobileapp-name {
        font-size: 0.8vw;
        color: #666666;
        margin-top: 0.4vw;
        margin-bottom: 0.7vw;
    }

    .mobileapp-desc,
    .mobileapp-pmm-desc {
        font-size: 13px;
        line-height: 21px;
        width: 100%;
        margin-top: 0.7vw;
        margin-bottom: 0.5vw;
    }
    .mobileapp-pmm-desc {
        margin-top: -10px;
    }

    .mobileapp-detail {
        display: inline-block;
        margin-bottom: 13px;
        text-decoration: none;
        font-size: 13px;
        color: #2e61f0;
    }

    .mobileapp-detail:hover {
        color: #3C4B73;
    }

    .stores {
        overflow: hidden;
        padding-left: 5.2vw;
    }

    .app_store {
        float: left;
        margin: 0.3vw 0 0.5vw 0;
        width: 7.3vw;
        height: 2.1vw;
    }
    .app_store_text,
    .app-store-img,
    .google_play_text,
    .google-play-img {
        display: block;
        width: 140px;
        height: 40px;
    }
    .google_play_text {
        overflow: hidden;
        position: relative;
    }
    .google-play-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 155px;
        height: auto;
    }
    .google_play {
        float: left;
        margin: 5px 0 44px 7px;
        width: 140px;
        height: 40px;
    }

    .transfer {
        overflow: hidden;
    }

    .movieedit {
        overflow: hidden;
    }

    .mobile-image {
        float: left;
        margin: 28px auto auto 0;
        width: 50%;
        height: 765px;
    }

    .mobile-image-child {
        float: left;
        padding-left: 12px;
        width: 452px;
        height: 806px;
        background-image: url("../../images/imagingedge/PC_smartphone.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .mobile-download-detail {
        margin: 5px 0 44px 10px;
        width: 7.8vw;
        height: 42px;
        float: left;
    }
    .mobile-download-link {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 7.8vw;
        height: 2.2vw;
        margin-bottom: 0.8vw;
        font-size: 0.7vw;
        text-decoration: none;
        color: #fff;
        background-color: #828282;
        border-radius: 3px;
        opacity: 0.7;
    }
    .mobile-download-link:hover {
        background-color: #666;
        color: white;
        opacity: 0.7;
    }
    .mobile-download-link:focus {
        outline: 2px #4673F0 solid;
    }

    .mobileapps-note {
        margin: 24px 0 10px 10px;
        font-size: 12px;
        line-height: 17px;
        color: #646464;
        text-align: left;
    }

    .pc {
        overflow: hidden;
        padding-top: 100px;
        background-color: #f0f0f0;
        width: 100%;
    }

    .pcimage {
        float: left;
        width: 50%;
        height: 484px;
        margin-top: 38px;
        margin-bottom: 140px;
    }
    .pcimage-child {
        float: right;
        width: 770px;
        height: 484px;
        margin-right: 25px;
        background-image: url("../../images/imagingedge/pc_pc.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .pcapps {
        float: left;
        margin: 0 auto;
        width: 50%;
    }

    .pcapps-heading {
        margin-bottom: 66px;
        font-size: 20px;
        color: #5F5F5F;
        text-align: center;
    }

    .pcapps-child {
        width: 88%;
        max-width: 418px;
        margin-top: 28px;
        margin-left: 12px;
    }

    .ie_remote {
        overflow: hidden;
    }

    .ie_remote_logo,
    .ie_viewer_logo,
    .ie_edit_logo {
        float: left;
        width: 90px;
        height: 90px;
    }
    .ie_remote_logo {
        background-image: url("../../images/imagingedge/PC_logo_R.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .ie_viewer_logo {
        background-image: url("../../images/imagingedge/PC_logo_V.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .ie_edit_logo {
        background-image: url("../../images/imagingedge/PC_logo_E.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ie_remote_info,
    .ie_viewer_info,
    .ie_edit_info {
        float: left;
        margin-left: 20px;
        width: calc(100% - 110px);
    }
    .ie_edit_info {
        margin-bottom: 16px;
    }

    .pcappname {
        width: 100%;
        font-size: 15px;
        color: #646464;
        margin-top: 8px;
        margin-bottom: 14px;
    }

    .pcappdesc {
        width: 100%;
        font-size: 13px;
        color: #646464;
        line-height: 21px;
        margin: 14px 0 6px 0;
    }

    .ie_viewer {
        overflow: hidden;
        margin-top: 16px;
    }

    .ie_edit {
        overflow: hidden;
        margin: 16px 0 16px 0;
    }

    .pcapp-detail-link {
        display: inline-block;
        margin: 10px 0 16px 0;
        text-decoration: none;
        font-size: 13px;
        color: #2e61f0;
    }

    .pcapp-detail-link:hover {
        color: #3C4B73;
    }

    .pc_download {
        margin: 62px 0 16px 0;
        width: 180px;
        height: 42px;
    }

    .pc_download_text {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 180px;
        height: 42px;
        margin-bottom: 16px;
        font-size: 13px;
        text-decoration: none;
        color: white;
        background-color: #646464;
        border-radius: 3px;
    }
    .pc_download_text:hover {
        background-color: #959595;
    }
    .pc_download_text:focus {
        outline: 2px #4673F0 solid;
    }

    .pc-detail-sp,
    .pc-download-sp {
        display: none;
    }

    .service {
        display: table;
        text-align: center;
        width: 100%;
        height: 360px;
        background-image: url("../../images/imagingedge/PC_banner_service.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .service-child  {
        display: table-cell;
        vertical-align: middle;
    }
    .service-elems {
        display: inline-block;
        vertical-align: middle;
        width: 750px;
    }
    .service-sub-title {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        margin: 0;
    }
    .service-desc {
        padding-top: 22px;
        margin: 0;
        font-size: 13px;
        line-height: 21px;
        color: #ffffff;
        text-align: left;
    }
    .service-detail {
        margin-top: 22px;
        margin-left: auto;
        margin-right: auto;
        width: 180px;
        height: 42px;
    }
    .service-detail-link {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 180px;
        height: 42px;
        font-size: 13px;
        text-decoration: none;
        color: #505050;
        background-color: #ffffff;
        opacity: 0.7;
        border-radius: 3px;
    }
    .service-detail-link:hover {
        opacity: 1;
    }
    .service-detail-link:focus {
        outline: 2px #4673F0 solid;
    }

    .related-apps {
        margin-top: 60px;
    }

    .related-apps-title {
        text-align: center;
        font-size: 16px;
        color: #646464;
    }

    .related-apps-area {
        display: table;
        width: 100%;
        margin-top: 44px;
        text-align: center;
    }

    .related-apps-area-child {
        display: table-cell;
        vertical-align: middle;
    }

    .related-apps-area-child-elems {
        display: inline-block;
        vertical-align: middle;
        padding-left: 0;
    }

    .pmh {
        display: table-cell;
        width: 150px;
        padding-right: 20px;
    }

    .pmh-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
        height: 100px;
        background-image: url("../../images/imagingedge/PC_logo_PMH.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .pmh-name {
        text-align: center;
        margin-top: 14px;
        margin-bottom: 0px;
        color: #646464;
        font-size: 13px;
        line-height: 16px;
    }

    .iptc {
        display: table-cell;
        width: 150px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .iptc-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
        height: 100px;
        background-image: url("../../images/imagingedge/PC_logo_IPTC.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .iptc-name {
        text-align: center;
        margin-top: 14px;
        margin-bottom: 0px;
        color: #646464;
        font-size: 13px;
        line-height: 16px;
    }

    .acmc {
        display: table-cell;
        width: 150px;
        padding-left: 20px;
    }

    .acmc-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
        height: 100px;
        background-image: url("../../images/imagingedge/PC_logo_ActionCam.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .acmc-name {
        text-align: center;
        margin-top: 14px;
        margin-bottom: 0px;
        color: #646464;
        font-size: 13px;
        line-height: 16px;
    }

    .related-apps-detail {
        margin: 50px 0 70px 0;
        text-align: center;
    }

    .related-apps-detail-link {
        text-decoration: none;
        font-size: 13px;
        color: #2e61f0;
    }

    .related-apps-detail-link:hover {
        color: #3C4B73;
    }

    .footer {
        margin-top: auto;
        background-color: black;
    }

    .footer-locale {
        padding-top: 15px;
        margin-left: 40px;
    }
    .footer-locale-link {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        min-width: 190px;
        height: 42px;
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
        background-color: #3c3c42;
        border-radius: 3px;
    }
    .footer-locale-link:hover {
        background-color: #494c4e;
    }
    .footer-locale-link:focus {
        outline: 3px #4673F0 solid;
    }

    .locale-selector {
        min-width: 190px;
        margin-top: 15px;
        margin-left: 40px;
    }
    .locale-selector:focus {
        outline: 3px #4673F0 solid;
    }

    .footer-links {
        overflow: hidden;
        margin: 10px 40px 0px 40px;
        padding-left: 0px;
    }

    .footer-links li {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        display: table-cell;
        vertical-align: middle;
        border-left: 1px solid #b3b3b3;
    }
    .footer-links li:first-child {
        padding-left: 0px;
        border-left: none;
    }

    .footer-links li a {
        float: left;
        text-decoration: none;
        font-size: 10px;
        line-height: 17px;
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 1px;
        color: #b3b3b3;
    }
    .footer-links li a:focus {
        outline: 2px #797979 solid;
    }

    .footer-links li a:hover {
        color: #ffffff;
    }

    .copyrights {
        margin: 8px 0 0 40px;
        padding-bottom: 15px;
        font-size: 10px;
        color: #b3b3b3;
    }

    .learn-more-arrow-blue,
    .learn-more-arrow-gray {
        margin-left: 8px;
        width: 9px;
        height: 9px;
    }

    .mobileapp-detail:hover .learn-more-arrow-blue,
    .pcapp-detail-link:hover .learn-more-arrow-blue,
    .related-apps-detail-link:hover .learn-more-arrow-blue {
        content: url("../../images/imagingedge/IE___blue_select@2x.png");
    }

}

@media screen and (max-width:767px) {
    .mobile {
        margin-top: 24px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-flow: row wrap;
    }

    .mobileapps {
        order: 2;
        width: 100%;
    }

    .mobileapps-child {
        width: 320px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .mobileapps-heading  {
        width: 320px;
        text-align: center;
        margin: 46px auto 36px auto;
        font-size: 18px;
        color: #5F5F5F;
    }
    .mobileapps-pro-heading {
        width: 247px;
        text-align: left;
        margin-top: 43px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 70px;
        font-size: 13px;
        color: #646464;
    }

    .mobileapps-space {
        width: 247px;
        height: 1px;
        margin-top: 9px;
        margin-left: 70px;
        background-color: #A6A6A6;
    }

    .iem {
        width: 320px;
        display: inline-block;
        overflow: hidden;
        text-align: center;
        margin-top: 26px;
        margin-left: auto;
        margin-right: auto;
    }

    .iemlogo,
    .movieeditlogo,
    .transferlogo {
        float: left;
        width: 60px;
        height: 60px;
        margin-top: 10px;
    }
    .iemlogo {
        background-image: url("../../images/imagingedge/PC_logo_mobile.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .movieeditlogo {
        background-image: url("../../images/imagingedge/PC_logo_M.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .transferlogo {
        background-image: url("../../images/imagingedge/PC_logo_T.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ieminfo {
        float: left;
        text-align: left;
        margin-left: 10px;
        width: calc(100% - 74px);
    }

    .mobileapp-name {
        font-size: 18px;
        color: #646464;
        margin-top: 6px;
        margin-bottom: 8px;
    }

    .mobileapp-desc,
    .mobileapp-pmm-desc {
        font-size: 13px;
        color: #646464;
        line-height: 21px;
        width: 100%;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .mobileapp-pmm-desc {
        margin-top: -6px;
    }

    .mobileapp-detail {
        text-decoration: none;
        font-size: 13px;
        color: #2e61f0;
        margin-top: 8px;
        margin-bottom: 14px;
    }

    .stores {
        overflow: hidden;
        margin-top: 7px;
    }

    .app_store {
        float: left;
        margin: 7px 0 5px 37px;
        width: 140px;
        height: 40px;
    }

    .google_play {
        float: left;
        margin: 7px 3px 5px 0;
        width: 140px;
        height: 40px;
    }
    .google_play_text,
    .google-play-img {
        display: block;
        width: 140px;
        height: 40px;
    }
    .google_play_text {
        overflow: hidden;
        position: relative;
    }
    .google-play-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 155px;
        height: auto;
    }

    .transfer,
    .movieedit {
        display: inline-block;
        overflow: hidden;
        width: 320px;
        margin-top: 28px;
    }
    .transfer {
        margin-top: 21px;
    }

    .mobile-image {
        order: 1;
        width: 100%;
    }

    .mobile-image-child {
        display: inline-block;
        width: 220px;
        height: 380px;
        background-image: url("../../images/imagingedge/SP_smartphone@2x.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .mobile-download-detail {
        margin-left: 70px;
        width: 190px;
        height: 30px;
    }
    .mobile-download-link {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 190px;
        height: 30px;
        font-size: 13px;
        text-decoration: none;
        color: white;
        background-color: #646464;
        border-radius: 3px;
    }
    .mobile-download-link:active {
        background-color: #959595;
    }
    .mobile-download-link:focus {
        outline: 1px #4673F0 solid;
    }

    .mobileapps-note {
        margin: 43px 0 10px 10px;
        font-size: 12px;
        line-height: 17px;
        color: #646464;
        text-align: left;
    }

    .pc {
        background-color: #f0f0f0;
        width: 100%;
        text-align: center;
        display: flex;
        flex-flow: row wrap;
    }

    .pcapps {
        order: 2;
        width: 100%;
        text-align: center;
    }

    .pcimage {
        order: 1;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    .pcimage-child {
        display: inline-block;
        background-image: url("../../images/imagingedge/pc_pc.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 320px;
        height: 240px;
    }

    .pcapps-heading {
        width: 320px;
        text-align: center;
        margin-top: 28px;
        margin-top: 70px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        color: #5F5F5F;
    }

    .pcapps-child {
        width: 320px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .ie_remote {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        margin-top: 26px;
    }

    .ie_remote_logo,
    .ie_viewer_logo,
    .ie_edit_logo {
        float: left;
        width: 60px;
        height: 60px;
    }
    .ie_remote_logo {
        background-image: url("../../images/imagingedge/SP_logo_R@2x.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .ie_viewer_logo {
        background-image: url("../../images/imagingedge/SP_logo_V@2x.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .ie_edit_logo {
        background-image: url("../../images/imagingedge/SP_logo_E@2x.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ie_remote_info,
    .ie_viewer_info,
    .ie_edit_info {
        float: left;
        text-align: left;
        margin-left: 10px;
        width: calc(100% - 84px);
    }

    .pcappname {
        font-size: 15px;
        color: #646464;
        margin-top: 6px;
        margin-bottom: 8px;
    }

    .pcappdesc {
        font-size: 13px;
        color: #646464;
        line-height: 21px;
        width: 100%;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .ie_viewer,
    .ie_edit {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        margin-top: 25px;
    }

    .pcapp-detail-link {
        display: inline-block;
        text-align: center;
        margin: 0 0 3px 0;
        text-decoration: none;
        font-size: 13px;
        color: #2e61f0;
    }

    .pc_download {
        margin-top: 38px;
        margin-bottom: 56px;
        width: 190px;
        height: 30px;
    }

    .pc_download_text {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 190px;
        height: 30px;
        font-size: 13px;
        text-decoration: none;
        color: white;
        background-color: #646464;
        border-radius: 3px;
    }
    .pc_download_text:active {
        background-color: #959595;
    }
    .pc_download_text:focus {
        outline: 1px #4673F0 solid;
    }

    .service {
        display: table;
        text-align: center;
        width: 100%;
        height: 360px;
        background-image: url("../../images/imagingedge/SP_banner_service@2x.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .service-child  {
        display: table-cell;
        vertical-align: middle;
    }
    .service-elems {
        display: inline-block;
        vertical-align: middle;
        width: 320px;
    }
    .service-sub-title {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        margin: 0;
    }
    .service-desc {
        padding-top: 16px;
        margin: 0;
        font-size: 13px;
        line-height: 21px;
        color: #ffffff;
        text-align: left;
    }
    .service-detail {
        margin-top: 16px;
        margin-left: auto;
        margin-right: auto;
        width: 190px;
        height: 30px;
    }
    .service-detail-link {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 190px;
        height: 30px;
        font-size: 13px;
        text-decoration: none;
        color: #505050;
        background-color: #ffffff;
        opacity: 0.7;
        border-radius: 3px;
    }
    .service-detail-link:active {
        opacity: 1;
    }
    .service-detail-link:focus {
        outline: 1px #4673F0 solid;
    }

    .related-apps-title {
        margin-top: 50px;
        text-align: center;
        font-size: 16px;
        color: #646464;
    }

    .related-apps-area {
        display: table;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .related-apps-area-child {
        display: table-cell;
        vertical-align: middle;
    }

    .related-apps-area-child-elems {
        display: inline-block;
        vertical-align: middle;
        padding-left: 0;
    }

    .pmh {
        display: table;
        vertical-align: middle;
        text-align: left;
        overflow: hidden;
        width: 275px;
    }

    .pmh-child {
        display: table-cell;
        vertical-align: middle;
    }

    .pmh-child-elem {
        display: inline-block;
        vertical-align: middle;
    }

    .pmh-logo {
        display: table-cell;
        width: 80px;
        height: 80px;
        background-image: url("../../images/imagingedge/SP_logo_PMH@2x.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .pmh-name {
        display: table-cell;
        vertical-align: middle;
        padding-left: 18px;
        color: #646464;
        font-size: 13px;
    }

    .iptc {
        display: table;
        vertical-align: middle;
        text-align: left;
        overflow: hidden;
        margin-top: 12px;
        width: 275px;
    }

    .iptc-child {
        display: table-cell;
        vertical-align: middle;
    }

    .iptc-child-elem {
        display: inline-block;
        vertical-align: middle;
    }

    .iptc-logo {
        display: table-cell;
        width: 80px;
        height: 80px;
        background-image: url("../../images/imagingedge/SP_banner_IPTC@2x.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .iptc-name {
        display: table-cell;
        vertical-align: middle;
        padding-left: 18px;
        color: #646464;
        font-size: 13px;
    }

    .acmc {
        display: table;
        vertical-align: middle;
        text-align: left;
        overflow: hidden;
        margin-top: 12px;
        width: 275px;
    }

    .acmc-child {
        display: table-cell;
        vertical-align: middle;
    }

    .acmc-child-elem {
        display: inline-block;
        vertical-align: middle;
    }

    .acmc-logo {
        display: table-cell;
        width: 80px;
        height: 80px;
        background-image: url("../../images/imagingedge/SP_banner_ActionCam@2x.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .acmc-name {
        display: table-cell;
        vertical-align: middle;
        padding-left: 18px;
        color: #646464;
        font-size: 13px;
    }

    .related-apps-detail {
        margin: 26px 0 38px 0;
        text-align: center;
    }

    .related-apps-detail-link {
        text-decoration: none;
        font-size: 13px;
        color: #2e61f0;
    }

    .footer {
        margin-top: auto;
        background-color: black;
    }

    .footer-locale {
        padding-top: 10px;
        margin-left: 15px;
    }
    .footer-locale-link {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        min-width: 175px;
        height: 42px;
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
        background-color: #3c3c42;
        border-radius: 3px;
    }
    .footer-locale-link:active {
        background-color: #494c4e;
    }
    .footer-locale-link:focus {
        outline: 1px #4673F0 solid;
    }

    .locale-selector {
        min-width: 175px;
        margin-top: 10px;
        margin-left: 15px;
        font-size: 12px;
    }
    .locale-selector:focus {
        outline: 2px #4673F0 solid;
    }

    .footer-links {
        overflow: hidden;
        margin: 10px 15px 0px 15px;
        padding-left: 0px;
    }

    .footer-links li {
        float: left;
        padding-left: 7px;
        padding-right: 7px;
        display: table-cell;
        vertical-align: middle;
        border-left: 1px solid #b3b3b3;
    }
    .footer-links li:first-child {
        padding-left: 0px;
        border-left: none;
    }

    .footer-links li a {
        float: left;
        text-decoration: none;
        font-size: 9px;
        line-height: 15px;
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 1px;
        color: #b3b3b3;
    }
    .footer-links li a:focus {
        outline: 1px #797979 solid;
    }

    .footer-links li a:hover {
        color: #ffffff;
    }

    .copyrights {
        margin: 6px 0 0 15px;
        padding-bottom: 10px;
        font-size: 9px;
        color: #b3b3b3;
    }

    .learn-more-arrow-blue,
    .learn-more-arrow-gray {
        margin-left: 8px;
        width: 9px;
        height: 9px;
    }

}

