@font-face {font-family: 'Veneer-webfont';src: url('../fonts/veneer-webfont.eot');src: url('../fonts/veneer-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/veneer-webfont.woff') format('woff'),url('../fonts/veneer-webfont.ttf') format('truetype'),url('../fonts/veneer-webfont.svg#Veneer-webfont') format('svg');font-weight: normal;font-style: normal;}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font: 100%/1.5 'Lato', sans-serif;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
  -webkit-overflow-scrolling: touch;
  background: #1482E4;
  background-image: -ms-radial-gradient(left top, ellipse farthest-corner, #AA28EB 0%, #1482E4 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-radial-gradient(left top, ellipse farthest-corner, #AA28EB 0%, #1482E4 100%);
  /* Opera */ 
  background-image: -o-radial-gradient(left top, ellipse farthest-corner, #AA28EB 0%, #1482E4 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(radial, left top, 0, left top, 994, color-stop(0, #AA28EB), color-stop(1, #1482E4));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-radial-gradient(left top, ellipse farthest-corner, #AA28EB 0%, #1482E4 100%);
  /* W3C Markup, IE10 Release Preview */ 
  background-image: radial-gradient(ellipse farthest-corner at left top, #AA28EB 0%, #1482E4 100%);
  height: 100%;
  
}

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Helpers
-------------------------------------------------------------- */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {display: none !important;visibility: hidden;}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto;}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {visibility: hidden;}

.nomargin {margin: 0 auto}
.left {text-align: left;}
.right {text-align: right;}
.white {color: #fff;}
.center {text-align: center;}

/* Variables
-------------------------------------------------------------- */
.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {display: table;content: "";}
.clearfix:after {clear: both;}

/* Layout
-------------------------------------------------------------- */
img,video{width: auto; max-width: 100%; height: auto; margin: 0 auto 1em;}
*, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

.wrap{width:90%;margin-left:auto;margin-right:auto;max-width:1382px;*zoom:1;}
.wrap-slim{max-width:900px;}
.wrap-superslim{max-width:600px;}
.wrap:before, section:after {display: table;content: "";zoom: 1;}
.wrap:after {clear: both;}
.grid-container:after{content:"";display:table;clear:both;}
.grid-unit {position: relative;margin-left: 0;width: 100%;float: left;display: inline;margin-bottom: 2em;}
.grid:after {content: "";display: table;clear: both;}
.section {padding: 2em 0;}

/* Type
-------------------------------------------------------------- */
h1,
h2 {
	color: inherit;
	text-rendering: optimizelegibility;
	line-height: 1.2em;
}
h1 {
	font-size: 3em;
	margin: 0 0 0.469em;
	font-weight: 400;
	color: #fff;
}
h2 {
	font-size: 2.5em;
	margin: 0 0 .5em;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 0.469em;
}
p + h3,
p + h4 {
	margin-top: 1.5em;
}
h4 {
	font-size: 1.15em;
	margin: 0 0 1em;
}
h5 {
	font-size: 1.125em;
	margin: 0 0 2em;
}
h6 {
	font-size: 1em;
	margin: 0 0 0.469em;
	font-weight: 700;
	text-transform: none;
	border: none;
	letter-spacing: normal;
}
p {
	margin-bottom: 1.5em;
}

/* Links
-------------------------------------------------------------- */
a,a:visited {
  font-weight: 200;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .2s ease-in ;
  transition: all .2s ease-in ;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

/* Styles
-------------------------------------------------------------- */
h1.brand {
	font-size: 4.7em;
	margin: 0 0 0.469em;
	line-height: 1em;
	color: #fff;
	font-family: 'Veneer-webfont',sans-serif;
	letter-spacing: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	display: inline-block;
}
.sep {
	border-top: 3px solid;
	border-top-color: inherit;
	max-width: 400px;
	margin: .5em auto 1.5em auto;
}
.sep-circle {
	margin: 2em auto .5em auto;
}
.circles.logo {
}
.circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	*display:inline;
	zoom:1;
	border: 1px solid transparent;
}
.circle.circle-5 {
	width: 5.333em;
	height: 5.333em;
	line-height: 5.3335em;
	margin-right: -1em;
	z-index: 100;
}
.circle.circle-4 {
	width: 3.556em;
	height: 3.556em;
	line-height: 3.556em;
	margin-right: -.75em;
	z-index: 9;
}
.circle.circle-3 {
	width: 2.371em;
	height: 2.371em;
	line-height: 2.371em;
	margin-right: -.5em;
	z-index: 8;
}
.circle.circle-2 {
	width: 1.581em;
	height: 1.581em;
	line-height: 1.581em;
	z-index: 7;
	margin-right: -.25em;
}
.circle.circle-1 {
	width: 1.045em;
	height: 1.045em;
	line-height: 1.045em;
	z-index: 6;
	margin-right: -.125em;
}
.circle.circle-0 {
	width: 0.697em;
	height: 0.697em;
	line-height: 0.697em;
	z-index: 5;
}
@-webkit-keyframes CircleOpacityBlue {
	0% { background-color: rgba(54,144,254,1); }
	100% { background-color: rgba(54,144,254,0.3); }
}
@-moz-keyframes CircleOpacityBlue {
	0% { background-color: rgba(54,144,254,1); }
	100% { background-color: rgba(54,144,254,0.3); }
}
@-o-keyframes CircleOpacityBlue {
	0% { background-color: rgba(54,144,254,1); }
	100% { background-color: rgba(54,144,254,0.3); }
}
@keyframes CircleOpacityBlue {
	0% { background-color: rgba(54,144,254,1); }
	100% { background-color: rgba(54,144,254,0.3); }
}
@-webkit-keyframes CircleOpacityPink {
	0% { background-color: rgba(242,61,128,1); }
	100% { background-color: rgba(242,61,128,0.3); }
}
@-moz-keyframes CircleOpacityPink {
	0% { background-color: rgba(242,61,128,1); }
	100% { background-color: rgba(242,61,128,0.3); }
}
@-o-keyframes CircleOpacityPink {
	0% { background-color: rgba(242,61,128,1); }
	100% { background-color: rgba(242,61,128,0.3); }
}
@keyframes CircleOpacityPink {
	0% { background-color: rgba(242,61,128,1); }
	100% { background-color: rgba(242,61,128,0.3); }
}
@-webkit-keyframes CircleOpacityOrange {
	0% { background-color: rgba(251,145,70,1); }
	100% { background-color: rgba(251,145,70,0.3); }
}
@-moz-keyframes CircleOpacityOrange {
	0% { background-color: rgba(251,145,70,1); }
	100% { background-color: rgba(251,145,70,0.3); }
}
@-o-keyframes CircleOpacityOrange {
	0% { background-color: rgba(251,145,70,1); }
	100% { background-color: rgba(251,145,70,0.3); }
}
@keyframes CircleOpacityOrange {
	0% { background-color: rgba(251,145,70,1); }
	100% { background-color: rgba(251,145,70,0.3); }
}
@-webkit-keyframes CircleOpacityYellow {
	0% { background-color: rgba(254,237,90,1); }
	100% { background-color: rgba(254,237,90,0.3); }
}
@-moz-keyframes CircleOpacityYellow {
	0% { background-color: rgba(254,237,90,1); }
	100% { background-color: rgba(254,237,90,0.3); }
}
@-o-keyframes CircleOpacityYellow {
	0% { background-color: rgba(254,237,90,1); }
	100% { background-color: rgba(254,237,90,0.3); }
}
@keyframes CircleOpacityYellow {
	0% { background-color: rgba(254,237,90,1); }
	100% { background-color: rgba(254,237,90,0.3); }
}
@-webkit-keyframes CircleOpacityGreen {
	0% { background-color: rgba(23,170,91,1); }
	100% { background-color: rgba(23,170,91,0.3); }
}
@-moz-keyframes CircleOpacityGreen {
	0% { background-color: rgba(23,170,91,1); }
	100% { background-color: rgba(23,170,91,0.3); }
}
@-o-keyframes CircleOpacityGreen {
	0% { background-color: rgba(23,170,91,1); }
	100% { background-color: rgba(23,170,91,0.3); }
}
@keyframes CircleOpacityGreen {
	0% { background-color: rgba(23,170,91,1); }
	100% { background-color: rgba(23,170,91,0.3); }
}
.circle.circle-blue {
	background-color: #dfe8ff;
	background-color: rgba(54,144,254,1);
	-webkit-animation: CircleOpacityBlue 3s ease-in-out 0s infinite alternate;
	-moz-animation: CircleOpacityBlue 3s ease-in-out 0s infinite alternate;
	-o-animation: CircleOpacityBlue 3s ease-in-out 0s infinite alternate;
	animation: CircleOpacityBlue 3s ease-in-out 0s infinite alternate;
}
.circle.circle-blue-full {
	background-color: rgba(164, 187, 246, 0.9);
}
.circle.circle-pink {
	background-color: #e7c7e8;
	background-color: rgba(242,61,128,1);
	-webkit-animation: CircleOpacityPink 3s ease-in-out 1s infinite alternate;
	-moz-animation: CircleOpacityPink 3s ease-in-out 1s infinite alternate;
	-o-animation: CircleOpacityPink 3s ease-in-out 1s infinite alternate;
	animation: CircleOpacityPink 3s ease-in-out 1s infinite alternate;
}
.circle.circle-pink-full {
	background-color: #e7c7e8;
	background-color: rgba(231, 199, 232,0.9);
}
.circle.circle-orange {
	background-color: #ffdcdc;
	background-color: rgba(251,145,70,1);
	-webkit-animation: CircleOpacityOrange 3s ease-in-out 2s infinite alternate;
	-moz-animation: CircleOpacityOrange 3s ease-in-out 2s infinite alternate;
	-o-animation: CircleOpacityOrange 3s ease-in-out 2s infinite alternate;
	animation: CircleOpacityOrange 3s ease-in-out 2s infinite alternate;
}
.circle.circle-orange-full {
	background-color: rgba(254, 198, 151, 0.9);
}
.circle.circle-yellow {
	background-color: #ffdcdc;
	background-color: rgba(254,237,90,1);
	-webkit-animation: CircleOpacityYellow 3s ease-in-out 3s infinite alternate;
	-moz-animation: CircleOpacityYellow 3s ease-in-out 3s infinite alternate;
	-o-animation: CircleOpacityYellow 3s ease-in-out 3s infinite alternate;
	animation: CircleOpacityYellow 3s ease-in-out 3s infinite alternate;
}
.circle.circle-green {
	background-color: #dfe8db;
	background-color: rgba(23,170,91,1);
	-webkit-animation: CircleOpacityGreen 3s ease-in-out 4s infinite alternate;
	-moz-animation: CircleOpacityGreen 3s ease-in-out 4s infinite alternate;
	-o-animation: CircleOpacityGreen 3s ease-in-out 4s infinite alternate;
	animation: CircleOpacityGreen 3s ease-in-out 4s infinite alternate;
}
.circle.circle-green-full {
	background-color: #1abc9c;
	background-color: rgba(23,170,91,0.6);
}
a.email {
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, .55);
	padding: 20px 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a:hover.email {
	border: 1px solid #dfe8ff;
	background: #dfe8ff;
	color: #1482E4;
}
@media print {
  *{background:transparent!important;color:black!important;box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}@page{margin:.5cm}h2,h3{orphans:3;widows:3;page-break-after:avoid}p{orphans:3;widows:3}pre,blockquote{border:1px solid gray;page-break-inside:avoid}abbr[title]:after{content:" (" attr(title) ")"}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}img{max-width:100%!important;page-break-inside:avoid}thead{display:table-header-group}tr{page-break-inside:avoid}
}
@media only screen and (min-width: 480px) {
	
}
@media only screen and (min-width: 550px) {
	
}
@media only screen and (min-width: 768px) {
	body {
		font-size: 112%;
	}
	.section-big {
		padding: 5em 0;
	}
	.section-huge {
		padding: 7em 0;
	}
}
@media only screen and (min-width: 992px) {
	body {
		font-size: 120%;
	}
}
@media only screen and (min-width: 1200px) {
	body {
		font-size: 130%;
	}
}
@media only screen and (min-width: 1382px) {
	body {
		font-size: 135%;
	}
}