@font-face {
    font-family: "fontawesome";
    src: url('fonts/fontawesome-webfont.ttf') format("truetype");
}
body{
direction: rtl;
    font-size: 18px;
    color: #4a545a;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2{
	font-size: 50px;
}
h3{
	font-size: 35px;
}
h4{
	font-size: 28px;
}
h5{
	font-size: 20px;
}
a:hover{
	text-decoration: none;
}
.button{
    position: relative;
    height: 50px;
    border: 0 none;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0 30px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 40px 0 0 0;
    transition: background-color ease-in-out 200ms;
}
.container-fluid{
	padding: 70px;
}
.header{
	position: fixed;
    display: block;
    height: 80px;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    background: #FFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 0 70px;
}
.header > .container{
	position: relative;
}
.header .logo{
	width: 150px;	
	float: left;
	margin-top: 10px;
}
.header .logo img{
	width: 100%;
}
.header .nav{
    position: absolute;
    left: 70px;
    bottom: 6px;
}
.header .nav > ul > li{
	float: left;
	list-style: none;
}
.header .nav > ul > li > a{
	color: #4a545a;
    font-size: 1.0em;
    font-weight: 300;
    padding: 8px 10px;
    z-index: 9990;
    box-sizing: border-box;
    transition: all ease-in-out 200ms;
}
.header .nav > ul > li > a:hover{
	background: #8bb431;
    text-decoration: none;
    color: #FFF;
    transition: all ease-in-out 200ms;
}
.header .socials {
    position: absolute;
    left: 80px;
    top: 5px;
}
.header .socials a{
	width: 20px;
	display: inline-block;
}
.header .socials a > img{
	width: 100%;
}
.homeHero{
	background: url(../img/HeaderPhoto.jpg);
	background-size: cover;
	height: 600px;
	position: relative;
}
.homeHero__inner{
	position: absolute;
	bottom: 70px;
}
.homeHero__inner p{
	font-size: 32px;
	color: #fff;
}
.homeVideo{
	background: url(../img/BgrWhiteTextureBubble.png) no-repeat center center #005EB8;
    background-size: cover;
    color: #FFF;
}
.homeVideo iframe{
	display: block;
	margin: 0 auto;
}
.homeRegister{
	text-align: center;
}
.homeRegister h2{
	margin-top: 0;
}
.homeRegister h3{
	margin-bottom: 0;
}
.homeRegister{
	background: url(../img/BgrBlueTextureWorld.png) no-repeat center center #FFF;
    background-size: auto;
    color: #005EB8;
}

.homeRegister button {
    background-color: #005EB8;
    color:#FFF;
}
.homeRegister p{
	font-size: 20px;
}
.registerBox{
	position: relative;
    display: block;
    width: 220px;
    min-height: 220px;
    background: #FFF;
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 38px 20px 20px 20px;
    box-sizing: border-box;
    color: #333;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.43);
}
.registerBox .button{
	display: block;
    position: relative;
    height: 30px;
    font-size: 1.0em;
    font-weight: 400;
    color: #FFF;
    margin: 0 auto;
    background: #005EB8;
    border: none;
    transition: all ease-in-out 200ms;
}
.registerBox .button:hover{
	background: rgba(0, 96, 184, 0.7);
	transition: all ease-in-out 200ms;
}
.registerBox a:hover{
	text-decoration: none;
}
.registerBox__more{
	background: #fff;
	color: #cd694a;
}
.registerBox__more:hover {
    background: rgba(0, 96, 184, 0.7);
    transition: all ease-in-out 200ms;
}
.BoxRegisterPage label {
    text-align: left;
    margin-left: 10px;
}
.homeHowItWorks {
    background: url(../img/BgrWhiteTextureBubble.png) no-repeat center center #005EB8;
    background-size: cover;
    color: #FFF;
    text-align: center;
}
.homeHowItWorks h3{
	font-size: 40px;
}
.homeHowItWorks h2{
	font-size: 60px;
}
.homeHowItWorks .Circle {
	position: relative;
    width: 180px;
    height: 180px;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    margin: 4px;
    background: #FFF;
    color: #005EB8;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0 20px;
    text-align: center;
}
.homeHowItWorks .Bubble1 {
    position: absolute;
    top: 12px;
    left: 4px;
    width: 36px;
    height: 35px;
    background: url(../img/Bubble1.png) no-repeat center center;
    background-size: contain;
}
.homeHowItWorks .Bubble2 {
    position: absolute;
    top: 148px;
    left: 10px;
    width: 34px;
    height: 38px;
    background: url(../img/Bubble2.png) no-repeat center center;
    background-size: contain;
}
.homeHowItWorks .Bubble3 {
    position: absolute;
    top: 12px;
    right: 2px;
    width: 37px;
    height: 36px;
    background: url(../img/Bubble3.png) no-repeat center center;
    background-size: contain;
}
.homeHowItWorks .circles{
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	justify-content: center;
}
.homeHowItWorks p{
	font-size: 22px;
}
.homeHowItWorks ul > li{
	font-size: 22px;
	list-style-position: inside;
}
.homeHowItWorks .button{
	background: #fff;
	color: #005EB8;
}
.homeHowItWorks .button:hover {
    background: rgba(0, 96, 184, 0.7);
    transition: all ease-in-out 200ms;
}

