/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html,
body{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
    color: #333;
    margin: 0 auto;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

/*GRIDs*/
.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.container-wrapper {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-fixed {
  max-width: 500px;
  margin: auto;
}

.row {
  margin-left: auto;
  margin-right: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
}

@supports (display: flex) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@supports not (display: flex) {
  .col {
    float: left;
  }
}
@media all and (-ms-high-contrast: none) {
  .col {
    float: left;
  }
}
.col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

.col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

.col.s3 {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

.col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

.col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

.col.s6 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

.col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

.col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

.col.s9 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

.col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

.col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

.col.s12 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

@media only screen and (min-width: 601px) {
  .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.m3 {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.m6 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.m9 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.m12 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.l3 {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.l6 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.l9 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.l12 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .container {
    width: 70%;
  }
}
@media only screen and (min-width: 1201px) {
  .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.xl3 {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.xl6 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.xl9 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .col.xl12 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }
}

/*Waves Effects*/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(70, 128, 194, 0.7);
}

.waves-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}

/*PAGE STYLE*/

.page-wrapper{
    background-image: url('../images/background__notebook.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 5rem 0;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.no-webp .page-wrapper{
    background-image: url('../images/background__hd.jpg');
}
.wrapper{
    max-width: 90%;
    width: 375px;
    margin: auto;
}
.cover{
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.cover-image{
    max-width: 100%;
    display: block;
    border-radius: 20px 20px 0 0;
}
.information{
    padding: 2rem;
    background: #f0f0f0;
}
.name{
    font-size: 1.5rem;
    font-weight: 100;
}
.description{
    
}
.links{
    max-width: 90%;
    margin: auto;
    background: #fafafa;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    padding: 1rem 2rem;
    border-bottom: 1px solid #ccc;
    background: #fafafa;
    margin-bottom: 1px;
    outline: none;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.link:hover{
    background: #f6f6f6;
    -webkit-box-shadow: inset 0 4px 5px 0 rgba(0,0,0,0.14), inset 0 1px 10px 0 rgba(0,0,0,0.12), inset 0 2px 4px -1px rgba(0,0,0,0.3);
        box-shadow: inset 0 4px 5px 0 rgba(0,0,0,0.14), inset 0 1px 10px 0 rgba(0,0,0,0.12), inset 0 2px 4px -1px rgba(0,0,0,0.3);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.link .service-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1rem;
}
.link .service-name{
    color: #000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.link .btn{
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 6px;
    border: 1px solid #555;
    color: #555;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.link:hover .btn,
.link .btn:hover{
    border-color: #780000;
    background: #780000;
    color: #fff;
}
.link .btn:hover{
            -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

.wrapper.horizontal{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 1200px;
    width: 85%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.wrapper.horizontal .widget-header{
    border-radius: 0;
}
.wrapper.horizontal .cover,
.wrapper.horizontal .cover .cover-image
{
    border-radius: 0;
}
.wrapper.horizontal .cover{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    position: relative;
}
.wrapper.horizontal .cover-image{
    z-index: 2;
}

.wrapper.horizontal .information{
    background: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.wrapper.horizontal .links {
    margin: auto 0;
    background: #fff;
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    overflow-y: auto;
    scrollbar-color: #ce2232 transparent;
    scrollbar-width: thin;
}
.wrapper.horizontal .links::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}
.wrapper.horizontal .links::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
.wrapper.horizontal .links::-webkit-scrollbar-thumb {
    background: #ce2232;
    border-radius: 10px;
}
.wrapper.horizontal .link{
    background: #fff;
    text-decoration: none;
}
.wrapper.horizontal .link:hover{
    background: #fff;
}
.links .col:last-child .link:last-child{
    border: none;
}

/*.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge, .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge{
    background: transparent !important;
}*/

@-webkit-keyframes vinyl-cover{
    0% { 
        max-width: 100%;
        -webkit-box-shadow: none;
                box-shadow: none;
        position: relative;
        top: 0;
    }
    50%{
        -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
        box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
        max-width: 50%;
        position: relative;
        top: 0;
    }
    100%{
        -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
        box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
        max-width: 50%;
        position: relative;
        top: -9%;
    }
}

@keyframes vinyl-cover{
    0% { 
        max-width: 100%;
        -webkit-box-shadow: none;
                box-shadow: none;
        position: relative;
        top: 0;
    }
    50%{
        -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
        box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
        max-width: 50%;
        position: relative;
        top: 0;
    }
    100%{
        -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
        box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
        max-width: 50%;
        position: relative;
        top: -9%;
    }
}
@-webkit-keyframes vinyl-disk{
    0%{
        opacity: 0;
    }
    49%{
        opacity: 0;
    }
    50%{
        top: -100px;
        opacity: 1;
    }
    66%{
        top: 75px;
        opacity: 1;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%{
        top: 75px;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
        opacity: 1;
    }
}
@keyframes vinyl-disk{
    0%{
        opacity: 0;
    }
    49%{
        opacity: 0;
    }
    50%{
        top: -100px;
        opacity: 1;
    }
    66%{
        top: 75px;
        opacity: 1;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%{
        top: 75px;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes control-play{
    0%{
        height: 0;
    }
    65%{
        height: 0;
    }
    66%{
        height: auto;
        opacity: 0;
        visibility: hidden;
    }
    100%{
        height: auto;
        opacity: 1;
        visibility: visible;
    }
}

@keyframes control-play{
    0%{
        height: 0;
    }
    65%{
        height: 0;
    }
    66%{
        height: auto;
        opacity: 0;
        visibility: hidden;
    }
    100%{
        height: auto;
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px){
    .share{
        display: none;
    }
    .link{
        margin-bottom: 0;
    }
    .cover iframe{
        height: 350px!important;
    }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
    /*.wrapper.horizontal .cover::before{
        animation: 6s ease-in 1s 1 alternate forwards running vinyl-disk;
    }
    .wrapper.horizontal .cover-image{
        animation: 3s ease-in 1s 1 alternate forwards running vinyl-cover;
    }*/
    .links .link:last-child{
        border: none;
    }
    .wrapper.horizontal .link:hover{
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@media only screen and (min-width: 1400px){
    .page-wrapper{
        background-image: url('../images/background__hd.webp');
    }
    .no-webp .page-wrapper{
        background-image: url('../images/background__hd.jpg');
    }
}
@media (-webkit-min-device-pixel-ratio: 2)
      and (min-resolution: 192dpi){
    .page-wrapper{
        background-image: url('../images/background__retina.webp');
    }
    .no-webp .page-wrapper{
        background-image: url('../images/background__retina.jpg');
    }
}