body, html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	background: url(img/bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}

html * {
	padding: 0;
	margin: auto;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-size: 15pt;
	font-family: 'PT Sans Narrow', sans-serif;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	color: #ffffff;
}

p img {
	vertical-align: bottom;
}

.clearfix {
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.desktop_hide
{
	display: none!important;
}

#dpi{
	height: 1in;
	width: 1in;
	position: absolute;
	left: -100%;
	top: -100%;

}

.top_stripe {
	width: 100%;
	height: 60px;
	background-color: rgba(255,255,255,0.3);
}

.top_stripe_2 {
	width: 100%;
	height: 50px;
	background-color: rgba(199,199,204,0.3);
}

.full_width {
	width: 100%;
	max-width: 1920px;
	padding: 0 20px;
}

.half_width {
	width: 50%;
	float: left;
	padding: 0 10px;
	text-align: center;
}

.logo_02 {
	margin: 40px auto;
}

.top_logo {
	display: block;
	width: 143px;
	height: 60px;
	margin: 0 auto 0 0;
}

.top_icons {
	width: 100%;
}

.top_icons ul {
	width: 100%;
	text-align: right;
	list-style: inside none;
}

.top_icons ul li {
	display: inline-block;
	padding: 15px 0;
}

.top_icons ul li a {
	display: block;
	width: 30px;
	height: 30px;
	margin-left: 50px;
}

.top_icons ul li a img {
	width: 30px;
	height: 30px;
}

.top_icons ul li a.marked::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #FF0000;
}

.profile_icon {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	z-index: 100;
}

.profile_icon img {
	width: 100%;
	height: 100%;
}

.page_title {
	display: block;
	width: 100%;
	padding: 0 40px 0 40px;
	font-size: 30px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-weight: 400;
	color: #FFFFFF;
}

.view_choice {
	padding: 40px 0 70px;
}

.page_title_2 {
	display: block;
	width: 100%;
	padding: 40px;
	font-size: 35px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-weight: 400;
	color: #FFFFFF;
}

.page_title_3 {
	display: block;
	width: 100%;
	padding: 40px;
	font-size: 25px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-weight: 400;
	color: #FFFFFF;
}

.logo_00 {
	position: absolute;
	top: 40px;
	left: 0;
}

.campagne {
	position: absolute;
	top: 10px;
	right: 0;
}

