	html, body
	{
		height: 100%;
	}

	body
	{
		margin: 0px;
		padding: 0px;
		background: #333333;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		color: #000000;
	}


	h1, h2, h3
	{
		margin: 0;
		padding: 0;
	}

	p, ol, ul
	{
		margin-top: 0;
	}

	ol, ul
	{
		padding: 0;
		list-style: none;
	}

	p
	{
		line-height: 180%;
	}

	strong
	{
	}

	a
	{
		color: #0000FF;
	}

	a:hover
	{
		text-decoration: none;
	}


	.container
	{
		margin: 0px auto;
		width: 1200px;
	}

  .fixed-header {
    position: fixed;
    overflow: hidden;
    background: black url(images/fractal.jpg) no-repeat bottom;
    background-size: cover;
    top:0; left:0;
    width: 100%;
  }


/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

		form
		{
		}

			form label
			{
				display: block;
				text-align: left;
				margin-bottom: 0.5em;
			}

			form .submit
			{
				margin-top: 2em;
				background: #8DCB89;
				border-radius: 8px;
				line-height: 1.5em;
				font-size: 1.3em;
			}

			form input.text,
			form select,
			form textarea
			{
				position: relative;
				-webkit-appearance: none;
				display: block;
				border: 0;
				background: #fff;
				background: rgba(255,255,255,0.75);
				width: 90%;
				border-radius: 0.50em;
				margin: 1em 0em;
				padding: 1em 1em;
				box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
				border: solid 1px rgba(0,0,0,0.15);
				-moz-transition: all 0.35s ease-in-out;
				-webkit-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				-ms-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
				font-family: 'Source Sans Pro', sans-serif;
				font-size: 1em;
				outline: none;
			}

				form input.text:hover,
				form select:hover,
				form textarea:hover
				{
				}

				form input.text:focus,
				form select:focus,
				form textarea:focus
				{
					box-shadow: 0 0 2px 1px #E0E0E0;
					background: #fff;
				}

				form textarea
				{
					min-height: 10em;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}


/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
	}

	.image img
	{
		display: block;
		width: 100%;
	}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 3em 0;
	}

	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}

	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 0em 0em 3em 0em;
		list-style: none;
	}

	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.50em;
		font-size: 1.5em;
	}

	ul.contact li span
	{
		/* display: none; */
		margin: 0;
		padding: 0;
	}

	ul.contact li a
	{
	}

	ul.contact li a:hover:before
	{
		color: #FFF;
	}

	ul.contact li a:before
	{
		display: inline-block;
		text-align: center;
		color: rgba(255,255,255,.4);
	}


/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		padding: 0.5em 2em 0.5em 2em;
		background: #cc6714;
		border-radius: 8px;
		letter-spacing: 0.20em;
		line-height: 1.8em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.2em;
		color: #FFF;
	}

	.button:before
	{
		display: inline-block;
		background: #8DCB89;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}

	.button-small
	{
		padding: 0.9em 2em;
		background: #8DCB89;
		border-radius: 5px;
		line-height: 1.8em;
		font-size: 1em;
	}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
	}

	.title h2
	{
		font-size: 2.8em;
		color: rgba(255,255,255,0.9);
	}

	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		overflow: hidden;
		/* padding: 5em 0em; */
		background: black url(images/fractal.jpg) no-repeat bottom;
		background-size: cover;
	}

	#header
	{
      width: 100%;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 5em 0em;
		text-align: center;
    width: 100%;
	}

	#logo h1
	{
		font-size: 3.5em;
	}

	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}

	#logo span
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 0.90em;
		color: rgba(255,255,255,0.5);
	}

	#logo span a
	{
		color: rgba(255,255,255,0.8);
	}



/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
    /* background: black; */
    padding: 0.5em 0.5em 0 0.5em;
	}

  nav {
    width:100%;
    height:50px;
    /* background: #292f36; */
    postion:fixed;
    z-index:10;
  }

	#menu ul
	{
		text-align: center;
    padding: 0;
    margin: 0;
	}

	#menu li
	{
		display: inline-block;
	}

	#menu li a, #menu li span
	{
		display: inline-block;
		margin-left: 0.50em;
		padding: 1em 1.5em;
		letter-spacing: 0.20em;
		text-decoration: none;
		font-size: 0.90em;
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #FFF;
	}

	#menu li:hover a, #menu li.active a, #menu li.active span
	{
	}

	#menu .current_page_item a
	{
		background: #cc6714;
		border-radius: 8px;
		color: #FFF;
	}


