@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Volkhov:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);


/* Table of contents

	Basics
	1.1 Basic Styling
	1.2 Typography
	1.3 Links
	1.4 Buttons and Icons
	1.5 Forms
	1.6 Other General Elements

	Main Page
	2.1 Navigation
	2.2 Home
	2.3 Introduction
	2.4 Services
	2.5 Process
	2.6 Portfolio
	2.7 Call to Action
	2.8 About Us
	2.9 About Me
	2.10 Resume
	2.11 Quote
	2.12 Contact

	Portfolio Detail Page
	3.1 Portfolio Header
	3.2 Portfolio Introduction
	3.3 Portfolio Images slider
	3.4 Portfolio Details
	3.5 Portfolio Gallery
	3.6 Portfolio Navigation

	Responsive Settings
	4.1 Tablet Portrait
	4.2 Mobile Landscape
	4.3 Mobile Portrait

*/


/* ==================== 1.1 Basic Styling ==================== */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #5c5c5c;
	background: #ffffff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-align: center;
}

::selection {
	background: #1a1a1a;
	color: #ffffff;
}

::-moz-selection {
	background: #1a1a1a;
	color: #ffffff;
}


/* ==================== 1.2 Typography ==================== */

p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
	line-height: 30px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 16px;
	line-height: 25px;
}

h4 {
	font-size: 15px;
	line-height: 25px;
}

h5 {
	font-size: 14px;
	line-height: 25px;
}

h6 {
	font-size: 12px;
	line-height: 25px;
}

