
*{
    margin: 0;
    padding: 0;
}
i{
    font-style: normal;
}

body, html{
    width: 100%;
    min-width: 1200px;
    min-height: 100%;
    /*    background: url(https://macphunsoftware.cachefly.net/macphun/fxnew/one.png) no-repeat center -3px;*/
}

.right{
    float: right;
}

.hideLoad{
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0px;
    top:0px;
}
.left{
    float: left;
}

#top{
    padding-top: 0px;
}

.middle, section.item{
    width:1130px;
    margin: 0 auto;
}

section{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*main container*/

main{
    overflow-x: hidden;
    display: block;
}

main .item > div:not(.middle){
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 450px;
}
main .item.item5 > div:not(.middle){
    max-width: 370px;
}
main .item{
    padding-top: 90px;

}



main .item2 .quote p strong {
    font-weight: 400;
}
main section a:hover{
    color: #8e8e8e;
    text-decoration: underline;
}

/*item1*/
main .item1{
    border-bottom: 0;
}

main .item.item1 > div {
    max-width: 500px;

}
.section-img-left{
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.section-img-left:hover{

    text-decoration: none;
}
.section-img-left span{
    color: #8e8e8e;
    font-size: 16px;
    line-height: 28px;
    font-family: 'myriad_appletext', sans-serif;
    text-align: center;
    display: inline-block;

}
.section-img-left span:hover{
    text-decoration: underline;
}

.item1-desc{

}

main .item3:after {
    content: '';
    position: absolute;
    left: -236px;
    bottom: 0px;
    width: 1600px;
    border-bottom: 1px solid #dfdfdf;
}


/*end item1*/

/*item2*/
main .item2{
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
    overflow: hidden;
    padding-top: 30px;
}

main .item2 .middle{
    position: relative;
}

main .item2 ul{
    margin-top: 25px;
    width: 900px;
    display: inline-block;
    text-align: left;
}

main .item2 ul li{
    display: inline-block;
    vertical-align: middle;
    width: 420px;
    margin-bottom: 15px;
}

main .item2 ul li:nth-child(even){
    margin-left: 10px;
}

main .item2 ul li:before{
    content: '';
    width: 35px;
    height: 25px;
    background-image: url(/images/tonality/item2Icons.png);
    background-repeat: no-repeat;
    background-size: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

main .item2 ul li:nth-child(2):before{
    background-position: -65px 0px;
    height: 30px;
}

main .item2 ul li:nth-child(3):before{
    background-position: 0px -45px;
}

main .item2 ul li:nth-child(4):before{
    background-position: -65px -44px;
}

main .item2 ul li:nth-child(5):before{
    background-position: 0px -90px;
}

main .item2 ul li:nth-child(6):before{
    background-position: -65px -90px;
}

main .item2 ul li:nth-child(7):before{
    background-position: 0px -129px;
    height: 32px;
}

main .item2 ul li:nth-child(8):before{
    background-position: -65px -129px;
    height: 32px;
}

main .item2 ul li:nth-child(9):before{
    background-position: 0px -179px;
    height: 32px;
}

main .item2 ul li:nth-child(10):before{
    background-position: -65px -179px;
    height: 32px;
}

main .item2  .navQuote{
    position: absolute;
    left:0px;
    bottom: 0px;
    width: 1130px;
    height: 100px;
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 0;
    background: #ffffff;
}

main .item2  .quote{
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    position: relative;
    width: 970px;
    height: 132px;
    margin-top: 0px;
    -moz-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.42);
    z-index: 1;
    background-color: #fff;
}

main .item2  .quote > div{
    width: inherit;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

main .item2  .quote > div.active{
    opacity: 1;
    z-index: 1;
}

main .item2  .quote img{
    float: left;
}







main .item2  .quote h4{
    font-size: 16px;
    color: #2c2c2d;
    padding-top: 48px;
    margin-bottom: 5px;
}

main .item2  .quote p{
    color: #212121;
    font-size: 18px;
    margin-top: 35px;
}
.arrow{
    width: 10px;
    height: inherit;
    overflow: hidden;
    text-align: left;
    position: absolute;
    top: 42px;
    cursor: pointer;
}

.arrow.arrowLeft{
    left: 35px;
}

.arrow > i{
    width: 12px;
    height: 14px;
    border: 1px solid #cbcbcb;
    -webkit-transform: scale(1) rotate(-45deg) translateX(0px) skewX(0deg);
    -moz-transform: scale(1) rotate(-45deg) translateX(0px) skewX(0deg);
    -o-transform: scale(1) rotate(-45deg) translateX(0px) skewX(0deg);
    -ms-transform: scale(1) rotate(-45deg) translateX(0px) skewX(0deg);
    transform: scale(1) rotate(-45deg) translateX(0px) skewX(0deg);
    display: inline-block;
    position: relative;
    bottom: 0px;
    right: -4px;
}

.arrow:hover  i{
    border-color:#969696;
}

.arrow.arrowRight{
    right:35px;
}

.arrow.arrowRight > i{
    right: 8px;
}
/*end item2*/

/*item3*/
main .item3{
    text-align: right;
    height: 540px;
    position: relative;
    z-index: 2;
}

main .item3 > div{
    text-align: left;
}

main .item3 img{
    position: absolute;
    display: block;
    width:1030px;
    height: 607px;
    z-index: 0;
    bottom: 0;
    right: -235px;
}
.item3-desc{

    position: relative;
    z-index: 2;
}
/*end item3*/

/*presets*/
/*#Presets{*/
/*background-color: #f3f3f3;*/
/*width:100%;*/
/*text-align: center;*/
/*}*/

.presetsCont{
    height: 419px;
}

.presetsDesc{
    position: relative;
    display: inline-block;
    height: 30px;
    margin-bottom: 20px;
}

.presetsDesc p{
    opacity: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.presetsDesc p.active{
    opacity: 1;
    z-index: 1;
}

#Presets .slides{
    float: left;
    width: 701px;
    overflow: hidden;
    height: inherit;
    position: relative;
}

#Presets .slides .slide,
#way .slides .slide{
    position: absolute;
    top:0px;
    left:0px;
    height: inherit;
    width: inherit;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

#Presets .slides .slide img,
#way .slides .slide img{
    position: absolute;
    bottom: 0px;
    left:0px;
}

#way .slides .slide img.hover{
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

#way .slides .slide img.hover:hover{
    opacity: 1;
}

#Presets .slides .slide p,
#way .slides .slide p{
    position: absolute;
    bottom: 0px;
    color: #747474;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 100%;
    padding: 20px 0;
    margin: 0;
}

