/* ---- IMPORTS ---- */

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/* ---- RESET ---- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 17px;
	font: inherit;
	vertical-align: baseline;
	border-radius: 2px;
	text-align: center;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
   content: '\0020';
   display: block;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}
.clearfix:after { clear: both; }
.clearfix {
	zoom: 1; }


/* ---- STYLES ----- */
.row{
		z-index: 10;
}

body{
	font-family: "Open Sans", sans-serif;
	line-height: 2;
	color: #555555;
}

h1{
	font-family: 'Noto Sans', sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 4rem;
	text-shadow: 1px 2px 0 rgba(40,40,40,0.3);

}

h2{
	font-size: 2.7rem;
	font-family: 'Open Sans', sans-serif;

}
h3{
	font-size: 1.5rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;

}

h4 {
	font-size:1.40rem;
	margin-top:29px;
	margin-bottom:7px;
	line-height: 1.25;
}
p{
	font-family: sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #888;
	line-height: 1.5;
}
a,
a:link,
a:visited,
a:active{
	color:rgba(0,0,0,0.8);
	font-weight: 400;
	line-height:1.4;
}
a:hover{
	cursor: pointer;
	text-decoration: none;
	color:#18ACB5;
}
.more_info{
	text-align: center;
	padding-top: 22.25px;
}
.button{
	font-weight: 400;
	padding: 20px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem;
}

.radius{
	border-radius: 4px;
}