/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
	}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	#wrapper1
	{
		background: #EDEDED;
	}

	#wrapper2
	{
		background: #FFF;
	}

	#wrapper3
	{
    background: #EDEDED;
	}

	#wrapper4
	{
		background: #E74E59;
	}

/*********************************************************************************/
/* intro                                                                       */
/*********************************************************************************/

	#intro
	{
		overflow: hidden;
		padding: 4em 0em;
		text-align: center;
		color: rgba(0,0,0,0.5);
	}

	#intro .content
	{
		padding: 0em 8em;
    text-align: left;
	}

  #intro .content a
  {
    color: #cc6714;
    letter-spacing: 0.10em;
    font-size: 1.1em;
    font-weight: 600;
    outline: 0;
  }
	#intro .title
	{
		text-align: center;
	}

	#intro .title h2
	{
		color: rgba(0,0,0,0.8);
	}

	/* #intro a, */
	#intro strong
	{
		color: rgba(0,0,0,0.8);
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		text-align: center;
	}


	#footer .title span
	{
		color: rgba(255,255,255,0.4);
	}

/*********************************************************************************/
/* contact                                                                     */
/*********************************************************************************/

	#contact
	{
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
		text-align: center;
	}

  #contact .pbox1
	{
		overflow: hidden;
	}

	#contact .box
	{
		padding: 1em 2em 1em 1em;
		text-align: center;
		color: rgba(0,0,0,0.5);
	}

  .ccol1,
	.ccol2,
  .ccol3
	{
		width: 376px;
    vertical-align: bottom;
	}

	.ccol1,
	.ccol2
	{
		float: left;
		margin-right: 23px;
		/* border-right: 1px solid rgba(0,0,0,0.1); */
	}

	.ccol3
	{
		float: right;
	}

	#contact p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: rgba(255,255,255,0.3);
	}

	#contact a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.6);
	}

/*********************************************************************************/
/* tech                                                                     */
/*********************************************************************************/

	#tech
	{
    text-align: center;
    padding: 4em 0em;
	}

	#tech .pbox1
	{
		overflow: hidden;
	}

	#tech .box
	{
		padding: 1em 2em 1em 1em;
		text-align: center;
		color: rgba(0,0,0,0.5);
	}

	#tech h3
	{
		display: block;
		margin-bottom: 1em;
		padding-bottom: 1em;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		text-transform: uppercase;
		font-size: 1em;
		color: rgba(0,0,0,0.6);
	}

	#tech .title
	{
		text-align: center;
	}

	#tech .title h2
	{
		color: rgba(0,0,0,0.8);
	}

	#tech .icon
	{
		display: block;
		margin-bottom: 1em;
		font-size: 2em;
		color: rgba(0,0,0,0.6);
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 282px;
	}

	.column1,
	.column2,
	.column3
	{
		float: left;
		margin-right: 23px;
		border-right: 1px solid rgba(0,0,0,0.1);
	}

	.column4
	{
		float: right;
	}

/*********************************************************************************/
/* competences                                                                     */
/*********************************************************************************/

	#competences
	{
		overflow: hidden;
		padding: 4em 0em;
    text-align: center;
	}
  #competences .title
	{
		text-align: center;
	}

	#competences .title h2
	{
		color: rgba(0,0,0,0.8);
	}

	#competences .box1,
	#competences .box2
	{
		width: 570px;
		color: rgba(0,0,0,0.6);
	}

	#competences .box1
	{
		float: left;
    text-align: left;
	}

	#competences .box2
	{
		float: right;
    text-align: left;
	}

	#competences .box1 h2,
	#competences .box2 h2
	{
		margin-bottom: 1em;
		text-transform: uppercase;
		font-size: 1.8em;
		font-weight: 600;
		color: #3a3a3a;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	#competences .box1 span,
	#competences .box2 span
	{
		padding-right: 0.50em;
	}