#Presets .slides .slide > p strong{
    color:#3a3a3a;
    z-index: 100;
}

#Presets .slides .slide.active,
#way .slides .slide.active{
    opacity: 1;
    z-index: 1;
}

#Presets > p{
    margin-bottom: 40px;
}

#Presets .paging{
    width: 423px;
    height: inherit;
    float: left;
}

#Presets .paging li{
    float: left;
    width: 140px;
    height: 140px;
    background-image: url(https://macphunsoftware.cachefly.net/macphun/tonality/presetsIcons.jpg);
    background-size: 418px;
    background-repeat: no-repeat;
    /*margin-left: 1px;*/
    margin-bottom: 0px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

#Presets .paging li[data-slide="2"]{
    background-position: -140px 0px;
}

#Presets .paging li[data-slide="3"]{
    background-position: -280px 0px;
}

#Presets .paging li[data-slide="4"]{
    background-position: 0px -140px;
}

#Presets .paging li[data-slide="5"]{
    background-position: -140px -140px;
}

#Presets .paging li[data-slide="6"]{
    background-position: -280px -140px;
}

#Presets .paging li[data-slide="7"]{
    background-position: 0px -280px;
}

#Presets .paging li[data-slide="8"]{
    background-position: -140px -280px;
}

#Presets .paging li[data-slide="9"]{
    background-position: -280px -280px;
}


/*#Presets .paging li:nth-child(3n+1){*/
/*margin-left: 0px;*/
/*}*/

#Presets .paging li.active{
    opacity: 1;
}
/*end presets*/

/*item5*/

main .item5{
    text-align: right;
    position: relative;
    border-bottom: none;
}

main .item5 > img{
    margin-right: -30px;
    vertical-align: bottom;
    margin-bottom: 30px;
}

main .item5 h2{
    margin-top: 50px;

}


/*main .item5:before{
    content: "В© Dmitry Sytnyk ";
    position: absolute;
    font-size: 18px;
    font-family: 'myriad_appletext', sans-serif;
    font-weight: 300;
    bottom: 23px;
    right: 440px;
    color: #fff;
}*/
/*end item5*/