.top_container{ /* Standard syntax */
	box-shadow: 0 0px 25px rgba(0,0,0,0.3); /* Standard syntax */; /* Standard syntax */
	position: relative; /* Standard syntax */
	background-color: rgba(23,161,207,1); /* Standard syntax */
	background-image: url(../../img/start_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 80px 0px;
}

.top_container.salmon{
	background-color: #eb4258;
	background: #eb4258; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#eb4258, #eb4258); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#eb4258, #eb4258); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#eb4258, #eb4258); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#eb4258, #eb4258); /* Standard syntax */
	background: -webkit-gradient(#eb4258, #eb4258); /* Chrome,Safari4+ */
}

.logo{
	font-size:20.124px;
	font-weight: 400;
	font-family: "Montserrat";
	margin-top: 16px;
	line-height: 29.124px;
	display: inline-block;
}
.logo{
	cursor: pointer;
	float: left;
}
.nav--container {
	height: 67px;
	z-index: 2222;
	color: white;
	font-size: 1.17rem;
	position: fixed;
	width: 100%;
	z-index: 10;
}


/* Large only */
.nav--container div {
	padding-top: 2px;

}
.nav--container .logo {
	transition: all 0.25 ease-out;
	text-align: center;
	font-size: 1.2rem;
	margin: 12px auto 0 auto;
	font-weight: 600;
}

header{
	height: 80px;
}
nav{
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	float: right;
	font-size: 1rem;
	display: flex;
	align-items: center;
	height: 20px;
	margin: 20px auto;;
}

nav a:link,
nav a:active,
nav a:visited{
	margin-right: 4px;
	color: white;
	padding: 0.6rem 1rem;
	border-radius: 2px;
	transition: all .25s ease-out;

}

nav a:hover{
	background-color: rgba(0, 0, 0,0.2);
}


/* Large only */
.highlight {
	padding: 0.6rem 1rem;
	border: 2px solid rgb(58, 202, 135);
	border-radius: 4px;
	color: white;
	transition: all .25s ease-out;

}
 .highlight:hover{
	background: rgb(58, 202, 135);
	color: white;
	text-decoration: none;
}
nav .account{
	overflow: hidden;
	height:16px;
}
nav .account i{
	font-size:28px;
	margin-top: 9px;

}



.section--content {
  display: none;
}

.admin--table table {
  table-layout: auto;
  overflow-y: auto;
  position: relative;
  border: 1px solid #ccc;
  width:100%;
}

.admin--table table * {
  text-align: center;
	border-radius: 0;
}

.admin--table thead {
  background-color: rgba(0,0,0,0.15);
  padding: 10px;
  border: 1px solid white;

}

.caption:not(.section) {
  font-size: 14px;
}

.admin--table .section {
  background-color: rgba(0,0,0,0.2);
  font-weight:700;
  cursor: pointer;
}

.admin--table .subsection {
  background-color: rgba(170,170,170,.3);
  font-weight:600;
}



.admin--table th {
    height: 60px;
		vertical-align: middle;
		text-align: center;
		padding: 0;

}

.admin--table table, .admin--table th, .admin--table td {
   border: 1px solid rgba(0,0,0,0.1);
}

.admin--table td,.admin--table th {
  padding: 5px 5px;
	vertical-align: middle;

}
.admin--table .caption {
  text-align: left;
}

.admin--table .caption--section {display:block;width:99.9%;clear:both}

.ye {
  background: rgba(20,189,110,1);
}

.ne {
  background: rgba(240, 65, 50, 1);
}


.sub-nav {
	height: 67px;
	z-index: 2222;
	color: black;
	font-size: 1.17rem;
	width: 100%;
	background-color: white;
}

.sub-nav ul {
	position: relative;
}

/*.sub-nav ul:before {
	width: 95%;
	left: 25px;
	height: 1.2px;
	content: '';
	position: absolute;
	background-color: white;
	top: -5px;

}*/


.mountain{
	position: absolute;
	bottom:0;
	left: 0;
	height: 100vh;
	background-size: cover;
	display: none;
	background-color: yellow;
	width: 100%;
}

.billboard{
	color: white;
	padding: 50px 10px 30px 10px;


}

.billboard .content{
	width: 100%;
	height: auto;
}


/* Large only */
.billboard .content {
	margin-top: 50px;

}
.billboard .content h1,.billboard .content h3{
	text-shadow: 1px 2px 0 rgba(40,40,40,0.3);
	text-align: center;
	color: white;
}


.billboard .content .description{
	width: 70%;
	margin: 40px auto;
	line-height: 1.5;
	font-size: 1.2rem;
}
.billboard .form {
	border: 2px solid white;
	border-radius: 6px;
	margin: 80px auto 0 auto;
	width: 65%;
	background-color: white;
	padding: 15px;
	clear: both;
	height: auto;
	min-height: 82px;;
}

.billboard .form input[type="text"]{
	height: auto;
	width: 67%;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border-radius: 2px;
	border: 1px solid #ccc;
	padding: 13px;
	float: left;
}
.billboard .form input[type="text"]:focus{
		border: 1px solid #43AC6A;

}
.billboard .form .button{
	width: 32%;
	float: right;
	min-width: 110px;
	margin: 0;
	white-space: nowrap;
	padding: 10px 10px;
	font-size: 1.25rem;
	padding-top:11.2px;
	padding-left:32px;
	padding-right:32px;
	padding-top:11.2px;
	height: 48px;
	background-color: rgba(20,189,110,1);
	border-radius: 4px;
}
.billboard .already_user{
	margin-top: 1rem;
	font-size: 1rem;
	text-align: center;
}
.billboard .already_user a,
.billboard .already_user a:link,
.billboard .already_user a:visited,
.billboard .already_user a:active{
	color: white;
	text-decoration: underline;
}

/* --- INSTITUTIONS AND SEARCH ---- */

.institutions_container{
	background-color: hsla(56, 100%, 95%, 0.71);
	padding: 10px 100px;
	margin: 0px 0;
	color: rgb(80,80,80);
	height: 650px;
}

.institutions_container{
	background-color: white;
	color: rgb(80,80,80);
	margin: 0px 0;
	height: auto;
}


.institution-logos--container {
	margin: 100px auto 0 auto;
	min-height: 100px;
	display: flex;
	align-items: center;

}


.institutions_logo_wrapper{
	border-radius: 4px;
	text-align: center;
	display: flex;
	flex-shrink: 0;
	align-items: baseline;;
	flex-basis: 0;
	justify-content: center;
	transition: all 0.25s ease-out .2s;
	border: 1px solid #FFFEED;
	padding: 10px;;;;;

}
.institutions_logo_wrapper > img{
    filter: grayscale(100%);
	text-align: center;
	max-height:50px;
	max-width:100%;
    -webkit-filter: grayscale(100%);
    transition: all 0.25s ease-out;
}
.institutions_logo_wrapper:hover{
	cursor: pointer;
	border: 1px solid rgb(80,80,80);
}
.institutions_logo_wrapper:hover > img{
	-webkit-filter:none;
    filter: none;

}
.institutions_search_wrapper{
	color: #555;
	text-align: center;
	font-size: 1.55rem;
	border-radius: 4px;
	transition: all 0.35s ease-out;
	padding: 8px;

}

.institutions_search_wrapper i {
	margin-bottom: 3px;
	display: inline-block;
	white-space: pre-wrap;
}


.institutions_search_wrapper:hover{
	background-color: #eb4258;
	cursor: pointer;
	color: white;

}
.institutions_search_wrapper:hover .search_label{
	color: white;
}
.institutions_search_wrapper .search_label{
	text-align: center;
	font-weight: 600;
	font-size: 1.4rem;
	color: #555;
	display: inline-block;
	margin-left: -5px;
	white-space: pre-wrap;
}
.institutions_hidden{
	display: none;
}
#search{
	height: auto;
	margin: 0 5% 0 0;
	font-size: 1.3rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 0.7rem;
	margin-bottom: 20px;
	float: left;
}
.footer_container{
	box-shadow: 0 -2px 20px rgba(0,0,0,0.2);
	background-color: #ccc;
	height: auto;
	position: relative;

}

.headline--container {
	margin-top: 140px;
}

/* ---- PRICES ---- */
.prices{
    margin: 15px auto;
    display: inline-block;

}
.tag{
	border-radius: 8px;
	padding: 1.8rem;
	color: #555;
	background-color: white;
	float: left;

}

.tax,.plus,.comission{
	float: left;
}
.number{
	font-weight: 200;
	font-size: 2rem;
	color: rgb(23, 161, 207);
}
.plus{
	color: white;
	font-size: 25.888px;
	margin: 0 25.888px;
	padding-top: 28px;
	float: left;

}
.comission sup{
	font-size: 25.888px;
	font-weight: 400;
	top:-0.4em;
}
.extra-info{
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 20px auto;
	opacity: 0.7;
}
.enterprise{
	background-color: rgba(0,0,0,0.8);
	color: white;
	text-align: center;
	font-weight: 100;
	padding-top: 67.773px;
	padding-bottom: 94.245px;
}
.enterprise h2{
	color: white;
}
.enterprise .description{
	width: 60%;
	margin: 16px auto;
	text-align: center;
	font-size: 25.888px;
	line-height: 1.5;
	margin-bottom: 22.25px;
	margin-bottom: 36px;

}
.enterprise input{
	height: auto;
	width: 100%;
	float: left;
	font-size: 1.3rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 0.7rem;
	color: rgba(0,0,0,0.75);
}
.enterprise label{
	font-size: 1.15rem;
	font-weight: 600;
	color: white;
	text-align: left;
	margin-bottom: 9.889px;
	white-space: nowrap;
}
.enterprise .multiplier{
	font-size: 22.25px;
	padding-top: 36px;
}
.enterprise .button{
	margin: 16px 0 ;
}
.methods {
	margin-top: 45px;
	text-align: center;
	font-size: 25.888px;
}
.methods span{
	flex-shrink: 0;
	margin: 10px;;
}

.methods .mbway{
	height: 30px;;
	width: 57px;
	display:inline-block;
	background: url(../../img/start/MBWAY_PB_negativo.png);
	background-repeat: no-repeat;
	background-size: 72px;
	margin: 10px !important;
	background-position: -8px -8px;

}
.action{
	text-align: center;
	margin-top: 41.887px;
}
.key-features h2{
	color: #b5187b;
	text-align: center;
}
.faq{
	font-weight: 200;
	padding: 100px;
}
.faq h2{
	color: #aaa;
		text-align: center;
	margin-bottom: 36px;

}

.faq-accordion li p{
	font-size: 16px;
}
.faq-accordion li a,
.faq-accordion li a:link,
.faq-accordion li a:visited
.faq-accordion li a:active{
	border-bottom: 1px solid #aaa;
	font-size: 16px;

}

/* ---- FEATURES PAGE ---- */

.video{
	height: 350px;
}

.title{
		padding-top:67.773px;
	text-align: center;
	background-color: white;
	color:#387e82;

}
.title .description{
	width: 60%;
	margin: 16px auto;
	text-align: center;
	font-size: 25.888px;
	line-height: 1.5;
	margin-bottom: 22.25px;
	margin-bottom: 36px;
	color: #555;

}
.summary{
	width: 90%;
	border-bottom: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	padding: 30px 0;;
}

.summary a,
.summary a:visited,
.summary a:active,
.summary a:link{
	font-size: 1.1rem;
	font-family: "Open Sans",sans-serif;
}

.summary .item {
	width: 7rem;;
	height: 7rem;
	border-radius: 4px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15.25px;;
}
.summary .item i {
	font-size: 5rem;

}

.summary .proximity{
	border: 3px solid #3adb76;
}

.summary .proximity i{
	color: #3adb76;
}
.summary .proximity:hover{
	background-color: #3adb76;
	cursor: pointer;
}
.summary .proximity:hover i{
	color: white;
}
.summary .experience{
	border: 3px solid #eb4258;
}
.summary .experience i{
	color: #eb4258;
}
.summary .experience:hover{
	background-color: #eb4258;
	cursor: pointer;
}
.summary .experience:hover i{
	color: white;
}
.summary .revenue{

	border: 3px solid rgb(23, 161, 207);
}
.summary .revenue i{
	color: rgb(23, 161, 207);
}
.summary .revenue:hover{
	cursor: pointer;
	background-color: rgb(23, 161, 207);
}
.summary .revenue:hover i{
	color: white;
}
.summary .logistics{
	border:3px solid #b5187b;

}
.summary .logistics i{
	color: #b5187b;
	font-size: 5rem;;;
}
.summary .logistics:hover{
	background-color: #b5187b;
	cursor:pointer;
}
.summary .logistics:hover i{
	color: white;
}
.feature-section{
	border-top: 1px solid #ddd;
	padding-top: 150px;
}
.feature-section h2{
	font-family: "Open Sans",sans-serif;
	font-size: 1.9rem;
	text-align: center;
	margin-bottom: 16px;
}
.feature-section .description {
	text-align: center;
	font-size: 1.35rem;
	font-weight: 300;
	color: #555;
	line-height: 1.3;
}
.subsection{
	overflow: hidden;

	padding: 68px 40px 58px 40px;

}
.subsection h3{
	font-size: 1.35rem;
	line-height: 1.25;
	margin-bottom: 8.499px;
}
.subsection p{
	font-size: 1.05rem;
	margin-bottom: 13.751px;
}

.proximity-section{
	border-top: none;
}
.proximity-section .proximity{
	width: 85px;
	height: 80px;
	border-radius: 4px;
	margin: 0 auto;
	padding-top: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22.25px;
	border: 3px solid #3adb76;
	background-color: #3adb76;
	text-align: center;
}
.proximity-section .proximity i{
	color: white;
	font-size: 58.248px;
}
.illustration_container{
	width: 100%;
	overflow: hidden;

}
.illustration_container .panel_first{
	border-radius:6px;
	border: 1px solid #ccc;
	width: 45%;
	height: auto;
	margin: 0 5% 0 5%;
	overflow: hidden;
	float:left;
	max-height:240px;
}
.illustration_container .panel_second{
	border-radius:6px;
	border: 1px solid #ccc;
	width: 45%;
	height: auto;
overflow: hidden;		float: left;
	max-height:240px;

}
.illustration_container .panel_first .image,
.illustration_container .panel_second .image{
	height: 160px;
	width: 100%;
	background-size: cover;
	text-align: right;
	border-radius: 6px 6px 0 0;

}
.illustration_container .panel_first .image{
	background-image: url(../../img/start/eco.jpg);
}
.illustration_container .panel_second .image{
	background-image: url(../../img/start/eco2.jpg);
}
.illustration_container .panel_first .image .registration,
.illustration_container .panel_second .image .registration{
	font-size: 12px;
	position: relative;
    top: 130px;
    bottom: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: left;
    padding: 4px 6px;
    background-color: #3adb76;
    color: white;
    display: inline-block;
}
.illustration_container .panel_first .text,
.illustration_container .panel_second .text{
	font-size: 1.10rem;;
	color: #555;
	font-weight: 600;
	margin: 8px auto;
	width: 90%;
	line-height: 1.4;
	text-align: left;
	min-height: 100px;
}
.experience-section .experience{
	width: 85px;
	height: 80px;
	border-radius: 4px;
	margin: 0 auto;
	padding-top: 8px;
	margin-bottom: 22.25px;
	border: 3px solid #eb4258;
	background-color: #eb4258;
	text-align: center;
}
.experience-section .experience i{
	color: white;
	font-size: 60px;
}
.experience-section .cover{
	width: 100%;
	height: 90px;
	border-radius: 0 0 4px 4px;
	border: 1px solid #ccc;
	border-top:none;
	display: flex;
	justify-content: left;
	align-items: center;
	margin-bottom: 10px;

}
.experience-section .cover .text{
	font-size: 1.4rem;
	color: #555;
	font-weight: 600;
	margin: 8.5px 9.889px;;

}
.experience-section .registration_1{
	border-radius: 4px 4px 0 0;
	border: 1px solid #ccc;
	width: 100%;
	white-space: nowrap;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 1rem;
	flex-shrink: 0;;

}
.experience-section .registration_1 .checkbox{
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: 4px solid #3adb76;
    padding: 1px 2px;
    font-size: 22px;
    color: #3adb76;
	flex-shrink: 0;
}
.experience-section .registration_1 .text{
		font-size: 1.25rem;
	color: #555;
	font-weight: 600;
	margin: 8.5px 9.889px;
}
.experience-section .other{
	border-radius: 0 0 0 4px;
	border: 1px solid #ccc;
	border-top: none;
	padding: 16px 16px;

}
.experience-section .other .text{
		font-size: 16px;
	color: #555;
	font-weight: 600;
		text-align: left;
		line-height: 1.4;
}
.experience-section .other p{
	margin-bottom: 0;
	text-align: left;
}
.experience-section .subactivity .checkbox{
	width: 30px;
	height: 30px;
	margin: 4px 16px 0 4px;
	border-radius: 4px;
	border: 4px solid #ccc;
	float: left;
	flex-shrink: 0;
}
.experience-section .subactivity{
	border: 1px solid #ccc;
	width: 90%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
	flex-grow: 0;
	flex-wrap: nowrap;
	padding: 1rem;
	margin-left: 10%;
	border-top: none;
	border-radius: 0;

}
.experience-section .subactivity:last-child{
	border-radius:0 0 4px 4px;
}
.experience-section .subactivity .text{
			font-size: 16px;
	color: #555;
	font-weight: 600;
}
.experience-section .submit{
	border-radius: 4px;
	background-color: #3adb76;
	height: 41.887px;
	width: 152.489px;
	margin-top: 16px;
	text-align: center;
	padding: 12px;
	font-size: 16px;
	font-weight: 600;
	color: white;
}
.experience-section .round_wrapper_outer{
	width: 79px;
	height: 79px;
	border-radius: 100px;
	border: 4px solid #eb4258;
	padding: 0;
	float: left;
	margin-left: -20px;

}
.experience-section .round_wrapper_inner{
	width: 71px;
	height: 71px;
	border-radius:100px;
	background-color: #eb4258;
	border: 3px solid white;
	padding: 16px;
}
.blue{
	background-color: rgb(23, 161, 207);
}

.salmon{
	background-color: #eb4258;
}
.purple{
	background-color: #b5187b;
}
.green{
background-color: #3adb76;
}
.green h3,
.purple h3,
.blue h3,
.salmon h3{
	font-size: 1.5rem;;
	color: white;
}
.green p,
.purple p,
.blue p,
.salmon p{
	color: white;
}
.experience-section .round_wrapper_inner i{
	font-size: 36px;
	color: white;
}


.revenue-section .revenue{
	width: 85px;
	height: 80px;
	border-radius: 4px;
	border: 4px solid rgb(23, 161, 207);
	margin: 0 auto;
	padding-top: 4px;
	margin-bottom: 22.25px;
	background-color: rgb(23, 161, 207);
	text-align: center;
}
.revenue-section .revenue_main{
	position: relative;

}


.revenue-section .revenue_main .chart_background_wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
.revenue-section .revenue_main .chart_background_wrapper .chart_background{

	width: 1200px;
	margin: 0 auto;
	height: 350px;
}
.revenue-section .revenue_main .chart_background .bar{
	width: 9px;
	margin: 0 6px;
	background-color: #ddd;
	display: none;
	z-index: 2;
}
.revenue-section .revenue i{
	color: white;
	font-size: 67.773px;


}
.revenue-section .compare-tax{
	padding:0 0 60px 0;
	background: #333;
	margin-top: 40px;
}

.revenue-section .compare-tax h3{
	   font-size: 28px;
    color: white;
    font-weight: 200;
    text-align: center;
    margin-bottom: 28.25px;
}
.revenue-section .compare-tax .columns{
	margin-top: 16px;

}
.revenue-section .compare-tax .service{
	width:140px;
	float: left;
	text-align: right;
	margin-right: 12px;
	padding-top:19px;
	font-weight: 600;
	color: white;
}
.revenue-section .compare-tax .fee-others,
.revenue-section .compare-tax .fee-upevents{
	width: 10%;
	float: left;
}
.revenue-section .compare-tax .fee-others .text,
.revenue-section .compare-tax .fee-upevents .text{
	width: 100%;
	color: #aaa;
	text-align: center;
	font-size: 16px;
	margin-bottom: 8px;
}
.revenue-section .compare-tax .fee-upevents .bar{
	height: 9px;
	width: 100%;
	background-color: #aaa;
}
.revenue-section .compare-tax .fee-others .bar{
	height: 9px;
	width: 100%;
	background-color: #aaa;
}
.revenue-section .compare-tax .tax-upevents{
	width: 20%;
	float: left;
	margin-left: 12px;
}
.revenue-section .compare-tax .tax-others{
	width: 50%;
	float: left;
	margin-left: 12px;
}
.revenue-section .compare-tax .tax-others .text{
	width: 100%;
	color: #eb4258;
	text-align: center;
	font-size: 16px;
	margin-bottom: 8px;
}
.revenue-section .compare-tax .tax-upevents .text{
	width: 100%;
	color: #3adb76;
	text-align: center;
	font-size: 16px;
	margin-bottom: 8px;
}
.revenue-section .compare-tax .tax-upevents .bar{
	height: 9px;
	width: 100%;
	background-color: #3adb76;
}
.revenue-section .compare-tax .tax-others .bar{
	height: 9px;
	width: 100%;
	background-color: #eb4258;

}
.revenue-section .compare-tax .tax-extra{
	width: 10%;
	float: left;
	margin-left: 12px;
}
.revenue-section .compare-tax .tax-extra .text{
	width: 100%;
	color: #eb4258;
	text-align: center;
	font-size: 16px;
	margin-bottom: 8px;
}
.revenue-section .compare-tax .tax-extra .bar{
	height: 9px;
	width: 100%;
	background-color: #eb4258;

}
.revenue-section .subsection_up{
	padding-top: 58.248px;
	border-top: 1px solid #ccc;
}
.revenue-section .dashboard .revenue_window{
	width: 90%;
	margin: 0 auto;
	border-radius: 6px 6px 0 0;
	border: 1px solid #ddd;
	margin-top: 40px;
	border-bottom: none;
	overflow: hidden;
	background-color: rgb(245, 247, 249);

}
.revenue-section .dashboard .more_info{
display: block;
}
.revenue-section .dashboard .revenue_window .application_bar{
	background-color: #ddd;
	height: 41px;
	width: 100%;
	margin-bottom: 50px;
	padding-top: 5px;
	padding-left: 40px;
}

.revenue-section .dashboard .revenue_window .application_bar .url{
	border-radius: 4px;
	border: 4px solid #dfdfdf;
	background-color: white;
	margin-right: 4%;
	height:32px;
	padding: 4px 6px;
	color: #555;
}
.revenue-section .dashboard .panel_wrapper{
	padding: 0 20px 20px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	flex-wrap: wrap;
}
.revenue-section .dashboard h3{
	font-size: 1.9rem;
    color: #555;
    font-weight: 400;
    text-align: center;
        margin-bottom: 16px;
}
.revenue-section .dashboard .revenue_panel{
	border-radius: 4px;
	border: 1px solid #aaa;
	display:inline-block;
	width: 24%;
	margin: 0 4% 0 4%;
	padding: 27px 0;
	background-color: white;
	flex-shrink: 0;
}
.revenue-section .dashboard .revenue_panel .number{
	text-align: center;
	width: 100%;
	color: rgb(23, 161, 207);
}
.revenue-section .dashboard .revenue_panel .text{
		text-align: center;
	width: 100%;
	font-weight:600;
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 16px;
}
.revenue-section .payment-methods{
	text-align: center;
}.revenue-section .payment-methods h3{
	margin-bottom: 16px;
}
.revenue-section .payment-methods .mbway{

	height: 30px;
	width: 57px;
	margin:-4px 8.499px;
	display:inline-block;
	background: url(../../img/start/MBWAY_PB_negativo.png);
	background-repeat: no-repeat;
	background-size: 72px;
	background-position: -8px -8px;


}
.revenue-section .revenue-features{
	border: none;
	padding-top: 58.248px;
	padding-bottom: 0;
}
.revenue-section .revenue-features h3.revenue_features_title{
	font-size: 1.9rem;
    color: #555;
    font-weight: 400;
    text-align: left;
    margin-bottom: 16px;
}
.revenue-section .revenue-calculator{
	border: none;
	height: 500px;
	background-color: rgb(245, 247, 249);
	padding: 58.248px 16px 67.773px 16px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

}

.revenue-section .revenue-calculator input[type=text]{
	height: auto;
    width: 100%;
    float: left;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0.6rem;
}

.revenue-section .revenue-calculator .multiplier{
	padding-top: 35px;
	color: #555;
}
.revenue-section .revenue-calculator .calculator_label{
	font-size: 1.1rem;
    font-weight: 600;
    color: #555;
    text-align: left;
    margin-bottom: 9.889px;
}
.revenue-section .revenue-calculator .invoice{
	border-radius: 4px;
	border: 1px solid #ccc;
	background-color: white;
	padding: 60px 22.25px 16px 16px;
		margin-top: 22.25px;
		width: 100%;

}
.revenue-section .revenue-calculator .invoice .line{
	border-bottom: 1px solid #ccc;
	padding: 6px;
	margin-bottom: 4px;
	display: inline-block;
	width: 100%;

}
.revenue-section .revenue-calculator .invoice .line_totals{
	border-bottom: 1px solid #ccc;
	padding: 6px 0 0 6px;
	margin-bottom: 4px;
	display: inline-block;
	width: 100%;

}
.revenue-section .revenue-calculator .invoice .line .description{
 text-align: left;
 font-weight: 400;
 font-size: 1.1rem;
 display: inline-block;
 float: left;
}
.revenue-section .revenue-calculator .invoice .line_totals .description{

 text-align: left;
 font-weight: 600;
 font-size: 1.5rem;
 display: inline-block;
 float: left;
  padding: 8px 16px 8px 0;

}
.revenue-section .revenue-calculator .invoice .line .value{
font-weight: 600;
color: #333;
text-align: right;
 font-size: 14px;
 display: inline-block;
 float: right;
}

.revenue-section .revenue-calculator .invoice .line .totals{
	font-weight: 400;
	color: white;
	text-align: right;
	font-size: 1.6rem;
	display: inline-block;
	/*float: right;*/
	padding: 8px 16px;
	background-color: rgb(23, 161, 207);
}

.revenue-section .prices .tag{
	background-color: #3adb76;
}
.revenue-section .prices .tag .tax .number,
.revenue-section .prices .tag .comission .number{
	color: white;
}
.revenue-section .plus{
	color: #3adb76;
}
.revenue-section .payment-methods span{
	color: white;
	margin-top: 16px;
	text-align: center;
	font-size: 25.888px;
	margin: 0 14px;
}
.revenue-section .payment-methods .new{
	background-color: #b5187b;
	border-radius:4px;
	padding: 2px 4px;
	font-size: 12px;
	margin-top: -5px;
	margin-left:-8px;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	width: auto;
	height: auto;
	display: inline-block;
}

.logistics-section .logistics{
	width: 85px;
	height: 80px;
	border-radius: 4px;
	border:3px solid #b5187b;
	background-color:#b5187b;
	text-align: center;
	margin: 0 auto;
	padding-top: 9px;
	margin-bottom: 22.25px;
}
.logistics-section .logistics i{
	color: white;
	font-size: 58.248px;
}
.logistics-section .window{
	height: 350px;
	overflow: hidden;
	position: relative;
	width: 500px;
}
.logistics-section .window .ticket {
	width: 50%;
	height: 350px;
	border: 1px solid #ddd;
	background-color: rgb(245, 247, 249);
	position: absolute;
	top: 50px;
	margin-right: 0;
	left: 0;


}
.logistics-section .window .ticket .QR{
	width:150px;
	height: 150px;
	background: url(../../img/start/qr_checkin.png);
	background-size: 150px 150px;
	background-repeat: no-repeat;
	margin:40px auto;

}
.logistics-section .window .ticket .name{
	text-align: center;
	font-size: 2rem;
}

.logistics-section .window .iphone{
	position: absolute;
	top: 10px;
	left:344px;
	width: 150px;
	height: 309.16px;
	border: 3px solid #ccc;
	background-color: white;
	border-radius: 24px;
	-ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);

}

