@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?p8ic27');
  src:  url('fonts/icomoon.eot?p8ic27#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?p8ic27') format('truetype'),
    url('fonts/icomoon.woff?p8ic27') format('woff'),
    url('fonts/icomoon.svg?p8ic27#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\f16d";
}
.icon-laptop_mac:before {
  content: "\e910";
}
.icon-phone_iphone:before {
  content: "\e900";
}
.icon-camera:before {
  content: "\e90a";
}
.icon-live_tv:before {
  content: "\e901";
}
.icon-ondemand_video:before {
  content: "\e90d";
}
.icon-share:before {
  content: "\e902";
}
.icon-connected_tv:before {
  content: "\e905";
}
.icon-video_settings:before {
  content: "\e90e";
}
.icon-facebook:before {
  content: "\e911";
}
.icon-feed:before {
  content: "\e91d";
}

:root{
  --primary: #E70F0E;
  --primary-hover: #F71F1E;
}
body{
  font-family: 'Montserrat', sans-serif;
  background-color: #111;
  color: #fff;
  font-size: 23px;
  line-height: 36px;
  font-weight: 100;
}
b{
  font-weight: 600;
}
a{
  color: #fff;
}
a:hover{
  color: var(--primary-hover);
}
*.onmobile{
  display: none;
}
.pg-wrapper.pg-vertical{
  overflow-x: hidden;
}
.pg-pips ul li a {
  opacity: 0.8;
  transition: opacity 300ms ease-in-out;
}
.pg-pips ul li a.active, .pg-pips ul li:hover a.active {
  height: 10px;
  width: 10px;
  margin: -8px 0 0 -8px;
  border: 3px solid var(--primary);
  opacity: 1;
  /* background: var(--primary); */
  /* background: rgba(0,0,0,0.25); */
  box-shadow: 0 0 8px #000;
}
#menubtn{
  display: none;
}
#header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  line-height: 1px;
  padding: 20px calc(4% + 155px);
  box-sizing: border-box;
  background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
  background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
  background: linear-gradient(to top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
  z-index: 100;
  display: flex;
}
#header > a{
  flex: auto;
  font-size: 16px;
  line-height: 19px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 17px 10px 26px 10px;
  transition: border 250ms ease-in-out;
  border-bottom: 0px solid var(--primary);
}
#header > a.active{
  border-bottom: 1px solid var(--primary-hover);
}
#header > a:hover{
  border-bottom: 2px solid var(--primary);
}
#logo{
  position: fixed;
  top: 24px;
  left: 4%;
  opacity: 0;
  z-index: 101;
  transition: opacity 250ms ease-in-out;
}
nav.pg-pips{  
  transition: opacity 250ms ease-in-out;
}
h2{
  position: relative;
  color: #fff;
  font-weight: 800;
  font-size: 76px;
  margin: 4% 0;
  z-index: 1;
}
h2 .langswitch{
  font-size: 20px;
  font-weight: 100;
  white-space: nowrap;
}
h2 *[data-lang]{
  cursor: pointer;
  display: inline-block;
  margin: 0 2px;
}
h2 *[data-lang].active{
  font-size: 24px;
  font-weight: 500;
}
#footer{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  padding: 20px 4%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
#footer a[data-nav="home"]{
  display: inline-block;
  width: 150px;
  height: 19px;
  vertical-align: text-bottom;
  background-image: url("ringiersports.png");
  background-size: contain;
  background-repeat: no-repeat;
  /*border-bottom: 1px solid #fff;*/
}
#footer a[data-nav="home"]:hover{
  background-image: url("ringiersports_color.png");
  border-color: 1px solid var(--primary-hover);
}
.page{
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 7% 60px 4%;
  box-sizing: border-box;
  overflow: hidden;
}
.page .content{
  padding: 3% 8% 3% 5%;
  position: relative;
  z-index: 1;
  min-height: calc(100% - 250px);
}
@media (min-width: 1800px){
  .page .content{
    min-height: calc(100% - 350px);
  }
}
.page:before,
.page:after{
  content: ' ';
  position: absolute;
  top: 5%;
  right: 5%;
  width: 90%;
  height: 90%;
  background-image: url(red_icon_large.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  transform: translate(0, 33%) rotateZ(-16deg) scale(.6);
  opacity: 0;
  transition: all 550ms ease-in-out;
}
.page:before{
  top: 6%;
  right: 6%;
  transform: translate(0, 32%) rotateZ(-14deg) scale(.5);
  transition: all 700ms ease-in-out 300ms;
}
.page.pg-active:before,
.page.pg-active:after{
  transform: translate(0, 37%) rotateZ(-22deg) scale(1);
  opacity: 0.15;
}
.page[data-anchor="home"]:before,
.page[data-anchor="home"]:after{
  display: none;   
}
.page[data-anchor="home"]{
  padding-top: 0;
  background-image: url("bg_home.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
}
.page[data-anchor="red"]{
  background-image: url("bg_red.jpg");
}
.page[data-anchor="vision"]{
  background-image: url("bg_vision.jpg");
}
.page[data-anchor="technology"]{
  background-image: url("bg_technology.jpg");
}
.page[data-anchor="platforms"]{
  background-image: url("bg_platforms.jpg");
}
.page[data-anchor="program"]{
  background-image: url("bg_program.jpg");
}
.page[data-anchor="partners"]{
  background-image: url("bg_partners.jpg");
}
.page[data-anchor="contact"]{
  background-image: url("bg_contact.jpg");
}
.title{
  font-style: italic;
  font-weight: 500;
  font-size: 10vw;
  line-height: 13vw;
  color: #fff;
  text-align: center;
  transform: rotateZ(-4deg);
  position: relative;
  z-index: 1;
}
@media (min-width: 1800px){
  .title{
    font-size: 180px;
    line-height: 230px;
  }
}
.title small{
  font-size: 4vw;
  font-weight: 100;
}
.title img{
  width: 345px;
  height: 120px;
  vertical-align: middle;
}
.subtitle{
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 3px;
}
.teaser{
  font-style: italic;
  font-weight: 100;
  font-size: 70px;
  line-height: 90px;
  color: #fff;
  text-align: center;
  transform: rotateZ(-4deg);
  padding: 12vh 9% 0 10%;
  position: relative;
  z-index: 1;
}
.teaser b{
  font-weight: 800;
}
.grid{
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  top: 3%;
  left: 0;
}
.grid > div{
  flex: 25%;
  text-align: center;
  margin-top: 4%;
  margin-bottom: 4%;
}
.grid .icon{
  display: inline-block;
  width: 10vw;
  height: 10vw;
  background: rgba(255,255,255,0.93);
  color: var(--primary);
  border-radius: 10vw;
  font-size: 5.8vw;
  line-height: 10.9vw;
  margin-bottom: 20px;
}
.grid b{
  max-width: 200px;
  display: inline-block;
}
.grid small{
  font-weight: 100;
  line-height: 20px;
  display: inline-block;
}
.iconbox{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: bottom;
  padding: 12px 25px 11px 25px;
  background: rgba(255,255,255,0.94);
  width: 530px;
  max-width: 100%;
  height: 120px;
  margin: 10px 25px 25px 0;
  border-radius: 180px;
  box-sizing: border-box;
  box-shadow: 4px 4px 18px -7px #000;
}
.iconbox img{
  max-height: 100%;
  max-width: 100%;
}
.col2{
  display: inline-block;
  width: 40%; 
}
.col2:last-child{
  width: 58%;
}

.liga{
  width: 160px;
  margin: 10px 4px;  
}

.ico{
  display: inline-block;
  height: 4vw;
  font-size: 32px;
  margin-top: 3px
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 14px;
}

.row{
  margin: 40px 0;
}
.logo{
  height: 70px;
  margin-right: 10px;  
  margin-bottom: 7px;
}
.logo2{
  height: 90px;
  margin-right: 10px;  
  margin-bottom: 8px;
}

@media (max-width: 860px){
  body{
    font-size: 17px;
    line-height: 22px;
  }
  *.ondesktop{
    display: none;
  }
  *.onmobile{
    display: inline;
  }
  .content.onmobile{
    display: block;
  }
  .content.onmobile .txt1{
    display: block;
    font-size: 19px;
    line-height: 30px;
  }
  h2{
    font-size: 30px;
    padding: 1% 5%;
  }
  h2 .langswitch{
    font-size: 16px;
  }
  h2 *[data-lang].active{
    font-size: 20px;
  }
  .page .content{
    min-height: calc(100% - 100px);
  }
  #menubtn{
    display: block;
    position: fixed;
    padding: 18px 4%;
    top: 0;
    right: 0;
    z-index: 1;
    width: 34px;
    z-index: 1002;
  }
  #menubtn:before,
  #menubtn:after,
  #menubtn div {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    margin: 7px 0;
    transition: 0.5s;
  }
  #menubtn.active:before {
    transform: translateY(9px) rotate(135deg);
  }
  #menubtn.active:after {
    transform: translateY(-9px) rotate(-135deg);
  }
  #menubtn.active div {
    transform: scale(0);
  }
  #header{
    display: block;
    opacity: 0;
    background: rgba(0,0,0,0.86);
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%;
    padding: 61px 10% 12% ;
    z-index: 1001;
    transition: all 500ms ease-out;
  }
  #header.active{
    right: 0;
    opacity: 1;
  }
  #header a{
    display: block;
    text-align: left;
    padding-bottom: 2.4vh;
  }
  #header > a:hover,
  #header > a.active{
    border-width: 0;
  }
  #header > a:hover{
    color: var(--primary-hover);
  }
  .title small{
    font-size: 4.8vw;
  }
  .title img{
    width: 190px;
    height: 66px;
  }
  .subtitle{
    font-size: 30px;
    font-weight: 600;
  }
  .iconbox{
    height: 80px;
    margin-bottom: 10px;
  }
  .liga{
    width: 124px;
    margin: 7px 0;  
  }
  .row{
    margin: 48px 0;
  }
  .logo{
    height: 50px;
    margin-right: 10px;  
  }
  .logo2{
    height: 60px;
    margin-right: 10px;  
  }
  .ico{
    display: block;
    font-size: 20px;
    height: 27px;
  }
  #logo{
    top: 18px;
  }
  #logo img{
    width: 90px;
    height: 31px;
  }
  #footer a[data-nav="home"]{
    width: 150px;
    height: 19px;
  }
  .page{
    padding-top: 75px
  }
  .teaser {
    font-size: 34px;
    line-height: 60px;
    padding: 16vh 10% 0 5%;
  }
  .grid > div{
    flex: 50%;
  }
  .grid .icon{
    width: 20vw;
    height: 20vw;
    font-size: 12vw;
    line-height: 21.9vw;
  }
  .col2,
  .col2:last-child{
    display: block;
    width: 100%; 
  }
}
@media (min-height: 900px){
  h2{
    margin-top: 7%;
  }
  .teaser{
    line-height: 120px;
  }
  .page .content{
    padding-top: 6%;
  }
  .page .content.ondesktop{
    padding-top: 4%;
  }
  .page .content .txt1, .page .content .txt2{
    line-height: 38px;
    font-size: 24px;
  }
  .grid{
    top: 20%;
  }
}
@media (min-width: 620px) AND (max-width: 860px){
  h2{
    font-size: 42px;
  }
  .grid .icon{
    width: 14vw;
    height: 14vw;
    font-size: 8vw;
    line-height: 15.6vw;
  }
}

.questions {
  margin-top: 80px;
}
.questions li{
  margin-bottom: 16px;
}
.questions a{
  cursor: pointer;
  text-decoration: none;
}
.questions h3{
  margin-top: 60px;
  margin-bottom: 18px;
}
.answers h2{
  font-size: 51px;
  margin-top: 100px;
  margin-bottom: 67px;
}
@media (max-width: 860px){
  .answers h2{
    font-size: 27px;
    line-height: 38px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.answer{
  position: relative;
  margin-bottom: 16px;
}
.answer .anchor{
  position: absolute;
  margin-top: -110px;
  margin-bottom: 110px;
}
.answer .question{
  position: relative;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-left: 60px;
}
.answer .question .number{
  position: absolute;
  left: 0;
  width: 50px;
  text-align: right;
}
.answer .text{
  margin-left: 59px;
}