h1.color,
h2.color,
h3.color,
h4.color,
h5.color,
h6.color,
p.color,
span.color {
	color: #1d2d44;
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark,
p.dark,
span.dark {
	color: #1a1a1a;
}

h1.grey,
h2.grey,
h3.grey,
h4.grey,
h5.grey,
h6.grey,
p.grey,
span.grey {
	color: #c0c0c0;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
p.white,
span.white {
	color: #ffffff;
}

h1.icarus,
h2.icarus,
h3.icarus,
h4.icarus,
h5.icarus,
h6.icarus,
p.icarus,
span.icarus {
	color: #1d2d44;
}

a.normal,
span.normal {
	color: #1a1a1a;
}

b,
strong {
	font-weight: 900;
}

em {
	font-style: italic;
}

small {
	font-size: 80%;
}

ol,
ul {
	line-height: 25px;
	margin-bottom: 25px;
}

.script {
	font-family: 'Volkhov', Georgia, Times, serif;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

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

h1.fittext {
	margin-bottom: 10px;
	font-size: 100px;
	font-weight: 700;
	line-height: 100%;
}

h1.fittext2 {
	margin-bottom: 10px;
	font-size: 60px;
	font-weight: 700;
	line-height: 100%;
}

h1.hugetext {
	margin-bottom: 10px;
	font-size: 180px;
	font-weight: 700;
	line-height: 100%;
}

p.uppercase {
	font-size: 16px;
	margin-bottom: 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}


/* ==================== 1.3 Links ==================== */

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

a {
	color: #1d2d44;
}

a:hover {
	color: #1a1a1a;
}

a.hovercolor:hover,
span.hovercolor:hover {
	color: #1d2d44;
}

a img {
	text-decoration: none;
	vertical-align: bottom;
}

a.inverted {
	color: #1a1a1a;
}

a.inverted:hover {
	color: #1d2d44;
}


/* ==================== 1.4 Buttons and Icons ==================== */

.button {
	color: #ffffff;
	background: #1d2d44;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 8px 14px 7px;
	border-radius: 0;
	margin: 25px 5px;
}

.button-large {
	color: #ffffff;
	background: #1d2d44;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 10px 18px 9px;
	border-radius: 0;
	margin: 25px 5px;
}

.button.border,
.button.white-border,
.button.dark-border {
	padding: 6px 12px 5px;
}

.button-large.border,
.button-large.white-border,
.button-large.dark-border {
	padding: 8px 16px 7px;
}

.button:hover,
.button-large:hover {
	color: #ffffff;
	background: #1d2d44;
}

.button i.icon-left,
.button-large i.icon-left {
	margin-right: 8px;
}

.button i.icon-right,
.button-large i.icon-right {
	margin-left: 8px;
}

/* Fixing the broken box model for input / buttons */
input[type="button"].button,
input[type="submit"].button,
button.button {
	padding: 13px 14px 13px;
}

input[type="button"].button-large,
input[type="submit"].button-large,
button.button-large {
	padding: 13px 18px 12px;
}

input[type="button"].button.border,
input[type="button"].button.white-border,
input[type="button"].button.dark-border,
input[type="submit"].button.border,
input[type="submit"].button.white-border,
input[type="submit"].button.dark-border,
button.button.border,
button.button.white-border,
button.button.dark-border {
	padding: 11px 12px 11px;
}

input[type="button"].button-large.border,
input[type="button"].button-large.white-border,
input[type="button"].button-large.dark-border,
input[type="submit"].button-large.border,
input[type="submit"].button-large.white-border,
input[type="submit"].button-large.dark-border,
button.button-large.border,
button.button-large.white-border,
button.button-large.dark-border {
	padding: 11px 18px 10px;
}

/* Icons */
i.small-icon {
	color: #ffffff;
	background: #1d2d44;
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	margin: 25px 2px;
	border-radius: 50%;
}

i.medium-icon {
	color: #ffffff;
	background: #1d2d44;
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 38px;
	margin: 25px 5px;
	border-radius: 50%;
}

i.column-icon {
	color: #ffffff;
	background: #1d2d44;
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 60px;
	height: 60px;
	font-size: 28px;
	line-height: 60px;
	border-radius: 50%;
	margin-bottom: 25px;
}

i.column-icon:hover {
	font-size: 36px;
}

/* Styling for Buttons and Icons */
.white-bg {
	background: #ffffff!important;
	color: #1a1a1a;
}

.white-bg:hover {
	color: #1a1a1a;
			box-shadow: inset 0px 0px 100px rgba(0,0,0,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(0,0,0,0.2);
}

.dark-bg {
	background: #1a1a1a!important;
	color: #ffffff;
}

.dark-bg:hover {
	color: #ffffff;
			box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
}

.border {
	background: 0!important;
	color: #1d2d44;
	border: 2px solid #1d2d44;
}

.border:hover {
	color: #1d2d44;
			box-shadow: inset 0px 0px 100px rgba(0,0,0,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(0,0,0,0.2);
}

.white-border {
	background: 0!important;
	color: #ffffff;
	border: 2px solid #ffffff;
	outline: -2px;
}

.icarus-border {
    background: 0;
	color: #1d2d44;
	border: 2px solid #1d2d44;
	outline: -2px;
}

.white-border:hover {
	color: #ffffff;
			box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
}

.icarus-border:hover {
	color: #ffffff;
	background: #1d2d44;
}

.dark-border {
	background: 0!important;
	color: #1a1a1a;
	border: 2px solid #1a1a1a;
}

.dark-border:hover {
	color: #1a1a1a;
			box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
}


/* ==================== 1.5 Forms ==================== */

form {
	margin: 0;
	padding: 0;
	display: block;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=email],
textarea {
	width: 100%;
	height: 40px;
	display: block;
	border: 2px solid #ffffff;
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding-left: 6px;
	border-radius: 0;
	margin: 0 0 10px 0;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

textarea {
	padding-top: 9px;
	overflow: auto;
	vertical-align: top;
	resize: none;
}

.placeholder {
	color: #808080;
}

:-moz-placeholder {
	color: #808080;
}

::-moz-placeholder {
	color: #808080;
}

:-ms-input-placeholder {
	color: #808080;
}

::-webkit-input-placeholder {
	color: #808080;
}

input:focus,
textarea:focus {
	border-color: #c0c0c0;
	outline: 0;
	color: #1a1a1a;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

input.error,
textarea.error {
	border-color: #e53a2e;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* ==================== 1.6 Other General Elements ==================== */

hr {
	border-top: 1px solid #c0c0c0;
	border-right: 0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 0;
	margin: 60px 0;
}

img {
	max-width: 100%;
	height: auto;
}

.image-center {
	margin: 0 auto;
	text-align: center;
}

.image-circle {
	border-radius: 50%;
}

.column-border {
	border-left: 2px solid #d6d6d6;
	padding-left: 20px;
}

/* More control over margins */
.margin {
	margin-top: 25px!important;
	margin-bottom: 25px!important;
}
.margin-top {
	margin-top: 25px!important;
}

.margin-bottom {
	margin-bottom: 25px!important;
}

.no-margin {
	margin: 0!important;
}

.no-margin-top {
	margin-top: 0!important;
}

.no-margin-bottom {
	margin-bottom: 0!important;
}

/* Title settings */
.title h1 {
	font-size: 14px;
	color: #c0c0c0;
}

.title hr {
	width: 60px;
	margin: 20px auto 30px;
	border: 1px solid #c0c0c0;
}

/* Headers */
.header {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
	width: 100%;
	height: 480px;
}

.header-inherited {
	position: inherited;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	height: 480px;
}

.header-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	display: inline-block;
	width: 780px;
}

/* Animation of the content inside the header */
.header-center.fade-in {
	zoom: 1;
	animation: fadeit 1s ease-out forwards;
	animation-iteration-count: 1;
	-webkit-animation: fadeit 1s;
	-webkit-animation-iteration-count: 1;
}

@keyframes fadeit {
	from { top:46%; filter: alpha(opacity=0); opacity: 0; }
	to { top:50%; filter: alpha(opacity=100); opacity: 1; }
}

@-webkit-keyframes fadeit
{
	from { top:46%; filter: alpha(opacity=0); opacity: 0; }
	to { top:50%; filter: alpha(opacity=100); opacity: 1; }
}

/* Text ticker */
.text-ticker {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 40%;
}

.text-ticker ul {
	-webkit-animation: ticker 5s cubic-bezier(1, 0, .5, 0) infinite;
	   -moz-animation: ticker 5s cubic-bezier(1, 0, .5, 0) infinite;
		-ms-animation: ticker 5s cubic-bezier(1, 0, .5, 0) infinite;
			animation: ticker 5s cubic-bezier(1, 0, .5, 0) infinite;
}

/* Uncomment this if you want to pause the text on hover 
.text-ticker ul:hover {
	-webkit-animation-play-state: paused;
	   -moz-animation-play-state: paused;
		-ms-animation-play-state: paused;
			animation-play-state: paused;
}*/

.text-ticker li {
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 50px;
}

@-webkit-keyframes ticker {
	0% {margin-top: 0;}
	20% {margin-top: -50px;}
	40% {margin-top: -100px;}
	60% {margin-top: -150px;}
	80% {margin-top: -200px;}
	100% {margin-top: 0;}
}

@-moz-keyframes ticker {
	0% {margin-top: 0;}
	20% {margin-top: -50px;}
	40% {margin-top: -100px;}
	60% {margin-top: -150px;}
	80% {margin-top: -200px;}
	100% {margin-top: 0;}
}

@-ms-keyframes ticker {
	0% {margin-top: 0;}
	20% {margin-top: -50px;}
	40% {margin-top: -100px;}
	60% {margin-top: -150px;}
	80% {margin-top: -200px;}
	100% {margin-top: 0;}
}

@keyframes ticker {
	0% {margin-top: 0;}
	20% {margin-top: -50px;}
	40% {margin-top: -100px;}
	60% {margin-top: -150px;}
	80% {margin-top: -200px;}
	100% {margin-top: 0;}
}

/* Smooth hovers */
a,
a:hover,
i,
i:hover,
a img,
a img:hover,
input[type="button"],
input[type="submit"],
button {
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

a i,
a i:hover {
	-webkit-transition: none;
	   -moz-transition: none;
		-ms-transition: none;
		 -o-transition: none;
			transition: none;
}

/* Pace loading bar */
.business .pace .pace-progress {
	background: #1d2d44;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 3px;

	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

.personal .pace .pace-progress {
	background: #3CAEC3;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 3px;

	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

.pace-inactive {
	display: none;
}

/* SoundCloud iframe popup */
.soundcloud-popup .mfp-iframe {
	height: 182px;
}


/* ==================== 2.1 Navigation ==================== */

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu-left {
	position: fixed;
	left: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-left.menu-open {
	left: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1d2d44;
	width: 200px;
	height: 100%;
}

.menu-left .menu-wrap {
	left: 0!important;
}

.menu h1.logo a,
.menu-left h1.logo a {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 10px;
}

.menu h1.logo a:hover,
.menu-left h1.logo a:hover {
	color: #1d2d44;
}

.menu img.logo,
.menu-left img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a,
.menu-left a  {
	padding-left: 20px;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover,
.menu-left a:hover {
	color: #1d2d44;
	background: #ffffff;
}

.menu a:first-child:hover,
.menu-left a:first-child:hover {
	color: #1d2d44;
	background: none;
}

.menu a:active,
.menu-left a:active {
	color: #ffffff;
}

.menu a > i,
.menu-left a > i  {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-left .menu-close {
	display: none;
}

.menu-close,
.menu-close-left {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover,
.menu-close-left:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.menu-left,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #1d2d44;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(29,45,68,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggleLeft {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover,
#menuToggleLeft:hover {
	color: #ffffff;
	background: rgb(29,45,68);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* ==================== 2.2 Home ==================== */

/* Slides css */
#slides {
	position: relative;
}

#slides .slides-container {
	/*display: none;*/
	margin: 0;
}

#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

/* Slides navigation arrows */
.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 21;
	width: 100%;
}

.slides-navigation a {
	position: absolute;
	font-size: 28px;
	line-height: 28px;
	bottom: 21px;
	color: #1d2d44;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slides-navigation a.prev {
	left: 20px;
}

.slides-navigation a.next {
	right: 20px;
}

.slides-navigation a.prev:hover,
.slides-navigation a.next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Slides pagination indicators */
.slides-pagination {
	position: absolute;
	z-index: 20;
	bottom: 30px;
	text-align: center;
	width: 100%;
}

.slides-pagination a {
	color: #ffffff;
	background: #1d2d44;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width: 30px;
	height: 4px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}

.slides-pagination a:hover,
.slides-pagination a.current {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Fullscreen fixed background */
.fullscreen-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	height: 100%;
}


/* ==================== 2.3 Introduction ==================== */

.introduction {
	background: #ffffff;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 80px;
}


/* ==================== 2.4 Services ==================== */

.services {
	padding-top: 60px;
	padding-bottom: 80px;
	background: #f7f7f7;
}

/* Services slider */
#services-slider .servicesLink {
	zoom: 1;
	visibility: visible!important;
	filter: alpha(opacity=100);
	opacity: 1!important;
}

/* Arrow controls */
.services-arrow-prev,
.services-arrow-next {
	display: block;
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: #1d2d44;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	bottom: 44%;
	z-index: 24;
}

.services-arrow-prev {
	text-indent: -2px;
	left: 0;
}

.services-arrow-next {
	text-indent: 2px;
	right: 0;
}

.services-arrow-prev:hover,
.services-arrow-next:hover {
	color: #ffffff;
	-webkit-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
			box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
}

/* Circle controls */
.services-buttons {
	margin: 0 auto;
}

.services-buttons a {
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 140px;
	height: 140px;
	font-size: 56px;
	line-height: 136px;
	margin: 20px 10px;
	color: #c0c0c0;
	border: 2px solid #c0c0c0;
	border-radius: 50%;
}

.services-buttons a i {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 140px;
	height: 140px;
	line-height: 136px;
	margin-bottom: 15px;
}

.services-buttons a:hover {
	font-size: 70px;
}

.services-buttons a.current {
	color: #1d2d44;
	border: 2px solid #1d2d44;
}


/* ==================== 2.5 Process ==================== */

.process {
	color: #ffffff;
	background: #1d2d44;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 105px;
}

.process .title hr {
	border: 1px solid #ffffff;
}

.process h1,
.process h2,
.process h3,
.process h4,
.process h5,
.process h6,
.process p {
	color: #ffffff;
}

.process h3 {
	margin-top: 0;
}

.process p {
	font-size: 13px;
	margin-bottom: 0;
}

i.process-icon {
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 140px;
	height: 140px;
	font-size: 56px;
	line-height: 136px;
	margin-top: 35px;
	margin-bottom: 15px;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 50%;
}

i.process-icon:hover {
	font-size: 70px;
}


/* ==================== 2.6 Portfolio ==================== */

.portfolio {
	padding-top: 60px;
	padding-bottom: 80px;
}

/* Styles for the textual navigation */
a.filter {
	cursor: pointer;
	color: #1a1a1a;
}

a.filter.active {
	color: #1d2d44;
}

a.filter.light {
	color: #c0c0c0;
}

a.filter.light.active {
	color: #c0c0c0;
}

a.filter:hover,
a.filter.light:hover {
	color: #1d2d44;
}

[data-filter="all"],
.filtered [data-filter="all"].active {
	display: none;
}

.filtered [data-filter="all"] {
	display: inline;
}

/* Portfolio items */
#portfolio-grid .mix{
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	display: none;
}

.project-item {
	position: relative;
	color: #ffffff;
	line-height: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.project-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: rgba(255,255,255,0.0);
	background: rgba(0,0,0,0.0);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 20px;
	text-transform: uppercase;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.project-item a:hover > .project-hover {
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,0.5);
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.project-hover span {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.project-hover b {
	color: rgba(255,255,255,0.0);
	font-family: 'Volkhov', Georgia, Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
	padding-top: 0;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.project-hover span.plus {
	font-size: 120px;
	font-weight: 100;
}

.project-item a:hover > .project-hover b {
	color: rgba(255,255,255,0.5);
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

/* ==================== 2.7 Call to Action ==================== */

.call-to-action {
	color: #ffffff;
	background: #1d2d44;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.call-to-action h1,
.call-to-action h2,
.call-to-action h3,
.call-to-action h4,
.call-to-action h5,
.call-to-action h6 {
	color: #ffffff;
}

.call-to-action p,
.call-to-action .button,
.call-to-action .button-large {
	margin-bottom: 0;
}


/* ==================== 2.8 About Us ==================== */

.about-us {
	background: #f7f7f7;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 80px;
}

.about-us .header {
	margin-bottom: 50px;
}

/* Avatars */
.row.avatars {
	margin: 25px auto;
}

.avatars > .columns {
	margin-bottom: 20px;
	background: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.avatars > .columns:hover {
	margin-top: -25px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.avatars img {
	margin-bottom: 10px;
}

.avatars p.script {
	font-size: 14px;
	line-height: 20px;
	color: grey;
	margin: 0 20px;
}

.avatars p {
	font-size: 13px;
	line-height: 20px;
	margin: 0 20px;
}

.avatars i {
	color: #ffffff;
	background: #c0c0c0;
}

.avatars i:hover {
	background: #1d2d44;
}


/* ==================== 2.9 About Me ==================== */

.about-me {
	padding-top: 0;
	padding-bottom: 80px;
}

.about-me .header {
	margin-bottom: 50px;
}

.avatar-about-me {
	margin-bottom: 25px;
}


/* ==================== 2.10 Resume ==================== */

.resume {
	background: #f7f7f7;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 80px;
}

.resume h1,
.resume h2,
.resume h3,
.resume h4,
.resume h5,
.resume h6 {
	margin-top: 25px;
}

.resume .title h1,
.resume .title h2 {
	margin-top: 0;
}

h1.years,
h2.years,
h3.years,
h4.years,
h5.years,
h6.years {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 25px;
	color: #c0c0c0;
	margin-top: 22px;
}


/* ==================== 2.11 Quote ==================== */

.quote {
	color: #c0c0c0;
	background: #333333;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 50px;
}

.quote p.quote-symbol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120px;
	line-height: 120px;
	font-weight: 400;
	color: #595959;
	margin-bottom: -80px!important;
}

.quote h1,
.quote h2,
.quote h3,
.quote h4,
.quote h5,
.quote h6 {
	font-size: 24px;
	font-weight: 700;
	color: #c0c0c0;
	letter-spacing: 0.1em;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 15px;
}

.quote p {
	color: #808080;
}

i.rating {
	font-size: 14px;
	line-height: 40px;
	color: #f7b736;
}

/* Arrow controls */
.quote-arrow-prev,
.quote-arrow-next {
	display: block;
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: #1d2d44;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	bottom: 46%;
	z-index: 211;
}

.quote-arrow-prev {
	text-indent: -2px;
	left: 0;
}

.quote-arrow-next {
	text-indent: 2px;
	right: 0;
}

.quote-arrow-prev:hover,
.quote-arrow-next:hover {
	color: #ffffff;
			box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
}


/* ==================== 2.12 Contact ==================== */

.contact {
	color: #ffffff;
}

.contact .header-inherited {
	padding-top: 80px;
}

.contact h1,
.contact h2,
.contact h3,
.contact h4,
.contact h5,
.contact h6,
.contact p,
.contact a {
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
}

.contact a {
	color: #ffffff;
}

.contact a:hover {
	color: #1d2d44;
}

.contact p.script {
	font-size: 14px;
}

a.contactLink {
	cursor: pointer;
	margin: 0;
}

/* Contact form */
.contact-form textarea {
	height: 140px;
	float: none;
}

.contact-form .form-column {
	width: 300px;
	float: left;
}

.contact-form .form-column:first-child {
	margin-right: 20px;
}

/* Credits and back to top button */
.contact-bottom {
	position: relative;
}

.credit {
	color: #ffffff;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.credit a {
	color: #ffffff;
}

.credit a:hover {
	color: #1d2d44;
}

.back-to-top {
	display: block;
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: #1d2d44;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.back-to-top:hover {
	color: #ffffff!important;
			box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
}

.modal {
	width: 460px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -230px;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 70px 0;
	text-align: center;
	height: 228px;
	margin-top: -114px;
	display: none;
}

.modal h1 {
	margin: 0 0 30px 0;
	color: #333333;
}

.modal p {
	margin-bottom: 8px;
	line-height: 16px;
	font-size: 16px;
}

.modal p.modal-close {
	color: #b2b2b2;
	cursor: pointer;
}

.modal p.modal-close:hover {
	color: #333;
}

.modal-overlay {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999;
	display: none;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1d2d44;
	color: #fff;
	z-index: 1999;
}

#loader p {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -11px 0 0 -40px;
}

#loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -125px;
	zoom: 1;
	animation: loader .5s linear;
	animation-iteration-count: infinite;
	-webkit-animation: loader .5s linear;
	-webkit-animation-iteration-count: infinite;
}

@-moz-keyframes loader {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Firefox */
@-webkit-keyframes loader {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Webkit */
@-ms-keyframes loader {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* IE */
@keyframes loader {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}}


/* ==================== 3.1 Portfolio Header ==================== */

/* Special settings here */


/* ==================== 3.2 Portfolio Introduction ==================== */

.portfolio-introduction {
	padding-top: 60px;
	padding-bottom: 80px;
}

.projectdata-ul {
	display: inline-block;
	color: #c0c0c0;
	text-align: left;
}

.projectdata-ul i {
	margin-left: -0.5em;
}

.projectdata-ul a {
	color: #c0c0c0;
}

.projectdata-ul a:hover {
	color: #1a1a1a;
}


/* ==================== 3.3 Portfolio Images Slider ==================== */

.portfolio-images {
	background: #f7f7f7;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

#portfolio-slider ul li {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Arrow controls */
.portfolio-arrow-prev,
.portfolio-arrow-next {
	display: block;
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: #1d2d44;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	bottom: 50%;
	z-index: 33;
}

.portfolio-arrow-prev {
	text-indent: -2px;
	left: 0;
}

.portfolio-arrow-next {
	text-indent: 2px;
	right: 0;
}

.portfolio-arrow-prev:hover,
.portfolio-arrow-next:hover {
	color: #ffffff;
			box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
}

/* Indicators below the slider */
ol.controls {
	line-height: 0;
	margin-bottom: 0;
}

ol.controls li {
	text-indent: -9999em;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 10px 3px 0;
	background: #c0c0c0;
	cursor: pointer;
}

ol.controls li.current {
	background: #1d2d44;
}


/* ==================== 3.4 Portfolio Details ==================== */

.portfolio-details {
	padding-top: 60px;
	padding-bottom: 60px;
}


/* ==================== 3.5 Portfolio Gallery ==================== */

.portfolio-gallery {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #f7f7f7;
}


/* ==================== 3.6 Portfolio Navigation ==================== */

.portfolio-navigation {
	position: relative;
	padding-top: 40px;
	padding-bottom: 80px;
	background: #333333;
}

p.back-to-projects,
p.prev-project,
p.next-project {
	position: absolute;
	z-index: 35;
}

p.back-to-projects {
	left: 50%;
	margin-left: -20px;
}

p.prev-project {
	left: 0;
}

p.next-project {
	right: 0;
}

p.prev-project span,
p.next-project span {
	font-size: 16px;
	vertical-align: text-bottom;
	color: #c0c0c0;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

p.prev-project span:hover,
p.next-project span:hover {
	color: #ffffff;
}

.back-to-projects i,
.prev-project i,
.next-project i {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #c0c0c0;
	background: #444444;
	font-size: 28px;
}

.back-to-projects i {
	font-size: 14px;
	line-height: 40px;
}

.prev-project i {
	text-indent: -2px;
	left: 0;
	margin-right: 10px;
	line-height: 38px;
}

.next-project i {
	text-indent: 2px;
	right: 0;
	margin-left: 10px;
	line-height: 38px;
}

.back-to-projects i:hover,
.prev-project i:hover,
.next-project i:hover {
	color: #ffffff;
			box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
}


/* ==================== 4.1 Tablet Portrait ==================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {

	i.column-icon {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}

	i.column-icon:hover {
		font-size: 24px;
	}

	.header-center {
		width: 580px;
	}

	.avatars > .columns:hover {
		margin-top: 0;
	}

	.contact-form .form-column {
		width: 220px;
	}

}


/* ==================== 4.2 Mobile Landscape ==================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
h1.fittext2 {
	font-size: 35px;
}
	.fullscreen-image,
	.header,
	.header-inherited	{
		background-attachment: scroll;
	}

	.text-left,
	.text-right {
		text-align: center;
	}

	.column-border {
		border-left: 0;
		padding-left: 0;
	}

	.header-center {
		width: 390px;
	}
	
	.services-arrow-prev,
	.services-arrow-next {
		bottom: -80px;
	}

	.services-arrow-prev {
		left: 0;
	}

	.services-arrow-next {
		right: 0;
	}

	.services-buttons a {
		width: 80px;
		height: 80px;
		font-size: 30px;
		line-height: 78px;
		margin: 20px 5px;
	}

	.services-buttons a i {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

	.services-buttons a:hover {
		font-size: 40px;
	}

	.project-item {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.avatars > .columns {
		margin-bottom: 10px;
	}

	.avatars > .columns:hover {
		margin-top: 0;
	}

	.quote-arrow-prev,
	.quote-arrow-next {
		bottom: 30px;
	}
	
	.quote-arrow-prev {
		left: 140px;
	}
	
	.quote-arrow-next {
		right: 140px;
	}

	.contact-form .form-column {
		width: 230px;
	}

	.contact-form .form-column:first-child {
		margin-right: 10px;
	}
	
	.portfolio-images {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	
	.portfolio-arrow-prev,
	.portfolio-arrow-next {
		bottom: -42px;
	}

	.portfolio-arrow-prev {
		left: 195px;
	}

	.portfolio-arrow-next {
		right: 195px;
	}

	ol.controls li {
		display: none;
	}
	
	p.back-to-projects span,
	p.prev-project span,
	p.next-project span {
		display: none;
	}
	
	p.prev-project{
		left: 170px;
		margin-right: 0;
	}

	p.next-project {
		right: 170px;
		margin-left: 0;
	}

}


/* ==================== 4.3 Mobile Portrait ==================== */

@media only screen and (max-width: 479px) {
h1.fittext2 {
	font-size: 25px;
}
	.fullscreen-image,
	.header,
	.header-inherited	{
		background-attachment: scroll;
	}

	.text-left,
	.text-right {
		text-align: center;
	}

	.column-border {
		border-left: 0;
		padding-left: 0;
	}

	.header-center {
		width: 300px;
	}
	
	.services {
		padding-bottom: 100px;
	}
	
	.services-arrow-prev,
	.services-arrow-next {
		bottom: -40px;
	}

	.services-arrow-prev {
		left: 105px;
	}

	.services-arrow-next {
		right: 105px;
	}

	.services-buttons {
		display: none;
	}

	.project-item {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.avatars > .columns {
		margin-bottom: 10px;
	}

	.avatars > .columns:hover {
		margin-top: 0;
	}

	.quote-arrow-prev,
	.quote-arrow-next {
		bottom: 30px;
	}
	
	.quote-arrow-prev {
		left: 50px;
	}
	
	.quote-arrow-next {
		right: 50px;
	}

	.contact .header-inherited {
		height: 600px;
	}

	.contact-form .form-column {
		width: 300px;
	}

	.contact-form .form-column:first-child {
		margin-right: 0;
	}
	
	.portfolio-images {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	
	.portfolio-arrow-prev,
	.portfolio-arrow-next {
		bottom: -42px;
	}

	.portfolio-arrow-prev {
		left: 105px;
	}

	.portfolio-arrow-next {
		right: 105px;
	}

	ol.controls li {
		display: none;
	}
	
	p.back-to-projects span,
	p.prev-project span,
	p.next-project span {
		display: none;
	}
	
	p.prev-project{
		left: 80px;
		margin-right: 0;
	}

	p.next-project {
		right: 80px;
		margin-left: 0;
	}

}


/* ==================== 4.4 Modernizr-Assisted Fixes ==================== */

html.touch .fullscreen-image,
html.touch .header,
html.touch .header-inherited {
	background-attachment: scroll;
}

.icarus-bg{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAgAElEQVR4Xm3daW9kNRCF4YR9+/8/EAECBHxi38K8Jk/rjDWRRp3u62uXazl1qnw78/zNN9+8PL35ee+9954++uijp99//72356f3//zzz9Pz8/PTn3/++fTvv/8+ffLJJ2ds//r5+eefz2fm+PXXX58+/vjjpw8//PDp77//PvcYb47ma173de8HH3xwxv7xxx9P77///rmn+/tpvsaTrbF99vLycj7vtfF//fXX06effvr022+/nTnsp99bs/uS13y976d17bN5+r1rvXZv87afXpO5fXS9913v/n6S9/PPPz/rd7310wddNLZ7e03mxvSvMX12ZPjuu+9e+sXmKaZJUo6bWtSYFmqCFvb7L7/8coSxmTbeNUpJCY1v3t1EG0nINppgvab41m293lubM3S9+ZKPUbrW793TGim2+dbZzNmYxlJUcyU/A3GCPvvss8+OMVurNTICw7fXfpqrz9rr6jEZus86XWtM85Gh95z7GOT7779/4SGU2eAvvvji4d0poEV5Wq8EZEz3UGavIqBrbbofGydI47qeUCJQJCRDG+2nV4I3V5sSnRm0a7ys3206ZTBorzlNMrQ+R7B/0dV6IoJxd46ui5TWZMhkbFz/MiS5NnJv44hsun8OspogAVmaV6WoFqMsEAYm2gClNEcC8ABjuj8hUrJ5eCrv6n1r80TXhX3zkoUXMgADMwb44xgU1HWKNtdCYuuDk0UGEbiyU3D3r1H7vT3kMEVnDtVrMicHJ/Ha9XWqE40//fTTmzX/V0YLwc3eU5gJbC7hKK3PeMiGNCEIDIcppjW7d9dsIyBnYSuZrJkszQGORCHFMUzrp1i5o/naMAU1HyfJse4oBDfyWXI21zqnyJaH5BGRDhl6XXijW/l1Ye5AFo9p0ZSSEiXNNtBGEn4xsntur8wwosRmRd7Z8Zsfyl2DtcnuC05SouTYK4WWf7p3MXfxe3ON/HJDoQRt3owoB3IQzil/5cHyKMWZFyz1PqMWrX7aC1htf6FE/+izceB68+UxCG9cSy+et9kVpnGFW8J3r6hqQQvx9q4lHHy1ODbDc5CJ1m3ufjAijIfD8G7sBnEgJ5iVx0BhBoHhjbFv3m+PcoT5k/HGfqysezIMdggxNoc2HziTK+RhEP+AswxCIEI+zPzmF5DQAk3Se0kxIfvdGNHBKDbWK++0MENgR8hBxljqnWHX6PC5OUElCmqdDJaz9CMfYFUoqxzUdYrvs+QRFSJhKTjdMD4K3edIhzXoAQFwncNgYL2XS05Sx4DQSR7IoyhomUkbzBiN7XNwBXo22cJQ+GtTokVEyFHLaPI+Cuu+hVcMZ69jg8lxr7ORzvk2LzZetHXd/CmOJzeG88iHjK7uaEw6hQq9l8A50R3dnP3566+/fuFhbT5LdXOYHS6GeWhcCmVJxuPpuDwvk0N4qihqfMpq7pQrOvsc9uP+ILGxbbq5OYv52gjsBnsrAwMyjogTae6RHzeH8P5lY8mpVpJHFaZyRZ8nrxwDBciJrWKpov2sLamjZRK15L6wY3MKOK+UamGb6l71w5KCBGEoilqayntVtMYEd92rbuhzzKf7FbPuQyjUTMm/jAaZwL7UPcY3D+WCQ7QWOmBKaphlWBBgyUVr9SNC5JrGnCiM9jYgzy/5dgHewtcWS5AMgHY2TgLjSYRrPnQ3j7LBxVib7V7zcAqwALpgsIIQO8EE0Ug0c9sg5uCFlIQmbwSt/KBFBC6E3d2IhT0tkfbcj6jmZNgXnW8ePOyv1gmFwV3hy9NaELZ6tUE4y9J3tQr6lqWp+O9WB8/hUW0cbFqPZy270Y6B5VvDuA9MbC2RMnIyua15tlshH4kk1buaqHWwza2rWhMCFBHphGzk59ggGJ0/kNXNjAJaunF7PCwsiWu0NT6lKfD2HhtJQNQXw0AD5YYEJORG4WJ6CtGOWIorX1Gopl/r6hLA6zbeZ2oErK751Dp9pjuwjohtLdQ1TzJuwSn6eH/jRXEyYabJrZWjIfv85ZdfvvQho2zhtlRVgSbUFgIkxj7T7U3RNrZRdeL4zc9SZXNjLxIvFoNGLg1VrHVtPVvzj9IpD2PM0URFRtLiwQTJBx5FEWKhG4HMYJ6LIvqA9KFoVc+ka0RgGeJx0h9//PFRGFLiCk2Z25KA+TygzWx7HgXWjqEwGN91XgVnmxOUSXBdEzmwX0HZ2MX8hRpR0f0KsO5LqXmlWkgOavxGornUXs2xPTT5c3Pf6oJROW2v9AMtOEI6Tw7toGOQhNEugXU87+5pqUk2HCXrFUSYbme1RRmWx6pwuxel7HebxpR0A6zv/mAmxWzrX74Cv82hl4a8dF8ygtiVXfQuRHUdNHKEXkEeCszoXcvQHMk+ESBowGmQgQft5UlNoM8k2a1yTQgysLIMR1CRQHk4P2MwZkIoSgkMvrAU0dR7vS4skMK3gameEZ29Lszc623rZtsbe3TAQUBoMnHUdVD7Pmzp9UCMrOo3rA0kMkjznCitMFxv1TqIHSx/lowJYHEb11LZVsJWpbxWNMlPKPUac0NdP0vkoqlweTHY5vL+frbHtQnUqR4YWoKQUURqr2osjAv8rMFWdkW1ZM/g5EGWsLL2Y/0Dp1999dX/TZ83P4uDwpVXLLW0cYKjdSpY82kw8ibKk3ATQFUOeswhOpNpWzvWZuBbqdueYTy5gBJQdWyuOWF5vxu30SkvKiKtc+cWSR5cMUhrbv7COhWzSMGJkC24Ugh8W8tlefDUdV4hEbcRBzdtSC8Lht7Mqfvh5nZgM4yxbb4xzbtHAv0ugrfw2zwgCuQJJILBt0PLQdRF673tT15YR0wX2KmzGZCsb0WvnIcuUGzkguH7/PmHH344LIv3qjOEUgoSfooqLEQNIefYWApsEXwbLVbr9LmCqnW6jyHwf8VXa93JXk0kAjEkbY3eK1QZaZuNFLf9N+2cJTdQ44605JHP6A0tVhBu94BOVfQMIDIzhM9OHdIbfSg5Ys82JEUNQYyDwISieN4jSrY67R61TvNmJIUlyDQG07tprP4YKEMoWgc8SebbZtnizLjWslcJt9fjra/tos1zClPQtHvmGH2my8ERUPktATZVICjHIKrE5cqS2DItXteCJdvNL4o33FxLgDF0PrUIwF9C8cBtApoHRmNAqvWUxVDGoL9d41jqFtFjjfYnb4lw0AKqN5+J0u5/UNTXp0e6389NMuyze1D4ZWHocvKdPQZZJmuxLmAnElmKX+oqUrQIur/ruH3v8fCtcWDmQoFwloPAicKJ927FDeNv45uLp2JItyf2fllasoPfjXrHBPpz2OieMEKDPgPz7RNcaymRIRn7t7DZ2g/WGstqQJugaIMbxHt5QQlMSMotCyk2JI/0ChbkCnBSlBHwpsWNySj75AZWxgs1ESm41z3tW2q6varG2Q+Y9JSIXEaBHmLbswsOiMSImoXJbZesDjgxuG0uddRhYZ7L2vaBJ+/auI0kOPaVEvX1l3kxHgWZB71McPCgEAVZqOh6Y0LfJ382h93JRzrD+zCe4rI9pNjNVWqspc/yWfsGwQwDriXtPt/i1X6ccO68jcXE0HyHVfp9nPoc4VKKoo337MleCyaocEV7twrGfih9k3TjsTPGbV2KbaNtEB+HrY1dI6mAtTF4l2S7BSw5RLJo1FzkxXKCvJPhmm/7eEsk7GPrr7tmaW8iWh7GZrWQUH8I0uvjTH17WLqgcBsF5S0mwm5SnmebeCzjKYxU8Ns+AWs7xuOpDI8ENB8Yg8spgcHALThbuixyrb1FZxAHgo5CXhM1ZxIZemH3e4qXh4qA1s7jPU671foWpeDLWkXNSeqgyI1bfa5gFLDJjichADYv4aozMjimlSBoZdd5t6Ro0xzi7gBI3nIIAgHLb8q+xaOCkiJ3rtYBPX3uQKrXfXYZTG9By1npJl2KOGQAO11kkEvUTof2rpANljtgaZ9Roop3q1AV6NJGB1hbsfPsPX+hbNi8Dz+ospt3uweMT1ZOAIIyDFhBYUFi92q7izjKXIrMKThcSl0WKTJbR91ir5Ss09289IHyJg+2KEIPKjhT5zGUqjbJKB5mMKYIshnJESmQW7oOBhlUBFLSJsL7awzqIMUeB+geBmpeeaHNbM9LnbL5kaeDFwl1DaPQk8us3zzQwp6939pDwSi3qnvsdZ1XO0qkH2MpDCmryUWIQnGZgQkJCAcdRfL43sNkobsFHAWHsyK06zDd/Fs4IQDIx1bB5iPfVtR7vCqqUH2EYSnyoyZ4fd5ZDcaRRJS9MkL3OR8RbQhDY3xXZI8asFi0+hjE5iU9C+gVZSzKbFEsTDQx4OYDc4KOdxWFYArlaz1sjqd2P9oMl/XBzNnmFWNkBwOqdskWVV2PRzgYEzyRITlF1eYNLX0V/+YGSLEOjLUhSZji1kRvGUQSNQmDUFifm5QReBxW0xieTGDdWqSgdeA+fg4GbdjmtkHZPc2pm4rW5mWKzCUT5pCcl3aDUWxo4QiUiJRkkJhF+7ue4QKPjaVshkeLk0EbKEN7OJEzPpqLi/Na1x7+IiyODw5aeJ/41lCjFJ6H5UjS4HGjbeEnWTxxn7JFCQazyZVhed321Bgso9uTfHE/nW69hWsNVwxIXkEquq4BKlkvGdD9RrM5iEinH3po3pPUKYyie88Lm8TG1AIt1CLaKKJiK1cEADnQzeyVoJIjfAWL672E7T5dV17K+0QieKI4tQwo5sG9bvu/99hSyhfBcoX57Emkt2776z0CI0GDTn01sJeM+l7QZr+486hDtKa3eFpY2YQmYhKQYfpdIteoU0BKfuoDG8XnU8aSAuuiqvB/KaMoA6PNiYSIFhCsvhHRHKh75Cew1BgGWcrcWNBHV82LBCEVC2nJ07/dG6ewR7kJqXjrycXFTJGRcBYBWehjY5bC4tUWu+sDDbw2wSMZlWfJEbyRoNr9WAto0qdaOOn3pZnbVlmYXSq91XT71OZQ29zyNMa3fTlec3C+rstt8g0ScreLPDFzHO7bb7893V7Kww6EOwXAP2O7riagFEJo8O2cGMtGFWXD3caDqJXJ5+5dVrLGXahZ6JCDyCPhii5sT8/Lt2/1vFoPcmw+JCtD9Kod1Nw7zxqqfXAG8nuq5vHkotaAalM7flvHi6EKMVVxC/KsFlOlSpK97hEuAfV29jgYxMgxwhxZAJMpqmjdgy0NPTmne5epMb6vXWjXIyTqk40YsEIufS20v1c5SR7lNKBUp6N5GaHf7/seT500KKzGCLAeTAIWNokxjAJLsQYeqIATurzMkxvgDlQuNlvDvct4KE0uklQpSDTrDPd+Pbf3DoXkE/uSH0E1QiPiUqwyYFtAeyakBd9cnseiKznH2VDzL0Q+TgwTSAWZ4vYcQlOQwtvQJjPeBKt3HCVtyIIOng8yug/seJXIPQXvcxWxmgkkgtxNpqAOtcV4Gru5QZQwmJoIC7y7EVtbyAu99qOVhKJzqO3tbVMVfD6eOsH3lyE1MY/hKU7JKFOVnOLkne7RkuCtqHJCNHYTGUigEAm7uTEbTgBKN9c5+BKRYIKnLtVmgP0ujGjo9WZYycohGd/e01njt65qzDLAjeLkQDY0JBnMfs6JIeaBLmIpbmYYi22S3XaHzaCS3beJEUFI4H6HxSldxFHmYjAGpSdFIQzvXAYjMrcCbh9ua179N3B4n2EwgKhmFEkfRC9R0RVujHoIUnA099srWej5JPoKQ20HFk9RIsEkKUHix6L6rOsJY9Mq4W0tZCgKbl7Fkrnlkk3OyIDvdfd+6bfIA6+gcds9PmPQTfgUB7ast8yp3z0kt0ystRGXrZFyNIXwIkb7ozOkovXoqt8fR+gd4aKtKS3lpRgdTsoEXfsQgf6OAg5keOKQAruucr3p7LKs/abqepH6Z49M1Su3keSLnGRzmfEidhkh3F+abk+w3xEu5vco5F4fxgBHvgPpOGEhzJGCo4mNUA9TnEdJ4RzoUFFv8lXJesIPK1HsNcf9FEkKEUVyAG/dhCoPYTCiDgRRusTJQDYtWjaKKFkrhENwui00QfJCNbj1hCKGiPqCPe9zAPKCSq8cVQG57fztfTX+5BCMSi9pNw6PV5EsreCiMJC3GMuo3dO/1mp+UNA9e14tYgpxGK73JXcsCcDC4LDNo5OqafDAwymLp6PZPB3DIh9P5zTbXW5tDFF9s83S5gZbWjPyig60CDytE4wIk5LEeqVANQJPI6imGgaietcm8Hh+G9wuceN45D4uJHdt4m8uCuo+m5KL1Ai8GJPi+bx5iz/X1ED7FymWYCydBtuMmqL1z7brsCeRCI62EhnX0eXQk1f6BhWatngMbvpslbsexEv2QeMUxyjqGgmLNy9EKPIUcZiUUFZkJvSele9hj0pZEu8ejU7n+N2/vaTGcgotdEm5cb5ptcfQKaz7dAd8l9Dn6hvOtESh38Eax6SHXrv36KenThrMMykZTm9y43kLM03CA0VJykooD6YtGwNrao39kuiew3hCHvwp9Dy7JXkrzlKiOkLEgRkJvbn63WGYSOszkSJ/QQQ9p22ZU659SvySNUiXXxgMMxMlvhLRfV07zq8OSYGrXAmqRX1duM8WmlBhWG+hrZ4t1NgtDmE+4yr4tDSEsRwkIlZRzmMQBnDqFI7i9xRS7aLbrKm370GSeboHXCEjikmQrC+VrtpL9+oDQiCsCjtdpiia3vrzTPjwnjvvzcp7ESUhbQULV3cTNqjf4z4QY16UeCNxzzhaF5RSMkhTV6Dpjd1CsjU8PQOasUv4f7MjUKgGUSd5EENzc/cBarFSkatWgxYisXtB/rkW7e0iodA9bIWyb3pnc9uEW0qoZ7N0F5NZ7MSqQNQWTmisaNm5KBO08uD2grFIzpK/ddUgsHujjnKXemN3rkGEramw0B0DIvXAtubCFDnjgzz19HuTLcxshxOlW54NK/ceSRLEaDOr0JvHH2yB9TvnNjNTgDNv3+BKRq0dUNCm7pZF7+Uniien/hkKjgpjUqKoebEijLPoQDxEPL1JyBRufa+ak9ua4lzbOzsR4jEg0LQNQsq1sOgRqildO0J1D2J4bnPActRSQ641JXWkYiOrOeQlxaOkDqK2yyAHyle975/ijnJBrsblu54RQGbcu6xTNN5PrIgkdccWfV1LD8mPiYpytP0BWbxhH3+xKA/kZTAbXc0oql8QABrAB+zVx1o4XMq5kLQwxcPkJRCEgfE88GnzsJ/ifPMVY7NvCpFD7QnFBUO9do2RFuY98Icm2zuqTX/doyxofVHsYcHHUydCxyaxie1YElDS1UhT5FhUqKpO0V/FYZuS4DEjyj7F0etfHlV36L5u+0L0wHrQyCjmaw4MbiMUQ9uoAaWS9p3zQJWOBhSADhCEHqCOXAYt0OA903m0jXyD6m53Nyn4AhcqehN3jy/27xkAj9rEBT6aKwWvUWEwQWE6KrjFoQfrFhYyLgPzuDYLQuQfCjW/6E9xomQZ4FbsW02vfI3Zh9W11MG5zoJIEWHSgdyrAD9HuMvbVdUeLrsxPWGEJw9KKIlS30mxtV8fJryNSqLgsdeU5AE9UNgmKGopK6iiIAq/mR2PBWWuyxM8vc9V6/JMhkBG2tsShZUp5+tac+ooczwRJ2pV6sYz1oFifya2hTGdBmJaLaoFon0BOtA/OYNH7kMBNttmQAZOzivBpIpV/SDSOIko2G50stiQJCnRq1saQwmimuxLHGC68Ypj+cAeWsf5D2fq3saLjO1I0MvmHBGCzHT/YZS+sMPavKeF9GT6zIYk5K20KZanLq3VXsCotAua01fHzMkAOL0iE0SSQztj+12trepXfcsfC0NqAsaD471v3hTEYdBiexXBDK1+2agRwSAz5wK9S2qkBFD4aNl0QMVaq+R+J9yGWoLzUB6LxvqyzbISRtL6WAOh0zYhwe+pHwdBczGnlMzL3be5y14wMpU9Z2FM89/GXsbGeHLFruNplsZrSDZ+n3kWUYhSYx1IgUj7OTnkLgx5Csu2KV3e9Q6nhwwmbwhNpKAN+IzxkAAUED4rBJEMHQGP0YjGhUDnKXk2rxYtWhc6tOoJR6p6eOSTh+wTjWXgXtOHolZnWVdZjYGobDVPTgbuGobGAY5B8uwsukeeOpOLl5hNwvA8nd7NJ2CAsiXLvZ+3SLS7Mcrepz2QCTkDLquO9xyFA/BkkJjyt62yVFmubF7GVDC6Rn45DjlZzxeJydV4cjG0z9Kb+mph6/SyeIe/M6WCdVybl3Vt3+vKgguGS3h1hBwEH7Ed3/JNqARnsOb06E6f6QJ0P4fpd7VK8zOQhMx74TomlhMhG2BrqeeSD3NsAZo8SwDu7sOeweyjVCILCRAdajj7TJYc+fE9dZTUgwQ8V2hKaChoCzCUOmBpJI9m7K2GF/Z4kFqjjYI6ELTtc7wd5hqbvHe0bk4CDd23BR/jrJGsgV2q3BkVSZCYQREYFr0IjK+Mi6zt4S18nXpPDrkrco004aihKJx3cSGnbpAwhemjk/nGuyXPLaASZA2xxrmLOl0ADIzXcyDGU/nyVl0GOWHhTB0mCsDWFrOKyK2hksE6qHvj9iSRI2+kNr9ctyTlfO65rP2bIjqzkjWjgBwJaHs6DmZwd2PBjipcaPYqoiRKeUjdgX7arLzG8ORSP+0DcV3b1gUF8MilsOqqfQwJ5CnuGKT7t6PAwXZtDirRN3+ycy4ow6nSY3o6cO+pky7uYzs2q+2sNui1G+UZ4QvLYanzjcY78MLbU/D+NbbNIxK5jWMpSwhUuJsvttDDCJvjcTT62h+TyBfqrO/odyFFEk52a/Tq6RLfrG1PCltyyXV9Lh9txMgv2xM8DzloDQhVECPJCt1ti6Q47KXrKYGHOcvgEQlzf4lecpbg5RjQuRChuvboPoLh+xfN1f0Se3J6jEh7f9sc4IP8MF/VvQZah/Do0lL2dxlhkYRT3LRYjZdxIUSynkpd72UfSsCWQIxelQ0uc2rRlNA927DTB0PvQAjvB01CGNMBA9uC8cimBLr0FW33+KqugCIUfWWAjIfE9Dv5ut46cljyYHjJ1LyK3+1OyJVgrrHraM3rmBY6bA5WhJ+kvs9lwVeYtpW34pGnZSAbZOHuR3UlvC28CI4wbG+LwIyyJ3StrTuAbrfW2cDr38cVzTlE64CBrRFWiYjHdo+N3S+XgifR4z1dQZUlIsm1j5IuDRbFSIUEjyEe2uuNBLZlPVbFOPCVFxNUl7aFFuoYZlsZao2llQy9NcY28MCA7kGv6hhJffMOg6nQwZIIEFV9bg/9vqxH3upzCsbW5FKejsxgj5wNYQD7vgZhvwwLGk9haFLsBQOCpXKBm2zCRhSUxve56tacbTSY8XgM3O+6ftcWghgY2fb7JCKga8iGIm8Nhw2mLGvssYJ6RGfBWbpG6naVc549M1IGiJDNR/u8s4gVdfpddCw1yJ2PJxeFM0/qlSdr/i2G6lxiHgkoB2FV4Gf7/7zZfXelLbpAn/wiP/Qec9L/4mUZcf/MBSNwJF5MnvanpyXaKBPV1sZxvA2eRWhrgKQ9HsD0tiMsD3Gy1nDMIfe+9ZcchPziohAUDcuWVKq8vfs0Jm0e3WNUHF2U3e0LipB0eRgIumsinrWRwsjGyl3Jsn0jEYIhboKnKAkf1HW/tn7zi1yG8hCDWgW6YKjSw9Jx0XXG+F/aWHQpXRshQBNIVqrqhLDwPsGnEMrbtA9w8eZZPO7z1rFhim8OeC1qk8VTlIrSZLlrJVDFIFs/tE/nKealfMriaKIRXHFKnt39HE2SZnCGkDsV2b1itVucJvMhKRlExSgymgSP7zOw0SI2uX96ozEb0nIKIiBZule7wWZADsU4D/H8FYZHgVggY8obKQM9J7OkKho8eSISV4EbhWoVspG1tZKz93pUm8vaO6eDAhsV9mResMpgxyCElrRQQg05rMs4CmNVUULQ3osYFa6TM4/qyyWL8+4nh/V42VJFxrNpHslpGMn11gODnKxXdc06SfeKfoZYwqOjgTl5D64WhrdCbz375pyCQJP1tE5AES8nPKvxTL2kffAsQeFsr4vf21S8lSsq9zCsdRSP2zvC3dU0GykUukrQBeDxCAsjau9oNOqZ+aOVKYuSPaPLiBqHKLsOsLk4qbW3sETj5T36bY5HUkd7E1YnVYhRrkV4KuW2qKIthfCqxU+8HrzISe7dL1VuhKqJ0EsdgwzQP1EompdGqvAVcfJYBtWqgP99ltyOCZbd7d7kFYwNRdZdziBQQa7ZzxTSdMOBRKZIeuQQGKv87z3msK0BNQAvFLaSdhtT9CxBEPotrLi7lclY1mj9dRJ0euHQBsHMYr7jVAaUjNHepcMcxP3G9D5HkXMQGs3Vrm8uA5EUvuxy59ZqAv9qt7e+H5IQTQ73hZLWPGrJkxnKuffitjpF+GNMDI84yBvdy0tBDCjVLTA/4beGoXQK4aXYo+QtuuVHPTkQs5V1c+RAIk7ds20SBEYLZx12/ybwntNAIM5J5sP+/AEzPZ0u7jlHCt2vHhiHSi672qjRMmm+FuZxisf1OAYmqMhhAEqVY0AoWg3HbZBBtznJqRxGyRGMyst7L2/0O9lU2I6SUWGUXWdBZMgPahstJ7SbThANen38DzugQe0hcdp8E9jo0jyetU06hQ4Pa0wbEAFbkGnVN78zFJGpXsCuRKROKhlbpzmxHIXeOpP8J68o6HjnPkGDZqPOSMXmwf3jCRzFMcayxe5BRnxlDwRuLkZyToSw6v7JIiEup/SeonkwBqEmcbjUQiCElyeEBL3fJZRctx2C0VC4XlPrw/Dm3W6xjRuLVu6zVAtjHpjjyZKqohIjM0+vOtIK1ORDSsA5p+Go2JP8ldPIreThFOn1nIcI+W2BGIQF8LaUvbmC8palqQW0Tx4J6/VM/S4Il53oZR3hXk/5JG402oYkxN6nSO0Jz3CJGMphYB1gCmn+1nKw5ZxGRHTfGsTv5AvYA9cAAAPoSURBVOBUnG7zlG8DQwidBvTevSD1nIeABEkLhQVN296WfEVJULV8ehMvBiba8G+JD+WUYIU2RYPP1rJ5T7tgXJtEM4o5JFEwqV0hSTd2/4gzpWvFYHzL3jYJQ4vu49DJoh7pPo4EQnMUkd19ZFP3HfjuqRNw1ATawSgvQZsUn9fVbHLFIrhanOdhcs96ahsiIO+RGHka+izckw85kF8UhhiNJM3JNtKTR/4C070iMWoNNYN1m8Oe5ZOlwqJr2WGyLs3eDoK8vORFJ+NAlqozgTCXFtlj0js58eo9GxZ+vCehMaeuqej1nHD5xuzm91ktGC5/SLiNh/uUy1ubX7uHh2tAchhwynDgyysF8eQlN+toCk3sCTkSIUuW6ICeenU+lCOdM3X/nzqo2UdSGkQgVJCnqA10gRMIxKwR4Cma3Ma2kEr5G7qMxeBhrqrdn8uTg7YvtvWNipzBWiM5OIoHDjYX7v7BIVmWEntaBYNkYDXTkpjNnXQjHfSaLtHpRz0Ty1oF8jyJjXD6MAtNCbzFJO9iBMIppHg3I3uST8Xc2o1ZStpccgjDgT4wkAHedf6P4Yj87VBvX2lzGF3Yi7wkhyEgoJBS7UnELRMzljG3rb+O3b2nUhfq+PNNYxdvu9bPCr5UD+TJRQsrEuayJF7Ec5bpgRvkQjW8iXNlw7T2G0+IA1gEPcmyzUQFmuhrbV6/jIhSm48TLFsDsXKZvCL3odNykd6ZNtH5u72wbb96xQuP1V7pJ0tjVmuILXZUocs03KthB4pUsn3e76JDUkRROQnoM9/WL5KkaruxokMUYoRwHKNjbBG/sNc+vUcsMEZO3P2SvyJPBINWY6DQPhqEib71sLUJedXye5UpA2FX3cMbEk5k9Hlj++c8nFeoJ7QfEhyrS2EJ3nqMvFF2dv3mp2tywuYlc1pDNDenAyVKhesOjbYZygDbAUBjt8JuDm2YHGLptkM+kOj4G2TRT2uIyANZkp5WgYRl4TZD2ZIRhduwsN5aYh+U2zYEoeGzpAlONrFnjBuv5RJyUgRjMa7cRfEbLTA+I+nVcQzyQAAwBJpWkWALRacXEZT8imtwLM94+rPrjPd4+t3RpjDr5v5RiEdibBo8wNk+JwTFLh3FbBZqfFuqz2yIkvcza/HGPK7fFYlLzzcngSEQ4T1I2YStEakmyahwXb7Yvze5xtGAXIq7MKWsQPPpUsHI8Acu98/EpgS4q50AtnjRngknKErKizCnJkehm7N5lm6CHMqibLlke1/CGWuSkBcuRYGkvN0BnrlKRADag8aozrViUy7aZ4pbU1Ssosmy3WCnix7qUOnT1fYHMcz/AEWimskRT6L2AAAAAElFTkSuQmCC);
	background-color: #eeeeee;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	height: 100%;
}

.icarus-shadow1{text-shadow: 1px 1px 0px #000000;}

.pace .pace-progress {
  background: #1d2d44;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

.feedback{font-weight: bold; color: #ffffff;}
h2.feedback{text-transform: none;font-weight: normal;font-size: 1.15em;line-height: 1.35;margin-bottom: .85em;}
.clientsite{color: inherit;}
.clientsite:hover{color: #ffffff;}