	
	/*	/////////		SAYFA YAPISI		////////// */
	
	html {
		margin:0px;
		padding:0px;
		height:100%;
	}
	
	body {
		margin:0px;
		padding:0px;
		height:100%;
		background:#FFF;
	}
	
	body, input, select, textarea, button {
		font-family:'Sora';
		font-size:15px;
		font-weight:300;
		border:0;
	}
	
	* {
		outline:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		background-clip:border-box;
		-moz-background-clip:border-box;
		-webkit-background-clip:border-box;
	}
	
	h1,h2,h3,h4,h5{
		display:inline-block;
		font-size:inherit;
		font-weight:inherit;
		margin:0;
		padding:0;
	}
	
	@font-face {
		font-family:'Sora';
		src:url('Sora-Light.woff2') format('woff2'),
		     url('Sora-Light.woff') format('woff');
		font-weight:300;
		font-style:normal;
		font-display:swap;
	} @font-face {
		font-family:'Sora';
		src:url('Sora-Medium.woff2') format('woff2'),
		     url('Sora-Medium.woff') format('woff');
		font-weight:500;
		font-style:normal;
		font-display:swap;
	} @font-face {
		font-family:'Sora';
		src:url('Sora-ExtraBold.woff2') format('woff2'),
		     url('Sora-ExtraBold.woff') format('woff');
		font-weight:bold;
		font-style:normal;
		font-display:swap;
	}
	
	label, button {
		cursor:pointer;
	}
	
	select {
		-webkit-appearance:none;
		-moz-appearance:none;
		text-indent:1px;
		text-overflow:'';
		background-image:url('../images/icon_downArrow.png')!important;
		background-repeat:no-repeat!important;
		background-position:right 50%!important;
	} select::-ms-expand {
		display:none;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////		BODY			///////// */
	/*	/////////////////////////////////////////////////// */
	
	.container {
		width:100%;
	}
	
	.wa-btn {
		position:fixed;
		z-index:98;
		bottom:40px;
		right:40px;
	} .wa-btn .wa {
		position:relative;
	} .wa-btn .wa .whatsapp {
		width:200px;
		height:66px;
		padding:3px;
		background:#FFF;
		cursor:pointer;
		-webkit-border-radius:60px;
		border-radius:60px;
		-webkit-box-shadow:0 10px 10px 0 rgba(102,51,0,0.35);
		box-shadow:0 10px 10px 0 rgba(102,51,0,0.35);
	} .wa-btn .wa .txt {
		position:absolute;
		top:15px;
		left:64px;
		font-size:19px;
		line-height:1em;
	} .wa-btn .wa .txt strong {
		color:#29a71a;
	} .wa-btn .wa .txt span {
		font-size:15px;
		color:#333;
	}
	
	.header {
		width:100%;
	} .header > div:nth-child(1) {
		position:relative;
		width:100%;
		max-width:90%;
		min-height:120px;
		margin:auto;
		
	} .header .left {
		position:absolute;
		top:14%;
		left:0;
	} .header .left .logo {
		position:relative;
		display:block;
		margin:16px 0 0 0;
		
	} .header .right {
		position:absolute;
		top:50%;
		right:0;
	} .header .right .buttons {
		float:right;
	} .header .buttons ul {
		list-style:none;
		margin:0;
		padding:0;
	} .header .right .buttons > ul > li {
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin-left:5px;
	} .header .right .buttons > ul > li.a > a {
		display:block;
		height:50px;
		padding:14px 20px;
		font-size:19px;
		letter-spacing:-.5px;
		color:#FFF;
		text-shadow:0 2px 2px rgba(0,0,0,.5);
		text-decoration:none;
		vertical-align:top;
		-webkit-border-radius:50px;
		border-radius:50px;
		border:1px solid rgba(255,255,255,0);
	} .header .right .buttons > ul > li.a > a:hover,
	  .header .right .buttons > ul > li.a.active > a {
		border:1px solid #E97F02;
		background:#490A3D;
		-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
	} .header .right .buttons li.a * {
		-webkit-transition:all .15s ease-out;
		-moz-transition:all .15s ease-out;
		transition:all .15s ease-out;
	} .header .right .buttons li.a > .arr {
		border-right:16px solid transparent!important;
	} .header .right .buttons li.a > .arr::before {
		position:absolute;
		right:0;
		content:'';
		display:block;
		width:30px;
		height:20px;
		background-image:url('../images/btn_buttonArrows_3.png');
		background-repeat:no-repeat;
		background-position:right!important;
	} .header .right .buttons > ul > li.a:hover > .arr::before,
	  .header .right .buttons > ul > li.a.active > .arr::before {
		background-image:url('../images/btn_buttonArrows_3.png');
		background-repeat:no-repeat;
		background-position:right!important;
	} .header .right .buttons .sub .arr {
		background-image:url('../images/btn_buttonArrows_2Invert.png');
		background-repeat:no-repeat;
		background-position:right!important;
	} .header .right .buttons > ul > li.a:hover .sub {
		display:block;
		opacity:1;
		margin-top:4px;
		height:auto!important;
		overflow:inherit;
	} .header .right .buttons > ul > li.a .sub {
		position:absolute;
		z-index:2;
		display:none;
		opacity:0;
		height:0!important;
		overflow:hidden;
		list-style:none;
		margin-top:-5px;
		padding:6px;
		text-align:left;
		border:1px solid #CCC;
		border-bottom:2px solid #AAA;
		background:rgb(255,255,255);
		background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
		background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
		background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
		-webkit-border-radius:6px;
		border-radius:6px;
		-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.2);
		box-shadow:0 8px 16px 0 rgba(0,0,0,.2);
	} .header .right .buttons > ul > li.a .sub {
		top:2px;
		left:-1px;
	} .header .right .buttons > ul > li.a .sub li {
		position:relative;
		display:block;
	} .header .right .buttons > ul > li.a .sub li a {
		display:block;
		width:100%;
		min-width:240px;
		font-size:14px;
		font-weight:300;
		letter-spacing:0;
		line-height:1.3em;
		color:#FFF;
		padding:9px 8px 7px 8px;
		padding-right:40px;
		border-bottom:1px solid rgba(0,0,0,.1);
	} .header .right .buttons > ul > li.a .sub li a:hover {
		text-decoration:none;
		background:#FFF;
		color:#FFFF99;
		padding-left:14px;
		padding-right:34px;
	} .header .right .buttons > ul > li.a .sub li:first-child a {
		-webkit-border-radius:4px 4px 0 0;
		border-radius:4px 4px 0 0;
	} .header .right .buttons > ul > li.a .sub li:last-child a {
		border-bottom:0;
		-webkit-border-radius:0 0 4px 4px;
		border-radius:0 0 4px 4px;
	} .header .right .buttons li.b a {
		position:relative;
		z-index:1;
		display:block;
		margin-left:8px;
		height:50px;
		padding:14px 24px;
		font-size:19px;
		font-weight:500;
		line-height:1em;
		letter-spacing:-.5px;
		color:#E97F02;
		border:3px solid #E97F02;
		background:#490A3D;
		text-align:center;
		text-decoration:none;
		-webkit-border-radius:50px;
		border-radius:50px;
		-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
	} .header.inside .right .buttons li.b a {
		font-size:0;
	} .header .right .buttons li.b a:hover {
		margin-top:-1px;
		filter:brightness(1.2);
	} .header .right .buttons li.b a:active {
		margin-top:1px;
		filter:brightness(1);
	} .header .right .buttons li.c a {
		position:relative;
		z-index:1;
		display:block;
		margin-left:8px;
		height:50px;
		padding:18px 24px;
		font-size:19px;
		font-weight:bold;
		line-height:1em;
		letter-spacing:-.5px;
		color:#490A3D;
		background:#F8CA00;
		text-align:center;
		text-decoration:none;
		-webkit-border-radius:50px;
		border-radius:50px;
		-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
	} .header.inside .right .buttons li.c a {
		font-size:0;
	} .header .right .buttons li.c a:hover {
		margin-top:-1px;
		filter:brightness(1.2);
	} .header .right .buttons li.c a:active {
		margin-top:1px;
		filter:brightness(.9);
	}
	
	.content {
		width:100%;
		
	} .content .section.a {
		position:relative;
		width:100%;
	} .content .section.a .container {
		position:relative;
		z-index:2;
		width:100%;
		max-width:85%;
		min-height:750px;
		margin:auto;
	} .content .section.a .efect1 {
		position:absolute;
		z-index:1;
		width:100%;
		height:100%;
		background:url('../images/back_efectElement_7.png') repeat-x bottom;
	} .content .section.a .efect2 {
		position:absolute;
		top:66px;
		left:278px;
		display:block;
	} .content .section.a .efect3 {
		position:absolute;
		top:28px;
		left:0;
		display:block;
	} .content .section.a .box.a {
		position:absolute;
		top:25%;
		left:4%;
	} .content .section.a .box.a .txt.a {
		position:relative;
		display:block;
		width:700px;
		font-size:47px;
		font-weight:500;
		letter-spacing:-2.5px;
		color:#E97F02;
	} .content .section.a .box.a .txt.a > span:nth-child(1) {
		position:absolute;
		top:-10%;
		left:49%;
	} .content .section.a .box.a .txt.b {
		display:block;
		position:relative;
		width:700px;
		margin:10px 0;
		font-size:21px;
		line-height:1.8em;
		color:#F8CA00;
	} .content .section.a .box.b {
		position:absolute;
		top:8%;
		right:4%;
	} .content .section.a .box.c {
		position:absolute;
		bottom:12%;
		right:-5%;
		
	} .content .section.wavetext {
		position:relative;
		z-index:2;
		width:100%;
		height:300px;
	} .content .section.wavetext #CustomMarquee {
		--PT:px;
		--PB:px;
	} .content .section.wavetext .marquee-wave .wrapper--full {
		overflow:hidden;
	} .content .section.wavetext .wrapper--full {
		width:100%;
		margin:0 auto;
		padding:0;
		max-width:100%;
	} .content .section.wavetext .marquee-wave svg {
		display:block;
	} .content .section.wavetext svg:not(:root) {
		overflow:hidden;
	} .content .section.wavetext .wrapper--full:after {
		content:"";
		display:table;
		clear:both;
	} .content .section.wavetext #CustomMarquee .st0 {
		fill:none;
	} .content .section.wavetext .st1 {
		fill:none;
	} .content .section.wavetext #CustomMarquee text {
		fill:#F8CA00;
	} .content .section.wavetext .marquee-wave,
	  .content .section.wavetext .marquee-wave text,
	  .content .section.wavetext .marquee-wave textpath {
		font-size:34px;
		font-family:var(--FONT-STACK-HEADING);
		font-weight:var(--FONT-WEIGHT-HEADING);
	} .content .section.wavetext .wrapper--full:after {
		content:"";
		display:table;
		clear:both;
		
	} .content .section.b {
		width:100%;
	} .content .section.b .container {
		position:relative;
		z-index:2;
		width:100%;
		max-width:85%;
		min-height:750px;
		margin:auto;
	} .content .section.b .slogan {
		position:absolute;
		z-index:2;
		top:31%;
		left:4%;
	} .content .section.b .slogan > span:nth-child(1) {
		font-size:45px;
		font-weight:500;
		letter-spacing:-1.5px;
		color:#E97F02;
	} .content .section.b .slogan .lessons-bar {
		position:relative;
		display:inline-block;
		width:400px;
		height:60px;
		vertical-align:middle;
		margin-top:-6px;
		margin-left:10px;
	} .content .section.b .slogan .lessons-bar .txt1 {
		position:absolute;
		top:0;
		overflow:hidden;
		color:#F8CA00;
	} .content .section.b .slogan .lessons-bar .txt2,
	  .content .section.b .slogan .lessons-bar .txt3,
	  .content .section.b .slogan .lessons-bar .txt4 {
		position:absolute;
		top:0;
		overflow:hidden;
		height:0;
		color:#F8CA00;
	} .content .section.b .efect1 {
		position:absolute;
		z-index:1;
		top:-27px;
		left:534px;
	} .content .section.b .efect2 {
		position:absolute;
		z-index:1;
		top:200px;
		left:528px;
	} .content .section.b .efect3 {
		position:absolute;
		z-index:1;
		top:4%;
		left:4%;
	} .content .section.b .efect4 {
		position:absolute;
		z-index:1;
		bottom:-10%;
		left:3%;
	} .content .section.b .efect5 {
		position:absolute;
		top:4%;
		right:0
	} .content .section.b .efect5 div {
		width:760px;
		height:760px;
		padding:50px;
		-webkit-border-radius:760px;
		border-radius:760px;
	} .content .section.b .efect5 img {
		display:block;
		-webkit-border-radius:660px;
		border-radius:660px;
		
	} .content .section.c {
		display:table;
		width:100%;
		max-width:1300px;
		min-height:880px;
		margin:auto;
	} .content .section.c .left {
		display:table-cell;
		position:relative;
		width:683px;
		vertical-align:middle;
	} .content .section.c .left .efect1 {
		position:absolute;
		z-index:2;
		top:160px;
		left:280px;
	} .content .section.c .left .efect2 {
		display:none;
		/*
		position:absolute;
		z-index:2;
		top:340px;
		left:-70px;
		*/
	} .content .section.c .left .efect3 {
		position:absolute;
		z-index:2;
		top:540px;
		left:140px;
	} .content .section.c .left .efect4 {
		position:absolute;
		z-index:2;
		top:530px;
		left:400px;
	} .content .section.c .left .slogan {
		position:absolute;
		top:335px;
		left:197px;
	} .content .section.c .left .slogan button {
		width:384px;
		height:190px;
		padding:20px 30px;
		font-size:25px;
		font-weight:bold;
		line-height:1em;
		color:#FFF;
		background:#602A5F;
		-webkit-border-radius:190px;
		border-radius:190px;
		cursor:pointer;
	} .content .section.c .left .slogan span {
		font-size:27px;
		font-weight:bold;
		line-height:1.2em;
		letter-spacing:-.5px;
		color:#FFF;
		
	} .content .section.c .right {
		display:table-cell;
		position:relative;
		width:auto;
		vertical-align:middle;
		padding:0 0 0 6%;
	} .content .section.c .right .efect1 {
		position:absolute;
		top:100px;
		left:130px;
	} .content .section.c .right .efect2 {
		position:absolute;
		top:600px;
		left:110px;
	} .content .section.c .right ul {
		list-style:none;
		margin:0;
		padding:0;
		width:90%;
		font-size:17px;
		color:#F8CA00;
	} .content .section.c .right ul li {
		padding:12px;
		border-top:1px solid rgba(248,202,0,.25);
	} .content .section.c .right .plan-btn {
		height:62px;
	} .content .section.c .right .plan {
		margin-left:28%;
	} .content .section.c .efect.alt {
		display:table-cell;
		width:142px;
		vertical-align:middle;
		
	} .content .section.d {
		width:100%;
		max-width:1160px;
		min-height:580px;
		margin:auto;
		padding-top:4%;
	} .content .section.d .left {
		display:table-cell;
		position:relative;
		width:400px;
		vertical-align:middle;
	} .content .section.d .left .efect1 {
		position:absolute;
		top:-150px;
		left:100px;
	} .content .section.d .left .efect2 {
		position:absolute;
		top:-180px;
		left:500px;
	} .content .section.d .left .efect3 {
		position:absolute;
		bottom:-100px;
		left:-80px;
	} .content .section.d .left .text {
		font-size:47px;
		color:#F8CA00;
		line-height:1.4em;
		letter-spacing:-1px;
	} .content .section.d .left .text strong {
		font-size:67px;
		letter-spacing:-1.5px;
	} .content .section.d .left .detail-btn {
		height:62px;
	} .content .section.d .right {
		display:table-cell;
		position:relative;
		width:760px;
		vertical-align:middle;
	} .content .section.d .right .img {
		position:absolute;
		z-index:1;
		top:-28px;
		right:-196px;
	} .content .section.d .right .txt {
		position:relative;
		padding:5% 9%;
		width:100%;
		font-size:19px;
		color:#FFF;
		line-height:1.6em;
		background:#602A5F;
		-webkit-border-radius:80px;
		border-radius:80px;
		
	} .content .section.e {
		width:100%;
		background:#F4A547 url('../images/back_firstStepLeft.png') no-repeat left;
		border-bottom:1px solid #E17905;
	} .content .section.e > div:nth-child(1) {
		display:table;
		width:100%;
		min-height:360px;
		background:url('../images/back_firstStepRight.png') no-repeat right;
	} .content .section.e > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		position:relative;
		vertical-align:middle;
		text-align:center;
	} .content .section.e .efect1 {
		position:absolute;
		top:-45px;
		left:38%;
	} .content .section.e .efect2 {
		position:absolute;
		top:-36%;
		right:2%;
	} .content .section.e .text {
		font-size:47px;
		line-height:1.3em;
		letter-spacing:-2px;
		font-weight:500;
		color:#333;
	} .content .section.e .text strong {
		position:relative;
		letter-spacing:-1px;
	} .content .section.e .text span {
		position:absolute;
		bottom:-16px;
		right:-42px;
	} .content .section.e .start-btn {
		height:62px;
		
	} .content .section.f {
		position:relative;
		width:100%;
	} .content .section.f .efect1 {
		position:absolute;
		z-index:1;
		top:46%;
		left:6%;
	} .content .section.f .efect2 {
		position:absolute;
		z-index:1;
		bottom:8%;
		left:23%;
	} .content .section.f .comments {
		position:relative;
		z-index:2;
		display:table;
		width:100%;
		max-width:1200px;
		margin:auto;
	} .content .section.f .comments .box.a {
		display:table-cell;
		position:relative;
		width:auto;
		vertical-align:top;
	} .content .section.f .comments .box.a .titles {
		position:absolute;
		top:12%;
	} .content .section.f .comments .box.a .titles span {
		font-size:37px;
		color:#FFF;
		letter-spacing:-.5px;
	} .content .section.f .comments .box.b {
		display:table-cell;
		width:25px;
		vertical-align:top;
	} .content .section.f .comments .box.c {
		display:table-cell;
		width:340px;
		vertical-align:middle;
	} .content .section.f .comments .box.c .table {
		display:table;
		width:100%;
	} .content .section.f .comments .box.c .table.a {
		min-height:840px;
	} .content .section.f .comments .box.c .row {
		display:table-row;
	} .content .section.f .comments .box.c .cell.a1 {
		display:table-cell;
		background:#F4A547;
		-webkit-border-radius:0 0 30px 30px;
		border-radius:0 0 30px 30px;
	} .content .section.f .comments .box.c .cell.a2 {
		display:table-cell;
		background:#F4A547;
		-webkit-border-radius:30px 30px 0 0;
		border-radius:30px 30px 0 0;
	} .content .section.f .comments .box.c .cell.b {
		display:table-cell;
		height:25px;
	} .content .section.f .comments .box.c .cell.c {
		display:table-cell;
		height:420px;
		padding:15%;
		background:#FFF;
		-webkit-border-radius:30px;
		border-radius:30px;
	} .content .section.f .comments .box.c .cell.c span {
		font-size:15px;
		line-height:1.5em;
	} .content .section.f .comments .box.c .cell.d {
		display:table-cell;
		min-height:360px;
		padding:15%;
		background:#FFF;
		-webkit-border-radius:30px;
		border-radius:30px;
		
	} .content .section.breadcrumb {
		display:grid;
		width:100%;
		min-height:170px;
		place-items:center;
	} .content .section.breadcrumb .typing {
		margin-top:25px;
		white-space:nowrap;
		overflow:hidden;
		border-right:3px solid;
		font-family:monospace;
		font-weight:bold;
		font-size:3em;
		color:#F8CA00;
	} .content .section.breadcrumb a {
		display:block;
		font-family:inherit;
		margin-top:-70px;
		font-size:17px;
		color:#E97F02;
		
	} .content .section.dom {
		width:100%;
		min-height:800px;
		padding:60px;
		padding-bottom:120px;
	} .content .section.dom > div:nth-child(1) {
		width:100%;
		max-width:1100px;
		font-size:17px;
		line-height:1.7em;
		margin:auto;
		
	} .content .con-faq .efect1 {
		position:absolute;
		z-index:1;
		top:46%;
		left:6%;
	} .content .con-faq .efect2 {
		margin-left:50%;
	} .content .con-faq .efect3 {
		position:absolute;
		z-index:1;
		margin-top:-7%;
		left:13%;
	} .content .con-faq .top-text {
		float:left;
		margin-bottom:40px;
	} .content .con-faq .top-text span {
		font-size:37px;
		color:#FFF;
		letter-spacing:-.5px;
	} .content .con-faq .item.a {
		float:left;
		width:48%;
		background:#FFF;
		padding:30px;
		-webkit-border-radius:30px;
		border-radius:30px;
		margin-top:-10%;
		margin-bottom:40px;
		margin-right:15%;
	} .content .con-faq .item.b {
		float:right;
		width:48%;
		background:#FFF;
		padding:30px;
		-webkit-border-radius:30px;
		border-radius:30px;
		margin-bottom:40px;
		margin-left:15%;
	} .content .con-faq .item .num {
		float:left;
		width:40px;;
		height:40px;
		margin-top:-6px;
		margin-right:16px;
		padding:7px 14px;
		text-align:center;
		-webkit-border-radius:40px;
		border-radius:40px;
		background:#490A3D;
		color:#FFF;
	} .content .con-faq .item .txt {
		font-size:21px;
		color:#490A3D;
		
	} .content .calendar {
		position:relative;
		z-index:1;
		width:100%;
		min-height:440px;
		color:#4D0D3B;
	} .content .calendar .c1 {
		padding:10px 0;
	} .content .calendar .c1 .left {
		float:left;
		width:50%;
		padding:0 6px;
	} .content .calendar .c1 .left span {
		font-size:20px;
		font-weight:500;
	} .content .calendar .c1 .right {
		float:left;
		width:50%;
		padding:0 6px;
		text-align:right;
	} .content .calendar .c1 .right span {
		display:inline-block;
		width:180px;
		font-size:18px;
		text-align:center;
	} .content .calendar .c2 {
		display:table;
		width:100%;
		padding:10px 0;
		border-top:1px solid rgba(15,104,75,.25);
		border-bottom:1px solid rgba(15,104,75,.25);
	} .content .calendar .c2 div {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	} .content .calendar-loader {
		display:none;
		position:absolute;
		z-index:9;
		width:100%;
		height:100%;
		background:rgba(255,255,255,.75);
	} .content .calendar-loader > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} .content .calendar-loader > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	} .content .calendar-titles {
		padding:10px 0;
	} .content .calendar-titles .left {
		float:left;
		width:50%;
		padding:0 6px;
	} .content .calendar-titles .left span {
		font-size:23px;
		font-weight:500;
	} .content .calendar-titles .right {
		float:left;
		width:50%;
		padding:0 6px;
		text-align:right;
	} .content .calendar-titles .right span {
		display:inline-block;
		width:180px;
		font-size:23px;
		text-align:center;
	} .content .calendar-tables {
		display:table;
		width:100%;
		padding:10px 0;
		border-top:1px solid rgba(15,104,75,.25);
		border-bottom:1px solid rgba(15,104,75,.25);
	} .content .calendar-tables .box.a {
		display:table-cell;
		width:360px;
		border:1px solid rgba(15,104,75,.25);
		vertical-align:top;
	} .content .calendar-tables .box.a .table.a {
		display:table;
		width:100%;
	} .content .calendar-tables .box.a .table.a .row {
		display:table-row;
		height:54px;
		line-height:1em;
	} .content .calendar-tables .box.a .table.a .cell {
		display:table-cell;
		width:14.28%;
		vertical-align:middle;
		border-bottom:1px solid rgba(15,104,75,.25);
		text-align:center;
	} .content .calendar-tables .box.a .table.b {
		display:table;
		width:100%;
		border-collapse:separate;
		border-spacing:3px;
		letter-spacing:-1px;
	} .content .calendar-tables .box.a .table.b .row {
		display:table-row;
		height:64px;
	} .content .calendar-tables .box.a .table.b .cell {
		position:relative;
		display:table-cell;
		width:14.28%;
		vertical-align:middle; 
		
	} .content .sign-up {
		position:fixed;
		z-index:0;
		top:0;
		display:table;
		width:100%;
		height:100%;
	} .content .sign-up > div:nth-child(1) {
		display:table-cell;
		position:relative;
		width:100%;
		height:100%;
		vertical-align:middle;
	} .content .sign-up > div:nth-child(1) > div:nth-child(1) {
		width:100%;
		max-width:1240px;
		margin:auto;
		padding:36px 0 0 0;
		font-size:19px;
	} .content .sign-up .efect1 {
		position:absolute;
		z-index:0;
		top:10%;
		right:5%;
		opacity:.75;
	} .content .sign-up .efect2 {
		position:absolute;
		z-index:0;
		top:15%;
		left:5%;
		opacity:.35;
	} .content .sign-up .efect3 {
		position:absolute;
		z-index:0;
		top:60%;
		left:25%;
		opacity:.75;
	} .content .sign-up .efect4 {
		position:absolute;
		z-index:0;
		bottom:10%;
		right:5%;
		opacity:.75;
	} .content .sign-up .logo {
		position:absolute;
		z-index:1;
		width:100%;
		top:20px;
		left:0;
		
	} .content .sign-up .step {
		position:relative; 
		z-index:1;
		display:none;
		margin:auto;
		-webkit-border-radius:60px;
		border-radius:60px;
		background:#F3F5F8;
	} .content .sign-up .step > div:nth-child(1) {
		display:block;
		font-size:21px;
		line-height:1.4em;
		letter-spacing:-.5px;
		color:#4D0D3B;
	} .content .sign-up .step input[type=text],
	  .content .sign-up .step select,
	  .content .sign-up .step textarea {
		width:100%;
		line-height:1em;
		border:0;
	} .content .sign-up .step .captcha {
		float:left;
		width:60%;
	} .content .sign-up .step .aggree {
		float:left;
		width:36%;
		margin:1% 0 0 4%;
		text-align:right;
	} .content .sign-up .step .aggree label {
		display:inline-block;
		font-size:15px;
		line-height:1.6em;
	} .content .sign-up .step .lines {
		width:100%;
		height:10px;
		background:url('../images/back_efectElement_29.png') repeat-x;
		background-size:auto 8px;
	} .content .sign-up .step .frm-guide {
		font-size:17px;
	} .content .sign-up .step button[type=submit] {
		width:180px;
		height:50px;
		font-size:17px;
		font-weight:500;
		color:#FFF;
		background:#BD1550;
		-webkit-border-radius:50px;
		border-radius:50px;
		cursor:pointer;
	} .content .sign-up .step button.back {
		width:auto;
		height:50px;
		padding-left:30px;
		padding-right:30px;
		font-size:17px;
		font-weight:500;
		color:#FFF;
		background:#555!important;
		-webkit-border-radius:50px;
		border-radius:50px;
		cursor:pointer;
		
	} .content .sign-up .step.main {
		width:800px;
		padding:30px 50px;
	} .content .sign-up .step.main .txt.a {
		display:block;
		padding:0 20px;
		font-size:17px;
		line-height:1.2em;
		color:#4D0D3B;
	} .content .sign-up .step.main .txt.b {
		display:block;
		padding:0 20px 20px 20px;
		font-size:21px;
		line-height:1.2em;
		letter-spacing:-1px;
		color:#4D0D3B;
	} .content .sign-up .step.main .box.a {
		float:left;
		width:38%;
		margin:0 2% 0 0;
	} .content .sign-up .step.main .box.b {
		float:left;
		width:60%;
		
	} .content .sign-up .step.p1 {
		width:600px;
		padding:50px;
		text-align:center;
	} .content .sign-up .step.p1 .frm-guide {
		display:inline-block;
		min-width:140px;
		margin:auto;
		font-size:17px;
		text-align:left;
	} .content .sign-up .step.p1 button[type=submit] {
		width:auto;
		padding-left:30px;
		padding-right:30px;
	} .content .sign-up .step.p1 button[type=button] {
		width:auto;
		height:50px;
		padding-left:30px;
		padding-right:30px;
		font-size:17px;
		font-weight:500;
		color:#FFF;
		background:#BD1550;
		-webkit-border-radius:50px;
		border-radius:50px;
		cursor:pointer;
		
	} .content .sign-up .step.p2-1 {
		width:980px;
		padding:50px;
	} .content .sign-up .step.p2-1 button[type=submit] {
		width:auto;
		padding-left:30px;
		padding-right:30px;
		
	} .content .sign-up .step.p2-2 {
		width:980px;
		padding:50px;
	} .content .sign-up .step.p2-2 button[type=submit] {
		width:auto;
		padding-left:30px;
		padding-right:30px;
		
	} .content .sign-up .step.p3 {
		text-align:center;
		padding:50px;
	} .content .sign-up .step.p3 .step-packages {
		display:block;
		width:auto;
		font-size:23px;
		line-height:1.4em;
		letter-spacing:-.5px;
		color:#4D0D3B;
	} .content .sign-up .step.p3 .step-packages .item {
		display:inline-block;
		width:290px;
		margin:10px 20px 80px 20px;
		vertical-align:top;
		cursor:pointer;
	} .content .sign-up .step.p3 .step-packages .box {
		position:relative;
		width:100%;
		height:340px;
		padding:26px;
		text-align:left;
		color:#4D0D3B;
		background:#FFF;
		border:4px solid #FFF;
		-webkit-border-radius:20px;
		border-radius:20px;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.25);
		box-shadow:0 10px 20px 0 rgba(0,0,0,.25);
	} .content .sign-up .step.p3 .step-packages .box .title {
		display:block;
		font-size:23px;
		letter-spacing:-1px;
	} .content .sign-up .step.p3 .step-packages .box .subtitle {
		display:block;
		font-size:17px;
		font-weight:400;
		line-height:1.4em;
		letter-spacing:-.5px;
	} .content .sign-up .step.p3 .step-packages ul {
		list-style:none;
		margin:0;
		padding:0;
		font-size:14px;
		color:#4D0D3B;
		line-height:2em;
	} .content .sign-up .step.p3 .step-packages .btn {
		position:absolute;
		bottom:20px;
		left:30px;
		text-align:center;
	} .content .sign-up .step.p3 .step-packages .btn button {
		padding:10px;
		width:230px;
		font-size:19px;
		letter-spacing:-0.5px;
		background:#EA7F27;
		color:#FFF;
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
		cursor:pointer;
	} .content .sign-up .step.p3 .step-packages .alt {
		position:absolute;
		width:100%;
		bottom:-70px;
		left:0;
		font-size:25px;
		font-weight:bold;
		letter-spacing:-1px;
		text-align:center;
		color:#333;
		line-height:1.6em;
	} .content .sign-up .step.p3 .step-selclass {
		width:100%;
		text-align:left;
		font-size:21px;
		line-height:1.4em;
		letter-spacing:-.5px;
		color:#4D0D3B;
	} .content .sign-up .step.p3 button {
		width:auto;
		height:50px;
		padding-left:30px;
		padding-right:30px;
		font-size:17px;
		font-weight:500;
		color:#FFF;
		background:#BD1550;
		-webkit-border-radius:50px;
		border-radius:50px;
		cursor:pointer;
		
	} .content .sign-up .step.p4 {
		width:600px;
		padding:50px;
	} .content .sign-up .step.p4 .les {
		float:left;
		width:50%;
		padding:6px 0;
	} .content .sign-up .step.p4 button[type=submit] {
		width:auto;
		padding-left:30px;
		padding-right:30px;
		
	} .content .sign-up .step.p5 {
		width:980px;
		padding:50px;
	} .content .sign-up .step.p5 .les {
		position:relative;
		height:72px;
	} .content .sign-up .step.p5 .les div {
		position:absolute;
		top:4px;
		width:98%;
	} .content .sign-up .step.p5 button[type=submit] {
		width:auto;
		padding-left:30px;
		padding-right:30px;
		
	} .content .sign-up .step.p6 {
		width:680px;
		padding:50px;
	} .content .sign-up .step.p5 button[type=submit] {
		width:auto;
		padding-left:30px;
		padding-right:30px;
		
	} .content .sign-up .step.p6 button[type=button] {
		width:180px;
		height:50px;
		font-size:17px;
		font-weight:500;
		color:#FFF;
		background:#BD1550;
		-webkit-border-radius:50px;
		border-radius:50px;
		cursor:pointer;
		
	} .content .sign-up .step.p7 {
		width:600px;
		padding:50px;
		text-align:center;
	} .content .sign-up .step.p7 .frm-guide span {
		font-size:21px;
		line-height:1.4em;
		letter-spacing:-.5px;
		color:#4D0D3B;
	} .content .sign-up .step.p7 button[type=button] {
		width:180px;
		height:50px;
		font-size:17px;
		font-weight:500;
		color:#FFF;
		background:#BD1550;
		-webkit-border-radius:50px;
		border-radius:50px;
		cursor:pointer;
		
	} .content .sign-up .step.p8 {
		text-align:center;
		padding:50px;
	} .content .sign-up .step.p8 .calendar-times {
		display:none;
		position:absolute;
		z-index:9;
		top:0;
		left:0;
		width:100%;
		height:100%;
	} .content .sign-up .step.p8 .calendar-times > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} .content .sign-up .step.p8 .calendar-times > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	} .content .sign-up .step.p8 .calendar-times > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
		display:inline-block;
		width:400px;
		padding:4% 4% 2% 4%;
		background:#FFF;
		border-bottom:6px solid #BD1550;
		-webkit-border-radius:50px;
		border-radius:50px;
		-webkit-box-shadow:0 30px 60px 0 rgba(0,0,0,.5);
		box-shadow:0 30px 60px 0 rgba(0,0,0,.5);
	} .content .sign-up .step.p8 button[type=submit] {
		z-index:9;
	} .content .sign-up .step.p8 .calendar-text {
		display:block;
		font-size:21px;
		line-height:1.4em;
		letter-spacing:-.5px;
		color:#4D0D3B;
		
	} .content .sign-up .step.p9 {
		width:1140px;
		padding:50px;
	} .content .sign-up .step.p9 .title {
		display:block;
		font-size:21px;
		text-align:center;
		line-height:1.4em;
		letter-spacing:-.5px;
		color:#4D0D3B;
	} .content .sign-up .step.p9 .card {
		float:right;
		width:540px;
	} .content .sign-up .step.p9 .form {
		display:block;
		width:500px;
		font-size:21px;
		line-height:1.4em;
		letter-spacing:-.5px;
		color:#4D0D3B;
		
	} .content .sign-up .step.p10 {
		width:980px;
		text-align:center;
		padding:50px;
	} .content .sign-up .step.p10 fieldset {
		background:#2D8CF8;
		color:#FFF;
		text-align:center;
	} .content .sign-up .step.p10 fieldset div {
		font-size:19px;
		padding:16px;
		line-height:1em;
		
	} .content .sign-up .back-link {
		position:absolute;
		width:100%;
		bottom:14px;
		left:0;
		padding:16px 0;
		text-align:center;
	} .content .sign-up .back-link a {
		font-size:15px;
		color:#FFF;
		
	} .content .sign-coach {
		position:fixed;
		z-index:0;
		top:0;
		display:table;
		width:100%;
		height:100%;
	} .content .sign-coach > div:nth-child(1) {
		display:table-cell;
		position:relative;
		width:100%;
		height:100%;
		vertical-align:middle;
	} .content .sign-coach > div:nth-child(1) > div:nth-child(1) {
		width:100%;
		max-width:1240px;
		margin:auto;
		padding:36px 0 0 0;
		font-size:19px;
	} .content .sign-coach .efect1 {
		position:absolute;
		z-index:0;
		top:10%;
		right:5%;
		opacity:.75;
	} .content .sign-coach .efect2 {
		position:absolute;
		z-index:0;
		top:15%;
		left:5%;
		opacity:.35;
	} .content .sign-coach .efect3 {
		position:absolute;
		z-index:0;
		top:60%;
		left:18%;
		opacity:.75;
	} .content .sign-coach .efect4 {
		position:absolute;
		z-index:0;
		bottom:10%;
		right:5%;
		opacity:.75;
	} .content .sign-coach .logo {
		position:absolute;
		z-index:1;
		width:100%;
		top:20px;
		left:0;
	} .content .sign-coach .step.main {
		position:relative;
		z-index:1;
		width:800px;
		margin:auto;
		padding:30px 50px;
		background:#F3F5F8;
		-webkit-border-radius:60px;
		border-radius:60px;
	} .content .sign-coach .step .txt.a {
		display:block;
		padding:0 20px;
		font-size:17px;
		line-height:1.2em;
		color:#4D0D3B;
	} .content .sign-coach .step .txt.b {
		display:block;
		padding:0 20px 20px 20px;
		font-size:21px;
		line-height:1.2em;
		letter-spacing:-1px;
		color:#4D0D3B;
	} .content .sign-coach .step.main .box.a {
		float:left;
		width:38%;
		margin:0 2% 0 0;
	} .content .sign-coach .step.main .box.b {
		float:left;
		width:60%;
	} .content .sign-coach .step input[type=text],
	  .content .sign-coach .step select,
	  .content .sign-coach .step textarea {
		width:100%;
		line-height:1em;
		border:0;
	} .content .sign-coach .captcha {
		float:left;
		width:60%;
	} .content .sign-coach .aggree {
		float:left;
		width:36%;
		margin:1% 0 0 4%;
		text-align:right;
	} .content .sign-coach .aggree label {
		display:inline-block;
		font-size:15px;
		line-height:1.6em;
	} .content .sign-coach button {
		width:180px;
		height:50px;
		font-size:17px;
		font-weight:500;
		color:#FFF;
		background:#BD1550;
		-webkit-border-radius:50px;
		border-radius:50px;
		cursor:pointer;
	} .content .sign-coach .alt {
		position:absolute;
		width:100%;
		bottom:14px;
		left:0;
		padding:16px 0;
		text-align:center;
	} .content .sign-coach .alt a {
		font-size:15px;
		color:#FFF;
		
	} .content .con-under {
		display:table;
		width:100%;
		height:100%;
	} .content .con-under > div:nth-child(1) {
		display:table-cell;
		width:100%;
		height:100%;
		vertical-align:middle;
	} .content .con-under > div:nth-child(1) > div:nth-child(1) {
		position:relative;
		width:810px; 
		height:532px;
		margin:auto;
		background:url('../images/back_efectElement_27.png') no-repeat;
	} .content .con-under span {
		position:absolute;
		top:230px;
		left:270px;
		font-size:43px;
		font-weight:bold;
		line-height:1em;
		letter-spacing:-1px;
		color:#E97F02;
		text-decoration:none;
		-moz-transform:rotate(-10deg);
		-webkit-transform:rotate(-10deg);
		-o-transform:rotate(-10deg);
		-ms-transform:rotate(-10deg);
		transform:rotate(-10deg);
		
	} .content .fs-17 {
		font-size:17px;
	} .content .fs-27 {
		font-size:27px;
		line-height:1.4em;
		letter-spacing:-.5px;
	}
	
	.footer {
		width:100%;
		
	} .footer .top {
		position:relative;
		width:100%;
		height:460px;
		background:#490A3D;
	} .footer .top .efect {
		position:absolute;
		z-index:2;
		top:-45px;
		right:18%;
		
	} .footer .boxes {
		display:table;
		width:100%;
		max-width:1200px;
		min-height:450px;
		margin:auto;
		padding-top:65px;
	} .footer .boxes .box.a {
		display:table-cell;
		width:37%;
		position:relative;
		vertical-align:top;
	} .footer .boxes .box.a .txt.a {
		display:block;
		font-size:23px;
		color:#F8CA00;
		line-height:1em;
	} .footer .boxes .box.a .txt.b {
		display:block;
		font-size:37px;
		color:#F8CA00;
		font-weight:bold;
		letter-spacing:-.5px;
		line-height:1em;
	} .footer .boxes .box.a .social {
		padding:30px 0;
	} .footer .boxes .box.a .social a {
		display:inline-block;
		border:3px solid #FFF;
		width:60px;
		height:60px;
		padding:3px;
		-webkit-border-radius:12px;
		border-radius:12px;
		text-align:center;
	} .footer .boxes .box.a .mail {
		position:absolute;
		bottom:50px;
		left:0;
	} .footer .boxes .box.a .mail div {
		display:inline-block;
		width:40px;
		height:40px;
		margin:-9px 6px 0 0;
		padding:8px;
		background:#FFF;
		-webkit-border-radius:8px;
		border-radius:8px;
		vertical-align:middle;
	} .footer .boxes .box.a .mail a {
		display:inline-block;
		font-size:21px;
		font-weight:bold;
		color:#FFF;
		
	} .footer .boxes .box.b {
		display:table-cell;
		width:38%;
		position:relative;
		vertical-align:top;
	} .footer .boxes .box.b .txt.a {
		display:block;
		font-size:23px;
		color:#F8CA00;
		line-height:1em;
	} .footer .boxes .box.b .txt.b {
		display:block;
		font-size:37px;
		color:#F8CA00;
		font-weight:bold;
		letter-spacing:-1px;
		line-height:1em;
	} .footer .boxes .box.b .address {
		padding:30px 0;
	} .footer .boxes .box.b .address div {
		display:inline-block;
		width:40px;
		height:40px;
		margin:3px 6px 0 0;
		padding:8px;
		background:#FFF;
		-webkit-border-radius:8px;
		border-radius:8px;
		vertical-align:top;
	} .footer .boxes .box.b .address span {
		display:inline-block;
		width:84%;
		font-size:17px;
		color:#FFF;
		line-height:1.5em;
	} .footer .boxes .box.b .phone {
		position:absolute;
		bottom:50px;
		left:0;
	} .footer .boxes .box.b .phone div {
		display:inline-block;
		width:40px;
		height:40px;
		margin:-9px 6px 0 0;
		padding:8px;
		background:#FFF;
		-webkit-border-radius:8px;
		border-radius:8px;
		vertical-align:middle;
	} .footer .boxes .box.b .phone a {
		display:inline-block;
		font-size:21px;
		font-weight:bold;
		color:#FFF;
		
	} .footer .boxes .box.c {
		display:table-cell;
		width:25%;
		position:relative;
		text-align:right;
		vertical-align:top;
	} .footer .boxes .box.c .txt.a {
		display:block;
		font-size:23px;
		color:#F8CA00;
		line-height:1em;
	} .footer .boxes .box.c .txt.b {
		display:block;
		font-size:37px;
		color:#F8CA00;
		font-weight:bold;
		letter-spacing:-1px;
		line-height:1em;
	} .footer .boxes .box.c ul {
		list-style:none;
		margin:30px 0 0 0;
		padding:0;
		font-size:17px;
		color:#FFF;
		line-height:1.8em;
	} .footer .boxes .box.c .links {
		position:absolute;
		bottom:60px;
		right:0;
		color:#FFF;
		white-space:nowrap;
	} .footer .boxes .box.c .links a {
		color:#FFF;
		
	} .footer .bottom {
		width:100%;
	} .footer .bottom > div:nth-child(1) {
		display:table;
		width:100%;
		max-width:1200px;
		min-height:120px;
		margin:auto;
	} .footer .bottom .left {
		display:table-cell;
		vertical-align:middle;
		font-size:14px;
		color:#490A3D;
	} .footer .bottom .right {
		display:table-cell;
		vertical-align:middle;
		text-align:right;
	}
	
	.mobile-menu {
		position:fixed;
		z-index:99999;
		top:0;
		left:0;
		width:100%;
		height:100%;
	} .mobile-menu > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} .mobile-menu > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		text-align:center;
		vertical-align:top;
	} .mobile-menu .logo {
		display:block;
		margin:30px 0 60px 0;
	} .mobile-menu .logo img {
		display:block;
		margin:0 auto 30px auto;
	} .mobile-menu .logo span {
		display:block;
		width:80%;
		margin:auto;
		font-size:27px;
		font-weight:900;
		color:#00B0B3;
		text-shadow:2px 2px 2px rgba(255,255,255,.25);
		letter-spacing:-1px;
	} .mobile-menu ul {
		list-style:none;
		margin:20px 0;
		padding:0;
		font-size:21px;
	} .mobile-menu ul {
		list-style:none;
		width:90%;
		margin:auto;
		padding:0;
		font-size:16px;
	} .mobile-menu ul li:first-child {
		border-top:0!important;
	} .mobile-menu ul li {
		display:block;
		border-bottom:1px solid rgba(255,255,255,.1);
		font-weight:700;
	} .mobile-menu ul li:last-child {
		border-bottom:0;
		font-weight:300;
	} .mobile-menu ul li a {
		display:block;
		padding:12px 0 10px 0;
		font-size:19px;
		color:#F8CA00;
		text-decoration:none;
	} .mobile-menu ul li a:active {
		background:#F8CA00;
		color:#4D0D3B!important;
	}
	
	.mobile-menu,
	.mobile-btn {
		display:none;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	
	/* // All Mobile Sizes (devices and browser) */
	@media only screen and (max-width:767px) {
		
		.nomob {
			display:none;
		}
		
		.header > div:nth-child(1) {
			position:relative;
			width:100%;
			max-width:90%;
			min-height:120px;
			margin:auto;
		} .header .right .buttons {
			display:none;
		} .header .right .mobile-btn {
			display:block;
			margin:20px 10px 0 0;
		}
		
		.container {
			width:100%;
			height:auto;
		}
		
		.wa-btn {
			position:fixed;
			z-index:99;
			bottom:40px;
			right:40px;
		} .wa-btn .wa {
			position:relative;
		} .wa-btn .wa .whatsapp {
			width:66px;
			height:66px;
			padding:3px;
			background:#29a71a;
			cursor:pointer;
			-webkit-border-radius:60px;
			border-radius:60px;
			-webkit-box-shadow:0 10px 10px 0 rgba(102,51,0,0.35);
			box-shadow:0 10px 10px 0 rgba(102,51,0,0.35);
		} .wa-btn .wa .txt {
			display:none;
		} .wa-btn .wa .whatsapp-butonu {
			background-size:90%;
			background-position:100% 100%;
		}
		
		.content {
			width:100%;
			height:auto;
			
		} .content .section.a {
			position:relative;
			width:100%;
		} .content .section.a .container {
			position:relative;
			z-index:2;
			width:100%;
			max-width:85%;
			min-height:750px;
			margin:auto;
		} .content .section.a .efect1 {
			background:url('../images/back_efectElement_7.png') repeat-x 50% 54%;
			background-size:260%;
		} .content .section.a .efect2 {
			top:inherit;
			left:inherit;
			bottom:-4px;
			right:12%;
		} .content .section.a .efect3 {
			top:28px;
			left:5%;
		} .content .section.a .box.a {
			position:relative;
			top:inherit;
			left:inherit;
			width:320px;
			margin:auto;
			text-align:center;
		} .content .section.a .box.a .txt.a {
			width:100%;
			margin-top:60px;
			font-size:37px;
			letter-spacing:-2px;
		} .content .section.a .box.a .txt.a > span:nth-child(1) {
			position:absolute;
			top:38px;
			left:36px;
		} .content .section.a .box.a .txt.a img {
			width:140px;
			height:auto;
		} .content .section.a .box.a .txt.b {
			width:100%;
			font-size:19px;
			
		} .content .section.a .box.a .plan {
			width:100%!important;
		} .content .section.a .box.a .coach {
			width:100%!important;
			margin-top:0!important;
			margin-bottom:120px!important;
			
		} .content .section.a .box.b {
			position:inherit;
			top:inherit;
			right:inherit;
		} .content .section.a .box.b img {
			width:100%;
			height:auto;
			
		} .content .section.a .box.c {
			position:absolute;
			bottom:0;
			right:0;
		} .content .section.a .box.c img {
			float:right;
			width:60%;
			height:auto;
			
		} .content .section.wavetext {
			height:120px;
		} .content .section.wavetext .wrapper--full {
			margin:20px auto;
		} .content .section.wavetext .marquee-wave,
		  .content .section.wavetext .marquee-wave text,
		  .content .section.wavetext .marquee-wave textpath {
			font-size:100px;
			
		} .content .section.b {
			width:100%;
		} .content .section.b .container {
			max-width:80%;
			min-height:auto;
			margin-top:60px;
		} .content .section.b .slogan {
			position:inherit;
			top:inherit;
			left:inherit;
		} .content .section.b .slogan > span:nth-child(1) {
			display:block;
			padding-top:56px;
			font-size:31px;
			letter-spacing:-1px;
		} .content .section.b .slogan .lessons-bar {
			width:100%;
			height:60px;
			font-size:45px;
			margin-top:4px;
			margin-left:0;
			white-space:nowrap;
		} .content .section.b .efect1 {
			top:-110px;
			left:inherit;
			right:0;
		} .content .section.b .efect2 {
			top:50px;
			left:inherit;
			right:0;
		} .content .section.b .efect2 img {
			width:40px;
			height:auto;
		} .content .section.b .efect3 {
			top:-110px;
			left:0;
		} .content .section.b .efect3 img {
			width:100%;
			height:auto;
		} .content .section.b .efect4 {
			bottom:320px;
			left:0;
		} .content .section.b .efect4 img {
			width:100%;
			height:auto;
			
		} .content .section.b .efect5 {
			position:inherit;
			top:inherit;
			right:inherit;
			margin-top:220px;
		} .content .section.b .efect5 div {
			opacity:0;
			width:100%;
			height:100%;
			padding:30px;
			-webkit-border-radius:400px;
			border-radius:400px;
		} .content .section.b .efect5 img {
			display:block;
			width:100%;
			height:100%;
			-webkit-border-radius:400px;
			border-radius:400px;
			
		} .content .section.c {
			position:relative;
			display:block;
			max-width:100%;
			min-height:auto;
			margin:auto;
			margin-top:-280px;
		} .content .section.c .left {
			display:none;
			position:relative;
			width:320px;
			margin:80px auto 40px auto;
		/*
		} .content .section.c .left .img {
			width:320px;
			height:auto;
		} .content .section.c .left .efect1 {
			top:-20px;
			left:120px;
		} .content .section.c .left .efect1 img {
			width:auto;
			height:40px;
		} .content .section.c .left .efect2 {
			top:70px;
			left:-20px;
		} .content .section.c .left .efect2 img {
			width:auto;
			height:40px;
		} .content .section.c .left .efect3 {
			top:160px;
			left:50px;
		} .content .section.c .left .efect3 img {
			width:auto;
			height:40px;
		} .content .section.c .left .efect4 {
			top:170px;
			left:200px;
		} .content .section.c .left .efect4 img {
			width:auto;
			height:40px;
		} .content .section.c .left .slogan {
			position:absolute;
			top:92px;
			left:92px;
		} .content .section.c .left .slogan button {
			width:181px;
			height:90px;
			padding:0 20px;
			line-height:1em;
			-webkit-border-radius:32px;
			border-radius:32px;
		} .content .section.c .left .slogan span {
			display:block;
			font-size:13px;
			margin-top:-4px;
		*/
			
		} .content .section.c .right {
			display:block;
			width:90%;
			margin:auto;
			text-align:center;
			padding:0;
			padding-top:120px;
		} .content .section.c .right .efect1 {
			position:absolute;
			top:0;
			left:180px;
		} .content .section.c .right .efect1 img {
			width:180px;
			height:auto;
		} .content .section.c .right .efect2 {
			position:absolute;
			top:394px;
			left:80px;
		} .content .section.c .right .efect2 img {
			width:180px;
			height:auto;
		} .content .section.c .right ul {
			width:100%;
		} .content .section.c .right .plan {
			margin-left:inherit
			
		} .content .section.c .efect.alt {
			display:none;
			
		} .content .section.d {
			max-width:90%;
			min-height:auto;
			margin:auto;
			padding-top:260px;
		} .content .section.d .left {
			display:block;
			width:100%;
		} .content .section.d .left .efect1 {
			top:-130px;
		} .content .section.d .left .efect1 img {
			width:240px;
			height:auto;
		} .content .section.d .left .efect2 {
			display:none;
		} .content .section.d .left .efect3 {
			bottom:100px;
			left:inherit;
			right:0;
		} .content .section.d .left .efect3 img {
			width:80px;
			height:auto;
		} .content .section.d .left .text {
			font-size:37px;
		} .content .section.d .left .text strong {
			font-size:47px;
		} .content .section.d .right {
			display:block;
			width:100%;
		} .content .section.d .right .img {
			display:none;
		} .content .section.d .right .txt {
			padding:8%;
			width:100%;
			font-size:15px;
			margin-top:20px;
			-webkit-border-radius:30px;
			border-radius:30px;
			text-align:center;
			margin-bottom:100px;
			
		} .content .section.e {
			background:#F4A547 url('../images/back_firstStepLeft.png') no-repeat top left;
			background-size:40%;
		} .content .section.e > div:nth-child(1) {
			min-height:350px;
			background:url('../images/back_firstStepRight.png') no-repeat top right;
			background-size:40%;
		} .content .section.e .efect1 {
			top:-20px;
			left:8%;
		} .content .section.e .efect1 img {
			width:150px;
			height:auto;
		} .content .section.e .efect2 {
			top:-16%;
			right:2%;
		} .content .section.e .efect2 img {
			width:150px;
			height:auto;
		} .content .section.e .text {
			display:block;
			padding:0 20px;
			padding-top:140px;
			font-size:23px;
			letter-spacing:-1.5px;
		} .content .section.e .text span {
			position:absolute;
			bottom:-12px;
			right:-32px;
		} .content .section.e .text span img {
			width:30px;
			height:auto;
		} .content .section.e .start-btn {
			height:62px;
			margin-top:-12px;
		} .content .section.e .start-btn button {
			font-size:23px!important;
			
		} .content .section.f .efect1 {
			opacity:0;
			position:absolute;
			z-index:1;
			top:46%;
			left:6%;
		} .content .section.f .efect2 {
			opacity:0;
			position:absolute;
			z-index:1;
			bottom:8%;
			left:23%;
		} .content .section.f .comments {
			display:block;
			max-width:80%;
			padding-top:10px;
			padding-bottom:50px;
		} .content .section.f .comments .box.a {
			display:block;
			position:relative;
			width:auto;
			vertical-align:top;
			margin-bottom:10%;
		} .content .section.f .comments .box.a .titles {
			position:inherit;
			top:inherit;
			padding-top:30px;
		} .content .section.f .comments .box.a .titles span {
			font-size:27px;
		} .content .section.f .comments .box.a .titles img {
			margin-left:10%!important;
			width:40%;
			height:auto;
			transform:scaleX(-1);
			transform:scaleY(-1);
		} .content .section.f .comments .box.b {
			display:block;
			width:100%;
		} .content .section.f .comments .box.c {
			display:block;
			width:100%;
		} .content .section.f .comments .box.c .table {
			display:table;
			width:100%;
		} .content .section.f .comments .box.c .table.a {
			min-height:auto;
			margin-top:-64px;
		} .content .section.f .comments .box.c .row {
			display:table-row;
		} .content .section.f .comments .box.c .cell.a1 {
			display:none;
		} .content .section.f .comments .box.c .cell.a2 {
			display:none;
		} .content .section.f .comments .box.c .cell.b {
			display:table-cell;
			height:25px;
		} .content .section.f .comments .box.c .cell.c {
			display:table-cell;
			height:420px;
			padding:15%;
			background:#FFF;
			-webkit-border-radius:30px;
			border-radius:30px;
		} .content .section.f .comments .box.c .cell.c span {
			font-size:15px;
			line-height:1.5em;
		} .content .section.f .comments .box.c .cell.d {
			display:table-cell;
			min-height:360px;
			padding:15%;
			background:#FFF;
			-webkit-border-radius:30px;
			border-radius:30px;
			
		} .content .section.breadcrumb {
			display:grid;
			width:100%;
			min-height:170px;
			place-items:center;
		} .content .section.breadcrumb .typing {
			font-size:1.5em;
		} .content .section.breadcrumb a {
			font-size:15px;
			
		} .content .section.dom {
			width:100%;
			min-height:auto;
			padding:30px 20px;
			padding-bottom:200px;
		} .content .section.dom > div:nth-child(1) {
			width:100%;
			max-width:100%;
			font-size:17px;
			line-height:1.7em;
			margin:auto;
		} .content .section.dom .right {
			float:none!important;
			margin-bottom:30px;
			
			
			
			
			
			
			
			
			
		} .content .con-faq .efect1 {
			display:none;
		} .content .con-faq .efect2 {
			display:none;
		} .content .con-faq .efect3 {
			display:none;
		} .content .con-faq .top-text {
			float:none;
			margin-bottom:0;
			text-align:center;
		} .content .con-faq .top-text span {
			font-size:27px;
		} .content .con-faq .item.a {
			float:none;
			width:100%;
			padding:30px;
			-webkit-border-radius:20px;
			border-radius:20px;
			margin-top:inherit!important;
			margin-right:inherit;
			margin-bottom:30px;
			font-size:15px;
			line-height:1.7em;
		} .content .con-faq .item.b {
			float:none;
			width:100%;
			padding:30px;
			-webkit-border-radius:20px;
			border-radius:20px;
			margin-top:inherit!important;
			margin-left:inherit;
			margin-bottom:30px;
			font-size:15px;
			line-height:1.7em;
		} .content .con-faq .item .txt {
			font-size:21px;
			
			
			
			
			
			
			
		} .content .calendar {
			position:relative;
			z-index:1;
			width:100%;
			min-height:440px;
			color:#4D0D3B;
		} .content .calendar .c1 {
			padding:10px 0;
		} .content .calendar .c1 .left {
			float:left;
			width:50%;
			padding:0 6px;
		} .content .calendar .c1 .left span {
			font-size:20px;
			font-weight:500;
		} .content .calendar .c1 .right {
			float:left;
			width:50%;
			padding:0 6px;
			text-align:right;
		} .content .calendar .c1 .right span {
			display:inline-block;
			width:180px;
			font-size:18px;
			text-align:center;
		} .content .calendar .c2 {
			display:table;
			width:100%;
			padding:10px 0;
			border-top:1px solid rgba(15,104,75,.25);
			border-bottom:1px solid rgba(15,104,75,.25);
		} .content .calendar .c2 div {
			display:table-cell;
			vertical-align:middle;
			text-align:center;
		} .content .calendar-loader {
			display:none;
			position:absolute;
			z-index:9;
			width:100%;
			height:100%;
			background:rgba(255,255,255,.75);
		} .content .calendar-loader > div:nth-child(1) {
			display:table;
			width:100%;
			height:100%;
		} .content .calendar-loader > div:nth-child(1) > div:nth-child(1) {
			display:table-cell;
			vertical-align:middle;
			text-align:center;
		} .content .calendar-titles {
			padding:10px 0;
		} .content .calendar-titles .left {
			float:left;
			width:50%;
			padding:0 6px;
		} .content .calendar-titles .left span {
			font-size:23px;
			font-weight:500;
		} .content .calendar-titles .right {
			float:left;
			width:50%;
			padding:0 6px;
			text-align:right;
		} .content .calendar-titles .right span {
			display:inline-block;
			width:180px;
			font-size:23px;
			text-align:center;
		} .content .calendar-tables {
			display:table;
			width:100%;
			padding:10px 0;
			border-top:1px solid rgba(15,104,75,.25);
			border-bottom:1px solid rgba(15,104,75,.25);
		} .content .calendar-tables .box.a {
			display:table-cell;
			width:360px;
			border:1px solid rgba(15,104,75,.25);
			vertical-align:top;
		} .content .calendar-tables .box.a .table.a {
			display:table;
			width:100%;
		} .content .calendar-tables .box.a .table.a .row {
			display:table-row;
			height:54px;
			line-height:1em;
		} .content .calendar-tables .box.a .table.a .cell {
			display:table-cell;
			width:14.28%;
			vertical-align:middle;
			border-bottom:1px solid rgba(15,104,75,.25);
			text-align:center;
		} .content .calendar-tables .box.a .table.b {
			display:table;
			width:100%;
			border-collapse:separate;
			border-spacing:3px;
			letter-spacing:-1px;
		} .content .calendar-tables .box.a .table.b .row {
			display:table-row;
			height:64px;
		} .content .calendar-tables .box.a .table.b .cell {
			position:relative;
			display:table-cell;
			width:14.28%;
			vertical-align:middle; 
			
		} .content .sign-up {
			position:relative;
		} .content .sign-up > div:nth-child(1) > div:nth-child(1) {
			max-width:100;
			margin:auto;
			
		} .content .sign-up .step {
			position:relative; 
			z-index:1;
			display:none;
			margin:80px auto 50px auto;
			-webkit-border-radius:20px;
			border-radius:20px;
		} .content .sign-up .step > div:nth-child(1) {
			font-size:17px;
			line-height:1.3em;
			letter-spacing:0;
		} .content .sign-up .step .frm-guide {
			font-size:14px!important;
		} .content .sign-up .step .captcha {
			float:none;
			width:100%;
			margin:1% 0 0 0;
		} .content .sign-up .step .aggree {
			float:none;
			width:100%;
			margin:4% 0 0 0;
			text-align:center;
		} .content .sign-up .step .aggree label {
			font-size:13px;
		} .content .sign-up .step button[type=submit] {
			-webkit-border-radius:12px;
			border-radius:12px;
			
		} .content .sign-up .step.main {
			width:90%;
			padding:20px;
			-webkit-border-radius:20px;
			border-radius:20px;
		} .content .sign-up .step.main .txt.a {
			font-size:15px;
		} .content .sign-up .step.main .txt.b {
			font-size:19px;
		} .content .sign-up .step.main .box.a {
			float:none;
			width:100%;
			margin:0 0 12px 0;
		} .content .sign-up .step.main .box.b {
			float:none;
			width:100%;
			
		} .content .sign-up .step.p1 {
			width:90%;
			padding:20px;
		} .content .sign-up .step.p1 button[type=submit] {
			font-size:15px;
			
		} .content .sign-up .step.p2-1 {
			width:90%;
			padding:20px;
		} .content .sign-up .step.p2-1 button[type=submit] {
			font-size:15px;
			
		} .content .sign-up .step.p2-2 {
			width:90%;
			padding:20px;
		} .content .sign-up .step.p2-2 button[type=submit] {
			font-size:15px;
			
		} .content .sign-up .step.p3 {
			width:90%!important;
			padding:20px;
		} .content .sign-up .step.p3 .step-packages {
			font-size:17px;
			line-height:1.4em;
			letter-spacing:0;
		} .content .sign-up .step.p3 .step-packages .item {
			display:inline-block;
			width:290px;
			margin:10px 20px 80px 20px;
			cursor:pointer;
		} .content .sign-up .step.p3 .step-packages .box {
			position:relative;
			width:100%;
			height:340px;
			padding:26px;
			text-align:left;
			color:#4D0D3B;
			background:#FFF;
			border:4px solid #FFF;
			-webkit-border-radius:20px;
			border-radius:20px;
			-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.25);
			box-shadow:0 10px 20px 0 rgba(0,0,0,.25);
		} .content .sign-up .step.p3 .step-packages .box .title {
			font-size:25px;
			letter-spacing:-1px;
		} .content .sign-up .step.p3 .step-packages ul {
			list-style:none;
			margin:0;
			padding:0;
			font-size:15px;
			color:#4D0D3B;
		} .content .sign-up .step.p3 .step-packages .btn {
			position:absolute;
			bottom:30px;
			left:30px;
			text-align:center;
		} .content .sign-up .step.p3 .step-packages .btn button {
			padding:10px;
			width:230px;
			font-size:19px;
			letter-spacing:-0.5px;
			background:#EA7F27;
			color:#FFF;
			-webkit-border-radius:20px;
			-moz-border-radius:20px;
			border-radius:20px;
			cursor:pointer;
		} .content .sign-up .step.p3 .step-packages .alt {
			font-size:15px;
		} .content .sign-up .step.p3 .step-selclass {
			font-size:15px;
		} .content .sign-up .step.p3 button[type=submit] {
			font-size:15px;
			
		} .content .sign-up .step.p4 {
			width:90%;
			padding:20px;
		} .content .sign-up .step.p4 .les {
			float:left;
			width:50%;
			padding:6px 0;
		} .content .sign-up .step.p4 button[type=submit] {
			font-size:15px;
			
		} .content .sign-up .step.p5 {
			width:90%;
			padding:20px;
		} .content .sign-up .step.p5 .les {
			position:relative;
			height:72px;
		} .content .sign-up .step.p5 .les div {
			position:absolute;
			top:4px;
			width:98%;
		} .content .sign-up .step.p5 button[type=submit] {
			width:auto;
			font-size:15px;
			
		} .content .sign-up .step.p6 {
			width:90%;
			padding:20px;
		} .content .sign-up .step.p6 button[type=submit] {
			width:120px;
			font-size:15px;
		} .content .sign-up .step.p6 button[type=button] {
			width:160px;
			font-size:15px;
			-webkit-border-radius:12px;
			border-radius:12px;
			
		} .content .sign-up .step.p7 {
			width:90%;
			padding:20px;
		} .content .sign-up .step.p7 .frm-guide span {
			font-size:17px;
			letter-spacing:0;
		} .content .sign-up .step.p7 button {
			font-size:15px!important;
			-webkit-border-radius:12px!important;
			border-radius:12px!important;
			
		} .content .sign-up .step.p8 {
			width:90%;
			padding:20px;
		} .content .sign-up .step.p8 .calendar-text {
			display:block;
			font-size:17px;
			letter-spacing:0;
		} .content .sign-up .step.p8 .calendar {
			zoom:.55;
		} .content .sign-up .step.p8 button {
			font-size:15px!important;
			-webkit-border-radius:12px!important;
			border-radius:12px!important;
		
		} .content .sign-up .step.p9 {
			width:90%;
			padding:20px;
		} .content .sign-up .step.p9 .title {
			font-size:17px;
			letter-spacing:0;
		} .content .sign-up .step.p9 .card {
			float:none;
			width:100%;
		} .content .sign-up .step.p9 .card img {
			width:100%;
			height:auto;
			margin-left:-6%;
		} .content .sign-up .step.p9 .form {
			width:100%;
			font-size:17px;
			letter-spacing:0;
		} .content .sign-up .step.p9 button {
			font-size:15px!important;
			-webkit-border-radius:12px!important;
			border-radius:12px!important;
			
		} .content .sign-up .step.p10 {
			width:90%;
			padding:20px;
		} .content .sign-up .step.p10 fieldset {
			background:#2D8CF8;
			color:#FFF;
			text-align:center;
		} .content .sign-up .step.p10 fieldset div {
			width:100px;
			font-size:15px;
			padding:16px;
			line-height:1em;
		} .content .sign-up .step.p10 button {
			font-size:15px!important;
			-webkit-border-radius:12px!important;
			border-radius:12px!important;
			
		} .content .sign-up .back-link {
			bottom:0;
			
		} .content .sign-coach {
			position:relative;
		} .content .sign-coach > div:nth-child(1) > div:nth-child(1) {
			max-width:100%;
		} .content .sign-coach .step.main {
			width:90%;
			margin:80px auto 50px auto;
			padding:20px;
			-webkit-border-radius:20px;
			border-radius:20px;
		} .content .sign-coach .step .txt.a {
			font-size:15px;
		} .content .sign-coach .step .txt.b {
			font-size:19px;
		} .content .sign-coach .step.main .box.a {
			float:none;
			width:100%;
			margin:0 0 12px 0;
		} .content .sign-coach .step.main .box.b {
			float:none;
			width:100%;
		} .content .sign-coach .captcha {
			float:none;
			width:100%;
		} .content .sign-coach .aggree {
			float:none;
			width:100%;
			margin:5% 0 0 0;
			text-align:center;
		} .content .sign-coach .aggree label {
			font-size:13px;
		} .content .sign-coach button {
			-webkit-border-radius:12px;
			border-radius:12px;
		} .content .sign-coach .alt {
			bottom:0px;
			
		} .content .con-under {
			zoom:.4;
			
		} .content .fs-17 {
			font-size:15px!important;
		} .content .fs-27 {
			font-size:21px;
		}
		
		.footer .top {
			height:auto;
		} .footer .top .efect {
			top:-16px;
			right:12%;
		} .footer .top .efect img {
			width:280px;
			height:auto;
			
		} .footer .boxes {
			display:block;
			max-width:90%;
			min-height:auto;
			
		} .footer .boxes .box.a {
			display:block;
			width:100%;
			height:320px;
			text-align:center;
		} .footer .boxes .box.a .social {
			padding:30px 0;
		} .footer .boxes .box.a .mail {
			width:100%;
		} .footer .boxes .box.a .mail div {
			display:block;
			margin:0 auto 20px auto;
		} .footer .boxes .box.a .mail a {
			font-size:21px;
			
		} .footer .boxes .box.b {
			height:400px;
			text-align:center;
		} .footer .boxes .box.b .address div {
			display:block;
			margin:0 auto 20px auto;
		} .footer .boxes .box.b .address span {
			display:block;
			width:100%;
			font-size:15px;
			text-align:center;
		} .footer .boxes .box.b .phone {
			width:100%;
		} .footer .boxes .box.b .phone div {
			display:block;
			margin:0 auto 20px auto;
			
		} .footer .boxes .box.c {
			display:block;
			width:100%;
			text-align:center;
		} .footer .boxes .box.c .links {
			position:inherit;
			bottom:inherit;
			right:inherit;
			padding-bottom:40px;
		} .footer .boxes .box.c .links a {
			display:block;
			font-size:17px;
			margin:10px 0;
		} .footer .bottom {
			position:relative;
			z-index:99;
			background:#FFF;
		} .footer .bottom > div:nth-child(1) {
			width:90%;
			max-width:100%;
		}
		
		/* css1 */
		
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:769px) and (max-width:1023px) {
		
		body {
			zoom:55%!important;
		}
		
		.section.a .container,
		.section.b .container {
			max-width:98%!important;
			
		}
		
		/* css3 */
		
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:1024px) and (max-width:1224px) {
		
		body {
			zoom:65%!important;
		}
		
		.section.a .container,
		.section.b .container {
			max-width:98%!important;
			
		}
		
		/* css3 */
		
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:1225px) and (max-width:1379px) {
		
		body {
			zoom:75%!important;
		}
		
		.section.a .container,
		.section.b .container {
			max-width:96%!important;
			
		}
		
		#launcher {
			zoom:114%!important;
		}
		
		/* css4 */
	}
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1380px) and (max-width:1466px) {
		
		body {
			zoom:85%!important;
		}
		
		.section.a .container,
		.section.b .container {
			max-width:96%!important;
			
		}
		
		.zEWidget-webWidget {
			zoom:114%!important;
		}
		#launcher {
			zoom:114%!important;
		}
		
		/* css5 */
	}
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1467px) and (max-width:1750px) {
		
		body {
			zoom:90%!important;
		}
		
		.section.a .container,
		.section.b .container {
			max-width:90%!important;
			
		}
		
		.zEWidget-webWidget {
			zoom:114%!important;
		}
		#launcher {
			zoom:114%!important;
		}
		
		/* css5 */
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	.gg1 {
		background:linear-gradient(to bottom, rgba(77,13,59,1) 28.2%,rgba(233,127,2,1) 83%);
	} .gg2 {
		background:linear-gradient(to bottom, rgba(233,127,2,0) 0%,rgba(233,127,2,0.15) 100%);
	} .gg3 {
		background:linear-gradient(to bottom, rgba(77,13,59,1) 50%,rgba(180,87,22,1) 100%);
	} .gg4 {
		background:linear-gradient(to bottom, rgba(77,13,59,1) 0%,rgba(233,127,2,.75) 100%);
	} .gg5 {
		background:linear-gradient(to bottom, rgba(77,13,59,1) 28.2%,rgba(233,127,2,1) 100%);
	} .gg6 {
		background:linear-gradient(to bottom, rgba(233,127,2,.5) 0%,rgba(77,13,59,.25) 50%,rgba(139,58,36,.5) 100%);
	} .gg7 {
		background:linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	}
	
	.whatsapp-butonu {
		position:absolute;
		top:12px;
		left:12px;
		width:40px;
		height:40px;
		border:none;
		box-shadow:0 0 0 0 rgba(41, 167, 26, .7);
		border-radius:50%;
		background-color:#29a71a;
		background-image:url('../images/whatsapp.png');
		background-size:50%;
		background-position:center center;
		background-repeat:no-repeat;
		cursor:pointer;
		-webkit-animation:
		pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		-moz-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		-ms-animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		animation:pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	} .whatsapp-butonu:hover {
		-webkit-animation:none;
		-moz-animation:none;
		-ms-animation:none;
		animation:none;
	}
	
	@-webkit-keyframes pulse {to {box-shadow:0 0 0 40px rgba(232, 76, 61, 0);}}
	@-moz-keyframes pulse {to {box-shadow:0 0 0 40px rgba(232, 76, 61, 0);}}
	@-ms-keyframes pulse {to {box-shadow:0 0 0 40px rgba(232, 76, 61, 0);}}
	@keyframes pulse {to {box-shadow:0 0 0 40px rgba(232, 76, 61, 0);}}
	
	.eyes {
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		width:650px;
		display:flex;
		justify-content:space-between;
		transform:translate3d(-50%,-70%,0);
		zoom:8%;
	} .eye {
		position:relative;
		width:200px;
		height:260px;
		background:#fff;
		border-radius:50%;
		animation:eye 7.5s infinite;
	} .eye.right {
		margin-top:40px;
		zoom:80%;
	} .eye::after {
		content:"";
		position:absolute;
		top:50%;
		width:65%;
		height:65%;
		background:#000;
		border-radius:50%;
		transform:translate3d(-50%,-50%,0);
		animation:eyes 3.5s infinite;
	} .eye.left::after{
		left:60%;
	} .eye.right::after{
		left:40%;
	}
	
	@keyframes eye{
		0%,
		5%,
		30%,
		37%,
		100%{
			height:260px;
			transform:translate3d(0,0,0);
		}
		3%,
		33%{
			height:0;
			transform:translate3d(0, -50%, 0);
		}
	}
	@keyframes eyes{
		0%,
		20%{
			top:60%;
		}
		21%,
		40%,
		81%,
		100%{
			top:50%
		}
	}
	
	.tp-anim {
		position:relative;
		animation:tpanim 1.5s infinite;
		animation-timing-function:ease-in-out;
	}
	
	@keyframes tpanim {
	  0%,
	  100% {
	    top:0;
	  }
	  50% {
	    top:12px;
	  }
	}
	
	button.sign-up {
		zoom:.8;
		padding:16px 30px;
		font-size:25px;
		font-weight:bold;
		line-height:1em;
		color:#FFF;
		background:#BD1550;
		-webkit-border-radius:60px;
		border-radius:60px;
		cursor:pointer;
		-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
	} button.sign-up:hover {
		margin-top:-1px;
		filter:brightness(1.2);
	} button.sign-up:active {
		margin-top:1px;
		filter:brightness(1);
	}
	
	button.sign-in {
		zoom:.8;
		padding:16px 30px;
		font-size:25px;
		font-weight:bold;
		line-height:1em;
		color:#BD1550;
		background:#FFF;
		-webkit-border-radius:60px;
		border-radius:60px;
		cursor:pointer;
		-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
	} button.sign-in:hover {
		margin-top:-1px;
		filter:brightness(1.2);
	} button.sign-in:active {
		margin-top:1px;
		filter:brightness(1);
	}
	
	button.plan,
	button.coach,
	button.detail,
	button.start {
		padding:14px 20px;
		font-size:21px;
		font-weight:bold;
		line-height:1.3em;
		color:#FFF;
		background:#BD1550;
		-webkit-border-radius:60px;
		border-radius:60px;
		cursor:pointer;
		-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
		box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
	} button.coach {
	  	background:#842476;
	} button.plan:hover,
	  button.coach:hover,
	  button.detail:hover,
	  button.start:hover {
		margin-top:-1px;
		filter:brightness(1.2);
	} button.plan:active,
	  button.coach:active,
	  button.detail:active,
	  button.start:active {
		margin-top:1px;
		filter:brightness(1);
	}
	
	.search-bar input::-webkit-input-placeholder {
		color:rgba(0,0,0,0.35)!important;
	} .search-bar input:-moz-placeholder {
		color:rgba(0,0,0,0.35)!important;
	} .search-bar input::-moz-placeholder {
		color:rgba(0,0,0,0.35)!important;
	} .search-bar input:-ms-input-placeholder {
		color:rgba(0,0,0,0.35)!important;
	}
	
	@keyframes typing {
	  from {
	    width:0
	  }
	}
	@keyframes blink {
	  50% {
	    border-color:transparent
	  }
	}
	
	fieldset {
		width:100%;
		border:1px solid #CCC;
		-webkit-border-radius:5px;
		border-radius:5px;
		padding:7px 10px 13px 10px;
		margin:0;
		background:#FFF;
	} fieldset:hover {
		color:#BD1550;
		border:2px solid #BD1550!important;
		padding:6.5px 9px 12.5px 9px!important;
	} fieldset legend {
		padding:0 6px;
		font-size:12px;
		-webkit-border-radius:5px;
		border-radius:5px;
	} fieldset input,
	  fieldset textarea,
	  fieldset select {
		height:auto;
		font-size:21px!important;
		font-weight:bold;
		padding:0 11px!important;
		margin-left:-6px!important;
		background:url('../images/spacer.gif');
	} fieldset input:focus,
	  fieldset textarea:focus,
	  fieldset select:focus {
		color:#BD1550!important;
	} fieldset input[type=number]::-webkit-outer-spin-button,
	  fieldset input[type=number]::-webkit-inner-spin-button {
	    -webkit-appearance:none;
	    margin:0;
	} fieldset input[type=number] {
	    -moz-appearance:textfield;
	}
	
	@supports (-webkit-appearance:none) or (-moz-appearance:none) {
	  input[type='checkbox'],
	  input[type='radio'] {
	    --active:#FF885E;
	    --active-inner:#fff;
	    --focus:2px rgba(243, 93, 23, .3);
	    --border:#BBC1E1;
	    --border-hover:#FF885E;
	    --background:#fff;
	    --disabled:#F6F8FF;
	    --disabled-inner:#E1E6F9;
	    -webkit-appearance:none;
	    -moz-appearance:none;
	    width:21px;
	    height:21px;
	    outline:none;
	    display:inline-block;
	    vertical-align:middle;
	    position:relative;
	    margin:0;
	    cursor:pointer;
	    border:1px solid var(--bc, var(--border));
	    background:var(--b, var(--background));
	    -webkit-transition:background .3s, border-color .3s, box-shadow .2s;
	    transition:background .3s, border-color .3s, box-shadow .2s;
	  }
	  input[type='checkbox']:after,
	  input[type='radio']:after {
	    content:'';
	    display:block;
	    left:0;
	    top:0;
	    position:absolute;
	    -webkit-transition:opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	    transition:opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	    transition:transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
	    transition:transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	  }
	  input[type='checkbox']:checked,
	  input[type='radio']:checked {
	    --b:var(--active);
	    --bc:var(--active);
	    --d-o:.3s;
	    --d-t:.6s;
	    --d-t-e:cubic-bezier(.2, .85, .32, 1.2);
	  }
	  input[type='checkbox']:disabled,
	  input[type='radio']:disabled {
	    --b:var(--disabled);
	    cursor:not-allowed;
	    opacity:.9;
	  }
	  input[type='checkbox']:disabled:checked,
	  input[type='radio']:disabled:checked {
	    --b:var(--disabled-inner);
	    --bc:var(--border);
	  }
	  input[type='checkbox']:disabled + label,
	  input[type='radio']:disabled + label {
	    cursor:not-allowed;
	  }
	  input[type='checkbox']:hover:not(:checked):not(:disabled),
	  input[type='radio']:hover:not(:checked):not(:disabled) {
	    --bc:var(--border-hover);
	  }
	  input[type='checkbox']:focus,
	  input[type='radio']:focus {
	    box-shadow:0 0 0 var(--focus);
	  }
	  input[type='checkbox']:not(.switch),
	  input[type='radio']:not(.switch) {
	    width:21px;
	  }
	  input[type='checkbox']:not(.switch):after,
	  input[type='radio']:not(.switch):after {
	    opacity:var(--o, 0);
	  }
	  input[type='checkbox']:not(.switch):checked,
	  input[type='radio']:not(.switch):checked {
	    --o:1;
	  }
	  input[type='checkbox'] + label,
	  input[type='radio'] + label {
	    font-size:14px;
	    line-height:21px;
	    display:inline-block;
	    vertical-align:top;
	    cursor:pointer;
	    margin-left:4px;
	  }

	  input[type='checkbox']:not(.switch) {
	    border-radius:5px;
	  }
	  input[type='checkbox']:not(.switch):after {
	    width:5px;
	    height:9px;
	    border:2px solid var(--active-inner);
	    border-top:0;
	    border-left:0;
	    left:6px;
	    top:3px;
	    -webkit-transform:rotate(var(--r, 20deg));
		     transform:rotate(var(--r, 20deg));
	  }
	  input[type='checkbox']:not(.switch):checked {
	    --r:43deg;
	  }
	  input[type='checkbox'].switch {
	    width:38px;
	    border-radius:5px;
	  }
	  input[type='checkbox'].switch:after {
	    left:2px;
	    top:2px;
	    border-radius:50%;
	    width:15px;
	    height:15px;
	    background:var(--ab, var(--border));
	    -webkit-transform:translateX(var(--x, 0));
		     transform:translateX(var(--x, 0));
	  }
	  input[type='checkbox'].switch:checked {
	    --ab:var(--active-inner);
	    --x:17px;
	  }
	  input[type='checkbox'].switch:disabled:not(:checked):after {
	    opacity:.6;
	  }

	  input[type='radio'] {
	    border-radius:50%;
	  }
	  input[type='radio']:after {
	    width:19px;
	    height:19px;
	    border-radius:50%;
	    background:var(--active-inner);
	    opacity:0;
	    -webkit-transform:scale(var(--s, 0.7));
		     transform:scale(var(--s, 0.7));
	  }
	  input[type='radio']:checked {
	    --s:.5;
	  }
	}
	
	input:-webkit-autofill {
	  -webkit-box-shadow:0 0 0px 1000px white inset!important;
	}
	
	::-webkit-scrollbar-track {
		-webkit-box-shadow:none;
		-webkit-border-radius:0;
		border-radius:0;
		background-color:#EAEAEA;
	} ::-webkit-scrollbar {
		width:12px;
		height:12px;
	} ::-webkit-scrollbar-thumb {
		-webkit-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:none;
		background-color:#333;
		border-left:1px solid #FFF;
	}
	
	.gscale {
		filter:grayscale(100%);
		-webkit-filter:grayscale(100%);
		filter:gray;
		-webkit-transition:all .6s ease;
	}
	
	.noselect {
		-webkit-touch-callout:none;
		-webkit-user-select:none;
		-khtml-user-select:none;
		-moz-user-select:none;
		-ms-user-select:none;
		user-select:none;
	}
	
	input[type=text], input[type=password], textarea, select {
		font-size:14px;
		padding:10px;
		background:#FFF;
		border:1px solid rgba(0,0,0,0.2);
		vertical-align:middle;
		resize:none;
		margin:0;
		-webkit-appearance:none;
		color:#111;
	} input:focus[type=text], input:focus[type=password], textarea:focus {
		border:1px solid #3D67CB;
		color:#5A5A5A;
	}
	
	#blockPopupDiv {
		position:fixed;
		z-index:9998;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
	} #blockPopupDiv > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} #blockPopupDiv > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	} #blockPopupDiv #ytplayer {
		position:relative;
		z-index:1;
		display:inline-block;
		vertical-align:top;
		margin:auto;
		background:#FFF;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.75);
		box-shadow:0 10px 20px 0 rgba(0,0,0,.75);
	} #blockPopupDiv .popup-img {
		position:relative;
		z-index:1;
		display:inline-block;
		vertical-align:top;
		width:auto;
		max-width:80%;
		height:auto;
		max-height:80%;
		padding:10px;
		margin:auto;
		background:#FFF;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.75);
		box-shadow:0 10px 20px 0 rgba(0,0,0,.75);
	}
	
	#blockCallCenter {
		display:none;
		position:fixed;
		z-index:9998;
		width:100%;
		background:url('../images/blockImageBlack.png');
	} #blockCallCenter > div:nth-child(1) {
		position:fixed;
		display:table;
		width:100%;
		height:100%;
	} #blockCallCenter > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} #blockCallCenter .dialogBorder {
		position:relative;
		margin:auto;
		min-height:240px;
		padding:20px;
		width:640px;
		background:#FFF;
		border:1px solid #CCC;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	} #blockCallCenter .girl {
		position:absolute;
		top:-32px;
		right:-38px;
	} #blockCallCenter .title {
		font-size:36px;
		letter-spacing:-1px;
		color:#173C8A;
	} #blockCallCenter .table {
		display:table;
		width:85%;
	} #blockCallCenter .table .row {
		display:table-row;
	} #blockCallCenter .table .row > .cell:nth-child(1) {
		display:table-cell;
		width:32%;
	} #blockCallCenter .table .row > .cell:nth-child(2) {
		display:table-cell;
		width:3%;
	} #blockCallCenter .table .row > .cell:nth-child(3) {
		display:table-cell;
		width:65%;
		padding:2px 0;
	} #blockCallCenter .table .row .cell input {
		width:86%;
	}
	
	#processDiv {
		display:none;
		position:fixed;
		background:#5A5A5A;
		color:#FFF;
		z-index:9999;;
		top:0;
		left:0;
	}
	
	#blockDiv {
		display:none;
		position:fixed;
		z-index:999;
		width:100%;
		background:url('../images/blockImageBlack.png');
	}
	
	#blockTableDiv {
		display:none;
		position:fixed;
		z-index:9999;
		width:100%;
		background:url('../images/blockImageBlack.png');
	} #blockTableDiv .dialogBorder {
		width:90%;
		max-width:400px;
		background:#FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:auto;
		-webkit-box-shadow:0 10px 34px 0 rgba(0,0,0,.35);
		box-shadow:0 10px 34px 0 rgba(0,0,0,.35);
	} #blockTableDiv .dialogBack {
		border:10px solid #FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
	} #blockTableDiv #dialogTitle {
		padding:10px 0 0 0;
		font-size:19px;
		font-weight:bold;
		color:#333;
	} #blockTableDiv #dialogContent {
		margin:10px 0;
		padding:0 10px 6px 10px;
		font-size:14px;
		line-height:1.4em;
		color:#333;
	} #blockTableDiv .dialogButton {
		margin:auto;
		padding:0 0 14px 0;
	} #blockTableDiv .dialogButton>input[type=button] {
		border:0;
		display:block;
		padding:10px 14px;
		font-size:14px;
		color:#FFF;
		background:#333;
		cursor:pointer;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:auto;
	}
	
	#blockLoaderDiv {
		display:block;
		position:fixed;
		z-index:9998;
		width:100%;
		text-align:center;
	} #blockLoaderDiv .dialogBorder {
		display:inline-block;
		min-width:280px;
		background:#FFF;
		border:1px solid #CCC;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		-webkit-border-radius:20px;
		border-radius:20px;
	} #blockLoaderDiv .dialogBack {
		border:10px solid #FFF;
		height:80px;
		-webkit-border-radius:20px;
		border-radius:20px;
	} #blockLoaderDiv .dialogTitle {
		padding:10px 0 0 0;
		font-size:19px;
		font-weight:bold;
		color:#5A5A5A;
	}
	
	img {
		border:0;
	}
	
	.clear, .clr {
		clear:both;
	}
	
	a:link		{ text-decoration:none; 		}
	a:visited 	{ text-decoration:none; 		}
	a:hover   	{ text-decoration:underline; 	}
	