.campagne .kick_camp {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.campagne .kick_camp::after {
	position: absolute;
	top: 30px;
	right: 90%;
	content: url(img/view_mobile_arrow.png);
	transform: rotate(40deg) scale(-0.7, 0.5);
}

.videos_box {
	width: 100%;
	max-width: 640px;


}

.videobox {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.videos_box .videobox.first
{
	display: none;
}

.videobox:nth-of-type(5) {
	margin-right: 0;
}

.video_heading {
	text-transform: uppercase;
	margin: 20px 0 10px;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.autoSlider .nav
{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	margin: 10pt;
}

.desktop {
	text-align: right;
	height: 420px;
}

.desktop a {
	display: block;
	position: absolute;
	right: -60px;
	z-index: 100;
}

.desktop a::after {
	content: 'DESKTOP';
	display: block;
	padding-top: 20px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

.mobile {
	text-align: left;
	height: 420px;
}

.mobile p {
	width: 90%;
	margin: 0 auto 0 0;
	text-align: center;
	padding: 50px 100px;
}

.mobile p::after {
	content: url(img/view_mobile_arrow.png);
	position: absolute;
	bottom: -100px;
	left: 230px;;
}

.mobile a {
	display: block;
	position: absolute;
	left: 80px;
	bottom: 10px;
}

.mobile a::after {
	content: 'MOBILE';
	position: absolute;
	top: 100%;
	display: block;
	padding-top: 26px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

.filter_icon {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	z-index: 100;
}

.search {
	display: block;
	width: 100%;
	padding: 7px 50px 7px 0;
}

.search_field {
	width: 100%;
	height: 36px;
	padding: 0 40px 0 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 15pt;
	line-height: 34px;
	outline: none;
}

.search_button {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 55px;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}

.menu_button {
	width: 33px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
	background-size: 33px 40px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 999;
}

.menu_button.on {
	background-image: url(img/menu_02.png);
}

.menu_button.off {
	background-image: url(img/menu.png);
}

.menu {
	display: none;
	position: absolute;
	top: 62px;
	right: 60px;
	width: 280px;
	padding: 0;
	height: auto;
	background-color: rgba(255,255,255,0.5);
	z-index: 999;
}

.menu ul {
	padding: 0;
	list-style: inside none;
}

.menu ul li {
	display: block;
	width: 100%;
}

.menu ul li a {
	display: block;
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 25px;
	text-align: left;
}

.menu ul li a:hover {
	background-color: rgba(255,255,255,0.3);
}

.social {
	position: fixed;
	top: 20%;
	right: 20px;
	width: 40px;
	z-index: 998;
}

.social ul {
	display: block;
	list-style: inside none;
}

.social ul li {
	width: 40px;
	height: 40px;
	display: block;
	margin: 20px 0;
}

.social ul li a {
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(img/icon_social.png);
	background-repeat: no-repeat;
}

.page {
	width: 100%;
	max-width: 1300px;
	padding: 0;
}

.content {
	padding: 10px 0 20px;
}

.next_slide {
	display: block;
	width: 35px;
	position: absolute;
	left: 50%;
	/*top: 90vh;*/
    bottom: 30pt;
	transform: translateX(-50%);
}

.next_slide.last img {
	transform: rotate(180deg);
}

.view_mobile {
	padding: 20px 0;
	display: flex;
}

.prev_screen,
.current_screen,
.next_screen {
	/*max-width: 33.33%;
	flex: 33.33%;*/

	max-width: 50%;
	flex: 50%;
	align-content: flex-start;
	margin: 0 auto;
}

.current_screen {
	min-height: 620px;
	background: url(img/phone_screen.png);
	background-size: auto auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.next_screen p {
	top: 40px;
}

.prev_screen img{
	position: absolute;
	width: 50%;
	height: auto;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.3;
}


.next_screen img {
	position: absolute;
	width: 50%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
}

.current_screen img {
	top: 70px;
}

.custom-navigation {
	width: 100%;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 100;
}

.arrow_button {
	display: block;
	width: 35px;
	height: 18px;
	position: absolute;
	top: 0;
	background-image: url(img/arrow.png);
}

.arrow_button:hover {
	background-image: url(img/arrow_white.png);
}

.prev_screen_btn {
	left: 0;
	transform: rotate(90deg);
}

.next_screen_btn {
	right: 0;
	transform: rotate(-90deg);
}

.yceberg_box {
	position: absolute;
	display: block;
	width: 250px;
	color: #FFFFFF;
	line-height: 25px;
	/*text-transform: uppercase;*/
	border: 1px solid #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 0;
}

.yceberg_box:nth-of-type(1)  { top:  265px;	left:  265px; }
.yceberg_box:nth-of-type(2)  { top: 435px;	left:  160px; }
.yceberg_box:nth-of-type(3)  { top: 565px;	left:  190px; }
.yceberg_box:nth-of-type(4)  { top: 700px;	left:  210px; }
.yceberg_box:nth-of-type(5)  { top:  15px;	left:  715px; }
.yceberg_box:nth-of-type(6)  { top: 110px;	left: 705px; }
.yceberg_box:nth-of-type(7)  { top: 205px;	left: 850px; }
.yceberg_box:nth-of-type(8)  { top: 320px;	left:  935px; }
.yceberg_box:nth-of-type(9)  { top: 435px;	left:  880px; }
.yceberg_box:nth-of-type(10) { top: 600px;	left:  830px; }
.yceberg_box:nth-of-type(11) { top: 775px;	left:  760px; }

.team_screen, .subscribe_screen {
	padding-top: 60px;
	width: 80%;
}

.subscribe_screen p a
{
	text-decoration: underline;
	color: #FFFFFF;
	cursor: pointer;
}

.title_center {
	font-size: 35px;
	line-height: 60px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
}

.team_member {
	margin-top: 20px;
	text-align: left;
	padding-left: 130px;
	min-height: 110px;
}

.team_photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.team_name, .team_position {
	/*font-size: 30px;
	line-height: 40px;*/
	font-weight: 400;
	padding-top: 6px;
}

.site_preview {
	margin-top: 40px;
	max-width: 100%;
	height: auto;
}

.scoreboard_box {
	padding-top: 15px;
}

.scoreboard {
	text-align: left;
	border-right: 1px solid #FFFFFF;
}

.info_box {
	width: 100%;
	min-height: 60px;
	padding: 7px 10px 7px 63px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	margin-bottom: 15px;
}

.info_box:before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 46px;
	height: 46px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.5);
}

.info_box p {
	line-height: 22px;
}

.warning:after {
	position: absolute;
	top: 10px;
	left: 26px;
	content: url(img/info_icon_01.png)
}

.motivation:after {
	position: absolute;
	top: 14px;
	left: 19px;
	content: url(img/info_icon_02.png)
}

.score {
	height: 110px;
	overflow: hidden;
	margin-top: 10px;
}

.score_title {
	top: 10px;
	padding-left: 110px;
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
}

.score img {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100%;
	height: auto;
}

.profile_member {
	text-align: left;
	padding-left: 150px;
	min-height: 130px;
}

.profile_photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 130px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.profile_name {
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 30px;
}

.profile_text {
	margin-bottom: 20px;
	line-height: 25px;
	text-align: left;
}

.profile_text a {
	text-decoration: underline;
	color: #FFFFFF;
}

.profile_text a:hover {
	text-decoration: none;
}

.profile_section {
	text-align: left;
	width: 100%;
	padding-top: 10px;
}

.round_button {
	width: 150px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 45px;
	color: #FFFFFF;
	margin: 0 10px 10px 0;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
}

.round_button:nth-of-type(4n) {
	margin: 0 0 10px 0;
}

.round_button.disabled:after {
	content: url(img/icon_lock.png);
	position: absolute;
	top: 5px;
	right: 8px;
}

.round_button:hover {
	background-color: rgba(255,255,255,0.25);
}

.squares {
	width: 430px;
	float: right;
}

.square {
	width: 100px;
	height: 100px;
	margin: 0 10px 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
	overflow: hidden;
}

.square img {
	width: 100%;
	height: 100%;
}

.square:nth-of-type(4n) {
	margin: 0 0 10px 0;
}

.program_box {
	width: 100%;
	padding: 20px 0;
}

hr {
	content: '';
	display: block;
	width: calc(100% - 20px);
	height: 1px;
	background-color: #FFFFFF;
	border: 0;
}

.scoreboard_info hr,
.half_width hr {
	width: 100%;
}

.half_width hr {
	width: 100%;
	margin: 15px 0;
}

.awards .title_awards {
	padding: 10px 10px 0;
	font-size: 30px;
	line-height: 40px;
	text-align: left;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.awards .paragraph {
	padding: 10px;
	text-align: left;
	color: #FFFFFF;
}

.user_box {
	width: 100%;
	text-align: left;
	padding: 0 0 0 80px;
}

.user_box .profile_icon {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}

.user_box .username {
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
}

.award hr {
	margin: 0;
}

.challenge {
	padding-bottom: 10px;
}

.award {
	padding: 20px 10px 0;
}

.challenge:nth-of-type(odd), .award:nth-of-type(odd) {
	border-right: 1px solid #FFFFFF;
}

.challenge .more_users {
	color: #FFFFFF;
}

.program_title {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-align: left;
}

.program_title * {
	display: block;
	width: 100%;
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
  text-overflow: ellipsis;
}

.challenge .program_title {
	width: calc(100% - 50px);
	margin: 0;
}

.challenge .program_title * {
	white-space: normal;
	text-overflow: initial;
	line-height: 32px;
}

.award .program_title * {
	line-height: 40px;
}

.award .text .number {
	margin-right: 30px;
}

.user_program {
	padding: 0 0 0 70px;
	text-align: left;
}

.user_program .photo_user {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.user_program .photo_user img {
	width: 100%;
	height: 100%;
}

.user_program .time {
	line-height: 20px;
}

.user_program + .program_pic {
	top: 75px !important;
}

.program_pic {
	width: 130px;
	height: 130px;
	display: block;
	position: absolute;
	top: 50px;
	left: 10px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 100;
}

.challenge .program_pic {
	top: 0;
}

.award .program_pic {
	top: 20px;
}

.program_pic:before,
.program_photo:before {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.program_pic.cat_01:before { background-color: rgb(0,122,255); }
.program_pic.cat_02:before { background-color: rgb(245,145,10); }
.program_pic.cat_03:before { background-color: rgb(0,255,0); }
.program_pic.cat_04:before { background-color: rgb(255,225,0); }
.program_pic.cat_05:before { background-color: rgb(245,71,255); }

.program_left_content {
	padding-left: 150px;
}

.program_left_content_2 {
	padding-right: 150px;
}

.program_left_content .users {
	text-align: left;
}

.program_left_content .photo_user {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 5px 6px 0 0;
}

.program_left_content .photo_user img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.program_perex {
	line-height: 17.5pt;
	height: 35pt;
	text-align: left;
	overflow: hidden;
  text-overflow: ellipsis;
	padding-right: 80px;
}

.user_program + .program_pic + .program_left_content .program_perex {
	padding-right: 0 !important;
}

.program_badge {
	width: 60px;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.program_badge.r {
	top: 20px;
}

.program_stats {
	text-align: right;
}

.program_left_content_2 .program_perex {
	height: auto;
	padding-right: 0;
}

.program_left_content_2 .program_stats {
	position: absolute;
	top: 0;
	right: 0;
}

.challenge .program_stats {
	position: absolute;
	top: 50px;
	right: 0;
}

.award .program_stats {
	padding-bottom: 25px;
}

.awards .points_total {
	padding: 5px;
	text-align: center;
}

.stats_box {
	display: block;
	float: right;
	text-align: center;
	margin-left: 20px;
}

.awards .points_total .stats_box {
	display: inline-block;
	width: 110px;
	text-align: center;
	float: none;
}

.awards .points_total .stats_box .stats_name {
	font-size: 12px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.stats_wrap {
	width: 60px;
	height: 60px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #FFFFFF;
	cursor: help;
}

.award .stats_wrap {
	width: 60px;
	height: 60px;
	padding: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #FFFFFF;
	cursor: help;
}

.awards .points_total .stats_box .stats_wrap {
	padding: 0;
}

.award .nr, .awards .nr {
	line-height: 16px !important;
}

.stats_wrap.red {
	border-color: #FF0000;
}

.stats_wrap.orange {
	border-color: #FFCC00;
}

.stats_wrap img {
	max-width: 40px;
	max-height: 40px;
}

.stats_wrap.center img {
	margin-top: 5px;
	width: 25px;
	height: 25px;
}

.stats_wrap.marked::after {
	content: '';
	display: block;
	position: absolute;
	right: -3px;
	top: -2px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #FF0000;
}

.full {
	padding: 0 10px;
}

.ad {
	display: block;
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.ad img {
	display: block;
	width: 100%;
	height: auto;
}

.nr {
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	width: 100%;
	height: auto;
	text-align: center;
}

.hint {
	width: 180%;
	position: absolute;
	top: 65px;
	left: 50%;
	padding: 5px;
	font-size: 15px;
	color: #FFFFFF;
	background-color: rgba(0,174,239,0.9);
	transform: translateX(-50%);
	visibility: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 100;
}

.stats_wrap:hover .hint {
	visibility: visible;
}

.program_comment {
	margin-top: 20px;
	width: 100%;
	padding: 5px 5px 5px 65px;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
}

.program_comment .photo {
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	-webkit-border-radius: 7.5px;
	-moz-border-radius: 7.5px;
	border-radius: 7.5px;
}

.program_comment .text_info {
	line-height: 22px;
}

.program_comment .text_info .time {
	padding: 0 10px;
}

.program_comment .text {
	line-height: 22px;
}

.program_comment .text img {
	display: inline-block;
	margin: 0 3px;
}

.options_button {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	right: 10px;
}

.program_dates {
	width: 100%;
	margin-top: 70px;
}

.program_badge.r + .options_button {
	top: -15px !important;
}

.program_badge.r + .options_button + .program_dates {
	margin-top: 90px !important;
}

.program_dates .date_first {
	text-align: left;
	margin: 0;
}

.program_dates .date_last {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.programs_box .options_button {
	top: -15px !important;
}

.programs_box .program_dates {
	margin-top: 30px;
}

.programs {
	display: flexbox;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px 0;
}

.program_photo {
	margin: 0;
	width: 130px;
	height: 130px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 2;
}

.program_photo.other p {
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
}

.program_photo.other:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 3;
}

.program_photo.cat_01:before { background-color: rgb(0,122,255); }
.program_photo.cat_02:before { background-color: rgb(245,145,10); }
.program_photo.cat_03:before { background-color: rgb(0,255,0); }
.program_photo.cat_04:before { background-color: rgb(255,225,0); }
.program_photo.cat_05:before { background-color: rgb(245,71,255); }

.program_photos_box {
	width: 100%;
	height: 60px;
	margin-top: 20px;
	overflow: visible;
}

.photos_box_carousel {
	width: 80%;
	height: auto;
}

.slide {
	height: 60px;
	width: 45px;
	float: left;
}

.photo_link {
	width: 100%;
	height: 100%;
}

.slide:first-of-type .photo_link {
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.add_photo {
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

.slide:hover .photo_link {
	-ms-transform: scale(3); /* IE 9 */
  -webkit-transform: scale(3); /* Safari 3-8 */
  transform: scale(3); 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index: 999;
}

.slide:hover .photo_link p {
	position: absolute;
	top: 0;
	right: 2px;
	color: #FFFFFF;
	font-size: 6.6666px;
}

.slide:hover:before {
	content: '';
	display: block;
	position: absolute;
	top: -60px;
	right: -47px;
	width: 2px;
	height: 180px;
	background-color: #FF0000;
	z-index: 999;
}

.slide:nth-last-of-type(2):hover:before {
	display: none;
}

.slide:hover:after {
	content: '';
	display: block;
	position: absolute;
	top: -60px;
	right: -87px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left: 20px solid #FF0000;
	z-index: 999;
}

.slide:nth-last-of-type(2):hover:after {
	display: none;
}

.photo_link, .add_photo {
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #FFFFFF;
	overflow: hidden;
}

.add_photo span {
	font-size: 20px;
	line-height: 30px;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFFF;
}

.add_photo:hover span {
	font-size: 30px;
}

.photo_link img {
	width: auto;
	min-width: 100%;
	height: 100%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.program_description {
	text-align: left;
	line-height: 22px;
	padding: 15px 0 0 50%;
}

.transparent_box {
	background-color: rgba(255,255,255,0.3);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 10px;
}

.half_width .transparent_box {
	top: 107px;
	margin: 0 0 200px;
	padding: 0 10px;
}

.QR_box .left p {
	line-height: 24px;
	margin-bottom: 24px;
}

.QR_box .left a {
	color: #FFFFFF;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

.tab_bar {
	width: 100%;
	text-align: left;
	top: 10px;
}

.tab_bar .tab {
	width: 60px;
	height: 80px;
	background-color: transparent;
	background-size: 40px 40px;
	background-position: center 13px;
	background-repeat: no-repeat;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	outline: none;
	cursor: pointer;
}

.tab_bar .tab.marked::after {
	content: '';
	display: block;
	position: absolute;
	right: 12px;
	top: 15px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #FF0000;
}

.tab_bar .tab:hover {
	background-color: rgba(255,255,255,0.25);
}

.tab_bar .tab.active {
	background-color: #FFFFFF;
}

.tab_bar .tab-07 {
	width: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-size: 30px 30px;
	background-position: right 18px;
}

.tab_bar .tab-00 { background-image: url(img/icon_14.png); }
.tab_bar .tab-00.active { background-image: url(img/icon_14b.png); }
.tab_bar .tab-01 { background-image: url(img/icon_15.png); }
.tab_bar .tab-01.active { background-image: url(img/icon_15b.png); }
.tab_bar .tab-02 { background-image: url(img/icon_16.png); }
.tab_bar .tab-02.active { background-image: url(img/icon_16b.png); }
.tab_bar .tab-03 { background-image: url(img/icon_17.png); }
.tab_bar .tab-03.active { background-image: url(img/icon_17b.png); }
.tab_bar .tab-04 { background-image: url(img/icon_18.png); }
.tab_bar .tab-04.active { background-image: url(img/icon_18b.png); }
.tab_bar .tab-05 { background-image: url(img/icon_19.png); }
.tab_bar .tab-05.active { background-image: url(img/icon_19b.png); }
.tab_bar .tab-06 { background-image: url(img/icon_20.png); }
.tab_bar .tab-06.active { background-image: url(img/icon_20b.png); }
.tab_bar .tab-07 { background-image: url(img/icon_24.png); }

.tab_content, .tab_content_0 {
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	bottom: 10px;
	padding: 10px;
	height: 355px;
	display: none;
}

#tab_00, #tab_01 {
	padding-bottom: 45px;
}

#tab_00, #tab_01 {
	display: block;
}

.scrollbox {
	width: 100%;
	height: 100%;
	text-align: left;
}

.message_box {
	width: 100%;
	min-height: 38px;
	margin-bottom: 10px;
}

.message_box .message_button {
	width: 38px;
	height: 38px;
	position: absolute;
	left: 0;
	top: 0;
}

.message_box .to_be_done {
	margin: 0 0 10px 50px;
	color: #000000;
}

.message_box .to_be_done .number {
	color: #FF0000;
	margin: 0 5px 0 10px;
}

.message_box.done .to_be_done:before {
	content: url(img/check_on.png)
}

.message_box.pending .to_be_done:before {
	content: url(img/check.png)
}

.message_box.done .message_button {
	background-image: url(img/icon_21b.png);
}

.message_box.pending .message_button {
	background-image: url(img/icon_21.png);
}

.message_box .response {
	padding: 10px;
	background-color: rgb(220,220,220);
	color: #000000;
	margin-bottom: 10px;
}

.new_message {
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px 15px 0 15px;
	border: 1px solid rgb(160,160,160);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.new_message_field {
	width: 100%;
	line-height: 20px;
	padding-right: 25px;
	color: rgb(160,160,160);
	outline: none;
}

.new_message_emotes {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.more {
	color: rgb(160,160,160);
}

.list_box_people {
	width: 100%;
	min-height: 60px;
	margin-bottom: 30px;
}

.list_box_people:last-of-type {
	min-height: 60px;
	margin-bottom: 10px;
}

.people {
	padding: 5px 0;
}

.add {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: rgba(255,255,255,0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 20px auto;
}

.add:hover {
	background-color: rgba(255,255,255,0.5);
}

.list_box_people_2 {
	width: 100%;
	min-height: 60px;
	margin-top: 15px;
	padding: 0 130px 0 80px;
}

.list_box_people .photo_user,
.list_box_people_2 .photo_user {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
}

.list_box_people .photo_user img,
.list_box_people_2 .photo_user img {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.list_box_people div {
	padding-left: 70px;
}

.list_box_people div .name,
.list_box_people_2 .name {
	color: rgb(160,160,160);
	text-transform: uppercase;
	margin-right: 5px;
}

.list_box_people div .date,
.list_box_people div .place {
	color: #000000;
}

.list_box_people div .text {
	color: #000000;
}

.list_box_people_2 .text {
	text-align: left;
	line-height: 25px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.list_box_people div .text.indented {
	padding: 5px 70px 0 0;
}

.list_box_people .icon_box,
.list_box_people_2 .icon_box {
	width: 60px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}

.list_box_people_2 .icon_box {
	right: 60px;
}

.list_box_people .icon_box .nr {
	font-size: 10px;
	line-height: 20px;
	color: #00aeef;
	text-align: center;
	height: auto;
}

.list_box_people_2 .icon_box .nr {
	line-height: 14px;
}

.list_box_people .icon_box img,
.list_box_people_2 .icon_box img {
	display: block;
	width: 40px;
	height: 40px;
}

.list_box_people_2 .switch_box {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
}

.trophy {
	display: block;
	width: 60px;
	height: 60px;
	margin: 20px auto;
	border: 2px solid #00aeef;
	background-image: url(img/icon_16b.png);
	background-repeat: no-repeat;
	bacground-size: 40px 40px;
	background-position: center center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.box01 {
	width: 100%;
}

.box_inside01 {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 20px 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	float: left;
}

.box_inside02 {
	display: block;
	width: 460px;
	height: auto;
	margin: 0 0 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	float: right;
}

.box_inside01 img,
.box_inside02 img {
	display: block;
	width: 100%;
	height: auto;
}

.photo_list {
	width: 100%;
	display: flex;
	display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photo_list .photo_wrapper {
	width: 30%;
	height: auto;
	padding-bottom: 30%;
	margin-bottom: 20px;
}

.photo_list .photo_wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.photo_list .photo_wrapper .name {
	position: absolute;
	bottom: 0;
	left: 5px;
	color: #FFFFFF;
}

.photo_list .photo_wrapper:before {
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
}

.photo_list .photo_wrapper.picture:before {	background-image: url(img/icon_photo.png); }
.photo_list .photo_wrapper.video:before {	background-image: url(img/icon_video.png); }

.landing_logo {
	margin: 30px auto 100px;
}

.landing_start {
	letter-spacing: 0.375em;
	color: #ffffff;
	font-weight: 400;
}

.landing_date {
	letter-spacing: 0.5em;
	font-size: 3em;
	margin-bottom: 160px;
}

.landing_date * {
	letter-spacing: 0.5em;
	font-size: 1em;
}

.landing_social {
	display: block;
	width: 50%;
	padding: 65px 30px;
	text-align: right;
	list-style: none;
	list-style-position: inside;
	float: left;
}

.landing_social li {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-left: 10px;
}

.landing_social li a {
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(img/icon_social.png);
	background-repeat: no-repeat;
}

.landing_social li:nth-of-type(3) a,
.social ul li:nth-of-type(3) a { background-position: 0 0; }
.landing_social li:nth-of-type(3) a:hover,
.social ul li:nth-of-type(3) a:hover { background-position: 0 -40px; }

.landing_social li:nth-of-type(2) a,
.social ul li:nth-of-type(2) a { background-position: -40px 0; }
.landing_social li:nth-of-type(2) a:hover,
.social ul li:nth-of-type(2) a:hover { background-position: -40px -40px; }

.landing_social li:nth-of-type(4) a,
.social ul li:nth-of-type(4) a { background-position: -80px 0; }
.landing_social li:nth-of-type(4) a:hover,
.social ul li:nth-of-type(4) a:hover { background-position: -80px -40px; }

.landing_social li:nth-of-type(1) a,
.social ul li:nth-of-type(1) a { background-position: -120px 0; }
.landing_social li:nth-of-type(1) a:hover,
.social ul li:nth-of-type(1) a:hover { background-position: -120px -40px; }

.landing_form {
	display: block;
	width: 50%;
	padding: 30px;
	text-align: left;
	float: left;
}

.subscribe_form {
	display: block;
	width: 50%;
	text-align: center;
	padding: 80px;
	float: none;
}

.landing_form input[type=email],
.subscribe_form input[type=email] {
	display: block;
	width: 250px;
	height: auto;
	padding: 10px;
	margin: auto auto 10px 0;
	text-align: center;
	border: 1pt solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: transparent;
	color: #ffffff;
}

.subscribe_form input[type=email] {
	margin: auto auto 10px auto;
}

.landing_form input[type=email]::placeholder,
.subscribe_form input[type=email]::placeholder {
	color: #ffffff;
}

.form p {
	margin-top: 15px;
}

.form input {
	display: block;
	width: 250px;
	height: auto;
	padding: 10px;
	margin: 10px auto auto auto;
	text-align: center;
	line-height: 22px;
	border: 1pt solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: transparent;
	color: #ffffff;
	transition: all ease 0.3s;
}

.form input::placeholder {
	color: #ffffff;
	opacity: 1;
}

.form input[type=submit] {
	background-color: #ffffff;
	color: #00aeef;
	text-transform: uppercase;
	cursor: pointer;
}

.form input[type=submit]:hover {
	color: #ffffff;
	background-color: #00aeef;
	border: 1pt solid #00aeef;

}

.landing_form input[type=submit],
.subscribe_form input[type=submit] {
	display: block;
	width: 250px;
	height: auto;
	padding: 10px;
	margin: auto auto auto 0;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	color: #00aeef;
	text-transform: uppercase;
	cursor: pointer;
}

.subscribe_form input[type=submit] {
	margin: auto;
	-webkit-appearance: none;
}

.form input:focus,
.landing_form input[type=email]:focus,
.subscribe_form input[type=email]:focus {
	outline: none;
}

.form input:focus::placeholder,
.landing_form input[type=email]:focus::placeholder,
.subscribe_form input[type=email]:focus::placeholder {
	color: transparent;
}

.landing_switch_center {
	width: 250px;
	text-align: center;
	margin-left: 0;
}

.subscribe_switch_center {
	width: 250px;
	text-align: center;
}

.on_off_switch {
  display: inline-block;
  position: relative;
  padding-left: 55px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.on_off_switch input {
  position: absolute;
	left: 10px;
	top: 5px;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 5px;
  height: 26px;
  width: 45px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.8);
}

.on_off_switch:hover input ~ .checkmark {
  border: 1px solid rgba(255,255,255,1);
}

.on_off_switch input:checked ~ .checkmark {
}

.checkmark:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
  background-color: rgba(255,255,255,0.3);
	transition: all ease 0.3s;
}

.on_off_switch input:checked ~ .checkmark:after {
  left: 21px;
  background-color: rgba(255,255,255,1);
}

.blu {
	color: #00aeef;
}


/* TIMELINE */

.timeline
{
	text-align: left;
	color: #FFFFFF;

}


.timeline li
{
	list-style: none;
	margin-left: 30px;
	margin-bottom: 5px;
}

.timeline li:before {
	content: "+";
	margin-right: 4px;
}

.timeline li.active:before {
	content: "-";
	margin-right: 4px;
}

.timeline li.passive
{
	color: #dddddd;
}
.timeline li.passive:before {
	content: '\2022';
	margin-right: 4px;
}

.timeline li a
{
	color: #FFFFFF;
}

.timeline li .description
{
	display: none;
	font-style: italic;
	color: #f2f2f2;
}

.timeline li .description a
{
	font-style: italic;
	color: #f2f2f2;
}

.timeline_desktop
{
	height: 70vh
}

.story p
{
	/*text-indent: 20pt;*/
	margin-bottom: 7px;
}

.cookies {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 20px 40px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	background-color: rgb(234, 45, 86);
	color: #fff;
	z-index: 9999;
	cursor: pointer;
}

.cookies:hover {
	background-color: rgb(234, 89, 106);
	color: #fff;
}

.cookies a
{
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
	font-size: inherit;
}

.cookies span {
	/*font-size: 30px;
	line-height: 30px;*/
	margin-left: 20px;
}

.title_yb
{
	text-align: center;
	font-size: 15pt;
	text-transform: uppercase;
	font-weight: bold;
}



/* VIDEO SLIDER */


@media screen and (max-width: 1800px)
{
	/*.section {
		-webkit-transform:scale(0.7);
		-moz-transform:scale(0.7);
		-ms-transform:scale(0.7);
		transform:scale(0.7);
		-ms-transform-origin: center top;
		-webkit-transform-origin: center top;
		-moz-transform-origin: center top;
		transform-origin: center top;
	}
*/
	.section .content {
		-webkit-transform:scale(0.7);
		-moz-transform:scale(0.7);
		-ms-transform:scale(0.7);
		transform:scale(0.7);
		-ms-transform-origin: center top;
		-webkit-transform-origin: center top;
		-moz-transform-origin: center top;
		transform-origin: center top;
	}

	.menu, .menu_button, .social, .full_width {
		-webkit-transform:scale(0.8);
		-moz-transform:scale(0.8);
		-ms-transform:scale(0.8);
		transform:scale(0.8);
		-ms-transform-origin: center top;
		-webkit-transform-origin: center top;
		-moz-transform-origin: center top;
		transform-origin: center top;
	}

	.menu
	{
		right: 30px;
	}

	.top_stripe_2 {
		height: 40px;
	}

	.next_slide {
		/*top: auto;
		top: 93vh;*/
        /*bottom: 30pt;*/
		top: 80vh;
		transform: translateX(-50%);
	}

	.timeline_desktop
	{
		height: 100vh
	}
}

@media screen and (max-width: 1400px)
{
	.page {
		width: calc(100% - 60px);
		margin: 0 auto 0 0;
	}
}

@media screen and (max-width: 1023px)
{
	.team_screen, .subscribe_screen {
		width: 100%;
	}

	.team_screen {
		text-align: center;
	}
	
	.team_screen .half_width {
		width: 100%;
		max-width: 630px;
		float: none;
	}
}

/*
iPhone 7 - 326

*/
/*@media screen and (min-resolution:230dpi) {*/
@media only screen and  (max-width: 1064px) {
	.section .content {
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1);
		-ms-transform-origin: center top;
		-webkit-transform-origin: center top;
		-moz-transform-origin: center top;
		transform-origin: center top;
		margin-left: 5pt;
	}

	.menu, .menu_button, .social, .full_width {
		-webkit-transform:scale(0.8);
		-moz-transform:scale(0.8);
		-ms-transform:scale(0.8);
		transform:scale(0.8);
		-ms-transform-origin: center top;
		-webkit-transform-origin: center top;
		-moz-transform-origin: center top;
		transform-origin: center top;
	}

	html *
	{
		font-size: 12pt;
	}

	body, html
	{
		background-size: contain;
		background-repeat: repeat-y;
	}

	.section {
		width: 90%;
	}

	.mobile_hide
	{
		display: none!important;
	}

	.desktop_hide
	{
		display: block!important;
	}

	.menu
	{
		right: 15px; /* doprava */
		background-color: #78a1b7e8;
		width: 100%;
	}
	.page {
		width: calc(100% - 50pt);
		margin: 0 auto 0 0;
	}

	.campagne {
		display: none;
	}

	.logo_00 /* title */
	{
		position: relative;
		margin: 0 auto 5pt;
		width: 110pt;
		top: 0;
	}

	.logo_02
	{
		margin: 0 auto 5pt;
		width: 110pt;
	}

	.title_center
	{
		font-size: 20pt;
		line-height: 25pt;
	}

	.page_title_2
	{
		padding: 10pt;
		font-size: 18pt;
	}

	.page_title_3
	{
		padding: 10px;
	}

	.videos_box
	{
		/*display: none;*/
	}

	.videos_box .video_heading
	{
		display: none;
	}

	.videos_box .videowrapper:first-child
	{
		display: none;
	}

	.videos_box .videobox
	{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.videos_box .videobox.first
	{
		display: block;
	}



	.team_screen
	{
		padding-top: 0;
	}

	.team_member
	{
		padding-left: 50pt;
		min-height: 28pt;
		margin-top: 5pt;
	}

	.team_member .team_photo
	{
		width: 35pt;
		height: 35pt;
	}

	.team_member .team_name
	{
		font-size: 13pt;
		line-height: 14pt;
		font-weight: 400;
		padding-top: 0;
	}

	.team_member .team_position
	{
		font-size: 10pt;
		line-height: 12pt;
		font-weight: 400;
		padding-top:0;
	}

	.subscribe_form
	{
		width: 100%;
		padding: 40px;
	}


	.desktop {
		display: none;
	}
	
	.mobile {
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	.mobile p {
		display: none;
	}
	
	.mobile a {
		position: relative;
		left: auto;
		bottom: auto;
		text-align: center;
	}

	.cookies span {
		font-size: 30px;
	}

}