/* 
Azul Makademy rgb(0,173,238)
Naranja Makademy rgb(251,164,59)
*/
@font-face {
	font-family: basic;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/StRyde-Regular.otf');
}

.bg-blue {
	background-color: #00ADEE;
}

.bg-orange {
	background-color: #FBA43B;
}

body {
	font-family: basic;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.hide{
	display: none;
}

.container {
	width: 960px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.container > div {
	display:inline;
	float: left;
	position: relative;
}

.logo{
	width: 237px;
	margin-left:180px;
	
}

.hr{
	position: absolute;
	left: -50px;
}

.landingText {
	text-align: justify; 
	text-justify: newspaper;
	margin-left: 40px;
}

.landingText p{
	font-size: 20px;
	width: 320px;
}

.invitation {
	clear: both;
	z-index: 0;

	background-color: #FBA43B;
	
	width: 335px;
	height: 200px;
	margin-left:430px;
	margin-top: 50px;
	margin-bottom: 50px;
	
	-webkit-border-radius: 156px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.inputError{
	border: 2px solid red;
}
.borderGrey{
	border: 1px solid grey;
}

.invitation form{
	z-index: 1;
	margin-top: 30px;
	margin-left: 70px;
	font-size: 20px;validation-errors
}

.invitation input[type=text]{
	width: 200px;
	margin: 3px 8px;
	padding: 4px 8px;
	font-size: 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.invitation input[type=submit]:hover{
	cursor: pointer;
}
.invitation input[type=submit]{
	border: 0;
	position: absolute;
	top: 170px;
	left: 80px;
	min-width: 200px;
	
	margin-left: 15px;
	color: black;

	font-family: "basic";
	text-shadow: white 1px 1px;
	padding: 10px 20px 10px 20px;
	
	/* Border Shadow */
	-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.5);
	
	/* Border Radius*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	/* Gradient*/
	background: rgb(251, 176, 59); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(251, 176, 59, 1) 0%,
		rgba(249, 208, 157, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(251
		, 176, 59, 1) ), color-stop(100%, rgba(249, 208, 157, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(251, 176, 59, 1) 0%,
		rgba(249, 208, 157, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(251, 176, 59, 1) 0%,
		rgba(249, 208, 157, 1) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(251, 176, 59, 1) 0%,
		rgba(249, 208, 157, 1) 100% ); /* IE10+ */
	background: linear-gradient(135deg, rgba(251, 176, 59, 1) 0%,
		rgba(249, 208, 157, 1) 100% ); /* W3C */
	filter: progid :       DXImageTransform.Microsoft.gradient (      
		  startColorstr =   
		   '#fbb03b', endColorstr =       '#f9d09d', GradientType =       1 );
	/* IE6-9 fallback on horizontal gradient */
}

.invitation img {
	z-index: -1;
	position: absolute;
	/*top: -35px;*/
	left: -45px;
	bottom: -5px;
}

.social {
	position: relative;
	top: -15px;
}

.social .navlist{
	position: relative;
	margin: 0;
	padding: 0;
	top: 2px;
}

.social .navlist li, .social-blue .navlist li {
	margin-left: 5px;
	list-style: none;
	display: inline;
	width: 24px;
	height: 24px;
	
}

.social div {
	position: relative;
	float:left;
	margin-left: 5px;
	background-image: url('../img/landing-page/social24_24.png');
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.social .twitter{
	background-position:  0 0px !important;
}

.social .facebook{
	background-position:  0 -24px !important;
}

.social .linkedin{
	background-position:  0px -48px !important;
}

.social .vimeo{
	background-position:  0px -72px !important;
}


.languages {
	position: absolute;
	top: -25px;
	left: 260px;
}

.languages  div{
	position: relative;
	float: left;
	margin-left: 5px;
	width: 25px; height: 14px;
	background-image: url('../img/flags25_14.png');	
}
.languages .en { background-position: 0 0;  } 
.languages .es { background-position: 0 -14px;  } 
.languages .pt { background-position: 0 -28px;  } 
 
.dialog-box {
	display: none;
}

.linkSubmitErrors{
	display: none;
}

#submitErrors {
	display:none;
}

.dialogBoxOk, .dialogBoxError {
	min-width: 250px;
	min-height: 50px;	
	padding: 0px;
	color: white;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.dialogBoxOk > div{
	background-color: #00B300;
}

.dialogBoxError > div{
	background-color: #CC0000;
}

/*.dialogBoxError > div > div > div{
	width: auto;
	height: auto;
}*/

.dialogContent {
	text-align: center;
	width: 100%;
	padding: 5px;
}
.dialogContent > p,
.dialogContent > span{
	color: white;
	margin: 5px;
}