.start_iphone_animation{
	-webkit-animation-name: iphone_animate; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
    animation-name: iphone_animate;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}
		/* Chrome, Safari, Opera */
	@-webkit-keyframes iphone_animate {
	    0%   {
	    	left: 344px;
	    	-ms-transform: rotate(0);
		    -webkit-transform: rotate(0);
		    transform: rotate(0);
	    }
	    100% {
	    	left: 144px;
			-ms-transform: rotate(-25deg);
		    -webkit-transform: rotate(-25deg);
		    transform: rotate(-25deg);
	    }
	}

	/* Standard syntax */
	@keyframes iphone_animate {
	    0%   {
	    	left: 344px;
	    	-ms-transform: rotate(0);
		    -webkit-transform: rotate(0);
		    transform: rotate(0);
	    }
	    100% {

	    	left: 144px;
			-ms-transform: rotate(-25deg);
		    -webkit-transform: rotate(-25deg);
		    transform: rotate(-25deg);
	    }
	}
.logistics-section .window .iphone .speaker{
	position: relative;
	width: 30px;
	height: 4px;
	border-radius: 4px;
	top: 19px;
	left: 60px;
	background-color: #ccc;
}
.logistics-section .window .iphone .screen{
	position: relative;
	left: 8px;
	top:38.34px;
	height: 226.48px;
	width: 130.77px;
	border-radius: 1px;
	border: 1px solid #ccc;
	    overflow: hidden;

}
#start_iphone_animation:hover {
	background-color: red;
}

