@charset 'UTF-8';


@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot');
  src: url('font/fontello.eot') format('embedded-opentype'),
       url('font/fontello.woff') format('woff'),
       url('font/fontello.ttf') format('truetype'),
       url('font/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
	Miniport 2.5 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	body, input, textarea
	{
		font-family: 'Open Sans', sans-serif;
		line-height: 1.85em;
		color: #888;
		font-weight: 300;
	}

	a
	{
		color: #3B95C6;
		text-decoration: underline;
		-moz-transition: color .2s ease-in-out;
		-webkit-transition: color .2s ease-in-out;
		-o-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
	}
	
		a:hover
		{
			color: #1B75A6 !important;
		}

		a img
		{
			border: 0;
		}

	strong, b
	{
		font-weight: 600;
		color: #3e3e3e;
	}
	
	h1, h2, h3, h4, h5, h6
	{
		color: #3e3e3e;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			text-decoration: none;
			color: inherit;
		}
	
	h2, h3, h4, h5, h6
	{
		font-weight: 700;
	}
	
	h1
	{
		font-weight: 300;
	}
	
		h1 strong
		{
			font-weight: 700;
		}
	
	em, i
	{
		font-style: italic;
	}
	
	form
	{
	}
	
		form input,
		form select,
		form textarea
		{
			-webkit-appearance: none;
		}

		form input[type=text],
		form input[type=password],
		form select,
		form textarea
		{
			border: 0;
			padding: 0.75em;
			font-size: 1em;
			border-radius: 8px;
			background: #282828;
			color: #bbb;
			box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.05), 0px 1px 0px 0px rgba(255,255,255,0.025);
			width: 100%;
			-moz-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
			-webkit-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
			-o-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
			-ms-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
			transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
		}

		form input[type=text]:focus,
		form input[type=password]:focus,
		form select:focus,
		form textarea:focus
		{
			background: #252525;
			box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.05), 0px 1px 0px 0px rgba(255,255,255,0.025), inset 0px 0px 2px 1px #74CAEE;
		}

		form textarea
		{
			height: 15em;
		}
		
		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;
		}

	br.clear
	{
		clear: both;
	}

	hr
	{
		border: 0;
		border-top: solid 1px rgba(0,0,0,0.5);
		box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
		height: 1px;
		margin: 3em 0 4em 0;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 2em;
	}
	
	section,
	article
	{
		margin-bottom: 3em;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 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;
		}
	
	.button
	{
		position: relative;
		display: inline-block;
		color: #fff;
		text-decoration: none;
		font-weight: 700;
		border: 0;
		outline: 0;
		cursor: pointer;
		border-radius: 8px;
		text-shadow: -1px -1px 0.5px rgba(0,0,0,0.5);
		overflow: hidden;
		background: #61b8db;
		background-image: -moz-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
		background-image: -webkit-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
		background-image: -o-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
		background-image: -ms-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
		background-image: linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
		box-shadow: inset 0px 0px 0px 1px #135c86, inset 0px 2px 1px 0px rgba(255,255,255,0.75);
		-moz-transition: background-color .2s ease-in-out;
		-webkit-transition: background-color .2s ease-in-out;
		-o-transition: background-color .2s ease-in-out;
		-ms-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
	}

		.button:before
		{
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url('images/bg.png');
		}

		.button:hover
		{
			background-color: #76cdf0;
			color: #fff !important;
		}
		
		.button:active
		{
			background-image: -moz-linear-gradient(top, rgba(48,141,196,1), rgba(77,164,199,0));
			background-image: -webkit-linear-gradient(top, rgba(48,141,196,1), rgba(77,164,199,0));
			background-image: -o-linear-gradient(top, rgba(48,141,196,1), rgba(77,164,199,0));
			background-image: -ms-linear-gradient(top, rgba(48,141,196,1), rgba(77,164,199,0));
			background-image: linear-gradient(top, rgba(48,141,196,1), rgba(77,164,199,0));
			box-shadow: inset 0px 0px 0px 1px #135c86, inset 0px -2px 1px 0px rgba(255,255,255,0.75);
			top: 1px;
		}
	
		.button-alt
		{
			background-color: #393939;
			background-image: -moz-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: -webkit-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: -o-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: -ms-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			box-shadow: inset 0px 0px 0px 1px #242424, inset 0px 2px 1px 0px rgba(255,255,255,0.2);
		}

			.button-alt:hover
			{
				background-color: #444;
			}
			
			.button-alt:active
			{
				background-image: -moz-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: -webkit-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: -o-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: -ms-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				box-shadow: inset 0px 0px 0px 1px #242424, inset 0px -2px 1px 0px rgba(255,255,255,0.2);
			}
	
		.button-big
		{
		}

	ul.social
	{
		cursor: default;
		margin: 0;
	}
	
		ul.social li
		{
			position: relative;
			display: inline-block;
			margin: 0.25em;
			top: 0;
			border-radius: 6px;
			overflow: hidden;
			background: #444;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			-moz-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			-webkit-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			-ms-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			transition: background-color .2s ease-in-out, top .2s ease-in-out;
			box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px rgba(255,255,255,0.1);
		}

			ul.social li:before
			{
				content: '';
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: url('images/bg.png');
			}

			ul.social li.twitter:hover				{ background-color: #00aced; }
			ul.social li.facebook:hover				{ background-color: #3b5998; }
			ul.social li.dribbble:hover				{ background-color: #ea4c89; }
			ul.social li.linkedin:hover				{ background-color: #007bb6; }
			ul.social li.tumblr:hover				{ background-color: #32506d; }
			ul.social li.googleplus:hover			{ background-color: #dd4b39; }
			ul.social li.github:hover				{ background-color: #171515; }
			ul.social li.rss:hover					{ background-color: #ee802f; }
			ul.social li.instagram:hover			{ background-color: #3f729b; }
			ul.social li.foursquare:hover			{ background-color: #d1d4d3; }
			ul.social li.skype:hover				{ background-color: #00aff0; }
			ul.social li.soundcloud:hover			{ background-color: #ff7700; }
			ul.social li.youtube:hover				{ background-color: #c4302b; }
			ul.social li.blogger:hover				{ background-color: #f57d00; }
			ul.social li.flickr:hover				{ background-color: #0063dc; }
			ul.social li.vimeo:hover				{ background-color: #44bbff; }
			ul.social li.pinterest:hover			{ background-color: #c8232c; }

			ul.social li:hover
			{
				top: -5px;
			}

			ul.social li:active
			{
				top: 0;
			}

			ul.social li a
			{
				display: block;
				position: relative;
				width: 48px;
				height: 48px;
				outline: 0;
				color: #2E2E2E !important;
				line-height: 48px;
				font-size: 24px;
				text-shadow: 1px 1px 0px rgba(255,255,255,0.1);
			}
			
			ul.social li a span
			{
				display: block;
				text-indent: -9999px;
			}
			
	.box
	{
		background: #fff;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15), 0px 2px 3px 0px rgba(0,0,0,0.1);
		text-align: center;
	}

		.box .image-full
		{
			position: relative;
		}

        .box h3
        {
            margin-bottom: 0.25em;
            font-size: 1.0em;
        }
        
        .box p
        {
            font-size: 1.0em;
        }


	.column 
	{
		margin-bottom: 60px;
	}

/*********************************************************************************/
/* Icons                                                                         */
/* Powered by Font Awesome by Dave Gandy | http://fontawesome.io                 */
/* Licensed under the SIL OFL 1.1 (font), MIT (CSS)                              */
/*********************************************************************************/

	.icon
	{
		text-decoration: none;
	}

		.icon.featured
		{
			font-size: 5em;
			color: #EA8A95;
			display: block;
			margin: 0 0 0.25em 0;
			cursor: default;
		}

		[class^="icon-"]:before, [class*=" icon-"]:before {
			font-family: "fontello";
			font-style: normal;
			font-weight: normal;
			speak: none;

			display: inline-block;
			text-decoration: inherit;
			width: 1em;
			margin-right: .2em;
			text-align: center;
			/* opacity: .8; */

			/* For safety - reset parent styles, that can break glyph codes*/
			font-variant: normal;
			text-transform: none;
			 
			/* fix buttons height, for twitter bootstrap */
			line-height: 1em;

			/* Animation center compensation - margins should be symmetric */
			/* remove if not needed */
			margin-left: .2em;

			/* you can be more comfortable with increased icons size */
			/* font-size: 120%; */

			/* Uncomment for 3D effect */
			/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
		}

		.icon-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}
		.icon-2x{font-size:2em}
		.icon-3x{font-size:3em}
		.icon-4x{font-size:4em}
		.icon-5x{font-size:5em}
		.icon-fw{width:1.2857142857142858em;text-align:center}
		.icon-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.icon-ul>li{position:relative}
		.icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.icon-li.icon-lg{left:-1.8571428571428572em}
		.icon-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
		.pull-right{float:right}
		.pull-left{float:left}
		
		.icon-glass:before { content: '\e815'; } /* '' */
	    .icon-lemon:before { content: '\e800'; } /* '' */
	    .icon-search:before { content: '\e817'; } /* '' */
	    .icon-mail:before { content: '\e818'; } /* '' */
	    .icon-mail-alt:before { content: '\e819'; } /* '' */
	    .icon-heart:before { content: '\e81a'; } /* '' */
	    .icon-heart-empty:before { content: '\e81b'; } /* '' */
	    .icon-star:before { content: '\e81c'; } /* '' */
	    .icon-star-empty:before { content: '\e81d'; } /* '' */
	    .icon-star-half:before { content: '\e81e'; } /* '' */
	    .icon-star-half-alt:before { content: '\e81f'; } /* '' */
	    .icon-user:before { content: '\e820'; } /* '' */
	    .icon-users:before { content: '\e821'; } /* '' */
	    .icon-male:before { content: '\e822'; } /* '' */
	    .icon-female:before { content: '\e823'; } /* '' */
	    .icon-video:before { content: '\e833'; } /* '' */
	    .icon-videocam:before { content: '\e836'; } /* '' */
	    .icon-picture:before { content: '\e837'; } /* '' */
	    .icon-camera:before { content: '\e83a'; } /* '' */
	    .icon-camera-alt:before { content: '\e83b'; } /* '' */
	    .icon-th-large:before { content: '\e832'; } /* '' */
	    .icon-th:before { content: '\e831'; } /* '' */
	    .icon-th-list:before { content: '\e830'; } /* '' */
	    .icon-ok:before { content: '\e82f'; } /* '' */
	    .icon-ok-circled:before { content: '\e82e'; } /* '' */
	    .icon-ok-circled2:before { content: '\e82d'; } /* '' */
	    .icon-ok-squared:before { content: '\e82c'; } /* '' */
	    .icon-cancel:before { content: '\e82b'; } /* '' */
	    .icon-cancel-circled:before { content: '\e82a'; } /* '' */
	    .icon-cancel-circled2:before { content: '\e829'; } /* '' */
	    .icon-plus:before { content: '\e828'; } /* '' */
	    .icon-plus-circled:before { content: '\e827'; } /* '' */
	    .icon-plus-squared:before { content: '\e826'; } /* '' */
	    .icon-plus-squared-alt:before { content: '\e825'; } /* '' */
	    .icon-minus:before { content: '\e824'; } /* '' */
	    .icon-minus-circled:before { content: '\e834'; } /* '' */
	    .icon-minus-squared:before { content: '\e835'; } /* '' */
	    .icon-minus-squared-alt:before { content: '\e838'; } /* '' */
	    .icon-help:before { content: '\e839'; } /* '' */
	    .icon-help-circled:before { content: '\e83c'; } /* '' */
	    .icon-info-circled:before { content: '\e850'; } /* '' */
	    .icon-info:before { content: '\e84f'; } /* '' */
	    .icon-home:before { content: '\e84e'; } /* '' */
	    .icon-link:before { content: '\e84d'; } /* '' */
	    .icon-unlink:before { content: '\e84b'; } /* '' */
	    .icon-link-ext:before { content: '\e84c'; } /* '' */
	    .icon-link-ext-alt:before { content: '\e84a'; } /* '' */
	    .icon-attach:before { content: '\e849'; } /* '' */
	    .icon-lock:before { content: '\e848'; } /* '' */
	    .icon-lock-open:before { content: '\e847'; } /* '' */
	    .icon-lock-open-alt:before { content: '\e846'; } /* '' */
	    .icon-pin:before { content: '\e845'; } /* '' */
	    .icon-eye:before { content: '\e844'; } /* '' */
	    .icon-eye-off:before { content: '\e843'; } /* '' */
	    .icon-tag:before { content: '\e842'; } /* '' */
	    .icon-tags:before { content: '\e841'; } /* '' */
	    .icon-bookmark:before { content: '\e840'; } /* '' */
	    .icon-bookmark-empty:before { content: '\e83e'; } /* '' */
	    .icon-flag:before { content: '\e83f'; } /* '' */
	    .icon-flag-empty:before { content: '\e83d'; } /* '' */
	    .icon-flag-checkered:before { content: '\e851'; } /* '' */
	    .icon-thumbs-up:before { content: '\e852'; } /* '' */
	    .icon-thumbs-down:before { content: '\e853'; } /* '' */
	    .icon-thumbs-up-alt:before { content: '\e854'; } /* '' */
	    .icon-thumbs-down-alt:before { content: '\e855'; } /* '' */
	    .icon-download:before { content: '\e856'; } /* '' */
	    .icon-upload:before { content: '\e857'; } /* '' */
	    .icon-download-cloud:before { content: '\e858'; } /* '' */
	    .icon-upload-cloud:before { content: '\e85a'; } /* '' */
	    .icon-reply:before { content: '\e859'; } /* '' */
	    .icon-reply-all:before { content: '\e85d'; } /* '' */
	    .icon-forward:before { content: '\e85f'; } /* '' */
	    .icon-quote-left:before { content: '\e860'; } /* '' */
	    .icon-quote-right:before { content: '\e863'; } /* '' */
	    .icon-code:before { content: '\e864'; } /* '' */
	    .icon-export:before { content: '\e866'; } /* '' */
	    .icon-export-alt:before { content: '\e942'; } /* '' */
	    .icon-pencil:before { content: '\e941'; } /* '' */
	    .icon-pencil-squared:before { content: '\e939'; } /* '' */
	    .icon-edit:before { content: '\e938'; } /* '' */
	    .icon-print:before { content: '\e968'; } /* '' */
	    .icon-retweet:before { content: '\e967'; } /* '' */
	    .icon-keyboard:before { content: '\e966'; } /* '' */
	    .icon-gamepad:before { content: '\e963'; } /* '' */
	    .icon-comment:before { content: '\e962'; } /* '' */
	    .icon-chat:before { content: '\e95d'; } /* '' */
	    .icon-comment-empty:before { content: '\e95c'; } /* '' */
	    .icon-chat-empty:before { content: '\e957'; } /* '' */
	    .icon-bell:before { content: '\e85b'; } /* '' */
	    .icon-bell-alt:before { content: '\e956'; } /* '' */
	    .icon-attention-alt:before { content: '\e85c'; } /* '' */
	    .icon-attention:before { content: '\e85e'; } /* '' */
	    .icon-attention-circled:before { content: '\e861'; } /* '' */
	    .icon-location:before { content: '\e862'; } /* '' */
	    .icon-direction:before { content: '\e865'; } /* '' */
	    .icon-compass:before { content: '\e867'; } /* '' */
	    .icon-trash:before { content: '\e943'; } /* '' */
	    .icon-doc:before { content: '\e940'; } /* '' */
	    .icon-docs:before { content: '\e93a'; } /* '' */
	    .icon-doc-text:before { content: '\e93c'; } /* '' */
	    .icon-doc-inv:before { content: '\e969'; } /* '' */
	    .icon-doc-text-inv:before { content: '\e96a'; } /* '' */
	    .icon-folder:before { content: '\e96b'; } /* '' */
	    .icon-folder-open:before { content: '\e964'; } /* '' */
	    .icon-folder-empty:before { content: '\e961'; } /* '' */
	    .icon-folder-open-empty:before { content: '\e95e'; } /* '' */
	    .icon-box:before { content: '\e95b'; } /* '' */
	    .icon-rss:before { content: '\e958'; } /* '' */
	    .icon-rss-squared:before { content: '\e954'; } /* '' */
	    .icon-phone:before { content: '\e953'; } /* '' */
	    .icon-phone-squared:before { content: '\e950'; } /* '' */
	    .icon-menu:before { content: '\e94f'; } /* '' */
	    .icon-cog:before { content: '\e94d'; } /* '' */
	    .icon-cog-alt:before { content: '\e949'; } /* '' */
	    .icon-wrench:before { content: '\e94a'; } /* '' */
	    .icon-basket:before { content: '\e945'; } /* '' */
	    .icon-calendar:before { content: '\e946'; } /* '' */
	    .icon-calendar-empty:before { content: '\e93f'; } /* '' */
	    .icon-login:before { content: '\e93b'; } /* '' */
	    .icon-logout:before { content: '\e937'; } /* '' */
	    .icon-mic:before { content: '\e96e'; } /* '' */
	    .icon-mute:before { content: '\e96d'; } /* '' */
	    .icon-volume-off:before { content: '\e96c'; } /* '' */
	    .icon-volume-down:before { content: '\e965'; } /* '' */
	    .icon-volume-up:before { content: '\e960'; } /* '' */
	    .icon-headphones:before { content: '\e95f'; } /* '' */
	    .icon-clock:before { content: '\e95a'; } /* '' */
	    .icon-lightbulb:before { content: '\e959'; } /* '' */
	    .icon-block:before { content: '\e955'; } /* '' */
	    .icon-resize-full:before { content: '\e952'; } /* '' */
	    .icon-resize-full-alt:before { content: '\e951'; } /* '' */
	    .icon-resize-small:before { content: '\e94e'; } /* '' */
	    .icon-resize-vertical:before { content: '\e94c'; } /* '' */
	    .icon-resize-horizontal:before { content: '\e948'; } /* '' */
	    .icon-move:before { content: '\e94b'; } /* '' */
	    .icon-zoom-in:before { content: '\e947'; } /* '' */
	    .icon-zoom-out:before { content: '\e944'; } /* '' */
	    .icon-down-circled2:before { content: '\e93e'; } /* '' */
	    .icon-up-circled2:before { content: '\e93d'; } /* '' */
	    .icon-left-circled2:before { content: '\e936'; } /* '' */
	    .icon-right-circled2:before { content: '\e933'; } /* '' */
	    .icon-down-dir:before { content: '\e932'; } /* '' */
	    .icon-up-dir:before { content: '\e92d'; } /* '' */
	    .icon-left-dir:before { content: '\e92c'; } /* '' */
	    .icon-right-dir:before { content: '\e926'; } /* '' */
	    .icon-down-open:before { content: '\e925'; } /* '' */
	    .icon-left-open:before { content: '\e920'; } /* '' */
	    .icon-right-open:before { content: '\e91f'; } /* '' */
	    .icon-up-open:before { content: '\e91d'; } /* '' */
	    .icon-angle-left:before { content: '\e918'; } /* '' */
	    .icon-angle-right:before { content: '\e917'; } /* '' */
	    .icon-angle-up:before { content: '\e912'; } /* '' */
	    .icon-angle-down:before { content: '\e911'; } /* '' */
	    .icon-angle-circled-left:before { content: '\e90b'; } /* '' */
	    .icon-angle-circled-right:before { content: '\e90a'; } /* '' */
	    .icon-angle-circled-up:before { content: '\e906'; } /* '' */
	    .icon-angle-circled-down:before { content: '\e905'; } /* '' */
	    .icon-angle-double-left:before { content: '\e8ff'; } /* '' */
	    .icon-angle-double-right:before { content: '\e900'; } /* '' */
	    .icon-angle-double-up:before { content: '\e902'; } /* '' */
	    .icon-angle-double-down:before { content: '\e934'; } /* '' */
	    .icon-down:before { content: '\e931'; } /* '' */
	    .icon-left:before { content: '\e92e'; } /* '' */
	    .icon-right:before { content: '\e92b'; } /* '' */
	    .icon-up:before { content: '\e927'; } /* '' */
	    .icon-down-big:before { content: '\e928'; } /* '' */
	    .icon-left-big:before { content: '\e921'; } /* '' */
	    .icon-right-big:before { content: '\e922'; } /* '' */
	    .icon-up-big:before { content: '\e91c'; } /* '' */
	    .icon-right-hand:before { content: '\e919'; } /* '' */
	    .icon-left-hand:before { content: '\e916'; } /* '' */
	    .icon-up-hand:before { content: '\e913'; } /* '' */
	    .icon-down-hand:before { content: '\e910'; } /* '' */
	    .icon-left-circled:before { content: '\e90c'; } /* '' */
	    .icon-right-circled:before { content: '\e90d'; } /* '' */
	    .icon-up-circled:before { content: '\e907'; } /* '' */
	    .icon-down-circled:before { content: '\e904'; } /* '' */
	    .icon-cw:before { content: '\e8fe'; } /* '' */
	    .icon-ccw:before { content: '\e8c7'; } /* '' */
	    .icon-arrows-cw:before { content: '\e8c3'; } /* '' */
	    .icon-level-up:before { content: '\e935'; } /* '' */
	    .icon-level-down:before { content: '\e930'; } /* '' */
	    .icon-shuffle:before { content: '\e92f'; } /* '' */
	    .icon-music:before { content: '\e816'; } /* '' */
	    .icon-expand:before { content: '\e929'; } /* '' */
	    .icon-collapse:before { content: '\e924'; } /* '' */
	    .icon-expand-right:before { content: '\e923'; } /* '' */
	    .icon-collapse-left:before { content: '\e91e'; } /* '' */
	    .icon-play:before { content: '\e91b'; } /* '' */
	    .icon-play-circled:before { content: '\e91a'; } /* '' */
	    .icon-play-circled2:before { content: '\e915'; } /* '' */
	    .icon-stop:before { content: '\e914'; } /* '' */
	    .icon-pause:before { content: '\e90f'; } /* '' */
	    .icon-to-end:before { content: '\e90e'; } /* '' */
	    .icon-to-end-alt:before { content: '\e909'; } /* '' */
	    .icon-to-start:before { content: '\e908'; } /* '' */
	    .icon-to-start-alt:before { content: '\e903'; } /* '' */
	    .icon-fast-fw:before { content: '\e8fd'; } /* '' */
	    .icon-fast-bw:before { content: '\e8c6'; } /* '' */
	    .icon-eject:before { content: '\e8c2'; } /* '' */
	    .icon-target:before { content: '\e8da'; } /* '' */
	    .icon-signal:before { content: '\e8dc'; } /* '' */
	    .icon-award:before { content: '\e8dd'; } /* '' */
	    .icon-desktop:before { content: '\e8e0'; } /* '' */
	    .icon-laptop:before { content: '\e8e1'; } /* '' */
	    .icon-tablet:before { content: '\e8e4'; } /* '' */
	    .icon-mobile:before { content: '\e8e5'; } /* '' */
	    .icon-inbox:before { content: '\e8e8'; } /* '' */
	    .icon-globe:before { content: '\e8e9'; } /* '' */
	    .icon-sun:before { content: '\e8ec'; } /* '' */
	    .icon-cloud:before { content: '\e8ed'; } /* '' */
	    .icon-flash:before { content: '\e8f0'; } /* '' */
	    .icon-moon:before { content: '\e8f1'; } /* '' */
	    .icon-umbrella:before { content: '\e8f5'; } /* '' */
	    .icon-flight:before { content: '\e8f6'; } /* '' */
	    .icon-fighter-jet:before { content: '\e8f9'; } /* '' */
	    .icon-leaf:before { content: '\e8fa'; } /* '' */
	    .icon-font:before { content: '\e8fc'; } /* '' */
	    .icon-bold:before { content: '\e8c5'; } /* '' */
	    .icon-italic:before { content: '\e8c1'; } /* '' */
	    .icon-text-height:before { content: '\e8d9'; } /* '' */
	    .icon-text-width:before { content: '\e8db'; } /* '' */
	    .icon-align-left:before { content: '\e8de'; } /* '' */
	    .icon-align-center:before { content: '\e8df'; } /* '' */
	    .icon-align-right:before { content: '\e8e2'; } /* '' */
	    .icon-align-justify:before { content: '\e8e3'; } /* '' */
	    .icon-list:before { content: '\e8e6'; } /* '' */
	    .icon-indent-left:before { content: '\e8e7'; } /* '' */
	    .icon-indent-right:before { content: '\e8ea'; } /* '' */
	    .icon-list-bullet:before { content: '\e8eb'; } /* '' */
	    .icon-list-numbered:before { content: '\e8ee'; } /* '' */
	    .icon-strike:before { content: '\e8f3'; } /* '' */
	    .icon-underline:before { content: '\e8f2'; } /* '' */
	    .icon-superscript:before { content: '\e8f4'; } /* '' */
	    .icon-subscript:before { content: '\e8f7'; } /* '' */
	    .icon-table:before { content: '\e8f8'; } /* '' */
	    .icon-columns:before { content: '\e8fb'; } /* '' */
	    .icon-crop:before { content: '\e901'; } /* '' */
	    .icon-scissors:before { content: '\e8c4'; } /* '' */
	    .icon-paste:before { content: '\e8c0'; } /* '' */
	    .icon-briefcase:before { content: '\e8d8'; } /* '' */
	    .icon-suitcase:before { content: '\e8d7'; } /* '' */
	    .icon-ellipsis:before { content: '\e8d6'; } /* '' */
	    .icon-ellipsis-vert:before { content: '\e80c'; } /* '' */
	    .icon-off:before { content: '\e8d5'; } /* '' */
	    .icon-road:before { content: '\e8d4'; } /* '' */
	    .icon-list-alt:before { content: '\e8d3'; } /* '' */
	    .icon-qrcode:before { content: '\e8d2'; } /* '' */
	    .icon-barcode:before { content: '\e8d1'; } /* '' */
	    .icon-book:before { content: '\e8d0'; } /* '' */
	    .icon-ajust:before { content: '\e8ef'; } /* '' */
	    .icon-tint:before { content: '\e8cf'; } /* '' */
	    .icon-check:before { content: '\e8ce'; } /* '' */
	    .icon-check-empty:before { content: '\e8cd'; } /* '' */
	    .icon-circle:before { content: '\e8cc'; } /* '' */
	    .icon-circle-empty:before { content: '\e8cb'; } /* '' */
	    .icon-dot-circled:before { content: '\e8ca'; } /* '' */
	    .icon-asterisk:before { content: '\e8c9'; } /* '' */
	    .icon-gift:before { content: '\e8c8'; } /* '' */
	    .icon-fire:before { content: '\e8bf'; } /* '' */
	    .icon-magnet:before { content: '\e86f'; } /* '' */
	    .icon-chart-bar:before { content: '\e814'; } /* '' */
	    .icon-ticket:before { content: '\e80a'; } /* '' */
	    .icon-credit-card:before { content: '\e80b'; } /* '' */
	    .icon-floppy:before { content: '\e870'; } /* '' */
	    .icon-megaphone:before { content: '\e878'; } /* '' */
	    .icon-hdd:before { content: '\e87e'; } /* '' */
	    .icon-key:before { content: '\e87f'; } /* '' */
	    .icon-fork:before { content: '\e888'; } /* '' */
	    .icon-rocket:before { content: '\e889'; } /* '' */
	    .icon-bug:before { content: '\e8b5'; } /* '' */
	    .icon-certificate:before { content: '\e8b6'; } /* '' */
	    .icon-tasks:before { content: '\e8b7'; } /* '' */
	    .icon-filter:before { content: '\e8b8'; } /* '' */
	    .icon-beaker:before { content: '\e8ad'; } /* '' */
	    .icon-magic:before { content: '\e898'; } /* '' */
	    .icon-truck:before { content: '\e89e'; } /* '' */
	    .icon-money:before { content: '\e8a9'; } /* '' */
	    .icon-euro:before { content: '\e8a5'; } /* '' */
	    .icon-pound:before { content: '\e8a4'; } /* '' */
	    .icon-dollar:before { content: '\e86e'; } /* '' */
	    .icon-rupee:before { content: '\e813'; } /* '' */
	    .icon-yen:before { content: '\e809'; } /* '' */
	    .icon-rouble:before { content: '\e80d'; } /* '' */
	    .icon-try:before { content: '\e871'; } /* '' */
	    .icon-won:before { content: '\e877'; } /* '' */
	    .icon-bitcoin:before { content: '\e87d'; } /* '' */
	    .icon-sort:before { content: '\e880'; } /* '' */
	    .icon-sort-down:before { content: '\e887'; } /* '' */
	    .icon-sort-up:before { content: '\e88a'; } /* '' */
	    .icon-sort-alt-up:before { content: '\e8b4'; } /* '' */
	    .icon-sort-alt-down:before { content: '\e8ba'; } /* '' */
	    .icon-sort-name-up:before { content: '\e8be'; } /* '' */
	    .icon-sort-name-down:before { content: '\e8b9'; } /* '' */
	    .icon-sort-number-up:before { content: '\e8ac'; } /* '' */
	    .icon-sort-number-down:before { content: '\e897'; } /* '' */
	    .icon-hammer:before { content: '\e89d'; } /* '' */
	    .icon-gauge:before { content: '\e8a8'; } /* '' */
	    .icon-sitemap:before { content: '\e8a6'; } /* '' */
	    .icon-spinner:before { content: '\e8a3'; } /* '' */
	    .icon-coffee:before { content: '\e86d'; } /* '' */
	    .icon-food:before { content: '\e812'; } /* '' */
	    .icon-beer:before { content: '\e808'; } /* '' */
	    .icon-user-md:before { content: '\e80e'; } /* '' */
	    .icon-stethoscope:before { content: '\e872'; } /* '' */
	    .icon-ambulance:before { content: '\e876'; } /* '' */
	    .icon-medkit:before { content: '\e87c'; } /* '' */
	    .icon-h-sigh:before { content: '\e881'; } /* '' */
	    .icon-hospital:before { content: '\e886'; } /* '' */
	    .icon-building:before { content: '\e88b'; } /* '' */
	    .icon-smile:before { content: '\e8bc'; } /* '' */
	    .icon-frown:before { content: '\e8bb'; } /* '' */
	    .icon-meh:before { content: '\e8bd'; } /* '' */
	    .icon-anchor:before { content: '\e8af'; } /* '' */
	    .icon-terminal:before { content: '\e8ae'; } /* '' */
	    .icon-eraser:before { content: '\e89a'; } /* '' */
	    .icon-puzzle:before { content: '\e89c'; } /* '' */
	    .icon-shield:before { content: '\e8aa'; } /* '' */
	    .icon-extinguisher:before { content: '\e8a7'; } /* '' */
	    .icon-bullseye:before { content: '\e8a2'; } /* '' */
	    .icon-wheelchair:before { content: '\e86a'; } /* '' */
	    .icon-adn:before { content: '\e86c'; } /* '' */
	    .icon-android:before { content: '\e807'; } /* '' */
	    .icon-apple:before { content: '\e80f'; } /* '' */
	    .icon-bitbucket:before { content: '\e873'; } /* '' */
	    .icon-bitbucket-squared:before { content: '\e875'; } /* '' */
	    .icon-css3:before { content: '\e87b'; } /* '' */
	    .icon-dribbble:before { content: '\e882'; } /* '' */
	    .icon-dropbox:before { content: '\e885'; } /* '' */
	    .icon-facebook:before { content: '\e88c'; } /* '' */
	    .icon-facebook-squared:before { content: '\e8b3'; } /* '' */
	    .icon-flickr:before { content: '\e8b2'; } /* '' */
	    .icon-foursquare:before { content: '\e8b1'; } /* '' */
	    .icon-github:before { content: '\e8b0'; } /* '' */
	    .icon-github-squared:before { content: '\e8ab'; } /* '' */
	    .icon-github-circled:before { content: '\e899'; } /* '' */
	    .icon-gittip:before { content: '\e89f'; } /* '' */
	    .icon-gplus-squared:before { content: '\e8a0'; } /* '' */
	    .icon-gplus:before { content: '\e8a1'; } /* '' */
	    .icon-instagramm:before { content: '\e86b'; } /* '' */
	    .icon-linkedin-squared:before { content: '\e811'; } /* '' */
	    .icon-linux:before { content: '\e806'; } /* '' */
	    .icon-linkedin:before { content: '\e810'; } /* '' */
	    .icon-maxcdn:before { content: '\e874'; } /* '' */
	    .icon-pagelines:before { content: '\e879'; } /* '' */
	    .icon-pinterest-circled:before { content: '\e87a'; } /* '' */
	    .icon-pinterest-squared:before { content: '\e883'; } /* '' */
	    .icon-renren:before { content: '\e884'; } /* '' */
	    .icon-skype:before { content: '\e88d'; } /* '' */
	    .icon-stackexchange:before { content: '\e88e'; } /* '' */
	    .icon-stackoverflow:before { content: '\e88f'; } /* '' */
	    .icon-trello:before { content: '\e890'; } /* '' */
	    .icon-tumblr:before { content: '\e891'; } /* '' */
	    .icon-tumblr-squared:before { content: '\e892'; } /* '' */
	    .icon-twitter-squared:before { content: '\e89b'; } /* '' */
	    .icon-twitter:before { content: '\e893'; } /* '' */
	    .icon-vimeo-squared:before { content: '\e895'; } /* '' */
	    .icon-vkontakte:before { content: '\e896'; } /* '' */
	    .icon-weibo:before { content: '\e894'; } /* '' */
	    .icon-windows:before { content: '\e869'; } /* '' */
	    .icon-xing:before { content: '\e868'; } /* '' */
	    .icon-xing-squared:before { content: '\e805'; } /* '' */
	    .icon-youtube:before { content: '\e804'; } /* '' */
	    .icon-youtube-squared:before { content: '\e803'; } /* '' */
	    .icon-youtube-play:before { content: '\e802'; } /* '' */
	    .icon-blank:before { content: '\e801'; } /* '' */
	    .icon-exchange:before { content: '\e92a'; } /* '' */
		

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	.wrapper
	{
		background-image: url('images/bg.png');
		box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.05), inset 0px 2px 3px 0px rgba(0,0,0,0.1);
	}

	.wrapper-first
	{
		box-shadow: none;
	}

	.wrapper-style1
	{
		background-image: none;
		background-color: #fff;
	}
	
	.wrapper-style2
	{
		background-color: #fafafa;
		text-shadow: 1px 1px 0px #fff;
	}
	
	.wrapper-style3
	{
		background-color: #f4f4f4;
		text-shadow: 1px 1px 0px #fff;
	}

	.wrapper-style4
	{
		background-color: #303030;
		color: #999;
		text-shadow: -1px -1px 0px #181818;
	}

		.wrapper-style4 h1, 
		.wrapper-style4 h2, 
		.wrapper-style4 h3, 
		.wrapper-style4 h4, 
		.wrapper-style4 h5, 
		.wrapper-style4 h6
		{
			color: #fff;
		}
		
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		background-color: #282828;
		text-align: center;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10000;
		cursor: default;
	}
	
		#nav ul
		{
			margin-bottom: 0;
		}
	
		#nav li
		{
			display: inline-block;
		}
		
		#nav a
		{
			position: relative;
			display: block;
			color: #fff;
			text-decoration: none;
			outline: 0;
		}
		
			#nav a:hover
			{
				color: #fff !important;
			}
			
			#nav a.active:before
			{
				content: '';
				display: block;
				position: absolute;
				bottom: -0.6em;
				left: 50%;
				margin-left: -0.75em;
				border-left: solid 0.75em transparent;
				border-right: solid 0.75em transparent;
				border-top: solid 0.6em #282828;
			}
			
/*********************************************************************************/
/* Articles                                                                      */
/*********************************************************************************/

	#top
	{
	}

		#top .me
		{
			border-radius: 50%;
			overflow: hidden;
		}

		#top p
		{
		}
	
			#top p a
			{
				color: inherit;
			}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		color: #666;
	}
	
		#copyright a
		{
			color: inherit;

			-moz-transition: color .2s ease-in-out;
			-webkit-transition: color .2s ease-in-out;
			-o-transition: color .2s ease-in-out;
			-ms-transition: color .2s ease-in-out;
			transition: color .2s ease-in-out;
		}
		
		#copyright p 
		{
			margin: 0
		}
		
		#copyright a:hover
		{
			color: #777;
		}