/* CSS Document */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*usefull*/
.dark{
	background-color: #000000;
}
img{
	margin:0;
	padding: 0;
}
.clearer{
	clear: both;
}
.img100{
	width:100%;
	height: auto;
}
strong{
	font-weight: 800;
}
/*
Colors */
.darkblue{color:#1402E8;}
.darkgreen{color:#189E75;}
.darkred{color:#F75352;}
.grey{color:#4D4D4D;}
.lighgrey{color:#ADB1AF;}

.bg_lightgreen{
	background-color: #f0fffa;
}
.bg_footergreen{
	background-color: #82F4CA;
}

/* Basic */


body{
	background-color: #F2F2F2;
	width:100%;
	font-family: caecilia, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 22px;
}
.maxwidth{
	background-color: #ffffff;
	width:96%;
	max-width: 1420px;
	margin:0 auto;
}

a, a:visited, a:hover{
	text-decoration: none;
	color:#4D4D4D;
}

/* header */
.header{
	width:100%;
	padding: 0 0 0 0;
	position: relative;
}
.header .logo {
	position: absolute;
	top:15px;
	left:15px;
	width:10%;
}

.header .positionimage{
	position: absolute;
	top:20px;
	left:0;
	right: 0;
	width:50%;
	margin:0 auto;
}
.header .pos1{width:92%;}
.header .pos2{width:64%;}
.header .pos3{
	top:14%;
	width:40%;
}
nav {
	position: absolute;
	top:3%;
	left:15%;
	right: 0;
	
}
nav a{
	color: #ADB1AF;
	text-decoration: none;
	display: inline-block;
	padding:10px 10px 10px 10px;
	vertical-align: middle;
	font-size: 22px;
}
.header .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.header .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* end Header*/


/* footer */
.footer{
	color: #1404E8;
	
}

.footer .fish{
	text-align: center;
}

.footer .fish img{
	width:10%;
	max-width: 100px;
}

.footer .footerdata{
	float:left;
	width:33%;
	padding:15px 0;
}
/* end footer */
.content{
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}

.firstcontentequal{
	padding: 30px 0 30px 0;
}
.firstcontent{
	padding: 0 0 30px 0;
}

.equalcontent{
	padding: 50px 0 50px 0;
}

.footercontent{
	
	margin: 0 3% 0 7%;
}

h1{
	padding: 15px 0 20px 0;
	font-size: 30px;
	color:#1402E8;
	font-weight: 800;
	font-style: italic;
	text-align: center;
	
}
h2{
	padding: 15px 0 20px 0;
	font-size: 30px;
	line-height: 35px;
	color:#FD8799;
	font-style: italic;
	text-align: center;
}
p{
	padding: 5px 0 10px 0;
}

/* intro */
.intro{
	
	font-size: 20px;
	line-height: 26px;
}
.smalltext{
	width:60%;
	margin:0 20% 0 20%;
}
.jobtext{
	width:60%;
	margin:0 20% 0 20%;
}
ul {
    list-style-type: none;
	padding:5px 0 10px 30px;
}
li {
}
li:before {
    content: "\/\/";
    float: left;
    margin-left: -30px;
	
}
/* end intro */

/*whois*/
.whoiscontainer{
	display: block;
	clear:both;
}

.whoiscontainer .whoistable{
	display: table;
	with:100%
}
.whoiscontainer .whoisimg{
	display: table-cell;
	width:25%;
	max-width: 100px;
}
.whoiscontainer .whoismargin{
	display: table-cell;
	width: 15px;
}
.whoiscontainer .whoisdesc{
	display: table-cell;
	vertical-align: middle;
}
.whoiscontainer .whoiscol{
	float:left;
	width:33%;
	padding:15px 0;
	
}
.clear3{
	clear: both;
	display: block;
}
.clear2{
	clear: both;
	display: none;
}

/* end whois */

/* Clients vs skills */

.csvisual{
	text-align: center;
}

.csvisual img{
	display: inline;
	width:100%;
}

/* end Clients vs skills */

/* Contact Columns */
/*whois*/
.contactcontainer{
	display: table;
	with:100%
}
.contactcontainer .col{
	display: table-cell;
	width:44%;
	max-width: 250px;
}
/* end Contact Columns */




/*media queries */

.showdesktop{display:block;}
.showmobile{
	display: none;
}
@media only screen and (max-width: 1000px) {

	.whoiscontainer .whoiscol{
		float:left;
		width:50%;

	}
	.clear3{
		display: none;
	}
	.clear2{
		display: none;
	}
	
}

@media only screen and (max-width: 800px) {
	.smalltext{
		width:80%;
		margin:0 10% 0 10%;
	}
	.jobtext{
		width:80%;
		margin:0 10% 0 10%;
	}
	.header .pos1{
		top:45px;
		width:92%;
	}
	.header .pos2{
		top:30px;
		width:58%;
	}
	.header .pos3{
		top:14%;
		width:40%;
	}
	
	.header .videopos {
		position: relative;
	 	padding-top:40px
	}
	nav a{
		font-size: 16px;
	}
}
@media only screen and (max-width: 600px) {
	.footer .footerdata{
		float:none;
		width:90%;
		margin:0 auto;
		padding:15px 0;
		text-align: center
	}
	
	.footercontent{

		margin: 0 auto;
	}
	.showdesktop{display:none;}
	.showmobile{
		display: block;
	}
	.clear3{
		display: none;
	}
	.clear2{
		display: none;
	}

	.whoiscontainer .whoiscol{
		float:none;
		width:90%;
		margin:0 auto;

	}
}




.colcontainer {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col50{
    display: table-cell; /* Make elements inside the container behave like table cells */
	width: 49%;
	padding-right:1%
}
.floatingcolumns{
	clear: both;
}
.fcol50{
	float: left;
	width: 49%;
	padding-right:1%
}