@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300);

/* global style reset */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl, div, table, span, body, fieldset, button {
	font-family: inherit;
	font-style: inherit;
	line-height:120%;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
	font-weight: 300;
	vertical-align: middle;
}
body, html {
	margin:0px;
	border:0px;
	font-size:19px;
	min-width:320px;
	height:100%;
}
#_root {
	overflow:hidden;
	min-height:550px;
	height:100%;
	position:relative;
}
h1, .h1, h2, .h2 {
	font-size:50px;
	margin-bottom:10px;
}
h3, .h3 {
	font-size:30px;
	margin:0px;
}
a {
	transition: all 200ms;
	-moz-transition: all 200ms;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	color:#0066ff;
	text-decoration: none;
	border-bottom:1px solid transparent;
}
a:hover {
	color:#ff0000;
	border-bottom:1px solid #ff0000;
}

.crbms {
	padding-top: 10px;
}
.normal-link {
	font-size: 18px;
}

.arrow {
	background: url(../img/arrow.png) right center no-repeat;
	width:30px;
	height:20px;
	display:inline-block;
}
a:hover .arrow {
	background: url(../img/arrow_hover.png) right center no-repeat;
}
.backgroundWrapper {
	background-image: url(../img/bg1.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:1;
	transition: background-image linear 1500ms;
	-moz-transition: background-image linear 1500ms;
	-webkit-transition: background-image linear 1500ms;
	-o-transition: background-image linear 1500ms;
}
.backgroundWrapper.pic2 {
	background-image: url(../img/bg2.jpg);
}
.backgroundWrapper.pic3 {
	background-image: url(../img/bg3.jpg);
}
.backgroundOverlay {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,8,0.15);
}
.mainWrapper {
	width:100%;
	position:absolute;
	z-index:2;
	top:50%;
	left:0px;
	height:490px; /* = content height */
}
.hide {
	display:none;
}

/* Content */
#logo {
	position:absolute;
	right:8%;
	top:115px;
	z-index:10;
}
.contentColumn {
	width:60%;
	position:relative;
	top:-50%;
	float:left;
	transition: all 200ms;
	-moz-transition: all 200ms;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
}
.contentColumn:hover {
	// top:-52%;
}
.contentColumn .contentBox {
	background: url(../img/bg_logo_1.png) left top no-repeat, url(../img/bg_transparent_white.png);
	height:470px;
	color:#111;
	margin-right:25px;
	text-align:right;
	position:relative;
	overflow:hidden;
}
.contentColumn .logoBox {
	background: url(../img/bg_logo_2.png) repeat-x top;
	width:10000px;
	position:absolute;
	height:100%;
	top:0px;
	left:618px;
}
.contentColumn .glowBox {
	background: url(../img/bg_logo_glow.png) no-repeat right top;
	width:10000px;
	position:absolute;
	height:100%;
	top:0px;
	right:0px;
	z-index:1;
}
.contentColumn .textBox {
	position:absolute;
	bottom: 43px;
	padding-left:20px;
	right:8%;
	z-index:2;
}
.contentColumn .textBox div.h1 {
	padding-bottom:25px;
}
.contentColumn .textBox div.h1 h1 {
	display:inline;
}

/* Contact */
.contactColumn {
	width:40%;
	position:relative;
	top:-50%;
	float:right;
	transition: all 200ms;
	-moz-transition: all 200ms;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
}
.contactColumn:hover {
	// top:-51%;
}
.contactColumn .contentBox {
	background: url(../img/bg_transparent_black.png);
	padding:70px 10px 70px 12%;
	color:#fff;
	height:330px;
	margin-left:25px;
	overflow:hidden;
}
.contactColumn .contentBox hr {
	background: url(../img/bg_hr_black.png) top repeat-x;
	height:2px;
	border:0px;
	margin-bottom:30px;
	margin-right:-10000px;
}
table {
	border-collapse:collapse;
	border-spacing:0px;
}
table td {
	padding:6px 0;
}
table td:first-child {
	padding-right:30px;
}

.share42init {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:2;
}
.share42init a {
	opacity:0.6;
	border:0px;
}
.share42init a:hover {
	opacity:1;
}

@media only screen and (min-width : 1600px) {
	.contentColumn {
		width:67%;
	}
	.contactColumn {
		width:33%;
	}
}
@media only screen and (max-width : 1200px) {
	body {
		font-size:16px;
	}
	h1, .h1, h2, .h2 {
		font-size:40px;
	}
	h3, .h3 {
		font-size:25px;
	}
}
@media only screen and (max-width : 1050px) {
	#_root {
		overflow:visible;
		min-height:auto;
	}
	.mainWrapper {
		position:relative;
		padding:50px 0;
		height:auto;
		top:0;
		left:0;
	}
	body {
		font-size:19px;
	}
	.contentColumn, .contactColumn {
		float:none;
		width:100%;
		top:0;
	}
	.contentColumn:hover, .contactColumn:hover {
		top:0;
	}
	.contentColumn .textBox h1 {
		padding-bottom:35px;
	}
	.contentColumn .contentBox, .contactColumn .contentBox {
		margin:0px;
	}
	.contentColumn .textBox {
		right:30px;
		bottom: 55px;
	}
	.contactColumn .contentBox {
		padding:40px 30px;
		height:auto;
	}
	#logo {
		right:30px;
	}
	.share42init {
		bottom:0;
		right:0;
		position:relative;
		padding:20px 0 20px 0;
		text-align:center;
		z-index:2;
	}
}
@media only screen and (max-width : 640px) {
	body {
		background-color:#ccc;
		font-size:16px;
	}
	h1, .h1, h2, .h2 {
		font-size:30px;
	}
	h3, .h3 {
		font-size:20px;
	}
	#logo {
		width:60%;
	}
	.mainWrapper {
		padding:0;
	}
	.backgroundWrapper {
		display:none;
	}
	.backgroundOverlay {
		display: none;
	}
	table td {
		padding:0 0 6px 0;
		display:block;
	}
	table td:first-child {
		padding:5px 0 0 0;
		color:#ccc;
	}
}


/* --- */

.linkedin {
	position: absolute;
	z-index: 2;
	bottom: 15px;
	right: 15px;
}

@media only screen and (max-width : 640px) {
	.linkedin {
		position: static;
		bottom: auto;
		right: auto;
		margin: 15px 15px 15px 30px;
	}
}

.linkedin-link {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-decoration: none;
	border: 0 none;
	background: url(../img/linkedin.png) center center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;

	-webkit-transition: -webkit-transform 0.2s ease;
	-moz-transition: -moz-transform 0.2s ease;
	-o-transition: -o-transform 0.2s ease;
	transition: transform 0.2s ease;
}

.linkedin-link:focus,
.linkedin-link:hover {
	text-decoration: none;
	border: 0 none;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

.contactColumn a {
	color: #FFF;
	display: inline-block;
}
.contactColumn a:hover {
	border-color: #FFF;
}

.contactColumn .fa-whatsapp {
	width: 40px;
	height: 45px;
}

.contactColumn .whats-app-link:hover{
	border-bottom: 1px solid transparent;
	color: #25D366;
}
