@charset "utf-8";

/* CSS Document */
body, html
{    
    overflow-x: hidden;        
}

*
{
	margin: 0;
	padding: 0;
}

.clear
{
	clear: both;
}

img
{
	border: 0 none;
}

.red-text
{
	color: #e21026;
}

/*wrapper*/
.wrapper
{
	width: 640px;
	margin: 0px auto;
}

/*wrapper end*/

/*header start*/
.header
{
}

.logo
{
	padding: 30px;
}

.logo a
{
	display: block;
	float: left;
}

/*header end*/

/*Content*/
.content
{
}

.home
{
	background: url(http://home.efax.es/s/r/efax-es-mobile/images/home-bg.png) center bottom no-repeat;
	padding-bottom: 40px;
}

/*Top Content*/
.top-content
{
	background: url(http://home.efax.es/s/r/efax-es-mobile/images/header-bg.png) repeat-x center top;
	text-align: center;
	font-weight: bold;
	padding-top: 50px;
}

.top-content h1
{
	font-size: 65px;
	letter-spacing: -0.03em;
	line-height: 70px;
	text-transform: uppercase;
}

.top-content p
{
	font-size: 33px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -0.025em;
}

.top-height
{
	margin-top: 20px;
}

/*contact*/
.contact
{
	margin: 46px 0 50px;
}

.contact h2
{
	font-size: 70px;
	letter-spacing: -0.05em;
	line-height: 70px;
	text-align: center;
}

.contact h2 a
{
	color: #2b2bd9;
	background: url(http://home.efax.es/s/r/efax-es-mobile/images/icon-blue-phone-c.png) left 22px no-repeat;
	padding-left: 60px;
}

.contact h2 a span
{
	border-bottom: solid 4px #2b2bd9;
}
/*contact end*/

.trio
{
	text-align: center;
}

.trio img
{
	margin-left: 30px;
}


/*features*/
.features
{
	margin: 0 auto;
	padding: 60px 0;
	width: 600px;
}

.feature
{
	margin-bottom: 45px;
}

.two-columns .feature
{
	float: left;
	width: 300px;
}

.feature .img
{
	text-align: center;
}

	.one-column .feature .img
	{
		float: left;
		width: 150px;
	}
	
	.two-columns .feature .img
	{
		height: 85px;
	}

.one-column .feature .cont
{
	float: left;
	width: 450px;
}

.two-columns .feature .cont
{
	text-align: center;
}

.feature .cont h3
{
	color: #000000;
	letter-spacing: -0.03em;
	margin-bottom: 10px;
}

	.one-column .feature .cont h3
	{
		font-size: 36px;
	}
	
	.two-columns .feature .cont h3
	{
		font-size: 28px;
	}

.feature .cont p
{
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

	.one-column .feature .cont p
	{
		font-size: 24px;
	}
	
	.two-columns .feature .cont p
	{
		font-size: 22px;
	}


/*features end*/

/*instant-title*/
.instant-title
{
	color: #000000;
	letter-spacing: -0.075em;
	margin-bottom: 40px;
	text-align: center;
}

.instant-title-h2
{
	font-size: 55px !important;
}

.instant-title2-h2
{
	font-size: 50px !important;
	font-weight: normal;
}

/*instant-title End*/

/* feature-left-div-two*/
.feature-left-div
{
	width: 130px;
	float: left;
}

.feature-left-img
{
	width: 30px;
	height: 50px;
	margin: 0 auto;
}

.img-left
{
	margin-left: 8px;
}

.feature-left-cont
{
	text-align: center;
	width: 142px;
}

.feature-left-cont h3
{
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
	word-spacing: -1px;
}

.feature-left-cont p
{
	color: #666666;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* feature-left-div-two end*/

/* feature-rigth-div-two */
.feature-right-div
{
	width: 135px;
	float: right;
	margin-bottom: 20px;
	margin-right: 30px;
}

.feature-right-img
{
	width: 30px;
	height: 50px;
	margin: 0 auto;
}

.feature-right-cont
{
	text-align: center;
	width: 152px;
	margin-left: 5px;
}

.feature-right-cont h3
{
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
	word-spacing: -1px;
}

.feature-right-cont p
{
	color: #666;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 10px;
}

.feature-top-margin
{
	margin-top: 20px;
}

/* feature-rigth-div-two end*/

/*buttons*/
.free-trial-btn
{
	background: url(http://home.efax.es/s/r/efax-es-mobile/images/btn-start-my-free-trial.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 97px;
	width: 600px;
	display: block;
}

.free-trial-btn:hover
{
	background-position: center bottom;
	cursor: pointer;
}

.try-itButton
{
	background: url(http://home.efax.es/s/r/efax-es-mobile/images/btn-try-it-free-for-30-days.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 97px;
	width: 600px;
	display: block;
}

.try-itButton:hover
{
	background-position: center bottom;
	cursor: pointer;
}

/*buttons End*/

/*footer*/
.footer
{
	margin-top: 30px;
	text-align: center;
}

.footerLinks
{
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}

	.footerLinks ul
	{
		clear: left;
		float: left;
		left: 50%;
		position: relative;
		text-align: center;
	}
	
	.footerLinks li
	{
		display: block;
		float: left;
		list-style-type: none;
		position: relative;
		right: 50%;
	}

.footerLinks a
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.footer-dot
{
	background: url(http://home.efax.es/s/r/efax-es-mobile/images/dot.png) center center no-repeat;
	padding: 0px 12px;
	width: 10px;
}

.footer p
{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.copyright-text
{
	padding-top: 15px;
}

.note-text
{
}
/*footer End*/
