
.system {
    margin-top: 80px;
}

.system .body {
    margin-top: 58px;
}

.system .body p {
    color: #212121;
    font-size: 16px;
    letter-spacing: 1px;
}

.system .image {
    margin-top: 42px;
}

.system .image .row > div > div {
    background-color: #f6f6f6;
    height: 100%;
}

.system .image .row > div:nth-child(2) .media {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.testing {
    margin-top: 80px;
}

.testing .body {
    margin-top: 58px;
}

.testing .body p {
    color: #212121;
    font-size: 16px;
    letter-spacing: 1px;
}

.testing .image .row > div {
    margin-top: 30px;
}

.testing .image .row > div span {
    background-color: #f6f6f6;
    color: #333333;
    display: block;
    letter-spacing: 1px;
    line-height: 4.3;
    margin-top: 6px;
    text-align: center;
    transition: all ease 0.3s;
}

.testing .image .row > div:hover span {
    background-color: #7fbe26;
    color: #ffffff;
}


.support {
    background-color: #002447;
    margin-top: 80px;
    padding-bottom: 65px;
    padding-top: 65px;
}

.support .title h2 {
    color: #ffffff;
}

.support .title h2:after {
    background: -moz-linear-gradient(right, #7fbe26 30%, #ffffff 30%);
    background: -webkit-linear-gradient(right, #7fbe26 30%, #ffffff 30%);
    background: -o-linear-gradient(right, #7fbe26 30%, #ffffff 30%);
    background: -ms-linear-gradient(right, #7fbe26 30%, #ffffff 30%);
    background: linear-gradient(to right, #7fbe26 30%, #ffffff 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fbe26', endColorstr='#ffffff', GradientType=1);
}

.support .body {
    margin-top: 65px;
}

.support .item {
    display: inline-block;
    padding-bottom: 30px;
    padding-top: 30px;
    vertical-align: bottom;
    width: 25%;
}

.support .item div {
    color: #7fbe26;
    font-size: 24px;
    font-weight: bolder;
    line-height: 1;
    text-align: center;
}

.support .item div i {
    color: #7fbe26;
    font-size: 48px;
    font-style: normal;
}

.support .item span {
    color: #fefefe;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 20px;
    text-align: center;
}

.support .item:not(:first-child) {
    border-left: solid 1px rgba(162, 162, 162, 0.5);
}


div.pp_default .pp_content {
    background-color: transparent;
}

.pp_nav .pp_play {
    display: none;
}

a.pp_next {
    background: url(../images/quality/next_default.png) no-repeat center right;
    margin-right: -55px;
    transition: all ease 0.3s;
}

div.pp_default .pp_next:hover {
    background: url(../images/quality/next.png) no-repeat center right;
}

a.pp_previous {
    background: url(../images/quality/pre_default.png) no-repeat center left;
    margin-left: -55px;
    transition: all ease 0.3s;
}

div.pp_default .pp_previous:hover {
    background: url(../images/quality/pre.png) no-repeat center left;
}

div.pp_default .pp_close {
    background: url(../images/quality/close_default.png);
    height: 27px;
    margin-right: -55px;
    margin-top: -55px;
    transition: all ease 0.3s;
    width: 27px;
}

div.pp_default .pp_close:hover {
    background: url(../images/quality/close.png);
    height: 27px;
    opacity: 1 !important;
    width: 27px;
}

div.pp_default .currentTextHolder i {
    font-size: 24px;
}

div.pp_default .currentTextHolder {
    color: #ffffff;
    font-size: 16px;
}

div.pp_default .pp_description {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    position: absolute;
    width: 100%;
}

div.pp_default .pp_nav {
    margin: 0;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 30px;
}

#footer {
    margin-top: 0;
}

@media only screen and (min-width: 1230px) {
    .system {
        margin-top: 100px;
    }
    
    .testing {
        margin-top: 100px;
    }
    
    .support {
        margin-top: 100px;
    }
    
    a.pp_next {
        margin-right: -150px;
    }
    
    a.pp_previous {
        margin-left: -150px;
    }
    
    div.pp_default .pp_close {
        margin-right: -150px;
        margin-top: -55px;
    }
    
    div.pp_default .pp_content_container .pp_details {
        margin-top: 40px;
    }
    
    #footer {
        margin-top: 0;
    }
    
}