.window .iphone .screen:before
{
	content: "";
	position: absolute;
	width: 500px;
	height: 350px;
	top: -33.34px;
	left: -162px;
	z-index: -1;
	background: url(../../img/start/iphone_bg.png) 0 0 repeat;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.window .iphone .start_screen_animation:before{
	content: "";
	position: absolute;
	width: 500px;
	height: 350px;
	top: -33.34px;
	left: -162px;
	z-index: -1;
	background: url(../../img/start/iphone_bg.png) 0 0 repeat;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
    -webkit-animation-name: screen_animate; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;
    animation-name: screen_animate;
    animation-duration: 4s;
    animation-fill-mode: forwards;

}

	@-webkit-keyframes screen_animate {
	    0%   {
	    	left: -362px;
	    	-ms-transform: rotate(0);
		    -webkit-transform: rotate(0);
		    transform: rotate(0);
	    }
	    100% {
	    	left: -162px;
			-ms-transform: rotate(25deg);
		    -webkit-transform: rotate(25deg);
		    transform: rotate(25deg);
	    }
	}

	/* Standard syntax */
	@keyframes screen_animate {
	    0%   {
	    	left: -362px;

	    	-ms-transform: rotate(0);
		    -webkit-transform: rotate(0);
		    transform: rotate(0);
	    }
	    100% {

	    	left: -162px;

			-ms-transform: rotate(25deg);
		    -webkit-transform: rotate(25deg);
		    transform: rotate(25deg);
	    }
	}
.window .iphone .screen .checkin_success{
	position: relative;
	left: 0;
	top:0;
	height: 226.48px;
	width: 130.77px;
	background-color: #3adb76;
	overflow: hidden;
	display: none;
}
.window .iphone .screen .checkin_success i{
	color: white;
	width: 75px;
	height: 75px;
	display: inherit;
	margin:60px auto;
	border-radius: 50px;
	border: 4px solid white;
	padding: 16px;
	font-size: 40px;
}

.window .iphone .home{
	height: 30px;
	width: 30px;
	border-radius: 30px;
	border: 4px solid #ccc;
	position: relative;
	top: 41px;
	left: 60px;
}
.logistics-section .purple h3{
	text-align: center;

}

.logistics-section .certificate_steps{
	margin: 0 auto;
	width: 100%;

}
.logistics-section .certificate_steps .certificate_icon_wrapper{
	height: 100px;
	margin: 0.7rem;
	float: left;
	text-align: center;
}
.logistics-section .certificate_steps .certificate_icon_wrapper .text{
	color: white;
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: 12px;;

}
.logistics-section .certificate_steps .certificate_icon {
	color: white;
	width: 5rem;
	height:5rem;
	border: 2px solid white;
	border-radius: 75px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;;
}
.logistics-section .certificate_steps .certificate_icon i{
		font-size: 3.2rem;
		width: 100%;
}
.logistics-section .certificate_steps .arrow{
	color: white;
	font-size: 2rem;
	margin-top: 2.15rem;
	opacity: 0.8;

}

.create_event{
	background: url(../../img/start/bg_1.png);
	height: 500px;
	background-position: center center;
	background-size: 1600px 500px;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;

}
.create_event .white_bg{
	background-color: white;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.create_event .create_event_wrapper{
	padding: 60px 0 0 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.create_event .window{
	width: 50%;

	height: 380px;
	margin-top: 0px;
	background-color: transparent;
	border-radius: 6px 6px 0 0;;;;
	background: url(../../img/start/bg_1.png);
	background-size: 1600px 500px;
	background-position: -336px -121px;
	/*float:left;*/
	position: relative;
	display: inline-block;
	opacity: 0;
	border: 1px solid #ccc;
	text-align: right;
}
.create_event .window .event_title{
	width: 100%;
	background-color: white;
	font-size: 1.35rem;
    color: #333;
    font-weight: 600;
    padding: 16px 12px  20px 12px ;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
	line-height: 1.3;
	border-radius: 0;
	text-align: left;
}
.create_event .window .registration_open{
	font-size: 1rem;
	position: relative;
	text-align: right;
	top: 270px;
    bottom: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: left;
    padding: 4px 6px;
    background-color: #3adb76;
    color: white;
    display: inline-block;
	margin-top: 10px;
}
.create_event .go{
	opacity: 0;
	width: 45%;
	height: 100%;
	display: flex !important;
	justify-content: left;
	align-items: left;
	flex-direction: column;
}
.create_event h2{
	color: #333;

	font-weight: 400;
	margin-bottom: 8px;
	font-size: 1.9rem;
	margin-top: 80px;
}
.create_event h4.light{
	color: #333;
	font-weight: 200;
	text-align: left;
    font-size: 1.35rem;
    font-weight: 300;
    color: #555;
    line-height: 1.3;
}
.create_event .button{
	border-radius: 4px;
	margin-top: 40px;
background-color: rgba(20,189,110,1);
}
.enterprise .summary{
	margin-top: 20px;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
		margin-bottom: 60px;
}
.enterprise .summary i{
	font-size: 36px;
	margin: 12px;
}
.enterprise .summary .text{
	font-size: 1.10rem;
	margin-top: 9px;
	font-weight: 600;
}
.enterprise p.small{
	font-size: 12px;
}
/* ---- FOOTER ---- */
footer{
	height: 250px;
	padding: 40px;
}
footer h4{
	font-weight:600;
	margin-bottom: 6px;
	color:rgb(23, 161, 207);
	line-height:1.4;
			text-align: left;
			margin-top: 0;
	font-size:1.1rem;
}
footer li{
		margin-bottom: 4px;
		text-align: left;

}
footer div {
	margin-top: 10px;
}
footer li a,
footer li a:visited,
footer li a:active,
footer li a:link{

	font-size: 0.9rem;
	color: #000;
}
footer li a:hover{
	text-decoration: underline;
}

.button.country{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 10px;
  float: right;
  font-size: 12px;
  margin-top: 20px;
  color: black;
}

.button.country span{
    margin-right: 12px;

}
#language li a,
#language li a:link,
#language li a:active,
#language li a:visited{

  text-align: left;
  color:#333;

}
#language li a:hover{
	text-decoration: none;
}
#language li span{
  margin-right: 12px;
}
.sub_footer{
	width: 100%;
	height: 50px;
	background-color: #cdcdcd;
	position: absolute;
	bottom: -50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sub_footer .uphill{
	background: url(../../img/start/logo_horizontal_margin.png);
	height:40px;
	margin-top: 6px;
	background-repeat: no-repeat;
	background-size: 100px;
	width: 110px;
	opacity: 0.6;
	display: inline-block;
  float: left;

}
.sub_footer .uphill:hover{
	opacity: 1;
	cursor: pointer;
}
.sub_footer .copyrights{
	font-size: 1rem;
	color: #000;
	text-align: right;
	margin: 18.125px 0;
}

/* Kaede */



.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	max-width: 100%;
	width: calc(100% - 3em);
	vertical-align: top;
	overflow: hidden;
	padding-top: 0;
	margin-top: 0;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	/*float: right;*/
	padding: 0 1em;
	width: 40%;
	color: #6a7989;
	font-weight: bold;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: rgb(80,80,80);
	font-size: 150%;
	text-align: center;
	margin: 15px auto;
	display: block;
}