.button-item{


}

/*item6*/

main .item6{
    position: relative;
    border-bottom: none;
    height: 525px;
}

main .item.item6 > div {
    max-width: 425px;
}

main .item6 h2{
    margin-top: 70px;

}

main .item6 > img{
    position: absolute;
    display: block;
    width: 900px;
    height:587px;
    bottom: 0;
    left: -235px;
}

main section.item6:after{
    content: '';
    position: absolute;
    left: -235px;
    bottom: 0px;
    width: 1600px;
    border-bottom: 1px solid #dfdfdf;
}
main section.item5:after{
    content: '';
    position: absolute;
    left: -235px;
    bottom: 0px;
    width: 1600px;
    border-bottom: 1px solid #dfdfdf;
}

/*main section.item6:before{
    content: "В© Frank Doorhof \A Creative processing for demo purposes";
    position: absolute;
    font-size: 18px;
    font-family: 'myriad_appletext', sans-serif;
    font-weight: 300;
    bottom: 45px;
    left: 80px;
    color: #fff;
    white-space: pre;
}*/
/*end item6*/

/*item7*/
main .item7{
    text-align: right;
    border-bottom: none;
    position: relative;
}

main .item7 h2{
}

main .item7 > img{
    vertical-align: bottom;
    margin-right: -155px;
}

main section.item7:before{
    content: "В© Jan Miko";
    position: absolute;
    font-size: 18px;
    font-family: 'myriad_appletext', sans-serif;
    font-weight: 300;
    bottom: 136px;
    right: 90px;
    color: #fff;
}

/*end item7*/

/*item8*/
#way{
    background-color: #f3f3f3;
    width: 100%;
    text-align: center;
}
#way h2{
    text-align: center;

    margin: 0 auto;


}
#way .presetsDesc{
    text-align: center;

    margin: 0 auto 20px;



}
#way .slides {
    float: left;
    width: 784px;
    overflow: hidden;
    height: inherit;
    position: relative;
}
.first-item{
    margin-top: 0px !important;
}
.last-item{
    margin-bottom: 0px !important;
}
#way > p{

}

#way .slides .slide.active {
    opacity: 1;
    z-index: 1;
}

#way .paging {
    width: 345px;
    height: inherit;
    float: left;
}

#way .paging li {
    float: left;
    width: 113px;
    height: 113px;
    margin:1px;
    margin-bottom: 0px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    background-image: url(https://macphunsoftware.cachefly.net/macphun/fxnew/slides.jpg);
    list-style: none;
}

#way .paging li.active {
    opacity: 1;
}

.wayCont {
    height: 455px;
}
#way .paging li[data-slide="1"] {
    background-position: 0px 0px;
}
#way .paging li[data-slide="2"] {
    background-position: 227px 0px;
}

#way .paging li[data-slide="3"] {
    background-position: 113px 0px;
}

#way .paging li[data-slide="4"] {
    background-position: 0px 341px;
}

#way .paging li[data-slide="5"] {
    background-position: -114px 341px;
}

#way .paging li[data-slide="6"] {
    background-position: -229px 341px;
}
#way .paging li[data-slide="7"] {
    background-position: 0px 226px;
}

#way .paging li[data-slide="8"] {
    background-position: 227px 226px;
}

#way .paging li[data-slide="9"] {
    background-position: 113px 226px;
}

#way .paging li[data-slide="10"] {
    background-position: 0px 113px;
}

#way .paging li[data-slide="11"] {
    background-position: -114px 113px;
}
#way .paging li[data-slide="12"] {
    background-position: -228px 113px;
}
/*end item8*/

/*item9*/
main .item9 {
    border-bottom: none;
    position: relative;
    padding-top: 71px;
}

main .item9 h2{
    margin-top: 100px;
}
main .item3 h2{
    margin-top: 70px;
}

main .item9  img{
    margin-left: -235px;
    vertical-align: middle;
}
.item9-text{
    max-width: 425px !important;
}
.item9-desc{

}
/*main section.item9:before{
    content: "В© Piet Van den Eynde";
    position: absolute;
    font-size: 18px;
    font-family: 'myriad_appletext', sans-serif;
    font-weight: 300;
    bottom: 55px;
    left: 0;
    color: #fff;
}*/

