@font-face {
  font-family: 'regular';
  src: url('../../_fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'light';
  src: url('../../_fonts/Poppins-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bold';
  src: url('../../_fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html, body
{
	background-color: #0099dd;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'regular';
}

.error {
	color:red;
}
.clearfix:before,

.clearfix:after
{
    content: " ";
    display: table;
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 14;
}


a
{
	text-decoration:none;
}
a:link,
a:visited
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}


h1
{
	margin: 0;
	padding: 0;
	font-family:'bold';
	font-size:50px;
	line-height:50px;
	color:#004777;
	letter-spacing:-1px;	
}

h2
{
	margin:0;
	padding:0;
	font-family:'regular';
	font-size:35px;
	font-weight: normal;
	line-height:35px;
	color:#333333;
	letter-spacing:-1px;
}

h3
{
	margin: 0;
	padding: 0;
	font-family:'light';
	font-size:15px;
	font-weight:normal;
	line-height:20px;	
	letter-spacing:0px;
	text-decoration:none;	
}

.input[type="text"]
{	
	height:40px;
	font-family:'regular';
	font-size:15px;
	font-weight:normal;
	line-height:28px;
	color:#777777;
	padding-left:10px;	
	background-color:#ffffff;
	border-radius:4px;
	border:1px solid #dddddd;
}

.input[type="email"]
{	
	height:40px;
	font-family:'regular';
	font-size:15px;
	font-weight:normal;
	line-height:28px;
	color:#777777;
	padding-left:10px;	
	background-color:#ffffff;
	border-radius:4px;
	border:1px solid #dddddd;
}

.input[type="password"]
{	
	height:40px;
	font-family:'regular';
	font-size:15px;
	font-weight:normal;
	line-height:28px;
	color:#777777;
	padding-left:10px;	
	background-color:#ffffff;
	border-radius:4px;
	border:1px solid #dddddd;
}

.select {
	width:calc(100% - 12px);
	height: 40px;
    font-family: 'regular';
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    color: #777777;
    padding-left: 10px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #dddddd;
}

.textarea
{
	font-family:'regular';
	font-size:14px;
	color:#333333;
	font-weight:none;
	min-height:80px;
	padding-top:5px;
	padding-left:5px;
	background:#fffffff;
	border-radius:4px;
	border:1px solid #dddddd;
}

.button
{
	position:relative;
	display:inline-block;	
	font-family:'bold';
	font-weight:normal;
	font-size:18px;
	letter-spacing:0px;
	color:#ffffff;
	text-transform:none;
	padding:10px 20px 10px 20px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	background-color:#0099DD;
	border-radius:6px;
	border:0px #dddddd solid;
	box-shadow:0px 3px 7px #bbbbbb;
	-webkit-appearance: none;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 0.5s;
	-moz-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}
.button:hover
{
	margin-top:0px;
	background:#004777 !important;
	box-shadow:0px 0px 0px #bbbbbb;
	-webkit-appearance: none;
}

.button_transparent
{
	position:relative;
	display:inline-block;	
	font-family:'regular';
	font-weight:normal;
	font-size:15px;
	letter-spacing:0px;
	color:#0099DD;
	text-transform:uppercase;
	padding:15px 30px 15px 30px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	background-color:transparent;
	border-radius:6px;
	border:1px #0099DD solid;
	box-shadow:0px 0px 0px #111111;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 0.5s;
	-moz-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}
.button_transparent:hover
{
	color:#ffffff;
	background:#0099DD !important;
	box-shadow:0px 0px 0px #111111;
}

.button_white
{
	position:relative;
	display:inline-block;	
	font-family:'regular';
	font-weight:normal;
	font-size:15px;
	letter-spacing:0px;
	color:#004777;
	text-transform:uppercase;
	padding:15px 30px 15px 30px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	background-color:#ffffff;
	border-radius:6px;
	border:0px #dddddd solid;
	box-shadow:0px 3px 7px #777777;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 0.5s;
	-moz-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}
.button_white:hover
{
	margin-top:1px;
	background:#004777 !important;
	box-shadow:0px 0px 0px #bbbbbb;
}

.button_flat
{
	position:relative;
	display:inline-block;	
	font-family:'regular';
	font-weight:normal;
	font-size:14px;
	letter-spacing:0px;
	color:#004777;
	text-transform:uppercase;
	padding:10px 30px 10px 30px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	background-color:#ebf5f9;
	border-radius:6px;
	border:0px #dddddd solid;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 0.5s;
	-moz-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}
.button_flat:hover
{
	color:#ffffff;
	background:#0099DD !important;
}

.button_flat_white
{
	position:relative;
	display:inline-block;	
	font-family:'regular';
	font-weight:normal;
	font-size:14px;
	letter-spacing:0px;
	color:#004777;
	text-transform:uppercase;
	padding:10px 30px 10px 30px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	background-color:#ffffff;
	border-radius:6px;
	border:0px #dddddd solid;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 0.5s;
	-moz-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}
.button_flat_white:hover
{
	color:#ffffff;
	background:#0099DD !important;
}



#fadediv {
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s; /* Firefox */
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -o-animation: fadein 0.5s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.error-message-submited {
	display:inline-block;
	width:100%;
	max-width:500px;
	background:red;
	color:#ffffff;
	margin-top:20px;
	margin-bottom:20px;
	padding:5px 20px;
}
.success-message-submited {
	display:inline-block;
	width:100%;
	max-width:500px;
	background:green;
	color:#ffffff;
	margin-top:20px;
	margin-bottom:20px;
	padding:5px 20px;
}

.list_nif_info {
	border: 1px solid #eeeeee;
	text-align: left;
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: -15px;
	width: calc(100% - 35px);
	margin-left: 7px;
}

.links_languages h5 {
	font-weight:normal;
}

.link_normal {
	color:#000000;
}

@media screen and (min-width: 1001px)
{
	.header_logo
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:200px;
		height:100px;
		margin-top:30px;
		margin-right:50px;
		border:0px #000000 solid;
		z-index:1;
		float:left;
		text-align:left;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	
	.header_login_logo
	{
		position:relative;
		display:block;
		vertical-align:top;
		width:200px;
		padding-top:0px;
		border:0px #000000 solid;
		z-index:1;
		text-align:center;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}	
	
	.header_menu
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 600px);
		height:50px;
		margin-top:65px;
		border:0px #000000 solid;
		z-index:1;
		float:left;
		text-align:center;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	.header_menu a
	{
		font-family:'light';
		font-size:17px;
		color:#000000;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:10px;
		padding:5px 20px 5px 20px;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;		
	}
	.header_menu a:hover
	{
		background-color:#00B1FF;
		color:#ffffff;
		padding:5px 20px 5px 20px;
		border-radius:5px;
	}	

	.header_button
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		height:80px;
		margin-top:45px;
		border:0px #000000 solid;	
		z-index:1;
		float:right;
		text-align:right;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;		
	}
		
	.header_image
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;
		width:100%;
		max-width:900px;
		top:150px;
		right:100px;
		border:0px #000000 solid;	
		z-index:1;
		float:right;
		text-align:right;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	
	
	.header_login_logo
	{
		position:relative;
		display:inline-block;
		width:260px;
		margin-bottom:30px;
	}
	
	.header_login_form
	{
		position:relative;
		display:block;
		vertical-align:top;
		width:100%;
		max-width:500px;
		margin-bottom:50px;
		padding:20px;
		background-color:rgba(255,255,255,0.5);
		border-radius:10px;
		border:1px #eeeeee solid;	
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	.header_login_form h2
	{
		font-family:'bold';
		font-weight:normal;
		font-size:30px;
		line-height:30px;
		color:#004777;
		letter-spacing:-1px;
		margin-top:0px;
	}
	
	
	.header_headline
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;
		width:100%;
		max-width:500px;
		min-height:275px;
		top:300px;
		left:0px;
		background-color:rgba(246,247,249,0.95);
		border:0px #000000 solid;	
		z-index:1;
		float:left;
		text-align:left;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	.header_headline h1
	{
		font-family:'bold';
		font-size:63px;
		line-height:70px;
		color:#004777;
		letter-spacing:-3px;
	}
	.header_headline h2
	{
		font-family:'bold';
		font-weight:normal;
		font-size:30px;
		line-height:35px;
		color:#004777;
		letter-spacing:-1px;
		margin-top:0px;
	}
	.header_headline h3
	{
		font-family:'light';
		font-size:17px;
		line-height:25px;
		color:#0099DD;
		letter-spacing:0px;
		margin-top:10px;
	}		
	
	.header_features
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		max-width:700px;
		margin-top:0px;
		border:0px #000000 solid;	
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	.header_features h1
	{
		font-family:'bold';
		font-size:55px;
		line-height:60px;
		color:#004777;
		letter-spacing:-3px;
	}
	.header_features h2
	{
		font-family:'bold';
		font-weight:normal;
		font-size:30px;
		line-height:35px;
		color:#004777;
		letter-spacing:-1px;
		margin-top:0px;
	}
	.header_features h3
	{
		font-family:'light';
		font-size:17px;
		line-height:25px;
		color:#0099DD;
		letter-spacing:0px;
		margin-top:10px;
	}

	.header_features_item
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		height:300px;
		margin-left:30px;
		margin-right:30px;
		margin-top:40px;
		padding:10px;
		border:0px #000000 solid;	
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	.header_features_item img
	{
		max-width:100px;
		height:100px;
		padding:20px;
		border:0px #0099CC solid;
		border-radius:0px;
	}
	.header_features_item h1
	{
		font-family:'bold';
		font-size:25px;
		line-height:30px;
		color:#004777;
		letter-spacing:-1px;
	}
	.header_features_item h3
	{
		font-family:'light';
		font-size:16px;
		line-height:25px;
		color:#0099DD;
		letter-spacing:0px;
		margin-top:10px;
	}
	
	.header_prices
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		max-width:700px;
		margin-top:0px;
		border:0px #000000 solid;	
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	
	.prices_box
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:670px;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:30px;
		padding:0px;
		background-color:#ffffff;
		border:1px #eeeeee solid;
		border-radius:10px;
		box-shadow:0px 2px 5px #dddddd;
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	.prices_box:hover
	{
		background-color:#f9f9f9;
		box-shadow:0px 0px 0px #cccccc;
	}
	.prices_box h1
	{
		font-family:'light';
		font-size:40px;
		line-height:40px;
		color:#004777;
		letter-spacing:0px;
		margin-top:10px;
	}
	.prices_box h2
	{
		font-family:'bold';
		font-size:35px;
		line-height:40px;
		color:#004777;
		letter-spacing:-1px;
		margin-top:10px;
	}	
	.prices_box h3
	{
		font-family:'bold';
		font-size:18px;
		line-height:25px;
		color:#0099dd;
		letter-spacing:-1px;
	}
	.prices_box h4
	{
		font-family:'light';
		font-size:14px;
		line-height:25px;
		color:#0099DD;
		letter-spacing:0px;
		margin-top:10px;
	}
	.prices_box h5
	{
		margin:0px;
		padding:0px;
		font-family:'light';
		font-size:12px;
		line-height:20px;
		color:#777777;
		letter-spacing:0px;
	}	
	
	
	.prices_box_featured
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:670px;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:30px;
		padding:0px;
		background-color:#0099dd;
		border:1px #eeeeee solid;
		border-radius:10px;
		box-shadow:0px 2px 5px #dddddd;
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	.prices_box_featured:hover
	{
		box-shadow:0px 0px 0px #cccccc;
	}
	.prices_box_featured h1
	{
		font-family:'light';
		font-size:40px;
		line-height:40px;
		color:#ffffff;
		letter-spacing:0px;
		margin-top:10px;
	}
	.prices_box_featured h2
	{
		font-family:'bold';
		font-size:35px;
		line-height:40px;
		color:#ffffff;
		letter-spacing:-1px;
		margin-top:10px;
	}	
	.prices_box_featured h3
	{
		font-family:'bold';
		font-size:18px;
		line-height:25px;
		color:#ffffff;
		letter-spacing:0px;
	}
	.prices_box_featured h4
	{
		font-family:'light';
		font-size:14px;
		line-height:25px;
		color:#ffffff;
		letter-spacing:0px;
		margin-top:10px;
	}
	.prices_box_featured h5
	{
		margin:0px;
		padding:0px;
		font-family:'light';
		font-size:12px;
		line-height:20px;
		color:#ffffff;
		letter-spacing:0px;
	}		

	.footer_copyright
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		margin-top:0px;
		margin-right:5px;
		border:0px #000000 solid;
		float:left;
		text-align:left;
	}
	
	.footer_menu
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 855px);
		min-width:250px;
		min-height:50px;
		margin-top:20px;
		border:0px #000000 solid;
		float:left;
		text-align:center;
	}
	.footer_menu a
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-family:'light';
		font-size:17px;
		color:#000000;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:10px;
		padding:5px 20px 5px 20px;		
	}
	.footer_menu a:hover
	{
		color:#0099dd;
	}	
	
	
	.footer_phone
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;		
		margin-top:10px;
		border:0px #000000 solid;
		text-align:left;
		float:left;
	}
	.footer_phone h2
	{
		font-size:17px;
		font-family:'bold';
		line-height:24px;
	}
	.footer_phone h3
	{
		font-size:15px;
		line-height:24px;
	}


	.footer_email
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		margin-top:10px;
		border:0px #000000 solid;
		text-align:left;
		float:left;
	}
	.footer_email h2
	{
		font-size:17px;
		font-family:'bold';
		line-height:24px;
	}
	.footer_email h3
	{
		font-size:15px;
		line-height:24px;
	}	
}