.input--kaede {
	display: block;
	overflow: hidden;
	margin: 2em auto 2em;
	background: #25F497;
	border-radius: 60.6px;
	box-shadow: 1px 1px rgba(0,0,0,0.3), 2px 2px rgba(0,0,0,0.3);;;;
}

.input__field--kaede {
	width: 100%;
	color: #9DABBA !important;
	-webkit-transition: -webkit-transform 0.5s !important;
	transition: transform 0.5s !important;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1) !important;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1) !important;
	height: 60px !important;
	transform: rotate3d(0.1,0,0,90deg);
}

.input__label--kaede {
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	cursor: text;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label-content--kaede {
	padding: 0 0 15px 0;
	font-size: 18px;
	color: rgb(80,80,80);;
}

.input__field--kaede:focus,
.input--filled .input__field--kaede {
	-webkit-transform: translate3d(100%, 0, 0);
	-webkit-transition-delay: 0.06s;
	transition-delay: 0.06s;
	transform: translate3d(100%, 0, 0);
}

.input__field--kaede:focus + .input__label--kaede,
.input--filled .input__label--kaede  {
	-webkit-transform: translate3d(60%, 0, 0);
	transform: translate3d(60%, 0, 0);
	pointer-events: none;
}
	.subject {
		position: absolute;
		bottom:0;
		text-align:left;
	}

@media screen and (max-width: 34em) {
	#videoModal {
		width: none;
		max-width: inherit;
		padding: 8px;
		z-index: 22222222222222222;
		min-height: none;
	}

	.summary a,
	.summary a:visited,
	.summary a:active,
	.summary a:link {
		font-size: 0.8rem;
		font-family: "Open Sans",sans-serif;
	}

	.input__field--kaede:focus + .input__label--kaede,
	.input--filled .input__label--kaede  {
		-webkit-transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
		transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
		pointer-events: none;
	}


	.billboard .content h1{
		font-size: 32px;
	}

.revenue-section .revenue-calculator{
		height: 730px !important;
	}
	.logistics-section .certificate_steps .certificate_icon i {
		font-size: 1.6rem;
	}

	.certificate_steps .flag {
		margin: 10px;
	}

	.logistics-section .certificate_steps .arrow {
		font-size: 0;
	}

	.revenue-section .payment-methods span {
		margin: 12px 14px;
	}

	.revenue-section .revenue-calculator .invoice .line .value {
		margin-top: 10px;
		width: 100%;
		float: left;
		text-align: left;
	}

	.experience-section .round_wrapper_inner{
		width: 51px;
		height: 51px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.experience-section .round_wrapper_inner i {
    font-size: 24px;
    color: white;
}
	.vcvc {
  	flex-direction: column;
    padding: 0rem 0 0rem 0px !important;
	}
	.experience-section .round_wrapper_outer {
		margin: 0;
	}

.logistics-section .certificate_steps .certificate_icon{
		width: 3rem !important;
		height:3rem !important;
	}

	.summary .item {
		width: 4rem;;
		height: 4rem;
	}

	.summary .item i {
		font-size: 3rem;
	}

	.row.subsection {
		padding: 20px 0 !important;
	}

}


.animateInputOpen {
	-webkit-animation: inputOpen 1s 1 forwards; /* Safari 4+ */
  	-moz-animation:    inputOpen 1s 1 forwards; /* Fx 5+ */
  	-o-animation:      inputOpen 1s 1 forwards; /* Opera 12+ */
  	animation:         inputOpen 1s 1 forwards;
  transform-origin: center center;
}

.animateInputClose {
	-webkit-animation: inputClose 1s 1 forwards; /* Safari 4+ */
  	-moz-animation:    inputClose 1s 1 forwards; /* Fx 5+ */
  	-o-animation:      inputClose 1s 1 forwards; /* Opera 12+ */
  	animation:         inputClose 1s 1 forwards;
  transform-origin: bottom bottom;
}

@keyframes inputOpen {
	from {transform: rotate3d(1.6,0, 0, 90deg);}
	to {transform: rotate3d(1.6,0, 0, 0deg);}
}

@keyframes inputClose {
	from {transform: rotate3d(1.6,0, 0, 0deg);}
	to {transform: rotate3d(1.6,0, 0, 90deg);}
}


/*
	Accordion

*/

.accordion-navigation * {
	text-align: left;
	font-family: "Open Sans", sans-serif;
	font-size: 1.10rem;
	line-height: 1.4;
}

#videoModal {
	width:70%;
	max-width:100%;
	padding: 35px;
}