/*end item9*/
.color-3b3b3b{
    color:#3b3b3b;
}


@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {


}




@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

    .item.item20{
        padding-top: 23px;

        height:407px;
        background:url(https://macphunsoftware.cachefly.net/macphun/fxnew/newbgmac@2x.jpg) no-repeat center 125px;
        background-size: 612px;
    }
}

















/* APPS BUY BOX*/

.buy_apps_section{
    display: block;
    width: 100%;
    height: auto;
    background: #f7f7f7;
    text-align: center;
    padding: 65px 0;

}

.buy_apps_section h2{


    margin:0;
    padding: 0;
}

.buy_apps_container {
    display: inline-block;
    padding-top: 30px;
}

.buy_apps-left_container{
    float: left;
    width: 300px;
    height: 565px;
    margin-right: 16px;
    background: #ffffff;
    text-align: center;

    -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.16);
    -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.16);
    -o-box-shadow:0px 1px 3px rgba(0,0,0,0.16);
    -ms-box-shadow:0px 1px 3px rgba(0,0,0,0.16);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.16);

}

.buy_apps-right_container{
    width: 525px;
    height: 565px;

    float: right;
    background: #ffffff;
    text-align: center;


    -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.16);
    -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.16);
    -o-box-shadow:0px 1px 3px rgba(0,0,0,0.16);
    -ms-box-shadow:0px 1px 3px rgba(0,0,0,0.16);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.16);

}


.buy_apps-left_logo{
    text-align: center;
    padding-top: 90px;

}

.buy_apps-logo_item{
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    text-align: center;

}


.buy_apps-logo_item figure{
    width: 90px;
    height: 90px;
    background-size: 75px;
    background-repeat: no-repeat;
    margin: 0 auto;

}



.buy_apps-logo_item.intensify figure{
    background-image: url(/images/v3/intCk2x.png);
    background-position: 8px 5px;

}

.buy_apps-logo_item.tonality figure{
    background-image: url(/images/v3/tnCk2x.png);
    background-position: 8px 4px;
}

.buy_apps-logo_item.focus figure{
    background-image: url(/images/v3/fcCk2x.png);
    background-position: 4px -6px;
    background-size: 80px;
}

.buy_apps-logo_item.noiseless figure{
    background-image: url(/images/v3/nsCk2x.png);
    background-position: 7px 1px;
}

.buy_apps-logo_item.snapheal figure{
    background-image: url(/images/v3/shCk2x.png);
    background-position: 7px 5px;
}

.buy_apps-logo_item.fx figure{
    background-image: url(/images/v3/fxCk2x.png);
    background-position: 7px 1px;
}



.buy_apps-logo_item span{
    font-family: 'myriad_applesemibold';
    color:#212121;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 0px;
    letter-spacing: 1px;
    display: inline-block;
}

.buy_apps-right_container .buy_apps-right-wrapper:first-child{
    padding-top: 40px;
    padding-bottom: 20px;
}


.buy_apps-left_desc{
    padding-top: 55px;

}
.buy_apps-right_container .buy_apps-left_desc{
    padding-top: 35px;
}


.buy_apps_usd{

    color: #999999;
    font-size: 18px;
    line-height: 18px;
    vertical-align: bottom;
    display: inline-block;
    padding-right: 10px;
    font-family: 'myriad_appletext';
}


.buy_apps_main_price{
    font-family: 'MyriadPro-Light', sans-serif;
    font-size: 60px;
    line-height: 34px;
    display: inline-block;
    vertical-align: bottom;
    color: #212121;
}

.buy_apps_sub_price{
    font-size: 24px;
    line-height: 68px;
    font-family: 'myriad_appletext';
    padding-left: 2px;
    color: #212121;
}

.buy_apps_old_price{
    color: #fe4f4c;
    font-size: 24px;
    line-height: 22px;
    vertical-align: bottom;
    display: inline-block;
    padding-right: 10px;
    font-family: 'myriad_appletext';
    position: relative;
}

.buy_apps_old_price:after{
    content: "";
    position: absolute;
    top: 13px;
    left: -7px;
    width: 106%;
    height: 0px;
    border-bottom: 1px solid #fe4f4c;


    -moz-transform: rotate(-20deg);

    -webkit-transform: rotate(-20deg);

    -o-transform: rotate(-20deg);

    transform: rotate(-20deg);

}