@media screen and (max-width: 1000px)
{
	.header_logo
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:200px;
		height:100px;
		margin-top:30px;
		border:0px #000000 solid;
		z-index:1;
		text-align:center;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	
	.header_login_logo
	{
		position:relative;
		display:block;
		vertical-align:top;
		width:200px;
		padding-top:0px;
		border:0px #000000 solid;
		z-index:1;
		text-align:center;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}	
	
	.header_menu
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:50px;
		margin-top:25px;
		border:0px #000000 solid;
		z-index:1;
		text-align:center;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	.header_menu a
	{
		font-family:'light';
		font-size:17px;
		color:#000000;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		padding:5px 20px 5px 20px;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;		
	}
	.header_menu a:hover
	{
		background-color:#00B1FF;
		color:#ffffff;
		padding:5px 20px 5px 20px;
		border-radius:5px;
	}	

	.header_button
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		height:80px;
		margin-top:25px;
		border:0px #000000 solid;	
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;		
	}
		
	.header_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		max-width:900px;
		margin-top:0px;
		border:0px #000000 solid;	
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	
	.header_headline
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:400px;
		margin-top:20px;
		border:0px #000000 solid;	
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	.header_headline h1
	{
		font-family:'bold';
		font-size:63px;
		line-height:70px;
		color:#004777;
		letter-spacing:-3px;
	}
	.header_headline h2
	{
		font-family:'bold';
		font-weight:normal;
		font-size:30px;
		line-height:35px;
		color:#004777;
		letter-spacing:-1px;
		margin-top:0px;
	}
	.header_headline h3
	{
		font-family:'light';
		font-size:17px;
		line-height:25px;
		color:#0099DD;
		letter-spacing:0px;
		margin-top:10px;
	}


	.header_login_logo
	{
		position:relative;
		display:inline-block;
		width:90%;
		max-width:260px;
		margin-bottom:30px;
	}
	
	.header_login_form
	{
		position:relative;
		display:block;
		vertical-align:top;
		width:90%;
		max-width:500px;
		margin-bottom:50px;
		padding:20px;
		background-color:rgba(255,255,255,0.5);
		border-radius:10px;
		border:1px #eeeeee solid;	
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	.header_login_form h2
	{
		font-family:'bold';
		font-weight:normal;
		font-size:30px;
		line-height:30px;
		color:#004777;
		letter-spacing:-1px;
		margin-top:0px;
	}
	
	
	.header_features
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		max-width:700px;
		min-height:150px;
		margin-top:0px;
		border:0px #000000 solid;	
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	.header_features h1
	{
		font-family:'bold';
		font-size:55px;
		line-height:60px;
		color:#004777;
		letter-spacing:-3px;
	}
	.header_features h2
	{
		font-family:'bold';
		font-weight:normal;
		font-size:30px;
		line-height:35px;
		color:#004777;
		letter-spacing:-1px;
		margin-top:0px;
	}
	.header_features h3
	{
		font-family:'light';
		font-size:17px;
		line-height:25px;
		color:#0099DD;
		letter-spacing:0px;
		margin-top:10px;
	}

	.header_features_item
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		height:300px;
		margin-left:30px;
		margin-right:30px;
		margin-top:40px;
		padding:10px;
		border:0px #000000 solid;	
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	.header_features_item img
	{
		max-width:100px;
		height:100px;
		padding:20px;
		border:0px #0099CC solid;
		border-radius:0px;
	}
	.header_features_item h1
	{
		font-family:'bold';
		font-size:25px;
		line-height:30px;
		color:#004777;
		letter-spacing:-1px;
	}
	.header_features_item h3
	{
		font-family:'light';
		font-size:16px;
		line-height:25px;
		color:#0099DD;
		letter-spacing:0px;
		margin-top:10px;
	}
	
	.header_prices
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		max-width:700px;
		margin-top:0px;
		border:0px #000000 solid;	
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	
	.prices_box
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:670px;
		margin-left:15px;
		margin-right:15px;
		margin-top:30px;
		margin-bottom:30px;
		padding:0px;
		background-color:#ffffff;
		border:1px #eeeeee solid;
		border-radius:10px;
		box-shadow:0px 2px 5px #dddddd;
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	.prices_box:hover
	{
		background-color:#f9f9f9;
		box-shadow:0px 0px 0px #cccccc;
	}
	.prices_box h2
	{
		font-family:'bold';
		font-size:35px;
		line-height:40px;
		color:#004777;
		letter-spacing:-1px;
		margin-top:10px;
	}	
	.prices_box h3
	{
		font-family:'bold';
		font-size:18px;
		line-height:25px;
		color:#0099dd;
		letter-spacing:-1px;
	}
	.prices_box h4
	{
		font-family:'light';
		font-size:14px;
		line-height:25px;
		color:#0099DD;
		letter-spacing:0px;
		margin-top:10px;
	}
	.prices_box h5
	{
		margin:0px;
		padding:0px;
		font-family:'light';
		font-size:12px;
		line-height:20px;
		color:#777777;
		letter-spacing:0px;
	}	
	
	
	.prices_box_featured
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:670px;
		margin-left:15px;
		margin-right:15px;
		margin-top:30px;
		margin-bottom:30px;
		padding:0px;
		background-color:#0099dd;
		border:1px #eeeeee solid;
		border-radius:10px;
		box-shadow:0px 2px 5px #dddddd;
		z-index:1;
		text-align:center;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1.5s;
		-moz-animation: fadein 1.5s;
		-webkit-animation: fadein 1.5s;
		-o-animation: fadein 1.5s;		
	}
	.prices_box_featured:hover
	{
		box-shadow:0px 0px 0px #cccccc;
	}
	.prices_box_featured h1
	{
		font-family:'light';
		font-size:40px;
		line-height:40px;
		color:#ffffff;
		letter-spacing:0px;
		margin-top:10px;
	}
	.prices_box_featured h2
	{
		font-family:'bold';
		font-size:35px;
		line-height:40px;
		color:#ffffff;
		letter-spacing:-1px;
		margin-top:10px;
	}	
	.prices_box_featured h3
	{
		font-family:'bold';
		font-size:18px;
		line-height:25px;
		color:#ffffff;
		letter-spacing:0px;
	}
	.prices_box_featured h4
	{
		font-family:'light';
		font-size:14px;
		line-height:25px;
		color:#ffffff;
		letter-spacing:0px;
		margin-top:10px;
	}
	.prices_box_featured h5
	{
		margin:0px;
		padding:0px;
		font-family:'light';
		font-size:12px;
		line-height:20px;
		color:#ffffff;
		letter-spacing:0px;
	}
	
	
	.footer_copyright
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		margin-top:0px;
		margin-bottom:30px;
		border:0px #000000 solid;
		text-align:center;
	}
	
	.footer_menu
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-width:250px;
		min-height:50px;
		margin-top:20px;
		margin-bottom:20px;
		border:0px #000000 solid;
		text-align:center;
	}
	.footer_menu a
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		font-family:'light';
		font-size:17px;
		color:#000000;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:10px;
	}
	.footer_menu a:hover
	{
		color:#0099dd;
	}	
	
	.footer_phone
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:255px;
		min-height:80px;
		margin-top:10px;
		border:0px #000000 solid;
		text-align:left;
	}
	.footer_phone h2
	{
		font-size:17px;
		font-family:'bold';
		line-height:24px;
	}
	.footer_phone h3
	{
		font-size:15px;
		line-height:24px;
	}


	.footer_email
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:255px;
		min-height:80px;
		margin-bottom:10px;
		border:0px #000000 solid;
		text-align:left;
	}
	.footer_email h2
	{
		font-size:17px;
		font-family:'bold';
		line-height:24px;
	}
	.footer_email h3
	{
		font-size:15px;
		line-height:24px;
	}	
}







