/*
 * Template Name: Sports and Entertainment
 */
 .header{
    position: relative;
    background: #000;
 }
.ip-banner{
    display: none;
}
 #inner-page-wrapper{
    margin-bottom: 0;
 }
 #inner-page-wrapper > .container{
    width: 100%;
    padding: 0 0;
 }
.sne-img{
    position: relative;
}
 .sne-banner{}
 .sne-banner canvas{
    background: url(../../images/sports-entertainment/sports-entertainment-banner.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    display: block;
 }
 .sne-container{
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: 1500px;
 }
 .sne-intro{
    position: relative;
 }
 .sne-intro:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -322px;
    background: url(../../images/sports-entertainment/sne-banner_02.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
     /*filter: grayscale(1);*/
     opacity: .1;
 }
 .sne-intro-inner{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
 }
.sne-intro-l{
    width: 53.267%;
}
.sne-intro-l p{
    line-height: 1.714;
    font-size: 14px;
    font-weight: 300;
    margin: 24px 0 0;
    padding: 0 54px 0 33px;
}
.sne-title{
    margin: 0 0 25px;
}
.sne-intro-l p.hl{
    font-family: var(--font-family-title);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}
.sne-intro-l p:nth-of-type(1){
    margin: 0 0 0;
}
 .sne-intro-r{
    width: 46.733%;
    display: flex;
    flex-flow: row wrap;
 }
 .sne-intro-video{
    width: 96.434%;
    margin: 0 0 0 auto;
    width: 100%;
 }

 .sne-intro-video a.sne-video{
    display: block;
    position: relative;
 }
 .sne-intro-video a.sne-video:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/sports-entertainment/sne-play.png) center center no-repeat;
    background-size: 16.124% auto;
 }
