/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--~~~~~~~~~ Algebra Capital ~~~~~~~~~~-->*/
/*<!--~~~~~~~~~ by GTeixeira.net ~~~~~~~~~-->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

html,
body {
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
body {
	min-height: 320px;
	overflow: hidden;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fafafa;
  	background: url("../img/bg_lisboa2.54c373cfd7b1.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg_lisboa2.jpg', sizingMethod='scale')";
  	
 background-blend-mode: saturation;
}

h2, p{text-shadow: 2px 2px #000000;}



a{
    color: #ffffff;
    text-decoration: none;
}
a:hover, a:focus{
    text-decoration: underline;
}
img {
    -moz-user-select: none;
    /*-webkit-user-select: none;*/
    -ms-user-select: none;
    user-select: none;
    /*-webkit-user-drag: none;*/
    user-drag: none;
	border: none;
}

.container{
	width: 100%;
	box-shadow: 0px -5px 0 0px #fff inset, 0px 5px 0 0px #fff inset;
}
.logo{
	width: 150px;
	height: 42px;
	position: absolute;
	top: 15%;
	left: 5%;
	margin: -4% -8% 0 0;
	background: transparent url("../img/logo_algebracapital.cc006e1086d4.png") no-repeat center center;
	text-indent: -9999px;
}
.logo_lxpartners{
	width: 150px;
	height: 22px;
	position: absolute;
	top: 15%;
	right: 10%;
	margin: -4% -8% 0 0;
	background: transparent url("../img/logo_lxpartners.4140407f02a1.png") no-repeat center center;
	text-indent: -9999px;
}
.logo_lxpartners a, .logo a {
	display: block;
}
.container h1 {
	position: absolute;
	width: 70%;
	top: 30%;
	left: 15%;
	text-align: center;
	font-size:70px;
	line-height: 80px;
	font-weight: 600;
}
.container h2 {
	position: absolute;
	width: 70%;
	top: 50%;
	left: 15%;
	text-align: center;
	font-size:17px;
	line-height: 30px;
	font-weight: 400;
}
.address {
	position: absolute;
	width: 100%;
	bottom: 50px;
	text-align: center;
	font-weight: 300;
}
.address a {
    line-height: 5em;
}
.privacy {
	position: absolute;
	width: 100%;
	bottom: 5px;
	text-align: center;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 13px;
}
.privacy a {
	text-decoration: underline;
}
#privacypolicy {
	text-transform: none;
	letter-spacing: 0;
	line-height: normal;
}
#privacypolicy hr {
	width: 90%;
	margin-top: 20px;
}
@media screen and (max-width: 1024px) and (orientation:landscape) {
	.logo{
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-o-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-webkit-transform: scale(0.75);
	}
	.logo_lxpartners{
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-o-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-webkit-transform: scale(0.75);
	}
	.container h2 {
        top: 43%;
		font-size: 12px;
		line-height: 18px;
	}
	.container h1 {
        top: 40%;
		font-size: 20px;
		line-height: 18px;
	}
    .address a {
        line-height: 3em;
    }
}
@media screen and (max-width: 600px){
	.container h2 {
		width: 90%;
		top: 45%;
		left: 5%;
		font-size:14px;
		line-height: 20px;
	}
	.container h1 {
		width: 90%;
		top: 40%;
		left: 5%;
		font-size:20px;
		line-height: 20px;
	}
	.logo_lxpartners, .logo{
		-webkit-transform: scale(0.665);
		-moz-transform: scale(0.65);
		-o-transform: scale(0.65);
		-ms-transform: scale(0.65);
		-webkit-transform: scale(0.65);
	  	margin: -12% -11% 0 0;
	}
    .address a {
        line-height: 30px;
    }
}
@media screen and (max-width: 400px){
	.logo{
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-webkit-transform: scale(0.5);
			margin: -15% -15% 0 0;
	}
	.logo_lxpartners{
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-webkit-transform: scale(0.5);
	  	margin: -15% -15% 0 0;
	}
	.container h2 {
		font-size:12px;
		line-height: 18px;
	}
	.container h1 {
		font-size:20px;
		line-height: 18px;
	}
    .address a {
        line-height: 24px;
    }
}