.buy_apps_button {
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 22px;
    font-family: 'MyriadPro-Regular';
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1;
    transition: all .3s;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 19px 25px 14px;
    background: none;
    border: 2px solid #ffffff;
    font-weight: 600;
    border-radius: 2px;
}

.buy_apps_button:hover{
    background-color: #048ccd;
    text-decoration: none;
    color: #fff;
}



.buy_apps-price{
    padding-bottom: 15px;
}

.buy_apps-left_desc p{
    font-family: 'myriad_appletext';
    font-size: 18px;
    line-height: 26px;
    color: #212121;
    margin: 0;
}

.buy_apps-left_container .buy_apps-price_block{
    padding-top: 77px;
}

.buy_apps-right_container .buy_apps-price_block{
    padding-top: 17px;
}
/* End APPS BUY BOX*/
























/*ABTEST*/


/*v1*/

.buy_apps_section {
    padding-bottom: 130px !important;
}


.buy_apps_container{
    position: relative;
}

.buy_apps_container:after{

    content: "";
    width: 350px;
    height: 85px;
    background-image: url(/images/v3/macphun_g_icon.png);
    background-size: 350px;
    position: absolute;
    bottom: -111px;
    right: 0px;

}
/*v1*/



/*v2*/


.buy_apps_section_v2 .buy_apps-right_container .buy_apps-right-wrapper:first-child {
    padding-top: 90px;
}
.buy_apps_section_v2  .buy_apps-price_block {
    padding-top: 50px;
}
.buy_apps_button{
    box-shadow: none;
}
.buy_apps_section_v2 .buy_apps-left_logo{
    padding-top: 132px;
}
.buy_apps_section_v2 .buy_apps-left_desc{
    padding-top: 35px;
}
.buy_apps_section_v2 .buy_apps_section {
    padding-bottom: 130px !important;
}
.buy_apps_section_v2 .buy_apps_container{
    position: relative;
}

.buy_apps-left_container .buy_apps_button:hover{

    background: #EFEFEF;

}
.buy_apps_section_v2 .buy_apps-right_container{
    position: relative;
}
.buy_apps_section_v2 .buy_apps-right_container .p_best{
    position: absolute;
    top: -28px;
    left: -29px;
    z-index: 1;
}
.buy_apps_section_v2 .buy_apps_container:after{
    content: "";
    width: 350px;
    height: 85px;
    background-image: url(/images/v3/macphun_g_icon.png);
    background-size: 350px;
    position: absolute;
    bottom: -111px;
    right: 0px;
}
.buy_apps_section_v2 .buy_apps-logo_item{
    width: 150px;
}
.buy_apps_section_v2 .buy_apps-logo_item{
    position: relative;
}
.buy_apps_section_v2 .buy_apps-right-wrapper .buy_apps-logo_item:first-child:after{

    content: "+";
    color: #000000;
    position: absolute;
    top: -30px;
    bottom: 0;
    right: -16px;
    margin: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 300;
}
.buy_apps-left_desc p{
    color: #909090;
}

.buy_apps-right_container .buy_apps-left_desc p{
    color: #000000;
}

/*v2*/



.bonusBlock span:first-child{
    display: block;
    padding-bottom: 15px;
    color: #ffffff;
}

.bonusBlock figure{
    margin: 0;
    margin-left: -30px;
    width: 63px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    background: url('/images/v3/ck/pr2x.png') no-repeat;
    background-size: 150px;
    background-position: 9px 0px;
}

.bonusBlock span:last-child{
    font-size: 18px;
    color: #ffffff;
}




.img_garant{
    width: 100%;
    text-align: center;
    background: #242425;
    padding: 40px 0;
}
.img_garant img{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.buy_apps_section_v2 .buy_apps_section {
    padding-bottom: 30px !important;
}
.buy_apps_section {
    padding-bottom: 30px !important;
}
.buy_apps_container:after{
    display: none !important;
}


header{
    position: relative;
    background: #1a1b1d;
}








/*BANEW*/


.ba-wrapper {
    width: 1000px;
    height: 510px;
    margin: 0 auto;
    background: #f2f2f2;
}

.prSlider {
    width: 1000px;
    height: 510px;
    position: relative;
    margin: 0 auto 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* padding-bottom: 78px; */
}

.nextSlide, .prevSlide {
    background: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/arrow2x.png) no-repeat;
    background-size: 14px;
    width: 14px;
    padding-top: 31px;
    height: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    color: #7d7d7d;
    text-transform: uppercase;
    font-family: 'MyriadPro-Light',sans-serif;
    word-spacing: 4px;
    cursor: pointer;
}