@keyframes BoxBubblePhoto {
  0% {background-image:url(../img/BubbleFoto1.jpg)}
  22% {background-image:url(../img/BubbleFoto1.jpg)}
  26% {background-image:url(../img/BubbleFoto2.jpg)}
  46% {background-image:url(../img/BubbleFoto2.jpg)}
  50% {background-image:url(../img/BubbleFoto3.jpg)}
  70% {background-image:url(../img/BubbleFoto3.jpg)}
  74% {background-image:url(../img/BubbleFoto4.jpg)}
  96% {background-image:url(../img/BubbleFoto4.jpg)}
  100% {background-image:url(../img/BubbleFoto1.jpg)}
}


.BoxBubblePhoto {
	position: relative;
	height: auto;
	width: 100%;
	background: no-repeat center center;
	padding: 100px 0px;
	box-sizing: border-box;
	background: center center no-repeat;
	background-size: cover;
	animation-name: BoxBubblePhoto; 
	-webkit-animation-name: BoxBubblePhoto;
	animation-duration: 20s; 
	-webkit-animation-duration: 20s;
	animation-iteration-count: infinite; 
	-webkit-animation-iteration-count: infinite;
	background-image:url(../img/BubbleFoto1.jpg);
	display: flex;
    -webkit-justify-content: center;
   	display: -webkit-flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
}

