@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700,900');
body{
	font-family:'Source Sans Pro', sans-serif;
	color: #666;
	font-size: 20px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	position:relative;
	background-color:#fff;
}
a, button {
	color:#fff;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
h1, h2, h3, h4, h5, h6, h7{
	color:#2692FF;
}
a,
a:hover,
a:focus{
	text-decoration: none;
}
a:focus,
button:focus  { 
	outline: none; 
}
.hidden{
	display:none!important;
}
.clearfix{
	clear:both;
	display: inline-block;
	height:1%;
}
.btn {
	color:#fff;
	border-radius:4px;
	border:0;
	padding:12px 25px;
	font-size:18px;
	font-weight:400;
	line-height: 1.3;
}
.btn-primary { 
	background-color:#2DBE60;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
	background-color:#259E50;
	color:#fff;
}


/*Preloader*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:white;
	z-index: 9999;
}
.status {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: -25px 0 0 -25px;
}
.status:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: transparent;
	border: 5px solid rgba(0, 0, 0, 0.1);
	border-left: 5px solid #2693ff;
	border-radius: 100%;
	-webkit-animation: spin 0.6s linear infinite;
	animation: spin 0.6s linear infinite;
}
.status:-webkit-progress-bar,
.status::-webkit-progress-value {
	background: transparent;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*Header*/
header.fixed {
	position:fixed;
	width:100%;
	z-index:9;
	top:0;
	padding:10px 0;
	background:#FBFBFB;
}
@media (max-width: 767px){
	header.fixed {
		border-bottom:1px solid #eee;
	}
}
header .navbar {
	padding:0;
}
header .navbar-brand {
	display: block;
    width: 165px;
    height: 61px;
    background-size: contain;
}
@media (min-width:768px) and (max-width: 991px) {
	header .navbar-brand {
		width: 115px;
		height: 46px;
	}
}
@media (max-width: 576px){
	header .navbar-brand {
		margin-left:15px;
		width: 130px;
		height: 50px;
	}
}
header .navbar-light .navbar-toggler{
	border:0;
}
header .navbar-nav .nav-item{
	vertical-align:middle;
}
header .navbar-nav .nav-link {
	display:inline-block;
	font-weight:400;
	font-size:17px;
	color:#333;
}
@media (min-width: 992px){
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}
@media (min-width:768px) and (max-width: 991px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right:0.6rem;
		padding-left:0.6rem;
		font-size:16px;
	}
}
@media (max-width: 767px){
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
		font-size:20px;
	}
}
header .navbar-nav .nav-link-cta{
	padding:0 1.5rem;
	text-align:center;
}
@media (max-width: 767px){
	header .navbar-nav .nav-link-cta{
		padding: .75rem 1rem;
		text-align:left;
	}
}
header .navbar-nav .nav-link-cta span{
	line-height:1;
	font-weight:600;
	font-size:14px;
	color:#2693FF;
    display: block;
    padding: 5px 15px;
    border: 2px solid #2693ff;
    border-radius: 5px;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
@media (max-width: 767px){
	header .navbar-nav .nav-link-cta span{
		font-size:20px;
		border:0;
		padding:0;
		padding-bottom:1rem;
		border-radius:0;
	}
}
@media (max-width: 767px){
	header .navbar-nav .nav-link-cta span br{	
		display:none;
	}
}
header .navbar-nav .nav-link-cta:hover span{
	color:#fff;
	background-color:#2693ff;
}
@media (max-width: 767px){
	header .navbar-nav .nav-link-cta:hover span{
		color:inherit;
		background-color:transparent;
	}
}
main{
	padding-top:60px;
}


/*Register*/
@keyframes title-rotation-animation {
	0% {
		transform: translate3d(80px, 0, 0);
		opacity: 0;
	}
	20%, 80% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	100% {
		transform: translate3d(-80px, 0, 0);
		opacity: 0;
	}
}
@keyframes title-rotation-last-animation {
	0% {
		transform: translate3d(80px, 0, 0);
		opacity: 0;
	}
	20%, 80% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@media only screen and (max-width: 767px){
	@keyframes title-rotation-animation {
		0% {
			transform: translate3d(0, 80px, 0);
			opacity: 0;
		}
		20%, 80% {
			transform: translate3d(0, 0, 0);
			opacity: 1;
		}
		100% {
			transform: translate3d(0, -80px, 0);
			opacity: 0;
		}
	}
	@keyframes title-rotation-last-animation {
		0% {
			transform: translate3d(0, 80px, 0);
			opacity: 0;
		}
		20%, 80% {
			transform: translate3d(0, 0, 0);
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
}
.register{
	padding-top:120px;
	padding-bottom: 120px;
}
@media only screen and (max-width: 991px){
	.register{
		padding-top:60px;
		padding-bottom:60px;
	}
}
@media only screen and (max-width: 767px){
	.register{
		text-align:center;
	}
}
@media only screen and (max-width: 576px) {
	.register{
		padding-top:40px;
		padding-bottom:60px;
	}
}
.register .title-container{
	/*margin-top:170px;*/
}
@media only screen and (max-width: 991px){
	.register .title-container{
		margin-bottom:40px;
		text-align: center;
	}
}
.register .title-rotation {
	position: relative;
}
.register .title-rotation .rotator {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 55px;
	font-weight:900;
	line-height: 55px;
}
@media only screen and (max-width: 576px){
	.register .title-rotation .rotator{
		font-size: 24px;
		line-height: 30px;
	}
}
.content-loaded .register .title-rotation .rotator {
	display: flex;
	align-items: center;
	bottom: 0;
}
@media only screen and (max-width: 767px){
	.content-loaded .register .title-rotation .rotator {
		display:block;
		text-align:center;
		font-size:50px;
	}
}
@media (max-width: 576px){
	.content-loaded .register .title-rotation .rotator {
		font-size:36px;
		line-height:36px;
	}
}
.content-loaded .register .title-rotation .rotator.heading-1 {
	animation: title-rotation-animation 1.5s 0.5s;
}
.content-loaded .register .title-rotation .rotator.heading-2 {
	animation: title-rotation-animation 1.5s 1.75s;
}
.content-loaded .register .title-rotation .rotator.heading-3 {
	animation: title-rotation-last-animation 1.5s 3s;
}
.register .title-rotation h1 {
	font-size:55px;
	font-weight:900;
	opacity: 0;
	margin:20px 0;
}
@media (max-width: 576px){
	.register .title-rotation h1 {
		font-size:32px;
		line-height:1;
	}
}
.register .title-rotation h1 span{
	font-size:35px;
	display:block;
}
@media (max-width: 576px){
	.register .title-rotation h1 span{
		font-size:24px;
		display:block;
		font-weight: 700;
		line-height: 1.1;
		margin-top: 5px;
	}
}
.content-loaded .register .title-rotation h1 {
	opacity: 1;
	transition: opacity 0.25s 4.75s;
}
@media only screen and (max-width: 767px){
	.content-loaded .register .title-rotation h1 {
		text-align:center;
	}
}
.register .description {
	margin-top: 25px;
	font-size: 22px;
	line-height: 32px;
	font-weight:300;
}
@media only screen and (max-width: 576px) {
	.register .description {
		font-size: 18px;
		line-height:1.4;
	}
}
@media only screen and (max-width: 576px) {
	.register .description b{
		display:block;
	}
}
.register .register-form{
	padding-top:85px;
	display:none;
}
@media only screen and (max-width: 991px) {
	.register .register-form{
		margin:0;
		padding-top:80px;
		padding-bottom:40px;
	}
}
@media only screen and (max-width: 576px) {
	.register .register-form{
		padding-top:40px;
	}
}
.register .register-form .register-form-inner {
	width: 350px;
}
@media (min-width:992px) and (max-width: 1199px) {
	.register .register-form .register-form-inner {
		width: 300px;
	}
}
@media only screen and (max-width: 991px) {
	.register .register-form .register-form-inner {
		width: 100%;
	}
}
.register .register-form h3{
	text-align:center;
	font-size:28px;
	color:#525252;
	margin-bottom:30px;
}
@media (min-width:768px) and (max-width: 991px) {
	.register .register-form h3{
		text-align:left;
		margin-bottom:20px;
	}
}
.register .register-form h3 b{
	font-weight:900;
	font-size:36px;
}
@media (min-width:768px) and (max-width: 991px) {
	.register .register-form h3 b{
		font-size:inherit;
	}
}
@media only screen and (max-width: 767px){
	.register .register-form h3 b{
		display:block;
	}
}

.register .register-form .button-google:link,
.register .register-form .button-google:visited,
.register .register-form .button-google:hover,
.register .register-form .button-google:active {
	display: none;
	/*display: block;*/
	margin-top: 26px;
	background: url("../images/google-logo.svg") no-repeat;
	background-size: 18px 18px;
	background-position: left 15px center;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #333;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	line-height: 20px;
	padding: 10px 40px;
	-webkit-font-smoothing: antialiased;
}
.register .register-form .button-google:hover {
	border: 1px solid #2693ff;
}
.register .register-form .or-row {
	display: none;
	/*display: flex;*/
	align-items: center;
	margin: 22px 0;
}
.register .register-form .or-line {
	flex: 1 1;
	height: 1px;
	background-color: #f3f3f3;
}
.register .register-form .or-text {
	color: #b4b4b4;
	margin: 0 8px;
	font-size: 11px;
}
.register .register-form .field-item {
	position:relative;
}
.register .register-form .field-item span.state-error input{
	border-color:#ff415f;
}
.register .register-form .field-item em.invalid{
    color: #ff415f;
    position: absolute;
    top: -10px;
    right: 7px;
    background: #fff;
    font-size: 14px;
    padding: 0 6px;
}
.register .register-form form input {
	width: 100%;
	margin-top: 15px;
}
.register .register-form form input[type=email],
.register .register-form form input[type=password] {
    display: block;
    background: #fff;
    border: 1px solid #BFBFBF;
    border-radius: 3px;
    padding: 9px 12px 12px;
    font-size: 20px;
	font-weight:300;
    margin-bottom: 20px;
}
.register .register-form form input:-webkit-autofill,
.register .register-form form textarea:-webkit-autofill,
.register .register-form form select:-webkit-autofill {
	 -webkit-box-shadow: 0 0 0 30px white inset;
}

@media (min-width:768px) and (max-width: 991px) {
	.register .register-form form input[type=email]{
		border-right:0;
		border-radius:3px 0 0 3px;
		margin:0;
	}
}
@media (min-width:768px) and (max-width: 991px) {
	.register .register-form form input[type=password]{
		border-right:0;
		border-radius:0;
		margin:0;
	}
}
@media (min-width:768px) and (max-width: 991px) {
    .register .register-form form{
		justify-content: space-around;
		display:flex;
		position:relative;
	}
}
@media only screen and (max-width: 767px){
	.register .register-form form{
		max-width:360px;
		margin:auto;
	}
}
@media only screen and (max-width: 576px) {
	.register .register-form form{
		max-width:auto;
	}
}
@media (min-width:768px) and (max-width: 991px) {
	.register .register-form .field-item{
		flex: 4 1;
	}
}
.register .register-form form input[type=submit] {
    cursor: pointer;
}
.register .register-form form input::placeholder {
    color: #999999;
}
.register .register-form form input.active-error {
    border: 1px solid #ff415f;
    color: #ff415f;
}
.register .register-form form input.active-error::placeholder {
    color: #ff415f;
}
.register .register-form form input[type="submit"] {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 20px;
    -webkit-appearance: none;
    margin: 0;
}
@media (min-width:768px) and (max-width: 991px) {
	.register .register-form form input[type="submit"] {
		flex: 4 1;
		border-radius:0 3px 3px 0;
		margin:0;
		font-weight: 400;
	}
}
.register .register-form .legal {
	font-size: 14px;
	line-height:1.3;
	color: #989898;
}
@media (min-width:768px) and (max-width: 991px) {
	.register .register-form .legal {
		position: absolute;
		bottom: -45px;
		text-align: left;
		width: 100%;
	}
}
.register .register-form .legal a,
.register .register-form .legal a:visited{
	color: #888;
	font-weight:600;
}
.register .register-form .legal a:hover,
.register .register-form .legal a:active {
	color:#333;
	text-decoration: none;
}
.register .register-form .submit-container {
	position: relative;
	margin: 20px 0;
}
@media only screen and (max-width: 991px) {
	.register .register-form .submit-container {
		margin:0;
	}
}
.hero-cta{
	text-align: center;
	padding:60px 40px;
	background-color: #f6f6f6;
    border: 2px solid #ddd;
}
@media (max-width:1199px){
	.hero-cta{
		padding: 50px 15px;
	}
}
@media (max-width:991px){
	.col-cta{
		text-align: center;
	}
	.hero-cta{
		margin: auto;
		display: inline-block;
		padding:50px;
	}
}
@media (max-width:576px){
	.hero-cta{
		padding:50px 20px;
	}
}
.hero-cta h2{
	text-align:center;
	font-size:28px;
	color:#525252;
	margin:0;
	line-height:1;
	margin-bottom:10px;
}
.hero-cta h1{
	text-align:center;
	font-size:34px;
	font-weight: bold;
	color:#525252;
	margin:0;
	line-height:1;
	margin-bottom:10px;
}
.hero-cta .hc-text{
	text-align:center;
	font-size:20px;
	color:#525252;
	margin-bottom:30px;
	display: block;
}
.hero-cta .btn-primary i{
	position: relative;
    font-size: 30px;
    line-height: 0;
    top: 4px;
    left: -6px;
}
@media (max-width:576px){
	.hero-cta .btn-primary i{
		left:auto;
		top:auto;
		font-size: 24px;
		line-height: initial;
	}
}
/*Block VIDEO*/
.block-video{
	text-align:center;
	background-image: url(../images/bg_video.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	background-color: #395d8f;
	overflow: hidden;
	height:100vh;
    cursor: pointer;
	position: relative;
}
@media screen and (min-width:992px){
	.block-video{
		height:500px;
	}
}
@media screen and (max-width:991px){
	.block-video{
		height:400px;
	}
}
@media screen and (max-width:767px){
	.block-video{
		height:300px;
	}
}
@media screen and (max-width:576px){
	.block-video{
		height:200px;
	}
}
.block-video .play-video{
	height:100vh;
}
.block-video .play-video .hover{
	position:absolute;
	z-index:1;
	background-color:transparent;
	width:100%;
	height:100%;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.block-video .play-video:hover .hover{
	background-color:rgba(0,0,0,0.25);
}
.block-video .play-video img {
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	cursor: pointer;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.block-video .play-video:hover img {
	transform: scale(1.3);
}
.modal-video .close{
	position:absolute;
	right:0;
	top:-35px;
	color:#fff;
}
.modal-video .close span{
	font-size:40px;
}
.modal-video .modal-dialog{
	margin: 3rem auto;
	max-width:950px;
}
.modal-video .modal-dialog .modal-content {
	border-radius:0;
	background:transparent;
	border:0;
}
.modal-video .modal-dialog iframe{
		width:950px;
}
@media (min-width:768px) and (max-width: 991px){
	.modal-video .modal-dialog{
		margin: 3rem auto;
		max-width:740px;
	}
	.modal-video .modal-dialog .modal-content{
		height: 418px;
	}
	.modal-video .modal-dialog iframe{
		width:737px;
	}
}
@media (min-width:576px) and (max-width: 767px){
	.modal-video .modal-dialog{
		margin: 3rem auto;
		max-width:540px;
	}
	.modal-video .modal-dialog .modal-content{
		height:306px;
	}
	.modal-video .modal-dialog iframe{
		width:537px;
	}
}
@media (max-width:576px){
	.modal-video .modal-dialog{
		margin: 1.5rem auto;
		max-width:auto;
	}
	.modal-video .modal-dialog .modal-content{
		padding: 10px;
	}
	.modal-video .modal-dialog iframe{
		width:100%;
	}
}


/*Block Content*/
.block-content{
	padding:60px 0;
}
@media only screen and (max-width: 576px) {
	.block-content{
		padding:0;
	}
}
.home-content{
	padding-top:60px;
}
@media only screen and (max-width: 576px) {
	.home-content{
		padding:0;
	}
}
.block-content .bc-list{
	list-style:none;
	margin:100px 0;
    padding: 0;
}
@media screen and (max-width: 991px){
	.block-content .bc-list{
		margin:40px 0;
	}
}
.block-content h1 span{
	font-size:65%;
	display:block;
}
.block-content .bc-list li{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 120px;
}
@media only screen and (max-width: 991px){
	.block-content .bc-list li{
		margin-bottom: 60px;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 576px) {
	.block-content .bc-list li{
		margin-bottom: 40px;
	}
}
.block-content .bc-list li.right-img {
    flex-direction: row-reverse;
}
.block-content .block-img{
	padding:0 20px;
}
@media only screen and (max-width: 991px){
	.block-content .block-img{
		max-width: 500px;
		margin: auto;
	}
}
@media only screen and (max-width: 576px) {
	.block-content .block-img{
		max-width: auto;
		padding:40px 40px 20px;
	}
}
.block-content .block-img img{
	width: 456px;
    height: 456px;
}
@media only screen and (max-width: 576px) {
	.block-content .block-img img{
		width:100%;
		height:100%;
	}
}
.block-content .block-text{
	margin: 0 40px;
	max-width: 520px;
}
@media only screen and (max-width: 991px){
	.block-content .block-text{
		margin:40px 0;
		text-align:center;
	}
}
@media only screen and (max-width: 767px){
	.block-content .block-text{
		margin:auto;
		padding:0 40px;
		max-width: 100%;
	}
}
.block-content .block-text h1{
	font-size:46px;
	font-weight:700;
	margin-bottom:20px;
	line-height:1;
}
@media only screen and (max-width: 576px) {
	.block-content .block-text h1{
		font-size:37px;
	}
}
.block-content .block-text p{
	font-size:20px;
	font-weight:300;
	color:#111111;
	margin-bottom:30px;
}

/*Sliders in home*/

.slider-content{
	margin-bottom:160px;
}
@media only screen and (max-width: 767px){
	.slider-content{
		margin-bottom:60px;
	}
}
.slider-content .owl-nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.slider-content .owl-nav .owl-next,
.slider-content .owl-nav .owl-prev{
	position:absolute;
	top:200px;
}
.slider-content .owl-nav .owl-prev{
	left:0;
}
.slider-content .owl-nav .owl-next{
	right:0;
}
.slider-content .owl-nav .owl-next span,
.slider-content .owl-nav .owl-prev span{
	font-size: 85px;
    color: #999;
	line-height: 1;
}
.slider-content .owl-nav .owl-next:hover span,
.slider-content .owl-nav .owl-prev:hover span{
	font-size: 85px;
    color: #666;
}
.slider-content .owl-dots{
	text-align: right;
	position: absolute;
	bottom: -30px;
	width: 100%;
	padding-right: 42px;
}
.slider-content.slider-right .owl-dots{
	text-align:left;
	padding-right:auto;
	padding-left: 42px;
}
@media only screen and (max-width: 991px){
	.slider-content .owl-dots{
		padding-left:0!important;
		padding-right:0!important;
		text-align:center!important;
	}
}
.slider-content .owl-dots .owl-dot{
    height: 10px;
    width: 10px;
    background-color: #ccc;
    border-radius: 100%;
	margin:3px;
}	
.slider-content .owl-dots .owl-dot:hover{
	 background-color: #999;
}
.slider-content .owl-dots .owl-dot.active,
.slider-content .owl-dots .owl-dot.active:hover{
	background-color:#2692FF;
}
.slider-content .slider-block{
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-orientation {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 991px){
	.slider-content .slider-block{
			flex-direction: column;
	}
}
.slider-content .slider-img{
	padding:0 20px;
}
@media only screen and (max-width: 991px){
	.slider-content .slider-img{
		max-width: 330px;
		margin: auto;
	}
}
@media only screen and (max-width: 576px) {
	.slider-content .slider-img{
		max-width: 180px;
		margin: auto;
	}
}
.slider-content .slider-img img{
	width: 456px!important;
    height: 456px;
}
@media only screen and (max-width: 991px){
	.slider-content .slider-img img{
		width:100%!important;
		height:100%;
	}
}
.slider-content .slider-text{
	margin: 0 40px;
	max-width: 520px;
}
@media only screen and (max-width: 991px){
	.slider-content .slider-text{
		margin:0;
		text-align:center;
	}
}
@media only screen and (max-width: 767px){
	.slider-content .slider-text{
		margin:auto;
		padding:0 40px;
		max-width: 100%;
	}
}
.slider-content .slider-text h1{
	font-size:43px;
	font-weight:700;
	margin-bottom:20px;
	line-height:1;
}
@media only screen and (max-width: 991px){
	.slider-content .slider-text h1{
		font-size:37px;
	}
}
@media only screen and (max-width: 576px){
	.slider-content .slider-text h1{
		font-size:24px;
	}
}
.slider-content .slider-text p{
	font-size:20px;
	font-weight:300;
	color:#111111;
	margin-bottom:30px;
}
@media only screen and (max-width: 991px){
	.slider-content .slider-text p{
		font-size:18px;
		margin-bottom:20px;
	}
}
@media only screen and (max-width: 576px){
	.slider-content .slider-text p{
		font-size:14px;
		margin-bottom:10px;
	}
}
.block-content .btn-link{
	border:2px solid #2692FF;
    border-radius: 4px;
    padding: 10px 0 10px 16px;
    color: #2692FF;
    font-weight: 600;
    font-size: 16px;
	position:relative;
}
.block-content .btn-link i{
	position:relative;
	right:10px;
	opacity:0;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.block-content .btn-link:hover{
	text-decoration:none;
	padding-right:16px;
}
.block-content .btn-link:focus,
.block-content .btn-link:active,
.block-content .btn-link:visited{
	text-decoration:none;
}
.block-content .btn-link:hover i{
	right:-5px;
	opacity:1;
}

/*Block CTA*/
.block-cta{
	padding:60px 0;
	text-align:center;
	background-image: url(../images/bg_blue.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.block-cta h1{
	color:#fff;
	margin:auto;
	max-width:767px;
}
@media only screen and (max-width: 991px){
	.block-cta h1{
		font-size:32px;
	}
}
@media only screen and (max-width: 576px){
	.block-cta h1{
		font-size:24px;
	}
}
.block-cta h1 b{
	display:block;
}
.block-cta .block-cta-button {
	margin-top:40px;
}
.block-cta .btn{
	border:2px solid #fff;
	padding:10px 30px;
	font-size: 22px;
    font-weight: 600;
}


/*Membership*/
.membership {
	padding:60px 0;
	text-align:center;
}
.membership h1{
	font-size:50px;
	font-weight:900;
}
.launch-promo figure{
	max-width:860px;
	margin:auto;
	position:relative;
	background-color:#F6F6F6;
	border:1px solid #E4E4E4;
}
@media only screen and (max-width: 576px) {
	.launch-promo figure{
		max-width:auto;
		margin:0 30px;
	}
}
.launch-promo figure .head{
	background-color:#2DBE60;
	padding:18px;
	color:#fff;
	font-size:40px;
	font-weight:400;
	line-height:1;
}
@media screen and (max-width: 991px){
	.launch-promo figure .head{
		font-size:34px;
	}
}
@media screen and (max-width: 767px){
	.launch-promo figure .head{
		font-size:28px;
	}
}
@media only screen and (max-width: 576px) {
	.launch-promo figure .head{
		font-size:32px;
	}
}
.launch-promo figure .body{
	padding:30px 0 50px;
	color:#57595F;
	position:relative;
}
.launch-promo figure .body h3{
	color:#57595F;
	font-size:34px;
	font-weight:300;
}
@media screen and (max-width: 991px){
	.launch-promo figure .body h3{
		font-size:34px;
	}
}
@media screen and (max-width: 767px){
	.launch-promo figure .body h3{
		font-size:28px;
		padding:0 20px;
	}
}
@media only screen and (max-width: 576px) {
	.launch-promo figure .body h3{
		font-size:20px;
	}
	.launch-promo figure .body h3 br{
		display:none;
	}
}
.launch-promo figure .body h3 b{
	font-weight:600;
}
.launch-promo figure .body .price-container{
	margin-top:30px;
	margin-bottom:20px;
}
.launch-promo figure .body .price{
	vertical-align:middle;
	font-size:90px;
	line-height:1;
	font-weight:600;
}
@media screen and (max-width: 576px){
	.launch-promo figure .body .price{
		font-size:62px;
	}
}
.launch-promo figure .body .currency{
	font-size:24px;
	line-height:1;
	font-weight:300;
	vertical-align:sub;
}
.launch-promo figure .body .month{
	font-size:20px;
	line-height:1;
	letter-spacing:3px;
	font-weight:600;
	vertical-align:sub;
}
.launch-promo figure .body .description{
	display:inline-block;
	width:auto;
	margin:auto;
	border-top:1px solid #ddd;
	padding-top:5px;
	font-size:16px;
	letter-spacing:1px;
}
@media screen and (max-width: 576px){
	.launch-promo figure .body .description{
		font-size:13px;
	}
}
.launch-promo figure .footer{
	position:absolute;
	width:100%;
	bottom:-75px;
}
@media screen and (max-width: 576px){
	.launch-promo figure .footer{
		bottom:-100px;
	}
}
.launch-promo figure .footer .btn{
	width:280px;
	border:2px solid #63DA8C;
	font-size:26px;
	line-height:1;
	padding: 14px 25px 16px;
}
@media screen and (max-width: 576px){
	.launch-promo figure .footer .btn{
		width: 200px;
		font-size: 23px;
		padding: 10px 25px 12px;
		white-space:inherit;
	}
}
.launch-promo figure .footer .legal{
	font-size: 14px;
	margin-top:10px;
	line-height:1.3;
	color: #989898;
}
.launch-promo figure .footer .legal a,
.launch-promo figure .footer .legal a:visited{
	color: #888;
	font-weight:600;
}
.launch-promo figure .footer .legal a:hover,
.launch-promo figure .footer .legal a:active {
	color:#333;
	text-decoration: none;
}
.launch-promo .iva{
	margin:auto;
	max-width:860px;
	text-align:right;
	font-size:13px;
	color:#999;
}
@media screen and (max-width: 576px){
	.launch-promo .iva{
		display:none;
	}
}
.regular-membership {
	margin:130px 0 60px;
}
@media screen and (max-width: 767px){
	.regular-membership {
		max-width:360px;
		margin:auto;
		margin-top:130px;
		margin-bottom:60px;
	}
}
@media screen and (max-width: 576px){
	.regular-membership {
		max-width:300px;
	}
}
.regular-membership h2{
	font-size:40px;
	color:#57595F;
	font-weight:300;
}
.rm-container {
	border:1px solid #E4E4E4;
	background-color:#F6F6F6;
	overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
@media screen and (max-width: 767px){
	.rm-container {
		display: block;
	}
}
.rm-container .start-column {
    flex: 4 1;
}
.rm-container .center-column {
    flex: 4 1;
}
.rm-container .end-column {
    flex: 4 1;
}
.rm-container .separator {
    flex: 1 1;
    align-self: stretch;
    display: flex;
    justify-content: center;
	position:relative;
}
@media screen and (max-width: 767px){
	.rm-container .start-column,
	.rm-container .center-column,
	.rm-container .end-column,
	.rm-container .separator{
		flex:none;
		display:block;
		padding:40px 0 40px;
	}
}
@media screen and (max-width: 767px){
	.rm-container .start-column{
		padding:40px 0 10px;
	}
.rm-container .center-column{
		padding-bottom:20px;
}
}
.rm-container .separator .divider {
    width: 1px;
	height:100vh;
	position:absolute;
    background-color:#E4E4E4;
    margin:0;
}
@media screen and (max-width: 767px){
	.rm-container .separator .divider {
		height:120px;
		width:100%;
		height:1px;
	}
}
.rm-container .separator .plus{
	position:absolute;
	z-index:2;
	width:60px;
	height:60px;
	top:50%;
	margin-top:-30px;
	border:2px solid #E4E4E4;
	background:#fff;
	text-align:center;
	border-radius:100%;
}
@media screen and (max-width: 767px){
	.rm-container .separator .plus{
		left:50%;
		margin-left:-30px;
	}
}
.rm-container .separator .plus b{
	font-weight:700;
	color:#4CC878;
	font-size:60px;
	line-height:52px;
}
@media (min-width: 768px) and (max-width: 991px){
	.rm-container .separator .plus b{
		font-size:45px;
	}
}
.rm-container .rm-block{
	margin-bottom:20px;
}
@media screen and (max-width: 767px){
	.rm-container .rm-block{
		margin:0;
	}
}
.rm-container .price-container{
	margin-top:40px;
	margin-bottom:10px;
	position:relative;
}
@media screen and (max-width: 767px){
	.rm-container .price-container{
		margin-top:0;
	}
}
.rm-container .optional{
	position:absolute;
	top:-10px;
	color:#A5A6AC;
	width:100%;
	display:block;
	font-weight:600;
	font-size:11px;
	letter-spacing:2px;
}
.rm-container .price{
	vertical-align:middle;
	font-size:60px;
	line-height:1;
	font-weight:600;
}
@media (min-width: 768px) and (max-width: 991px){
	.rm-container .price{
		font-size:34px;
	}
}
.rm-container .currency{
	font-size:24px;
	line-height:1;
	font-weight:300;
	vertical-align:sub;
}
@media (min-width: 768px) and (max-width: 991px){
	.rm-container .currency{
		font-size:16px;
	}
}
.rm-container .month{
	font-size:20px;
	line-height:1;
	letter-spacing:3px;
	font-weight:600;
	vertical-align:sub;
}
@media only screen and (max-width: 991px){
	.rm-container .month{
		font-size:16px;
	}
}
.rm-container .description{
	display:inline-block;
	width:auto;
	margin:auto;
	font-weight:600;
	border-top:1px solid #ddd;
	padding-top:5px;
	font-size:14px;
	line-height:1;
	letter-spacing:1px;
}
@media only screen and (max-width: 991px){
	.rm-container .description{
		font-size:12px;
	}
}
.regular-membership .iva{
	margin:auto;
	text-align:right;
	font-size:13px;
	color:#999;
}	


/*Testimonials*/
.testimonials{
	padding:60px 0;
	text-align:center;
	background-color:#F6F6F6;
}
.testimonials h1{
	font-size:50px;
	font-weight:900;
	margin-bottom:0;
}
.testimonials h2{
	font-size:20px;
	color:#575A5F;
}
@media only screen and (max-width: 991px){
	.testimonials h2{
		font-size:20px;
	}
}
.testimonials .owl-carousel{
	margin-top:70px;
}
.testimonials .owl-carousel .item {
	text-align:center;
	position:relative;
}
.testimonials .owl-carousel .owl-nav{
	display:none;
}
.testimonials .review-item{
	margin:auto;
	max-width:700px;
}
.testimonials .review-photo {
    position: relative;
    margin: 0;
    float: left;
    width: 50%;
    padding-right: 10px;
}
@media screen and (max-width: 576px){
	.testimonials .review-photo {
		float:none;
		text-align:center;
		margin:auto;
	}
}
.testimonials .review-photo .img {
	height:100px;
	width:100px;
	border-radius:100%;
	float: right;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
@media screen and (max-width: 576px){
	.testimonials .review-photo .img {
		float:none;
		margin:auto;
	}
}
.testimonials .review-details {
    float: left;
    padding-left: 10px;
	text-align:left;
}
@media screen and (max-width: 576px){
	.testimonials .review-details {
		float:none;
		padding:0;
		text-align:center;
	}
}
.testimonials .review-name {
    font-size: 17px;
    color: #575A5F;
    font-weight: 900;
    padding: 0;
	margin:24px 0 0;
    text-transform: uppercase;
    display: block;
}
.testimonials .review-post {
    color: #0D7FE0;
    display: block;
	font-size:14px;
}
.testimonials .review-info {
	text-align:center;
    padding-top:20px;
    clear: both;
}
.testimonials .review-info p {
    font-style: italic;
    color: #333;
	font-size:16px;
    text-align: center;
}
.testimonials .review-info-quote {
    font-size: 50px;
    line-height: 1;
    color: #2c3e50;
    height: 25px;
    font-weight: 600;
}
.testimonials .quote-open {
    float: left;
    margin-top:-18px;
}
.testimonials .quote-close {
    float: right;
    margin-top: -30px;
}
.testimonials .owl-dots .owl-dot {
	margin:10px;
}
.testimonials .owl-dots .owl-dot span {
	border: 2px solid #999;
	background:transparent;
	display: block;
	height: 10px;
	width: 10px;
	outline: 0;
	padding: 3px;
	border-radius:100%;
	cursor: pointer;
}
.testimonials .owl-dots .owl-dot.active span {
	border: 2px solid #0D7FE0;
	background:#0D7FE0;
}

/*Breadcrumb*/
.breadcrumb {
	background:transparent;
	margin: 0;
    padding: 0;
}
@media only screen and (max-width: 576px) {
	.breadcrumb {
		margin-top:25px;
		padding:0 20px;
	}
}
.breadcrumb .arrows{
	clear:both;
	display:block;
	width: 100%;
}
.breadcrumb a{
	float:left;
	opacity:0.5;
}
.breadcrumb a:hover{
	opacity:1;
}
.breadcrumb a.arrow-right{
	float:right;
}
.breadcrumb a img{
	height:16px;
	vertical-align:middle;
}
.breadcrumb .title-page{
	clear:both;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 300;
	color: #666;
}
@media only screen and (max-width: 767px) {
	.breadcrumb .title-page{
		text-align:center;
		width:100%;
	}
}
/*Features */
.features {
	text-align:center;
	padding-bottom:80px;
}
.features h2{
	font-size: 30px;
    font-weight: 700;
    margin-bottom: 60px;
    line-height: 1;
}
@media only screen and (max-width: 576px){
	.features h2{
		font-size: 24px;
		margin-bottom:30px;
	}
}
.features ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.features ul li{
	width:33%;
	display:inline-block;
	vertical-align:top;
}
@media screen and (max-width: 767px){
	.features ul li{
		width:100%;
		display:block;
	}
}
.features ul li article{
	padding:15px;
}
.features ul li article img{
	height:90px;
}
.features ul li article h3{
	font-size: 20px;
    font-weight: 600;
	margin-top:20px;
    margin-bottom:5px;
	color:#333;
    line-height: 1;
}
.features ul li article p{
	font-size:17px;
	font-weight:300;
}
	
	
/*Footer*/
footer {
	border-top:1px solid #eee;
	background:#fff;
	padding:60px 0;
	text-align:center;
}
@media screen and (max-width: 767px){
	footer {
		padding:30px 0;
	}
}
footer .footer-phone{
	font-size: 24px;
	color: #2DBE60;
	font-weight: 600;
	margin-bottom:0;
	text-align:left;
	text-decoration:none;
	display:block;
}
footer .footer-phone:hover{
	color: #2DBE60;
	text-decoration:none;
}
footer .social{
	float:right;
	margin: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
footer .social li {
    display: inline-block;
}
footer .social li a {
    display: block;
    padding: 0 15px;
    color: #333;
    font-size: 24px;
}
footer .social li a .fa-twitter {
	font-size: 28px;
}
footer nav{
	border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

footer nav ul{
	margin: 0;
    margin-bottom: 35px;
    padding: 0;
    list-style: none;
}
@media screen and (max-width: 767px){
	footer nav ul{
		margin-bottom: 15px;
	}
}
footer nav ul li {
    display: inline-block;
}
footer nav ul li.divider{
	font-size:12px;
}
@media screen and (max-width: 767px){
	footer nav ul li.divider{
		display:none;
	}
}
footer nav ul li a {
    display: block;
    padding: 0 20px;
    color: #444;
    font-weight: 400;
    font-size: 16px;
}
@media screen and (max-width: 767px){
	footer nav ul li {
		display:block;
	}
	footer nav ul li a {
		padding:5px;
	}
}
footer .copyright {
    font-size: 14px;
    color: #888;
	margin:0;
}

/*MODAL CONTACTO*/
.modal-contact .modal-content{
	border:10px solid #E2E2E2;
}
.modal-contact .modal-dialog{
	max-width:700px;
}
.modal-contact .modal-header{
	border:0;
	display:block;
	position:relative;
	text-align:center;
}
.modal-contact .modal-header .close{
    position: absolute;
    right: 10px;
    top: 5px;
}
.modal-contact .modal-header h1{
	font-weight:900;
	margin:0;
	font-size:43px;
}
.modal-contact .modal-header h3{
	font-size: 20px;
    color: #575A5F;
}
.modal-contact .modal-header .modal-phone{
	font-size: 24px;
	color: #2DBE60;
	font-weight: 600;
	margin-bottom:10px;
	text-decoration:none;
}
.modal-contact .modal-header .modal-phone:hover{
	color: #2DBE60;
	text-decoration:none;
}

.modal-contact .modal-body{
	padding: 2rem;
	padding-top:0;
}
.modal-contact .modal-body form input,
.modal-contact .modal-body form select,
.modal-contact .modal-body form textarea{
    display: block;
    background: #fff;
    border: 1px solid #BFBFBF;
    border-radius: 3px;
    padding: 9px 12px 12px;
    font-size: 18px;
	font-weight:300;
    margin-bottom:15px;
	min-height:50px!important;
	height:auto!important;
}
.modal-contact .modal-body .state-error input,
.modal-contact .modal-body .state-error select,
.modal-contact .modal-body .state-error textarea{
	border-color:#ff415f;
}
.modal-contact .modal-body em.invalid{
    color: #ff415f;
    position: absolute;
    top: -10px;
    right: 23px;
    background: #fff;
    font-size: 14px;
    padding: 0 6px;
}


/*FAQ*/
.faq {
	margin-top: 25px;
	padding:0 20px;
	padding-top: 67px;
	position:relative;
}
@media (max-width: 767px) {
	.faq {
		padding-top: 80px;
	}
}
.faq-img{
	position:absolute;
	right:0;
	z-index:-1;
	top: -81px;
    width: 280px;
}
@media (max-width: 767px) {
	.faq-img{
		top: -62px;
		width: 210px;
	}
}
.faq h1 {
	font-size: 50px;
    font-weight: 900;
	margin-bottom:40px;
}
@media (max-width: 767px) {
	.faq h1 {
		font-size:32px;
		margin-bottom: 10px;
		text-align:center;
	}
}
.faq legend {
	font-weight: bold;
    font-size: 16px;
    color: #888;
	    border-top: 1px dashed #ccc;
}
.faq #accordion{
	margin-bottom:40px;
}
.faq .card {
	border:0;
}
.faq .card .card-header {
	padding:0;
	background:transparent;
	border:0;
}
.faq .card .card-header h5 > button {
	padding:10px 0;
	border:0;
	text-align:left;
	width:100%;
	border-radius:0;
	background:transparent;
	color:#2692FF;
	font-size:22px;
	cursor:pointer;
}
@media (max-width: 767px) {
   .faq .card .card-header h5 > button {
		font-size: 20px;
		position: relative;
		padding-left: 25px;
   }
}

.faq .card .card-header h5 > button.collapsed:hover,
.faq .card .card-header h5 > button.collapsed:hover i,
.faq .card .card-header h5 > button:hover,
.faq .card .card-header h5 > button:hover i {
	color:#2692FF;
}
.faq .card .card-header h5 > button > :first-child {
  display: none;
}
.faq .card .card-header h5 > button.collapsed > .fa {
  display: none;
  position: relative;
  top: 4px;
}
.faq .card .card-header h5 > button.collapsed > :first-child {
  display: inline-block;
}
@media (max-width: 767px) {
	.faq .card .card-header h5 > button i,
	.faq .card .card-header h5 > button.collapsed > .fa{
		position:absolute;
		left:0;
		top: 12px;
	}
}
.faq .card .card-body {
	padding-top:0;
	padding-bottom:0;
}
.faq .card .card-body p{
	font-size: 18px;
	font-weight: 300;
	color: #111111;
}
@media (max-width: 767px) {
	.faq .card .card-body p{
		font-size:16px;
	}
}
/*VIDEO TUTORIALES*/
.tutorial {
    margin-top: 60px;
    padding: 0 20px;
    position: relative;
    padding-top: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.tutorial {
		padding-top: 20px;
	}
}
@media (max-width: 767px) {
	.tutorial {
		padding-top: 70px;
	}
}
.tutorial-img{
    position: absolute;
    right: 80px;
    top: -80px;
    z-index: -1;
    width: 320px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.tutorial-img {
		right: 35px;
		width: 280px;
	}
}
@media (max-width: 767px) {
	.tutorial-img {
		right: auto;
		top: -108px;
		width: 260px;
		left: 50%;
		margin-left: -130px;
	}
	
}
.tutorial h1 {
	font-size: 50px;
    font-weight: 900;
	margin-bottom:15px;
}
@media (max-width: 767px) {
	.tutorial h1 {
		font-size:32px;
		text-align:center;
		margin-bottom: 10px;
	}
}
.tutorial .description{
	font-size: 20px;
	font-weight: 300;
	color: #111111;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.tutorial .description{
		text-align:center;
	}
}
.videos-tutorial-list {
	margin:0;
	padding:5px;
	text-align:left;
	list-style:none;
}
.videos-tutorial-list li{
    position: relative;
    vertical-align: top;
    width: 47%;
    display: inline-block;
    margin: 10px;
	padding:0 30px;
    margin-bottom: 50px;
    text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.videos-tutorial-list li{
		padding:0 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .videos-tutorial-list li {
       width:46%;
	   padding:0;
    }
}
@media (max-width: 767px) {
    .videos-tutorial-list li {
		width: 100%;
		display: block;
		padding: 0;
		margin: 10px 0 30px;
    }
}
.videos-tutorial-list .video iframe{
	height:auto!important;
	min-height:240px;
}
@media screen and (min-width: 1200px) {
	.videos-tutorial-list .video iframe{
		min-height:300px;
	}
}
 @media (max-width: 767px) {
	.videos-tutorial-list .video iframe{
		min-height: 300px;
	}
 }  
.videos-tutorial-list .video-description {
	text-align:left;
}
.videos-tutorial-list .video-description h3{
	color:#111;
	font-size:22px;
	font-weight:bold;
	margin:10px 0;
}
.videos-tutorial-list .video-description p {
	font-size:18px;
	font-weight:300;
}

.terms{
	margin-top: 60px;
    padding: 0 20px;
}
.terms h4{
	margin-top:40px;
	color:#111;
}
@media (max-width: 767px) {
	.terms h4{
		text-align:center;
	}
}
.terms-text {
	margin-bottom:30px;
	font-size:16px;
	color:#333;
}
.terms-text a{
	color:#2692FF;
	text-decoration:underline;
}

/*Planes*/
.membresia{
	padding:60px 0;
	text-align:center;
}
.membresia h1{
	font-size: 50px;
    font-weight: 900;
}
.plans{
	padding:30px;
	text-align:center;
}
.plans .container{
	padding:0;
}
.plans .container .row{
	margin:0;
}
.plans .container .row .col-xs-12{
	padding:0;
}
@media screen and (max-width:991px) {
	.plans .container{
		width:100%;
	}
}
.plans header{
	position:relative;
	margin:50px 0 80px;
}
.plans header img{
	position:absolute;
	left:0;
	top:-20px;
	height:100px;
}
@media screen and (max-width:991px) {
	.plans header img{
		position:relative;
		left:auto;
		top:auto;
		height:100px;
	}
}
.plans header h1{
	font-size:50px;
	color:#0E3CC3;
}
@media (min-width: 992px) and (max-width:1199px) {
	.plans header h1{
		font-size:48px;
	}
}
@media screen and (max-width:991px) {
	.plans header h1{
		font-size:38px;
	}
}
.plans header h2{
	font-size:26px;
	color:#19303E;
	font-weight:500;
	font-style:italic;
	letter-spacing:1px;
}
@media screen and (max-width:991px) {
	.plans header h2{
		font-size:20px;
	}
}
.plans .plan-box {
	-webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all 0.25s;
}
@media (min-width: 992px) and (max-width:1199px) {
	.plans .plan-box {
		margin:0;
	}
}
@media screen and (max-width:991px) {
	.plans .plan-box {
		margin:20px 0;
	}
}
.plans .plan-box.ejecutivo{
	position:relative;
	top:-10px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.25);
    z-index: 3;
}
.plans .plan-box .plan-head{
	background-color:#698ba7;
	color:#fff;
    font-size: 32px;
    padding: 15px 10px;
	line-height:1.2
}
.plans .plan-box.ejecutivo .plan-head{
	padding:25px 10px;
	background-color:#1D405C;
}
.plans .plan-box .plan-head b{
	display:block;
}
.plans .plan-box .plan-body{
	color:#fff;
	border-bottom: 9px solid #eee;
}
.plans .plan-box .plan-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.plans .plan-box .plan-body ul li{
	padding:10px;
	color:#666;
	font-size:16px;
}
.plans .plan-box .plan-body ul li:nth-child(even) {
	background: #fff;
}
.plans .plan-box .plan-body ul li:nth-child(odd) {
	background: #f6f6f6;
}
.plans .plan-box .row-4{
	font-size:26px;
	padding:30px 0;
	color:#999;
}
.plan-badge {
    position: absolute;
    left: 15px;
    top: -22px;
    width: 28px;
}
.plan-badge div {
    margin: 0;
    margin-top: 24px;
    width: 32px;
    height: 35px;
    padding: 0;
	background-color:#F1285E;
}
.plan-badge div i {
    width: 32px;
    height: 33px;
    border-bottom: 0;
	border-radius:100px;
    border-top: 0;
	border:0;
	top:1px;
    position: absolute;
    display: block;
    content: ".";
    z-index: 1;
    outline: none!important;
    box-shadow: none!important;
    transition: none!important;
	background-color:#F1285E;
}
.plan-badge div i:after{
	 content: '\f111';
    top: 5px;
    left:0;
	position:relative;
    width: 16px;
    height: 16px;
	color:#fff;
    font: normal 16px/19px FontAwesome;
    text-align: center;
}
.plan-badge div span{
    width: 32px;
    height: 32px;
	position: relative;
	display:block;
}
.plan-badge div span:after,
.plan-badge div span:before{
	content: '';
	position: absolute;
	border-bottom: 35px solid #F1285E;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	bottom: -20px;
	left: -8px;
}
.plan-badge div span:after{
  left: auto;
  right: -8px;
  -webkit-transform: rotate(157deg);
  -moz-transform:    rotate(157deg);
  -ms-transform:     rotate(157deg);
  -o-transform:      rotate(157deg);
}
.plan-badge div span:before{
	-webkit-transform: rotate(-157deg);
	-moz-transform:    rotate(-157deg);
	-ms-transform:     rotate(-157deg);
	-o-transform:      rotate(-157deg);
}

/*Events*/
.banner-events{
	background: #003F7D;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 80px;
	text-align:center;
}
@media (max-width: 767px) {
	.banner-events{
		padding-bottom: 30px;
		padding-top: 30px;
	}
}
.banner-events .caption-event{
	position:relative;
	z-index:3;
}
.overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 2;
}
.background-image-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #003F7D;
    background-size: cover !important;
    background-position: 50% 50% !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
}
.parallax > .background-image-holder {
    height: 100vh;
    top: -50vh;
    transition: all 0s ease !important;
    transition: opacity 0.3s ease !important;
    -webkit-transform-style: preserve-3d;
}
.parallax:first-child .background-image-holder {
    top: 0;
}
.caption-titles {
	margin-bottom:80px;
}
@media (max-width: 767px) {
	.caption-titles{
		margin-bottom:50px;
	}
}
.caption-titles h1{
	font-size:60px;
	font-style:italic;
	color:#fff;
}
@media (max-width: 767px) {
	.caption-titles h1{
		font-size:40px;
	}	 
}
.caption-titles h2{
	font-size:24px;
	color:#fff;
	font-weight:300;
}
@media (max-width: 767px) {
	.caption-titles h2{
		font-size:18px;
	}	 
}
.event-details{
	padding:20px;
	margin-bottom:80px;
	background-color:rgba(38,147,255,0.7);
	color:#fff;
	border-radius:4px;
}
@media (max-width: 767px) {
	.event-details{
		margin-bottom:20px;
		padding: 15px 10px;
	}
	.event-details .ed-content{
		position:relative;
	}
}
.event-details img{
	height:56px;
	margin-bottom:10px;
	display:inline-block;
}
@media (max-width: 767px) {
	.event-details .icon{
		position:absolute;
		left:10px;
		top:50%;
		margin-top:-27px;
		vertical-align:middle;
	}
	.event-details .icon.clock{
		left:8px;
	}
	.event-details .icon.clock img{
		height:47px;
	}
	.event-details .txt{
		padding-left:80px;
		text-align:left;
	}
}
.event-details label{
	display:block;
	font-weight:600;
	font-size:15px;
	line-height:1;
	margin-bottom:10px;
}
.event-details p{
	font-weight:300;
	font-size:20px;
	line-height:1;
	margin-top:0;
	margin-bottom:5px;
}
.event-details p.small{
	font-weight:300;
	font-size:16px;
	line-height:1;
}
.event-form{
    padding-top:40px;
	padding-bottom:80px;
    margin-top: -70px;
    position: relative;
    z-index:4;
	text-align:center;
	background-color:#fff;
}
@media (max-width: 767px) {
	.event-form{
		margin-top:0;
	}
}
.event-form h1{
	font-weight: 900;
    margin: 0;
	margin-bottom:10px;
	line-height:100%;
    font-size: 43px;
}
@media (max-width: 767px) {
	.event-form h1{
		font-weight:700;
		font-size:36px;
	}
}
.event-form h3{
    font-size: 20px;
    color: #575A5F;
}
.event-form form{
	margin-top:40px;
}
.event-form form input,
.event-form form textarea {
    display: block;
    background: #fff;
    border: 1px solid #BFBFBF;
    border-radius: 3px;
    padding: 9px 12px 12px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}
.event-form .state-error input,
.event-form .state-error textarea{
	border-color:#ff415f;
}
.event-form em.invalid {
    color: #ff415f;
    position: absolute;
    top: -10px;
    right: 23px;
    background: #fff;
    font-size: 14px;
    padding: 0 6px;
}