.nextSlide {
    right: -30px;
}

.prevSlide {
    background: none;
    left: -60px;
    width: 44px;
}

.prevSlide:before{
    content: '';
    background: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/arrow2x.png) no-repeat;
    background-size: 14px;
    width: 14px;
    height: 27px;
    position: absolute;
    top: 0;
    right: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);;
}



.slidePanel.ui-slider {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 0px;
    border: none;
    background: #252525;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}



.prSlider .slidePanel .ui-slider-handle {
    background: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/baPag2x.png) center center;
    background-size: 45px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    margin-left: -23px;
    top: -25px;
}







.inSlider .before:before,
.fcSlider .before:before{
    content: '';
    border-left: 1px solid #000;
    height: 550px;
    width: 0px;
    z-index: 1;
    position: absolute;
    right: 0;
    top: -20px;
}





.prSlider{
    width: 1000px;
    height: 510px;
    position: relative;
    margin: 0 auto 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.prSlide,
.tnNSlide,
.fxNSlide{
    position: absolute;
    width: inherit;
    height: inherit;
    left:0;
    top:0;
    z-index: 0;
    opacity: 0;
}


.prSlide.active, .tnNSlide.active, .fxNSlide.active {
    z-index: 1;
    opacity: 1;
}

.prSlide.active, .prSlider > div.active {
    opacity: 1;
    z-index: 1;
    -webkit-animation-name: animatePrSlide;
    animation-name: animatePrSlide;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.prSlide, .prSlider > div {
    opacity: 0;
    -webkit-animation-name: animatePrPSlide;
    animation-name: animatePrPSlide;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    background-size: 100% auto;
}





.inSlide .slide,
.fcSlide .slide{
    width: inherit;
    height: inherit;
    position: absolute;
    top:0;
    left:0;
}

.prSlide,
.prSlider > div{
    opacity: 0;
    -webkit-animation-name:animatePrPSlide;
    animation-name:animatePrPSlide;
    -webkit-animation-duration:.5s;
    animation-duration:.5s;
    background-size: 100% auto;
}

.prSlide.active,
.prSlider > div.active{
    opacity: 1;
    z-index: 1;
    -webkit-animation-name:animatePrSlide;
    animation-name:animatePrSlide;
    -webkit-animation-duration:.5s;
    animation-duration:.5s
}

@-webkit-keyframes animatePrSlide{
    0%{
        opacity:0.5;
    }
    100%{
        opacity: 1;
    }
}

@keyframes animatePrSlide{
    0%{
        opacity:0.5;
    }
    100%{
        opacity:1;
    }
}

@-webkit-keyframes animatePrPSlide{
    0%{
        opacity:1;
    }
    100%{
        opacity: 0;
    }
}

@keyframes animatePrPSlide{
    0%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
}







.fcSlide1 .before{
    background: url(https://macphunsoftware.cachefly.net/macphun/focusnew/slide7-2.jpg);
}

.fcSlide1 .after{
    background: url(https://macphunsoftware.cachefly.net/macphun/focusnew/slide7-1.jpg);
}

.fcSlide2 .before{
    background: url(https://macphunsoftware.cachefly.net/macphun/focusnew/slide2-2.jpg);
}

.fcSlide2 .after{
    background: url(https://macphunsoftware.cachefly.net/macphun/focusnew/slide2-1.jpg);
}

.fcSlide3 .before{
    background: url(https://macphunsoftware.cachefly.net/macphun/newdownload/fcSlide1ba.jpg);
}

.fcSlide3 .after{
    background: url(https://macphunsoftware.cachefly.net/macphun/newdownload/fcSlide1af.jpg);
}

.fcSlide4 .before{
    background: url(https://macphunsoftware.cachefly.net/macphun/focusnew/slide4-2.jpg);
}

.fcSlide4 .after{
    background: url(https://macphunsoftware.cachefly.net/macphun/focusnew/slide4-1.jpg);
}

.fcSlide5 .before{
    background: url(https://macphunsoftware.cachefly.net/macphun/focusnew/slide6-2.jpg);
}

.fcSlide5 .after{
    background: url(https://macphunsoftware.cachefly.net/macphun/focusnew/slide6-1.jpg);
}









.prSlider .slidePanel .ui-slider-handle {
    background: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/baPag2x.png) center center;
    background-size: 45px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    margin-left: -23px;
    top: -25px;
}


.slidePanel .ui-slider-handle:before{
    content: 'Before';
    width: 90px;
    height: 18px;
    display: block;
    position: relative;
    top: -250px;
    font-size: 12px;
    right: 77px;
    text-decoration: none;
    color: #999999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    font-weight: 500;
    font-family: 'myriad_applesemibold';
    text-align: right;
    text-transform: uppercase;
}



.slidePanel .ui-slider-handle:after{
    content: 'After';
    width: 85px;
    height: 18px;
    display: block;
    position: relative;
    bottom: -271px;
    font-size: 12px;
    right: -31px;
    text-decoration: none;
    color: #999999;
    font-weight: 500;
    font-family: 'myriad_applesemibold';
    letter-spacing: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    text-transform: uppercase;
}

.inSlide .slide, .fcSlide .slide {
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 1000px;
}
.prSlide, .tnNSlide, .fxNSlide {
    position: absolute;
    width: inherit;
    height: inherit;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
}

.middle-wrapper{
    padding: 100px 0;
}
.inSlider .before,
.fcSlider .before{
    z-index: 1;
}

.inSlider .before,
.fcSlider .before{
    width: 50%;
}

.fx1Slide .fxSlide1,
.fx1Panel li[data-slide="1"] figure{
    background-image: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/fxSlide1.jpg);
}

.fx1Slide .fxSlide2,
.fx1Panel li[data-slide="2"] figure{
    background-image: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/fxSlide2.jpg);
}

.fx1Slide .fxSlide3,
.fx1Panel li[data-slide="3"] figure{
    background-image: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/fxSlide3.jpg);
}

.fx1Slide .fxSlide4,
.fx1Panel li[data-slide="4"] figure{
    background-image: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/fxSlide4.jpg);
}

.fx2Slide .fxSlide1,
.fx2Panel li[data-slide="1"] figure{
    background-image: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/fx2Slide1.jpg);
}

.fx2Slide .fxSlide2,
.fx2Panel li[data-slide="2"] figure{
    background-image: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/fx2Slide2.jpg);
}

.fx2Slide .fxSlide3,
.fx2Panel li[data-slide="3"] figure{
    background-image: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/fx2Slide3.jpg);
}

.fx2Slide .fxSlide4,
.fx2Panel li[data-slide="4"] figure{
    background-image: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/fx2Slide4.jpg);
}

.fx3Slide .fxSlide1,
.fx3Panel li[data-slide="1"] figure{
    background-image: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/fx3Slide1.jpg);
}

.fx3Slide .fxSlide2,
.fx3Panel li[data-slide="2"] figure{
    background-image: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/fx3Slide2.jpg);
}

.fx3Slide .fxSlide3,
.fx3Panel li[data-slide="3"] figure{
    background-image: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/fx3Slide3.jpg);
}

.fx3Slide .fxSlide4,
.fx3Panel li[data-slide="4"] figure{
    background-image: url(https://macphunsoftware.cachefly.net/macphun/v3/ck/fx3Slide4.jpg);
}





.fxPanel{
    position: absolute;
    bottom: -90px;
    left: 0;
    padding: 0;
    width: 855px;
    height: 130px;
    margin: 0 auto;
    right: 0;
}


.fxPanel li{
    float: left;
    display: inline-block;
    z-index: 10;
    position: relative;
    font-size: 18px;
    width: 207px;
    color: #949494;
    cursor: pointer;
    margin: 0 1px;
    font-family: 'myriad_appletext',sans-serif;
    text-align: center;
}


.fxPanel li.active{
    color:#333;
}


.fxPanel li figure{
    display: block;
    width: 207px;
    height: 90px;
    margin: 0;
    margin-bottom: 24px;
    word-spacing: 3px;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.3);
}




.fxPanel li.active figure{
    box-shadow: none;
    width: 187px;
    height: 80px;
    margin: 5px auto 20px;
}
.fxPanel li figure {
    background-size: 207px;
    background-position: center center;
}
/*BANEW end*/