.accordion .accordion-navigation>a, .accordion dd>a ,.side-nav *{
	text-align: left;
	font-family: "Open Sans", sans-serif;
	font-weight: 600 !important;
	font-size: 1.10rem;
	line-height: 1.10;
}



/* -----------------------------

  ~ Autocomplete Styles ~

---------------------------- */

.autocomplete-suggestions {

  background-color: white;
  overflow-x: hidden;
  border-left: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
  box-shadow: 0 1px 6px rgba(0,0,0,0.3);
  color: rgba(0,0,0,0.75);

  border-radius: 0 0 6px 6px;border-right: 1px solid rgb(204, 204, 204);

}
.autocomplete-suggestion {
  color: rgba(0,0,0,0.75);
  font-size: 1.4rem;
  padding: 7px;
  border-bottom: 1px solid rgba(0,0,0,0.2);

}

.autocomplete-suggestions .autocomplete-selected{

  background-color: rgba(23,161,207,1);
  overflow-x: hidden;
  color: white;
}


/*
	FAQ's

*/

.stick {
	flex: none;
	position: fixed;
	top: 100px;
}


.sub-nav.stick {
	flex: none;
	position: fixed;
	top: 0;
	margin-left: 0;
}

.content--container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 100px 0;
}
.main--container {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.item--category-list a {
	color: rgba(0, 0, 0, 0.7) !important;
	font-weight: 400;
}

.item--category-list a.active {
	color: white !important;
	background-color: rgba(23,161,207,1)!important;
}

.item--category-list a:hover {
	color: white !important;

	background-color: rgba(23,161,207,0.5)!important;
}

.item--category-list {
	font-size: 1.10rem !important;
	white-space: nowrap;

}

.item--category-list a{
	text-align: left !important;
	background-color: transparent;
	border-radius: 4px;
}

.success {
		display:flex; align-items:center; margin-top:86px;
	}

/* ----- MEDIA QUERIES ----- */

/* Small only */
@media screen and (max-width: 767px) {
	.usermenu--container {
		display: none !important;
	}
	.sub-nav {
		display: none;
	}
	.s2 .container {
		padding: 80px 0 0 0  !important;
	}

	.feature .flexer {
		margin-bottom: 40px !important;
	}

	.success {
		margin-top:24px; flex-direction: column;
	}
	.success > div {
		margin-top: 24px;
	}

	.billboard .form .button{
		width: 100%;

	}
	.revenue-section .payment-methods .mbway {
		margin-top:20px;
	}

	.nav--container,.sub-nav {
		padding: 0 10px;
	}
	.button {
		font-size: 14px;
	}
	html {
		font-size: 11px;
	}
	.nav--container .logo, .sub-nav .logo{
		display: block;
		margin: 20px auto 0 auto;
		width: 100%;
		font-size: 21px;
		height: 50px;

	}
	nav {
		display: block;
    width: 100%;
    margin: 0;
	}

	.nav--container, .sub-nav  {
		padding: 0;
		height: 113px;
	}
	.nav--container .columns , 	.sub-nav .columns {
		padding: 0;
	}
	.billboard .content .description {
		width: 80%;
	}
	.create-input {
		display: none !important;
	}
	.billboard .form > *{
		margin: 0 auto !important;
		float: none !important;
	}
	.billboard .form{
		border:0px solid white;
		background-color:white;
		width:50%;
	}

	.country {
		margin: -30px 30px;
		float: left !important;
	}
	/* Features */
	.summary {
		width: 95%;

	}
	.illustration_container {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
	}

	.panel_first, .panel_second {
		margin:0 auto !important;
		width: 45% !important;
	}
	.experience-section .cover .text {
	font-size: 1.4rem;
	color: #555;
	padding-top: 28.248px;
	font-weight: 600;
	margin: 9.5px 9.889px;
	}

.feature-section:not(:first-child) {
	padding-top: 46px;

}
	.revenue_panel {
		width: 60% !important;
		margin: 10px 0 !important;
	}
	.vcvc {
		display: flex;
		justify-content: center;
		padding: 1rem 0 1rem 25px;
	}
	.already_visible {
	margin: 40px auto 0 auto;
	justify-content: center;
	}
	.revenue-section .compare-tax .service {
		margin: 0 10px 0 10px !important;
		width: auto;
	}
	 .compare-tax .fee-upevents {
		width: 20% !important;
	 }
	 .compare-tax .tax-upevents {
		width: 50% !important;
	 }
	 .compare-tax .fee-others {
	   width: 20% !important;
	}
	.compare-tax .tax-others {
	   width: 20% !important;
	}
	.compare-tax .tax-extra {
		width: 18% !important;

	}
	.others {
		margin-top:20px !important;
	}


	.revenue-section .revenue-features h3.revenue_features_title {
		text-align: center;
	}
	.revenue-section .revenue-calculator .invoice .line .totals {
	width: auto;
	text-align: left;
	float: left;
	}
	.revenue-section .revenue-calculator .invoice .line_totals .description {
	width: 100%;

	}

	.experience-section .other .text {
		font-size: 1.3rem;
		white-space: pre-line;;
		overflow-wrap: break-word;
	}
	.experience-section .subactivity .text {
		font-size: 1.3rem;
		text-align: left;
		white-space: nowrap;;
	}
	.experience-section .subsection {
		padding: 30px 10px;
	}

	.billboard .form {
		background-color: transparent;
	}

.container--faqs .accordion {
	margin-left: 0;
}

.container--faqs .section:not(:first-child) {
	padding: 80px 0;
}

.container--faqs .section:first-child {
	padding-bottom: 80px;
}


.container--faqs .section:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.container--faqs .section h3 {
	text-align: left;
	margin-bottom: 1rem;
}
.institutions_container {
	padding: 50px 10px;
}
}
/* small and up */

@media only screen and (min-width: 320px) {
	.feature-section h3, .feature-section h4, .feature-section p {
		text-align: left;
	}

}


/* Medium only */
@media screen and (min-width: 768px) and (max-width:1024px) {

	.revenue-section .revenue-calculator .invoice .line .description{
	 text-align: left;
	 font-weight: 400;
	 font-size: 1.1rem;
	 display: inline-block;
clear: both;	}
	.revenue-section .revenue-calculator .invoice .line_totals .description{

	 text-align: left;
	 font-weight: 600;
	 font-size: 1.5rem;
	 display: inline-block;
	 clear: both;
	  padding: 8px 16px 8px 0;

	}
	.revenue-section .revenue-calculator .invoice .line .value{
	font-weight: 600;
	color: #333;
	text-align: right;
	 font-size: 14px;
	 display: inline-block;
	 clear: both;	}

	.nav--container ,.sub-nav {
		padding: 0 20px;
		height:80px;
	}
	.button {
		font-size: 14px;
	}
	html {
		font-size: 13px;
	}
	.subsection {
    padding:68px 150px 58px 150px;
	}
	.revenue-calculator{
		margin-right: 150px;
	}
		.revenue-features{
		padding-right:40px;
	}
	.revenue_window{
		width:80%;
	}
}
.billboard .form {
	width: 50% !important;
}
/* Large and up */
@media screen and (min-width: 64em) {
	html {
		font-size: 14px;
	}
	.nav--container, .sub-nav {
		padding: 0 180px !important;
	}

	.subsection {
    padding:68px 150px 58px 150px;
	}
	.revenue-features{
		padding-right:40px;
	}
	.revenue-calculator{
		margin-right: 150px;
	}
	.revenue_window{
		width:80%;
	}

}
.container--terms {

	width:100%; max-width:960px;
	display:block; margin:0 auto;
	margin: 200px auto;
	padding: 50px 100px 50px 50px ;
	background-color:#eee;
	border: 1px solid #ddd;
	border-radius:4px;

}

.container--terms h4, .container--terms h3 {
	font-weight: bold;
	text-align: left;
}


.container--terms h3 {
	font-size: 1.8rem;

}

.container--terms h4 {
	display:inline-block;
	margin-bottom: 0;
	padding-bottom:10px;
	text-align:left;
}



.container--terms ol{
	counter-reset: item;

}

#goUp {
	display: none;
	position: fixed;
	cursor: pointer;
	right: 30px;
	bottom: 25px;
	width: 55px;
	height: 55px;
}