.sne-intro-video a.sne-video img{
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-intro-video a.sne-video:hover img{
    opacity: 0.4;
}
.sne-img_01{
    width: 50%;
    margin: -12.4% auto 0 0;
    display: inline-block;
    vertical-align: top;
}
.sne-img_02 {
    width: 50%;
    margin: -12.4% 0 0 auto;
    display: inline-block;
    vertical-align: top;
}
.sne-img_03 {
    width: 50%;
    margin: -12.4% 0 0 auto;
    display: inline-block;
    vertical-align: top;
}
.sne-img_04 {
    width: 50%;
    margin: -12.4% 0 0 auto;
    display: inline-block;
    vertical-align: top;
}
.sne-img_05 {
    width: 50%;
    margin: -12.4% 0 0 auto;
    display: inline-block;
    vertical-align: top;
}
.sne-gallery{
    padding: 80px 0 0;
}
.sne-gallery-inner{
    margin: 0 -4.5px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    justify-content: center;
}
.sne-gallery-single{
    padding: 4.5px;
    width: calc(100% / 3);
}
.sne-gallery-single a{
    display: block;
    position: relative;
}
.sne-gallery-single a img{
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-gallery-single a:hover img{
    opacity: 0.6;
}
.sne-gallery-single a canvas{
    background: #fff;
}

/*
.aiosp-content img.aiosp-img {
    min-width: 800px;
}
*/

.sne-clients{
    padding: 110px 0 0;
    overflow: hidden;
}
.sne-clients-title{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 75px;
}
.sne-clients-inner{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.sne-clients-inner .sne-clients-l{
    /*width: 23.067%;*/
    width: 30%;
    position: relative;
    z-index: 1;
}
.sne-clients-inner .sne-clients-names{
    background: #fff;
    border: 1px solid #b1b1b1;
    padding: 28px 10px 28px 35px;
    position: relative;
	max-height: 644px;
	overflow: auto;
	scrollbar-width: thin;
}

.sne-clients-inner .sne-clients-names::-webkit-scrollbar{
   width: 5px;
  height: 8px;
  background-color: #f0f0f0;
}

.sne-clients-inner .sne-clients-names::-webkit-scrollbar-thumb {
    background: #cdcdcd;
}
.sne-clients-inner .sne-clients-names:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 35%); */
}
.sne-clients-inner .sne-clients-names ul{
    position: relative;
    z-index: 0;
}
.sne-clients-inner .sne-clients-names li{
    font-family: var(--font-family-title);
    font-size: 30px;
    line-height: 1.667;
    color: #b5b5b5;
    text-transform: uppercase;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-clients-inner .sne-clients-names li:hover,
.sne-clients-inner .sne-clients-names .slick-slide.slick-current.slick-active li{
    color: #000;
}
.sne-clients-inner .sne-client-name{
    cursor: pointer;
}
.sne-clients-inner .sne-clients-r{
    /*width: 76.933%;*/
    width: 70%;
    position: relative;
    z-index: 0;
}
.sne-clients-inner .sne-clients-slide{
    background: #000;
    margin: 0 0 0 -5.808%;
}
.sne-clients-inner .sne-clients-set{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -6px;
}
.sne-clients-inner .sne-clients-block{
    width: 53.890%;
    padding: 0 6px;
    position: relative;
}
.sne-clients-inner .sne-clients-block:nth-child(even){
    width: 46.11%;
}
.sne-clients-inner .sne-clients-img{
    position: relative;
    min-height: 366px;
}
.sne-clients-inner .sne-clients-block:first-child,
.sne-clients-inner .sne-clients-block:first-child + .sne-clients-block{
    margin: 0 0 12px;
}
.sne-clients-inner .sne-clients-block canvas{
    display: none;
}
.sne-clients-inner .sne-clients-block.sne-clients-content{
    min-height: 366px;
    color: #fff;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    /*align-items: flex-start;*/
    justify-content: center;
    padding-left: 70px;
    /*padding-left: 90px;*/
    text-align: center;
}
    .sne-clients-content > div {
        text-align: left;
        display: inline-block;
    }
.sne-clients-inner .sne-clients-block.sne-clients-content h3{
    font-family: var(--font-family-title);
    /*font-size: 45px;*/
    font-size: 39px;
    text-align: center;
}
.sne-clients-inner .sne-clients-block.sne-clients-content span{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    line-height: 1.2;
    display: block;
    text-align: center;
}

.sne-sp{
    padding: 137px 0 75px;
    overflow: hidden;
    position: relative;
}
.sne-sp:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 51%;
/*     background: url(../../images/bg-fade-03.jpg) center bottom no-repeat; */
    background: url(../../images/sports-entertainment/sne-banner_02.jpg) center bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*filter: grayscale(1);*/
    opacity: .1;
}
.sne-sp-wrap{
    position: relative;
    z-index: 1;
}
.sne-sp-wrap .sne-sp-top{}
.sne-sp-wrap .sne-sp-top-inner{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.sne-sp-wrap .sne-sp-title{}
.sne-sp-wrap .sne-sp-bttn{}
.sne-sp-wrap .sne-sp-content{
    width: calc(100% - 100px);
    margin: 55px auto 0;
}
.sne-sp-wrap .sne-sp-slide{
    margin: 0 -2px;
}
.sne-sp-wrap .slick-slide{}
.sne-sp-wrap .slick-slide > div{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}
.sne-sp-wrap .sne-sp-single{
    min-width: calc((100% / 3) - 4px);
    margin: 0 2px;
}
.sne-sp-wrap .sne-sp-single:nth-child(4),
.sne-sp-wrap .sne-sp-single:nth-child(5){
    min-width: calc(50% - 4px);
    margin: 4px 2px 0;
}
.sne-sp-wrap .sne-sp-single a{
    display: block;
    position: relative;
}
.sne-sp-wrap .sne-sp-single a:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/logo-black.png) center center no-repeat;
    background-size: 86.922% auto;
    filter: invert(1);
    -webkit-filter: invert(1);
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-sp-wrap .sne-sp-single a:hover:before{
    opacity: 0.08;
}
.sne-sp-wrap .sne-sp-single a .sne-sp-img{
    position: relative;
    z-index: 0;
    padding: 22.500vw 0 0;
}
.sne-sp-wrap .sne-sp-single a .sne-sp-img:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/fl-fade.png) bottom center repeat-x;
    background-size: auto 100%;
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-sp-wrap .sne-sp-single a:hover .sne-sp-img:before{
    opacity: 1;
}
.sne-sp-wrap .sne-sp-single a .sne-sp-img:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-sp-wrap .sne-sp-single a:hover .sne-sp-img:after{
    opacity: 0.8;
}
.sne-sp-wrap .sne-sp-single a .sne-sp-img img{}
.sne-sp-wrap .sne-sp-single a .sne-sp-img canvas{
    display: none;
}
.sne-sp-wrap .sne-sp-single a .sne-sp-info{
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family-title);
    letter-spacing: 0.020em;
    font-size: 30px;
    color: #fff;
    text-align: center;
    min-height: 0;
    padding: 0 5px 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-sp-wrap .sne-sp-single a:hover .sne-sp-info{
    min-height: 100%;
    padding: 35px 5px 0;
}
.sne-sp-wrap .sne-sp-single a .sne-sp-price{
    margin: 0 0 14px;
}
.sne-sp-wrap .sne-sp-single a .sne-sp-add{
    line-height: 1.1;
    margin: 0 0 20px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-sp-wrap .sne-sp-single a:hover .sne-sp-add{
    margin: 0 0 0;
}
.sne-sp-wrap .sne-sp-single a .sne-sp-add span{
    font-size: 20px;
    display: block;
}
.sne-sp-wrap .sne-sp-single a .sne-sp-feat{
    font-size: 14px;
    margin: auto 0 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-sp-wrap .sne-sp-single a:hover .sne-sp-feat{
    margin: auto 0 30px;
}
.sne-sp-wrap .sne-sp-single a .sne-sp-vd{
    font-family: var(--font-family-default);
    padding: 0 0 0;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-sp-wrap .sne-sp-single a:hover .sne-sp-vd{
    padding: 0 0 60px;
    opacity: 1;
}
.sne-sp-wrap .sne-sp-single a .sne-sp-vd span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    position: relative;
}
.sne-sp-wrap .sne-sp-single a .sne-sp-vd span:after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-sp-wrap .sne-sp-navs{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 46px 0 0;
}
.sne-sp-wrap .sne-sp-navs:before{
    order: 2;
    content:'';
    display: block;
    width: 2px;
    height: 44px;
    background: #a8a8a8;
    margin: 0 33px;
}
.sne-sp-wrap .sne-sp-arrow{
    order: 1;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.600em;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-sp-wrap .sne-sp-arrow:hover{
    /*color: #424242;*/
    opacity: 0.5;
}
.sne-sp-wrap .sne-sp-arrow.sne-sp-next{
    order: 3;
}
.sne-cta{
    padding: 83px 0 54px;
    position: relative;
}
.sne-cta:before{
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 119px;
    width: 58.625vw;
    background: url(../../images/bg-fade-02.jpg) center center no-repeat;
    background-size: cover;
}
.sne-cta-wrap{
    position: relative;
    z-index: 1;
}
.sne-cta-inner{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.sne-cta-inner .sne-cta-l{
    width: 50.133%;
    padding: 90px 0 0;
}
.sne-cta-inner .sne-cta-text{
    font-weight: 300;
    line-height: 1.714;
    margin: 70px 0 0;
    color: #373737;
    max-width: 545px;
}
.sne-cta-inner .sne-cta-r{
    max-width: 748px;
    width: 49.867%;
}
.sne-cta-inner .sne-cta-list{}
.sne-cta-inner .sne-cta-single{
    margin: 30px 0 0;
}
.sne-cta-inner .sne-cta-single:first-child{
    margin: 0 0 0;
}
.sne-cta-inner .sne-cta-single a{
    display: block;
    border: 5px solid #fff;
    background: #000;
    text-transform: uppercase;
    box-shadow: 5px 5px 24px rgb(0,0,0,0.22);
    padding: 0 28px;
    position: relative;
}
.sne-cta-inner .sne-cta-single a .sne-cta-desc{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    padding: 51px 0 51px 0;
    overflow: hidden;
    position: relative;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-cta-inner .sne-cta-single a:hover .sne-cta-desc{
    padding: 51px 140px 51px 0;
}
.sne-cta-inner .sne-cta-single a:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 40%;
    opacity: 0;
    background: #fff;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-cta-inner .sne-cta-single a:hover:before{
    width: 100%;
    opacity: 1;
}
.sne-cta-inner .sne-cta-single a:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: url(../../images/logo-fade.png) center center no-repeat;
    background-size: calc(100% - 56px) auto;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-cta-inner .sne-cta-single a:hover:after{
    opacity: 1;
}
.sne-cta-inner .sne-cta-single a .sne-cta-sm{
    font-size: 20px;
    font-weight: 300;
    color: #acacac;
    letter-spacing: 0.500em;
    position: relative;
    left: -56px;
    z-index: 2;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-cta-inner .sne-cta-single a .sne-cta-sm:before{
    content:'';
    display: block;
    height: 1px;
    width: 100vw;
    background: #4d4d4d;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: calc(100% + 25px);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-cta-inner .sne-cta-single.mag a .sne-cta-sm:before{
    bottom: -18px;
    top: auto;
    right: calc(100% + 100px);
}
.sne-cta-inner .sne-cta-single a:hover .sne-cta-sm:before{
    background: #000;
}
.sne-cta-inner .sne-cta-single a .sne-cta-lg{
    font-family: var(--font-family-title);
    font-size: 55px;
    color: #fff;
    letter-spacing: -0.010em;
    position: relative;
    z-index: 2;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.sne-cta-inner .sne-cta-single a .sne-cta-lg span{
    display: block;
    text-align: right;
    font-family: var(--font-family-default);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    margin: 2px 0 0;
}
.sne-cta-inner .sne-cta-single a:hover .sne-cta-lg,
.sne-cta-inner .sne-cta-single a:hover .sne-cta-sm{
    color: #000;
}






.sne-intro-r > div {
    margin-top: 0;
}






.sne-img.sne-img_05 {
    width: 100%;
}






@media only screen and (max-width: 1440px) {
    .sne-sp-wrap .sne-sp-single a:hover .sne-sp-feat {
        margin: auto 0 15px;
    }
    .sne-sp-wrap .sne-sp-single a:hover .sne-sp-vd {
        padding: 0 0 40px;
    }

    .sne-clients-inner .sne-clients-names li{
        font-size: 25px;
    }
    .sne-clients-inner .sne-clients-block.sne-clients-content h3{
        font-size: 36px;
    }
}
@media only screen and (max-width: 1366px) {
    .sne-clients-inner .sne-clients-block.sne-clients-content h3{
        font-size: 32px;
    }
}
@media only screen and (max-width: 1199px){
    .sne-clients-inner .sne-clients-names{
        padding: 22px 7px 22px 15px;
    }
    .sne-clients-inner .sne-clients-names li{
        font-size: 20px;
    }
    .sne-sp-wrap .sne-sp-content {
        width: calc(100% - 20px);
    }
    .sne-sp-wrap .sne-sp-single a .sne-sp-info{
        font-size: 22px;
    }
    .sne-clients-inner .sne-clients-block.sne-clients-content {
        padding-left: 50px;
    }
    .sne-clients-inner .sne-clients-block.sne-clients-content h3{
        font-size: 27px;
    }
    .sne-clients-inner .sne-clients-block.sne-clients-content span{
        font-size: 16px;
        margin:  0 0;
    }
    .sne-sp-wrap .sne-sp-single a .sne-sp-price {
        margin: 0 0 7px;
    }
    .sne-sp-wrap .sne-sp-single a .sne-sp-add span{
        font-size: 18px;
    }
    .sne-sp-wrap .sne-sp-single a:hover .sne-sp-info {
        padding: 20px 5px 0;
    }
    .sne-sp-wrap .sne-sp-single a .sne-sp-vd span{
        font-size: 12px;
    }
    .sne-sp:before{
        background-attachment: scroll;
    }
    .sne-cta-inner .sne-cta-l {
        width: 45.133%;
    }
    .sne-cta-inner .sne-cta-single a .sne-cta-desc{
        padding: 30px 0;
    }
    .sne-cta-inner .sne-cta-single a:hover .sne-cta-desc {
        padding: 30px 60px 30px 0;
    }
    .sne-cta-inner .sne-cta-single a .sne-cta-sm {
        font-size: 19px;
        letter-spacing: 0.300em;
        left: -40px;
    }
    .sne-intro:before{
        background-attachment: scroll;
    }
}
@media only screen and (max-width: 991px){
  .sne-clients-inner .sne-clients-l{
    width: 100%;
    max-width: 600px;
    margin-bottom: 22px;
  }
    .sne-intro-inner{
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
    }
    .sne-intro-l{
        width: 100%;
    }
    .sne-intro-l p{
        text-align: center;
        padding: 0 0;
    }
    .sne-intro-r{
        width: 100%;
        max-width: 701px;
        margin: 30px 0 0;
    }
    /* .sne-clients-inner .sne-clients-l{
        display: none;
    } */
    .sne-clients-inner .sne-clients-r{
        width: 100%;
        max-width: 600px;
    }
    .sne-clients-inner .sne-clients-slide{
        margin: 0 0 0 0;
    }
    .sne-clients-inner .sne-clients-block.sne-clients-content{
        padding: 0 5px;
    }
    .sne-sp-wrap .sne-sp-top-inner{
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
    }
    .sne-sp-wrap .sne-sp-title{
        margin: 0 0 30px;
    }
    .sne-sp-wrap .sne-sp-slide {
        margin: 0 auto;
        max-width: 600px;
    }
    .sne-sp-wrap .sne-sp-single a .sne-sp-img{
        padding: 0 0 0;
    }
    .sne-sp-wrap .sne-sp-single a .sne-sp-img canvas{
        display: block;
    }
    .sne-sp-wrap .sne-sp-single a .sne-sp-info,
    .sne-sp-wrap .sne-sp-single a:hover .sne-sp-info {
        position: relative;
        padding: 40px 10px;
        background: #000;
    }
    .sne-sp-wrap .sne-sp-single a:hover .sne-sp-add {
        margin: 0 0 20px;
    }
    .sne-sp-wrap .sne-sp-single a:hover .sne-sp-vd,
    .sne-sp-wrap .sne-sp-single a .sne-sp-vd {
        padding: 0 0 40px;
        opacity: 1;
    }
    .sne-sp-wrap .sne-sp-single a:hover .sne-sp-feat,
    .sne-sp-wrap .sne-sp-single a .sne-sp-feat {
        margin: auto 0 15px;
    }
    .sne-sp-wrap .sne-sp-single a .sne-sp-img:before{
        display: none;
    }
    .sne-sp-wrap .sne-sp-single a:hover:before{
        opacity: 0;
    }
    .sne-cta:before{
        display: none;
    }
    .sne-cta-inner{
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
    }
    .sne-cta-inner .sne-cta-l{
        width: 100%;
    }
    .sne-cta-inner .sne-cta-text{
        text-align: center;
        max-width: none;
        margin: 20px 0 0;
    }
    .sne-cta-inner .sne-cta-r{
        width: 100%;
        margin: 40px 0 0;
        max-width: 600px;
    }
    .sne-cta-inner .sne-cta-single a:hover .sne-cta-desc {
        padding: 30px 60px 30px 0;
    }
    .sne-cta-inner .sne-cta-single a .sne-cta-sm{
        left: -60px;
    }
    .aiosp-content img.aiosp-img {
        min-width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .sne-sp-wrap .sne-sp-navs:before {
        margin: 0 20px;
    }
    .sne-clients-inner .sne-clients-set{
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        margin: 0 0;
    }
    .sne-clients-inner .sne-clients-block:first-child,
    .sne-clients-inner .sne-clients-block:first-child + .sne-clients-block {
        margin: 0 0 0;
    }
    .sne-clients-inner .sne-clients-block:nth-child(even),
    .sne-clients-inner .sne-clients-block{
        width: 100%;
        padding: 6px;
    }
    .sne-clients-inner .sne-clients-block.sne-clients-content{
        min-height: 300px;
        padding: 20px 6px;
    }
    .sne-clients-inner .sne-clients-img{
        min-height: 0;
    }
    .sne-clients-inner .sne-clients-block canvas{
        display: block;
    }
    .sne-cta-inner .sne-cta-single a .sne-cta-sm:before{
        display: none;
    }
    .sne-cta-inner .sne-cta-single a .sne-cta-lg{
        font-size: 38px;
    }
}
@media only screen and (max-width: 480px){
    .sne-gallery-single{
        width: 50%;
    }
    .sne-cta-inner .sne-cta-single a .sne-cta-sm {
        left: 0px;
    }
    .sne-fl-wrap .sne-fl-navs:before {
        margin: 0 20px;
    }
}
