@charset "utf-8";
/* CSS Document */


* {


	margin: 0px auto;


}

 p {padding-bottom: 15px;}

#wrapper {


	background:	#FFF;


	margin: 0px 0px;
}

.container {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


h1 {
	margin: 0;
	padding: 1em;
	text-transform: uppercase;
	font-family: 'Varela Round', sans-serif;
	font-weight: 3000;
	font-size:28px;
	color: #2D2D2D;
	text-align:center;
}

/** HEADER */


#header {
	position: relative;
	overflow: hidden;
	height: 200px;
}

#social
{
	position: absolute;
	top: 4em;
	right: 0;
}

/** LOGO */

#header-wrapper
{
	background: #065e93; /* Old browsers */

	background: -moz-linear-gradient(top,  #065e93 0%, #93cff3 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#065e93), color-stop(100%,#93cff3)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #065e93 0%,#93cff3 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #065e93 0%,#93cff3 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #065e93 0%,#93cff3 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #065e93 0%,#93cff3 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065e93', endColorstr='#93cff3',GradientType=0 ); /* IE6-9 */


}

#logo
{
	position: absolute;
	top: 2em;
	left: 400;
}

/** MENU */

#menu {
	overflow: hidden;
	background: #424242; /* Old browsers */
	background: -moz-linear-gradient(top,  #424242 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #424242 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #424242 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #424242 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #424242 0%,#000000 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	position: relative;
	z-index: 1;
	top: 20px;
	margin-bottom: 20px;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu li:first-child a {
	border-left-style: none;
}

#menu a {
	display: block;
	padding: 0px 20px 0px 20px;
	line-height: 80px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: rgba(255,255,255,1);
}

#menu .current_page_item a {
}

#menu .last {
	border-right: none;
}



/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		margin-bottom: 2em;
		padding: 0em 1em;
		background: #970A42;
		border-radius: 8px;
		letter-spacing: 0.10em;
		line-height: 3em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1em;
		color: #FFF;
	}
	
	
	
	#mainfile-wrapper
	{
		overflow: hidden;
		padding: 1em 0em;
		background: rgba(0,0,0,.02);
		background-image: url(images/overlay.png);
		background-repeat: repeat;
		border-top: 1px solid rgba(0,0,0,.05);
	}
	
	#mainfile
	{
		text-align: center;
	}
	
	
	#portfolio .icon
	{
		display: inline-block;
		margin-bottom: 1em;
		font-size: 2em;
		color: #970A42;
	}

	#portfolio .box
	{
		color: rgba(0,0,0,0.5);
	}
	
	#portfolio h2
	{
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1.6em;
		font-weight: 400;
		color: rgba(0,0,0,0.7);
	}

	#portfolio .title
	{
	}

	#portfolio .title h22
	{
		color: rgba(0,0,0,0.8);
	}
	
	#portfolio .title .byline
	{
		display: block;
		padding-bottom: 2em;
		color: rgba(0,0,0,0.7);
	}

	.column1,
	{
		width: 580px;
		
	}
	.column2,
	.column3,
	.column4
	{
		width: 350px;
		}
	
	.column1,
	.column2,
	.column3,
	.column4
	{
		float: left;
		margin-right: 50px;
	}
	
	
	
/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.10em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: none;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: rgba(255,255,255,1);
	}
	
	#page {
	overflow: hidden;
	padding: 2em 0em 1em 0em;
}

	#page img
	{	float:right;
		margin-bottom: 1em;
		margin-left: 1em;
	}

	#page .title
	{	
		margin-bottom: 2em;
	}

	#page .title h2
	{
		font-size: 1.5em;
		font-weight: 400;
		color: rgba(0,0,0,0.8);
	}
	
	#page .title .byline
	{
		display: block;
		padding-bottom: 2em;
		color: rgba(0,0,0,0.7);
	}
	
#page .column1
{
	width: 1200px;
	font-size:16px;
}

#page .kolom2
{
	width: 380px;
}

#page .kolom3
{
	width: 380px;
}

#page .kolom4
{
	width: 380px;
}

#page .button
{
	margin-top: 1em;
}


/* Footer */


#footer {
	overflow: hidden;
	clear:both;
	background: #202020;
	padding: 1em 0px 1em 0px;
}

#footer p {
		text-align: center;
		color: rgba(255,255,255,0.3);
}

#footer a {
		color: rgba(255,255,255,0.4);
}