.container--terms ol li{
	text-align: left;
	line-height: 1.4;
	content:'';
	padding: 15px 5px;
}


.container--terms ol li p{
	text-align: left;
	line-height: 1.4;
	display:inline-block;

}

.container--terms ol li:before {
 	counter-increment: item;
	content: counters(item,".") ".";
	display: inline-block;
	margin-right: 0.75rem;
	font-weight: bold;
	text-align: right;
	font-weight: 700;
	font-size:1.1rem;
}



/* PRO Styles */


/*Vertical Sliding*/

@keyframes topToBottom {
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-30px); }
	7% { opacity: 1; }
	8% { -webkit-transform: translateY(0px); }
	23% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 0; }
	28% { opacity: 0; -webkit-transform: translateY(40px); }
	100% { opacity: 0; }
}

/*Horizontal Sliding*/
/*Vertical Sliding*/
.slidingVertical{
}
.slidingVertical span{
	animation: topToBottom 12s linear infinite 0s;
	-ms-animation: topToBottom 12s linear infinite 0s;
	-webkit-animation: topToBottom 12s linear infinite 0s;
	color: white;
	opacity: 0;
	position: absolute;
	height: 60px;
}
.slidingVertical span:nth-child(2){
	animation-delay: 3s;
	-ms-animation-delay: 3s;
	-webkit-animation-delay: 3s;
}
.slidingVertical span:nth-child(3){
	animation-delay: 6s;
	-ms-animation-delay: 6s;
	-webkit-animation-delay: 6s;
}
.slidingVertical span:nth-child(4){
	animation-delay: 9s;
	-ms-animation-delay: 9s;
	-webkit-animation-delay: 9s;
}