.BoxBubblePhoto .Circle {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    color: #4a545a;
    z-index: 0;
    background: #005EB8;
    margin: 5px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
     display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-align-items: center;
    padding: 0 20px;
    text-align: center;
}
.BoxBubblePhoto .Circle p{
	margin-bottom: 0;
	font-size: 22px;
	line-height: 1.2;
}
.homeContacts{
	text-align: center;
	background-color: #FFF;
    color: #005EB8;
}
.homeContacts hr {
    background: #005EB8;
    height: 1px;
    border: 0;
    width: 80%;
}
.BoxLoga{
	text-align: center;
}
.BoxLoga img {
    max-width: 140px;
    max-height: 70px;
    line-height: 100px;
    vertical-align: middle;
    margin: 10px;
}
.footer {
    display: block;
    height: 50px;
    width: 100%;
    background: url(../img/BgrFooter.png) repeat-x center bottom #FFF;
}
.aboutHero{
	background: url(../img/BgrWhiteTexture.png) no-repeat center 180px #FFF;
    background-size: cover;
}
.aboutHero h1{
	font-size: 50px;
	color: #005EB8;
	text-align: center;
	margin-top: 40px;
}
.aboutHero__icons{
    margin: 20px auto 50px auto;
    display: block;
}
.aboutHero p{
	font-size: 18px;
	margin-bottom: 20px;
}
.aboutHero h2{
	font-size: 28px;
	color: #005EB8;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.aboutHero .Circle {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 65px;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    margin: 4px;
    text-align: center;
    color: #FFF;
    background-color: #005EB8;
}
.aboutHero .CircleCenter {
    display: table-cell;
    height: 130px;
    width: 130px;
    line-height: 130px;
    vertical-align: middle;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.aboutHero .CircleCenter h3 {
    line-height: 1.2em;
	font-size: 20px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0;
}
.aboutHero .circles{
	text-align: center;
}
.BgrMan1 {
    background: #d3d626;
}
.BgrMan2 {
    background: #6d63a5;
}
.BgrMan3 {
    background: #4e8dcb;
}
.BgrMan4 {
    background: #d16da3;
}
.BgrMan5 {
    background: #bcad2c;
}
.BgrMan6 {
    background: #a62535;
}
.BgrMan7 {
    background: #294995;
}
.BgrMan8 {
    background: #96b246;
}
.BgrMan9 {
    background: #edc115;
}
.aboutDocs {
    background: url(../img/BgrSpSkillsTexture.png) no-repeat center center #ebc300;
    background-size: cover;
    color: #FFF;
    text-align: center;
}
.aboutDocs h3,
.aboutDocs h2{
	text-align: center;
	margin: 0;
}


.aboutDocs .BoxReports img {
    display: inline-block;
    height: 250px;
    margin: 0px 10px 0 10px;
}


.aboutDocs .Arrow {
    display: inline-block;
    width: 40px;
    height: 250px;
    background: url(../img/ArrowReport.png) no-repeat center center;
}

.BoxReports{
	margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.BoxSPGreen {
    background: url(../img/BgrGreenTexture.png) no-repeat center center #8bb431;
    background-size: cover;
    color: #FFF;
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
}
.ContainerReference {
    position: relative;
    display: inline-block;
    width: 400px;
    height: 300px;
    text-align: left;
    margin: 0 20px;
    vertical-align: top;
}
.ContainerReferenceFull {
    position: relative;
    display: block;
    width: 840px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    vertical-align: top;
}
.BoxReference .BoxName {
    position: relative;
    width: 400px;
    height: 80px;
    box-sizing: border-box;
    color: #4a545a;
    font-weight: 400;
    font-size: 1.1em;
    text-align: left;
    color: #FFF;
}

.BoxReference .BoxName {
    position: relative;
    width: 400px;
    height: 80px;
    box-sizing: border-box;
    color: #4a545a;
    font-weight: 400;
    font-size: 1.1em;
    text-align: left;
    color: #FFF;
}
element.style {
    background-image: url(http://www.sportanalytik.co.nz/upload/references3/7_Synek.jpg);
}
.BoxReference .CirclePeople {
    position: relative;
    float: left;
    width: 140px;
    height: 140px;
    border: 5px solid #FFF;
    box-sizing: border-box;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    margin: 0px 0 20px 0;
    color: #FFF;
    background: center center no-repeat;
    background-size: cover;
}
.BoxReference .BoxTxt {
    position: relative;
    padding: 20px;
    width: 240px;
    height: auto;
    min-height: 140px;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #FFF;
    color: #4a545a;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    margin-left: 160px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.BoxReference .BoxTxt .Bubble {
    position: absolute;
    display: block;
    width: 37px;
    height: 30px;
    left: -16px;
    top: 50px;
    background: url(../img/Bubble5.png) no-repeat center center;
}
.reference2,
section.reference1{
    direction: ltr;
}
.reference2 .slick-dots,
.reference1 .slick-dots{
	bottom: -30px;
}
.slick-dots li button:before{
	font-size: 8px;
}
.registerHero {
    background: url(../img/BgrWhiteTexture.png) no-repeat center 180px #FFF;
    background-size: cover;
}
.registerHero h2,
.registerHero h3{
	color: #8bb431;	
	text-align: center;
	margin: 0;
}
.registerHero h3{
	font-size: 36px;
	margin-top: 60px;
}
.registerHero h2{
	font-size: 50px;
}
.registerHero .IcoSP {
    margin: 20px auto 50px auto;
    display: block;
}
.registerHero p{
	font-size: 17px;
}
.registerHero h4{
	font-size: 25px;
	color: #8bb431;	
	margin: 0;
}
.homeVideo_reg {
    background: url(../img/BgrBlueTexture.png) no-repeat center center #2091d2;
    background-size: auto;
    color: #FFF;
}
.BoxSPTest {
    background: url(../img/BgrSpSkillsTexture.png) no-repeat center center #005EB8;
    background-size: cover;
    color: #FFF;
}
.WinAkce{
	text-align: center;
}
.WinAkce ul{
	list-style: none;
}
.BoxSPWhite {
    color: #005EB8;
    background: url(../img/BgrWhiteTexture.png) no-repeat center 180px #FFF;
    background-size: cover;
    text-align: center;
}


.BoxSPWhite .Circle {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 65px;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    margin: 4px;
    text-align: center;
    color: #FFF;
}
.BoxSPWhite .CircleCenter {
    display: table-cell;
    height: 130px;
    width: 130px;
    line-height: 130px;
    vertical-align: middle;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

.BoxSPWhite .CircleCenter h3 {
    line-height: 1.2em;
    font-size: 1.0em;
    font-weight: 300;
    margin-top: 0px;
}
.partnerHero{
	padding-top: 100px;
}

.BoxSPWhite .IcoSP {
    margin: 20px auto 50px auto;
    display: block;
}
.BoxStudy {
    height: 550px;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../img/StudyPhoto.jpg);
    text-align: center;
}
.BoxStudy .BoxCircleMain {
    position: relative;
    display: block;
    top: 50%;
    margin: -125px auto 0 auto;
    width: 250px;
    height: 250px;
}
.BoxStudy .CircleMain {
    position: relative;
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 125px;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    background: rgba(255, 255, 255, 0.80);
    color: #4a545a;
    z-index: 10;
}
.BoxStudy .CircleMain .CircleCenter {
    display: table-cell;
    width: 250px;
    height: 250px;
    line-height: 250px;
    vertical-align: middle;
    padding: 20px;
    box-sizing: border-box;
}
.BoxStudy .CircleSecondary .CircleCenter {
    display: table-cell;
    width: 190px;
    height: 190px;
    vertical-align: middle;
    padding: 30px;
    box-sizing: border-box;
}
.BoxStudy .CircleMain p {
    line-height: 1.3em;
    font-size: 1.2em;
    font-weight: 300;
}
.BoxStudy .CircleMain .Bigger {
    line-height: 1.1em;
    font-size: 1.7em;
    font-weight: 600;
}
.BoxStudy .CircleSecondary {
    position: absolute;
    display: block;
    width: 190px;
    height: 190px;
    border-radius: 95px;
    -webkit-border-radius: 95px;
    -moz-border-radius: 95px;
    color: #FFF;
    z-index: 0;
}
.BoxStudy .CircleBlue {
    background: #2091d2; 
    top: -80px;
    left: -140px;
    animation-name: AnimCircleBlue;
    -webkit-animation-name: AnimCircleBlue;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.BoxStudy .CircleSecondary .Bigger {
    line-height: 1.1em;
    font-size: 1.9em;
    font-weight: 600;
    margin-bottom: 5px;
}
@keyframes AnimCircleBlue {
  0% {background: rgba(32, 144, 209, 0.6)}
  12.5% {background: rgba(32, 144, 209, 1.0)}
  22.5%   {background: rgba(32, 144, 209, 0.6)}
  100% {background: rgba(32, 144, 209, 0.6)}
}

@keyframes AnimCircleRed {
  0%   {background: rgba(204, 104, 74, 0.6)}
  22.5%   {background: rgba(204, 104, 74, 0.6)}
  37.5% {background: rgba(204, 104, 74, 1.0)}
  50.0%   {background: rgba(204, 104, 74, 0.6)}
  100%   {background: rgba(204, 104, 74, 0.6)}
}

@keyframes AnimCirclePurple {
  0%   {background: rgba(108, 98, 158, 0.6)}
  50.0%   {background: rgba(108, 98, 158, 0.6)}
  62.5% {background: rgba(108, 98, 158, 1.0)}
  75.0%   {background: rgba(108, 98, 158, 0.6)}
  100%   {background: rgba(108, 98, 158, 0.6)}
}

@keyframes AnimCircleYellow {
  0%   {background: rgba(235, 196, 0, 0.6)}
  75.0%   {background: rgba(235, 196, 0, 0.6)}
  87.5% {background: rgba(235, 196, 0, 1.0)}
  100%   {background: rgba(235, 196, 0, 0.6)}
}
.BoxStudy .CircleRed {
    background: #cd694a;
    top: 140px;
    left: -140px;
    animation-name: AnimCircleRed;
    -webkit-animation-name: AnimCircleRed;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.BoxStudy .CirclePurple {
    background: #6d639f;
    top: -80px;
    right: -140px;
    animation-name: AnimCirclePurple;
    -webkit-animation-name: AnimCirclePurple;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.BoxStudy .CircleYellow {
   background: #ebc300; 
    top: 140px;
    right: -140px;
    animation-name: AnimCircleYellow;
    -webkit-animation-name: AnimCircleYellow;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.BoxSPOffer {
    background: url(../img/BgrSpOfferTexture.png) no-repeat center center #2091d2;
    background-size: contain;
    color: #FFF;
    text-align: center;
}

.BoxSPOffer h2 {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 30px;
}
.BoxSPOffer p {
    font-size: 20px;
    font-weight: 300;
    margin: 5px 0;
}
.BoxSPOffer h3 {
    font-size: 27px;
    font-weight: 300;
}

.BoxSPOffer button {
    background: #FFF;
    color: #2091d2;
    position: relative;
    height: 50px;
    border: 0 none;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0 15px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 40px 0 0 0;
}
.BoxBubblePhoto .Circle .CircleCenter{
    display: -webkit-flex;
    -webkit-align-items: center; 
    padding: 0;
    -webkit-justify-content: center;
    display: flex;
    align-items: center; 
    justify-content: center;
}
.NavigMobileNoDisplay{
    float: right;
}
.Navig img.Logo{
    left: 70px;
}
.Navig .BoxIco{
    left: 10px;
    right: auto;
}
.Navig .MobileIco{
    left: 50px;
    right: auto;
}
.BoxSPOffer h3{
    margin-bottom: 0;
}
.reg-cards{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.BoxRegisterPage button {
    background: #FFF;
    color: #005EB8;
    width: 120px;
    height: 40px;
    display: inline-block;
    text-align: center;
}
.reg-result{
    padding-top: 180px;
}
@media (max-width: 768px){
    .BoxRegisterPage label{
        text-align: right;
    }
    .BoxSelect,
    input[type="text"],
    .InputSelect {
        width: 100%;
    }
    .InputSelect select {
        width: 100%;
    }
    .BoxReports a:first-child{
        margin-bottom: 40px;
    }
    .aboutDocs .Arrow{
        display: none;
    }
    .container-fluid {
        padding: 70px 20px;
    }
    .Navig img.Logo {
        right: 0;
        top: -53px;
    }
    .Navig .BoxIco{
        left: 10px;
        right: auto !important;
    }
    .homeHero{
        background-position: 40% 50%;
        height: auto;
            padding-top: 190px;
    }
    .homeHero__inner{
        position: relative;
    }
    .homeVideo{
        padding: 10px;
    }
    .homeVideo iframe{
        width: 100%;
        height: auto;
    }
    .registerBox{
        height: auto;
        padding: 20px;
        min-width: 220px;
    }
    .homeHowItWorks .circles{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .BoxSPGreen,
    .BoxReports{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .BoxSPWhite .IcoSP,
    .registerHero .IcoSP,
    .aboutHero__icons{
        width: 100%;
    }
}

































































































































































































































































































































































































