@charset "UTF-8";
/*CSS Document*/

/**************************************************************************/
/*------------------------------   Fonts   -------------------------------*/							
/**************************************************************************/

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

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

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

/**************************************************************************/
/*----------------------------   Clearfix   ------------------------------*/							
/**************************************************************************/

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/**************************************************************************/
/*-----------------------------   Global   -------------------------------*/							
/**************************************************************************/

body, html {
	height: 100%;
	width: 100%;
    font-family: 'intro_lightregular';
}

/* headers */

h1 {
    font-family: 'intro_boldregular';
	text-transform: uppercase;
	font-size: 40px;
}

h1.dark {
	color: #151419;
}

h1.light {
	color: #fff;
}

/* paragraph */

p {
	line-height: 1.428571428571429;
	font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

p.dark {
	color: #151419;
}

p.light {
	color: #fff;
}

/* horizontal rows */

hr {
	border: none;
	width: 180px;
	height: 1px;
	margin: 40px auto;
}

hr.blue {
	background: #1aa99e;
}

hr.red {
	background: #f15b44;
}

/* images and vectors */

object {
	pointer-events: none;
}

/* links */

a:link, a:visited {
	color: #40c6f0;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

a:hover {
	color: #2a7b95;
}

/* global classes */

.content {
	width: 960px;
	margin: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 70px 0;
}



/**************************************************************************/
/*---------------------------   Navigation   -----------------------------*/							
/**************************************************************************/

header {
	height: 80px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
	pointer-events: auto;
	background: rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid #d3d3d3;
}

header ul {
	float: right;
	height: 100%;
}

header ul li {
	float: left;
	height: 100%;
}

header ul li a:link, header ul li a:visited {
	padding: 35px 35px 0 35px;
	display: block;
	height: 100%;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	box-sizing: border-box;
}

header ul li:hover a {
	color: #f15b44;
}

/* logo */ 

.logo {
	display: block;
	height: 100%;
	width: 80px;
	float: left;
	background: #f15b44 url('../img/mini_logo.svg') no-repeat;
	background-size: 55px auto;
	background-position: center center;
}

/**************************************************************************/
/*--------------------------   Social media   ----------------------------*/							
/**************************************************************************/

.social_media {
	display: inline-block;
	margin: auto;
}

.social_media li {
	float: left;
	height: 48px;
	width: 48px;
}

.social_media li:not(:last-child) {
	margin: 0 10px 0 0;
}

.social_media li a:link, .social_media li a:visited {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #b9b9b9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

/* hover animations */

.social_media li a:hover path{
	fill: #40c6f0;
}

.social_media li a:hover {
	width: 54px;
	height: 54px;
	margin: -3px -3px 0 -3px;
}

.social_media li:nth-child(1) a{
	padding: 14px 0 0 18px;
}

.social_media li:nth-child(1) a:hover{
	padding: 17px 0 0 21px;
	background: #fff;
}

.social_media li:nth-child(2) a{
	padding: 14px 0 0 11px;
}

.social_media li:nth-child(2) a:hover{
	padding: 17px 0 0 14px;
	background: #fff;
}

.social_media li:nth-child(3) a{
	padding: 12px 0 0 13px;
}

.social_media li:nth-child(3) a:hover{
	padding: 15px 0 0 16px;
	background: #fff;
}


.social_media li:nth-child(4) a{
	padding: 15px 0 0 11px;
}

.social_media li:nth-child(4) a:hover{
	padding: 18px 0 0 14px;
	background: #fff;
}

/* global social media styles */

.social_media li a object {
	height: 20px;
}

.social_media li a path {
	-webkit-transition: fill 0.2s ease-out;
	-moz-transition: fill 0.2s ease-out;
	-o-transition: fill 0.2s ease-out;
	transition: fill 0.2s ease-out;
}