.pro-container {
	background-color: black;
}

.s1 {
	background-image: url(../../img/hero-cover.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



.s1 li a{
	color: white !important;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.s1 .headline {
	height: 100%;
	margin-top: 12vh;
	text-align: left;
}


.s1 .headline div {
	text-align: left;
	margin-top: 10px;
}


#gear {
    transform-origin: 50% 50%;
  	animation: rotate 3s ease-in-out infinite;
}

@keyframes rotate {
  0% {transform: rotate(0)}
  90% {transform: rotate(450deg)}
  100% {transform: rotate(450deg)}
}


.s1 h2{
	color: white !important;
	font-family: 'Open Sans',sans-serif;
	font-size: 52px;
	font-weight: 700;
}

.pro-section {
	min-height: 100vh;
	padding: 100px 0;

}

.s2 {
	background-color: #333333;
	padding: 0 0 100px 0;
}

.s2 .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 180px 100px 0 50px;
}

.s3 {
	background-color: #eb4258;
}


.s4 {
	background-color: #333;
}

.feature:nth-child(even) {
	float: left;
}

.feature:nth-child(even) .flexer{
	justify-content: flex-start;
}

.feature:nth-child(odd) .flexer{
	justify-content: flex-end;
}

.feature:nth-child(odd) {
	float: right;
}

.feature:nth-child(odd) h4, .feature:nth-child(odd) p {
	text-align:right;
}

.feature:nth-child(even) h4, .feature:nth-child(even) p {
	text-align:left;
}

.feature .flexer {
	display: flex;
	align-items: flex-end;
}

.feature .flexer {
	margin-bottom: 170px;
}



.icon-previous circle, .icon-next circle, .icon-expander circle, .icon-closer circle {
	fill: #17a1cf;
}


.s2 h2 {
	color: white;
	font-weight: 400;
	font-size: 50px;

}

.logo-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	max-width: 960px;
	margin: 40px auto;
}

.logo-container svg {
	min-width: 30px;
	max-width: 80px;
	flex: 1 1 auto;
	flex-wrap: wrap;
}

.case {
	height: 360px;
	background-image: url(../../img/case-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.f1 {
	margin: 100px 0;
}

.s2 .feature {
	margin: 0px 0;
	width: 100%;
}

.s2 .graphic-container {
	position: relative;
}

.s2 .feature h4 {
	font-weight: 400;
	margin-top: 15px;
}

.sub-nav a {
	color: black !important;
	font-size: 1rem;
}


.s2 * {
	color: white;
}


.icon-expander {
	cursor: pointer;
	height: 20%;
	min-height: 60px;
}


.icon-closer,.icon-next,.icon-previous {
	cursor: pointer;
	width: 65px;
	height: 65px;
}


.icon-closer {

    position: absolute;
    right: 30px;
    top: 30px;
}


.icon-expander {
	position: absolute;
	right: -15px;
	top: -28px;
}

svg * {
	pointer-events: none;
}

.overview-screen:not(:first-child) {
	display: none;
}


.overview-container {
	position: relative;
}


.overview-container .icon-next, .overview-container .icon-previous {
	margin: 10px;
}

.overview-container .text-container {
	margin: 20px 0 50px 0;
}


.overview-container .text-container *{
	color: black;
}

.overview-container .text-container h4 {
	font-weight: bold;
}


.overview-container .text-container h4 {
	font-weight: bold;
	text-align: left;
	margin: 0;
}


.overview-container .text-container p {
	text-align: left;
}


.screen-container:not(:first-child) {
	display: none;
}


.screen-container {
	border-radius: 4px;
  overflow: hidden;
	height: 550px;
}



.screen-container img{
	max-height: 440px;
}


.overview {
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2929;
	background: #dadada;
}

#transfer {
  animation: slide 4s ease-in-out infinite -0s;
  -ms-animation: slide 4s ease-in-out  infinite -0s;
  -webkit-animation: slide 4s ease-in-out  infinite -0s;
}

#money {
  animation: slide 4s ease-in-out infinite 2s;
  -ms-animation: slide 4s ease-in-out  infinite 2s;
  -webkit-animation: slide 4s ease-in-out  infinite 2s;
}

.window-container {
	stroke: #D3D3D3;
	fill: rgb(192, 192, 192);
	stroke-width: 2;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateY(-400px);
  }
  20% {
    -webkit-transform: translateY(-400px);
  }
  50% {
    -webkit-transform: translateY(0px);
  }
  80% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(400px);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateY(-400px);
  }
  20% {
    -webkit-transform: translateY(-400px);
  }
  50% {
    -webkit-transform: translateY(0px);
  }
  80% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(400px);
  }
}
#money {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.sub-nav .logo {
	margin: 20px auto 20px 0 !important;
}

.sub-nav nav {
	margin: 20px 0 !important;
}


/* -----------------------------

  ~ Autocomplete Styles ~

---------------------------- */

.autocomplete-suggestions {

  background-color: white;
  overflow-x: hidden;
  border-left: 1px solid rgb(204, 204, 204);
  border-right: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
  box-shadow: 0 1px 6px rgba(0,0,0,0.3);
  color: rgba(0,0,0,0.75);

}
.autocomplete-suggestion {
  color: rgba(0,0,0,0.75);

}

.autocomplete-suggestions .autocomplete-selected{

  background-color: #d5e6ee;
  overflow-x: hidden;
}
