/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    height: 100%;
    overflow-y: scroll
}

body {
    height: 100%;
    font-family: Lato;
}

.wrapper {
    margin-bottom: -72px;
    min-height: 100%
}

.wrapper:after {
    height: 72px !important
}


article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0;
    text-decoration: none;
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

img,
iframe,
video,
embed {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 0;
    border: 0
}

img {
    display: block;
    max-width: 100%;
    vertical-align: top;
    height: auto;
    margin: 0;
    padding: 0
}

.image-wrapper {
    margin: 0;
    position: relative;
    height: 1px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.image-wrapper:before {
    background: transparent;
    border: 1px solid currentColor;
    z-index: -1;
    content: "";
    display: block;
    height: calc(100% - 1px);
    height: calc(100% - 0.5px);
    width: calc(100% - 1px);
    width: calc(100% - 0.5px);
    position: absolute;
    top: 0;
    left: 0
}

figure {
    margin: 0
}

a:active,
a:visited,
a:focus {
    outline: 0;
    border: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0
}


.one,
.two {
    width: 50%
}

.one-four,
.two-four,
.three,
.four {
    width: 100%
}


@media (max-width: 479px) {
    .image-box {
        width: 50%
    }
}


.main {
    padding-bottom: 72px
}

.container {
    width: 100%
}

.col {
    float: left;
    padding: 3px
}

.js .image-wrapper img {
    will-change: opacity;
    opacity: 0;
    -webkit-transition: opacity 222ms linear 0s;
    transition: opacity 222ms linear 0s
}

.js .image-wrapper img.lazy-loaded {
    opacity: 1
}

.isotope {
    width: 100%;
    height: auto;
    will-change: height;
    -webkit-transition: height 666ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: height 666ms cubic-bezier(0.4, 0, 0.22, 1)
}

.isotope .box {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased
}

.isotope .box a:active img {
    opacity: 1
}

.isotope .box figcaption {
    display: none
}

/***main content***/
.isotope a{
    text-decoration: none;
}
.isotope .text-bg {
    background: rgba(0, 0, 0, 0) url("/img/_pictures/fsk12/m/softLPContent/4.jpg");
    color: #fff;
    padding: 7px 9px;
    font-size: 12px;
    line-height: 1.3;
}
.isotope .text-bg strong{
    color: #eb515d;
}
.btn-play, .btn-link, .js-play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    width: 70px;
    height: 70px;
    border: 0;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    font-size: 30px;
    color: #ad8080;
    cursor: pointer;
}
.btn-play{
    display:none;
    z-index: 1;
}
.btn-link{
    display:none;
    z-index: 100;
}
.js-play-video{
    z-index: 5;
    display: block;
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}



.text-bottom-over{
    width: 100%;
}
.text-bottom-over span{
    position: absolute;
    bottom: -1px;
    background-color: #575656;
    font-size: 10px;
    color: #989898;
    width: 100%;
    padding: 3px 8px;
    color: #fff;
}
.two-four {
    width: calc(100% / 2 * 2);
}

.beneath{
    font-size: 16px;
    text-align: center;
    padding: 12px 0;
}
.beneath span{
    color: #2fea11;
}

/**header**/
.header, .footer {
    background-color: #303030;
}
.header img, .footer img {
    vertical-align: middle;
}
.header img {
    border: 1px solid #303030;
}
.header .nav-menu{
    display:none;
}

/* navigation */
.navigation {
    background-color: #989898;
    font-size: 14px;
}
.navigation ul {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 0;
}
.navigation ul .active{
  background-color: #2fea11;
}
.navigation li {
    border-left: 1px solid #fff;
    font-size: 8px;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
.navigation ul .active:hover{
  background-color: #2fea11;
}
.navigation li:hover {
  background-color: #575656;  
}
.navigation .right-nav a, .navigation ul .last a {
  color: #2fea11;
  font-weight: bold;
}
.navigation .phone {
    display: none;
}
.navigation .right-nav {
    display: none;
}

/*pagination*/
.pagination {
    text-align: center;
    padding: 50px 0;
}
.pagination span {
    padding: 10px;
    background-color: #989898;
    color: #fff;
}

.pagination span:hover, .pagination span{
    text-decoration: none;
}

.canvas, .video {
    width: 100%;
    background: white;
    z-index: -1;    
}
.padBottomIpad{
    padding-bottom: 134.2%;
}
/**footer **/
.footer{
    padding: 10px 0;   
}
.footer img {
    margin-bottom: 10px;
}
.legal__container {
    padding: 5px 0;
    text-align: center;
    line-height: 1;
    color: #ffffff;
}
.legal__container > div {
    display: inline-block;
    margin-right: 4px;
    padding-right: 7px;
    border-right: 1px solid #ffffff;
}
.legal__container > div:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

@media (max-width: 350px) {
    .container {
        padding-left: 4px;
        padding-right: 4px;
    }
    .btn-play{
        display: none;
    }
    
}
@media (min-width: 375px) {
    .isotope .text-bg{
        padding: 9px 12px;
        font-size: 14px;
    }
    .container {
        padding-left: 4px;
        padding-right: 4px;
    }
}
@media (min-width: 414px) {
    
    .js-play-video {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
    .isotope .text-bottom-over span{
        font-size: 12px;
    }
    .isotope .text-bg{
        padding: 9px 10px;
        font-size: 16px;
    }
    .container {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media (min-width: 480px) {
    .one-four,
    .one,
    .two {
        width: 50%
    }
    .logo {
        width: 100%
    }
    .btn-link, .js-play-video {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
    .isotope .text-bottom-over span{
        font-size: 10px;
    }
    .isotope .text-bg{
        padding: 10px 14px;
        font-size: 22px;
    }
    .btn-play{
        display: none;
    }
}
@media screen and (max-width: 550px){
    .padBottomIpad{
        padding-bottom: 136%;
    }
}
@media (min-width: 667px) {
    .isotope .text-bg{
        font-size: 26px;
    }
}
@media (min-width: 736px) {
    .isotope .text-bg{
        font-size: 29px;
    }
}

/* table */
@media (min-width: 768px) {
    .navigation li{
        font-size: 11px;
        float: left;
    }
    .navigation .last {
        display: block;
    }
    .navigation .menu {
        display: none;
    }
    .navigation .phone {
        display: block;
    }
    .navigation ul{
        text-align: center;
    }
    .navigation .right-nav {
        display: none; 
    }
    .isotope .text-bg{
        font-size: 30px;
    }
    .isotope .text-bottom-over span{
        font-size: 22px;
    }
    .btn-link, .js-play-video{
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
    .padBottomIpad{
        padding-bottom: 134.2%;
    }
    
}
/* ipad portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .padBottomIpad{
        padding-bottom: 134.2%;
    }
    .beneath{
        font-size: 14px;
    }
}
/* small desktop */
@media (min-width: 992px) {
    .navigation ul .last{
        display: none;
    }
    .navigation ul{
        text-align: center;
    }
    .navigation .right-nav {
        display: block; 
    }
    .navigation .right-nav li{
        float:right;
        border-right: 1px solid #fff;
    }
    .isotope .text-bottom-over span{
        font-size: 12px;
    }
    .isotope .text-bg{
        font-size: 15px;
    }
    .btn-play, .btn-link, .js-play-video {
        width: 70px;
        height: 70px;       
        font-size: 25px;
    }
    .image-wrapper:hover{
        background-color: #000;
        opacity: 0.6 !important;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .js-play-video{
        z-index: 5;
        display: block;
    }
    .one-four, .one {
        width: calc(80% / 4 * 1);
    }
    .two-four {
        width: calc(100% / 5 * 2);
    }
    
    .col {
        padding: 9px
    }
    .padBottomIpad{
        padding-bottom: 136%;
    }
    
}
@media (min-width: 1200px) {    
    .navigation .right-nav {
        display: block;
    }    
    .navigation .pad-desktop{
        padding: 0 150px;
    }
    .beneath{
        font-size: 35px;
    }
    .isotope .text-bg {
        font-size: 18px;
    }
}

@media (min-width: 1300px) {  
    .isotope .text-bg {
        font-size: 20px;
        padding: 7px 22px;
    }
    .one-four, .one {
        width: calc(100% / 5 * 1);
    }
    
}

@media (min-width: 1400px) {
    .isotope .text-bottom-over span{
        font-size: 19px;
    }
    .isotope .text-bg {
        font-size: 23px;
        padding: 12px 22px;
    }
}


@media (min-width: 1600px) {
    .one-four,
    .one {
        width: calc(100% / 5 * 1)
    }
    .two-four,
    .two {
        width: calc(100% / 5 * 2)
    }
    .three {
        width: calc(100% / 5 * 3)
    }
    .four {
        width: calc(100% / 5 * 4)
    }
}