@charset "UTF-8";


/* Fonts */

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

}

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

}

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

}


/* Elements */

body {
	height: 100%;
	margin: 0 0 100px 0;
	color: #333;
	font-family: 'Bitter', Georgia, Times, serif;
	font-size: 13px;	
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	-webkit-font-smoothing: antialiased;
	font-variant-ligatures: common-ligatures;
}

@media  screen and (max-width: 400px) {
	body {
		margin: 0 0 50px 0;	
	}
}

body.icelandic {
	background: url('../images/icelandic_bg.gif') no-repeat;
	background-size: 100%;
	background-position: center top;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

::selection {
	background: #333;
	color: #fff;
}


/* Containers */

#image {
	float: left;
	position: relative;
	top: 0px;
	width: 100%;
	min-width: 1100px;
	height: 800px;
	background: url('../images/banner.jpg') no-repeat;
	background-size: 100%;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

@media  screen and (max-width: 769px) {
	#image {	
		min-width: 768px;
		height: 500px;
	}			
}

@media  screen and (max-width: 400px) {
	#image {	
		min-width: 320px;
		height: 200px;			
	}
}

#languageswitcher {	
	position: absolute;
	top: 30px;
	width: 50px;
	padding: 10px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	opacity: 0.2;
	cursor: pointer;
}

@media  screen and (max-width: 400px) {
	#languageswitcher {	
		top: 15px;
		width: 30px;
		padding: 5px;
		font-size: 16px;		
	}
}

#languageswitcher:hover {
	opacity: 1;
}

#languagemenu {
	display: none;
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 71px;
	background: #fff;
	font-size: 13px;
}

@media  screen and (max-width: 400px) {
	#languagemenu {	
		top: 15px;
		left: 41px;	
	}
}

#languagemenu div {
	padding: 5px 10px;
}

#languagemenu a {
	display: block;
	font-size: 20px;
	padding: 5px 30px 5px 10px;
}

@media  screen and (max-width: 400px) {
	#languagemenu a {	
		font-size: 16px;	
	}
}

#languagemenu a:hover {
	text-decoration: none;
	background: #333;
	color: #fff;
}

#content {
	position: relative;
	overflow: hidden;
	z-index: 20;
	width: 900px;
	margin: 0 auto;
}

@media  screen and (max-width: 769px) {
	#content {	
		width: 600px;
	}			
}

@media  screen and (max-width: 400px) {
	#content {
		width: 100%;
	}
}

#banner {
	position: relative;
	z-index: 10;
	width: 50%;
	margin: 100px auto 0 auto;
	height: 50px;
	padding: 0 0 50px 0;	
	text-align: center;
	font-size: 62px;	
	font-weight: bold;
	border-bottom: 1px solid #333;
}

@media  screen and (max-width: 769px) {
	#banner {	
		width: 60%;
		margin: 50px auto 0 auto;
		font-size: 50px;
	}			
}

@media  screen and (max-width: 400px) {
	#banner {
		margin: 20px auto 0 auto;
		height: 30px;
		padding: 0 0 20px 0;
		font-size: 24px;
	}
}

#learnicelandic {	
	position: absolute;
	top: 30px;
	right: 0;
	background-color: #fff;
	background-image: url('../images/flag.png');
	background-position: 9px center;
	background-repeat: no-repeat;
	padding: 5px 15px 5px 45px;
	font-size: 17px;
	font-weight: bold;
}

@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
	    only screen and (min--moz-device-pixel-ratio: 1.5),
	    only screen and (min-resolution: 240dpi) {
		#learnicelandic {		
			background-image: url('../images/flag@2x.png');
			background-size: 25px 19px;			
		}
}

@media  screen and (max-width: 400px) {
	#learnicelandic {
		position: relative;
		overflow: hidden;
		float: left;
		top: auto;
		width: 100%;
		padding: 10px 0 10px 0;
		border-top: 3px solid #fff;
		background-color: #efefef;
		background-position: 21px center;
	}
}

@media  screen and (max-width: 400px) {
	#learnicelandic span {
		margin: 0 0 0 60px;
	}
}	

#learnicelandic:hover {
	text-decoration: none;
	opacity: 0.8;
}

#blurb {
	width: 60%;
	margin: 80px auto 0 auto;
	text-align: center;
	font-style: italic;
	font-size: 24px;
	opacity: 0;
}

@media  screen and (max-width: 769px) {
	#blurb {	
		margin: 27px auto 0 auto;
		font-size: 16px;
	}			
}

@media  screen and (max-width: 400px) {
	#blurb {
		display: none;
	}
}

#nav {
	visibility: hidden;
	width: 60%;
	margin: 0 auto 500px auto;
	text-align: center;
	font-size: 24px;
}

@media  screen and (max-width: 400px) {
	#nav {
		display: none;
	}
}

.paragraph {
	overflow: hidden;
	width: 550px;
	margin: 50px auto 0 auto;
	font-size: 20px;
	line-height: 28px;
}

@media  screen and (max-width: 400px) {
	.paragraph {		
		width: 280px;
		margin: 40px auto 0 auto;
		font-size: 16px;
		line-height: 24px;
	}
}

#title {
	overflow: hidden;
	width: 700px;
	padding: 0 0 50px 0;
	margin: 300px auto;
	text-align: center;
	font-size: 37px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	border-bottom: 1px solid #333;
}

@media  screen and (max-width: 769px) {
	#title {	
		width: 600px;
	}			
}

@media  screen and (max-width: 400px) {
	#title {
		width: 280px;
		padding: 0 0 10px 0;
		margin: 100px auto;
		font-size: 24px;
		letter-spacing: 2px;
	}
}

#keyskills {
	position: relative;
	overflow: hidden;
	width: 550px;
	padding: 10px 15px 5px 15px;
	margin: 100px auto 300px auto;
	line-height: 28px;
	background: #333;
	color: #fff;
	font-size: 20px;
}

@media  screen and (max-width: 400px) {
	#keyskills {
		width: 320px;
		margin: 100px auto 50px auto;
	}
}

h1 {
	width: 100%;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 20px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

#keyskills span {
	position: relative;
	display: inline-block;
	margin: 0 5px 10px 20px;
	padding: 5px 11px 5px 11px;
	background: #fff;
	color: #333;
	font-size: 16px;
}

#keyskills span:before {
	position: relative;
	margin: -5px 0 -33px -34px;
	content: '';
	display: block;
	width: 23px;
	height: 38px;
	background: url('../images/tag.png') no-repeat;
}

@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
	    only screen and (min--moz-device-pixel-ratio: 1.5),
	    only screen and (min-resolution: 240dpi) {
		#keyskills span:before {		
			background: url('../images/tag@2x.png') no-repeat;
			background-size: 23px 38px;			
		}
}

#degree {
	overflow: visible;
	width: 550px;
	margin: 100px auto 400px auto;
	font-size: 20px;
}

@media  screen and (max-width: 400px) {
	#degree {
		width: 280px;
		margin: 0 auto 200px auto;
	}
}

.degree {
	float: left;
	width: 100%;
	height: 150px;
}

@media  screen and (max-width: 400px) {
	.degree {
		height: auto;
		margin: 0 0 20px 0;
	}
}

#rosette, #rosette-empty {
	float: left;
	width: 103px;
	height: 125px;
	margin: 0 40px 0 -5px;
	padding: 10px 0 0 35px;
	background: url('../images/rosette.svg') no-repeat;
	background-size: 138px 135px;	
	color: #fff;
	font-size: 72px;
	line-height: 72px;
	font-weight: bold;
}

@media  screen and (max-width: 400px) {
	#rosette, #rosette-empty {
		float: left;
		margin: 0 0 0 -5px;
	}
}

#rosette sup {
	line-height: 74px;
	font-size: 24px;
	vertical-align: text-top;
}

#rosette-empty {
	background: url('../images/rosette-empty.svg') no-repeat;
	background-size: 138px 135px;	
}

.degreetitle {
	float: left;
	margin: 5px 0 0 0;
}

@media  screen and (max-width: 400px) {
	.degreetitle {
		clear: both;
		width: 100%;
	}
}

#alevels {
	overflow: hidden;
	width: 550px;
	margin: 0 auto 300px auto;
	font-size: 20px;
}

@media  screen and (max-width: 400px) {
	#alevels {
		width: 280px;
		margin: 0 auto 100px auto;
	}
}

#college {
	float: left;
	margin: 0 0 20px 0;
	font-style: italic;
}

#grades {
	float: left;
	width: 100%;
}

@media  screen and (max-width: 400px) {
	#grades {
		width: 320px;
	}
}

.alevel {
	float: left;
	width: 135px;
}

@media  screen and (max-width: 400px) {
	.alevel {
		width: 78px;
	}
}

.alevel .grade {
	font-size: 40px;
	font-weight: bold;
}

.alevel .title {
	width: 100px;
	font-size: 16px;
}

@media  screen and (max-width: 400px) {
	.alevel .title {
		width: 50px;
		font-size: 13px;
	}
}

#languages {
	overflow: hidden;
	width: 550px;
	margin: 0 auto 300px auto;
	font-size: 20px;
}

@media  screen and (max-width: 400px) {
	#languages {
		width: 280px;
		margin: 0 auto 100px auto;
	}
}

.graph {
	float: left;
	width: 500px;
	margin: 10px 0 0 0;	
}

@media  screen and (max-width: 400px) {
	.graph {
		width: 277px;
		overflow: hidden;
	}
}

.graph .graphlabels {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 16px;
}

@media  screen and (max-width: 400px) {
	.graph .graphlabels {
		font-size: 13px;
	}
}

.graph .graphlabels .graphlabel {
	float: left;
	width: 100px;
}

@media  screen and (max-width: 400px) {
	.graph .graphlabels .graphlabel {
		width: 70px;
	}
}

.graph .graphlabels .graphlabel.center {
	margin: 0 0 0 100px;
	text-align: center;
}

@media  screen and (max-width: 400px) {
	.graph .graphlabels .graphlabel.center {
		margin: 0 0 0 25px;
	}
}

.graph .graphlabels .graphlabel.right {
	float: right;
	text-align: right;
}

.graph .graphlines {
	position: relative;
	z-index: 50;
	float: left;
	width: 625px;
	height: 200px;
}

.graph .graphlines .graphline {
	z-index: 10;
	position: relative;
	float: left;
	width: 124px;
	height: 100%;
	border-left: 1px solid #ccc;
}

@media  screen and (max-width: 400px) {
	.graph .graphlines .graphline {
		width: 68px;
	}
}

.graphbars {
	margin: -196px 0 0 0;
	position: relative;
	z-index: 100;
	float: left;
	width: 501px;
}

@media  screen and (max-width: 400px) {
	.graphbars {
		width: 300px;
	}
}

.graphbars .graphbar {
	clear: both;
	float: left;
	margin: 5px 0;
	background: #333;
	color: #fff;
}

.graphbars .graphbar.is {
	width: 100%;
}

.graphbars .graphbar.da {
	width: 70%;
}

.graphbars .graphbar.fr {
	width: 55%;
}

.graphbars .graphbar.pl {
	width: 40%;
}

.graphbars .graphbar span {
	display: block;
	padding: 5px 10px;
}

.graphcaption {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 16px;
}

#proglangs {
	overflow: hidden;
	width: 550px;
	margin: 0 auto 300px auto;
	font-size: 20px;
}

@media  screen and (max-width: 400px) {
	#proglangs {
		width: 280px;
		margin: 0 auto 100px auto;
	}
}

.graphbars .graphbar.html {
	width: 100%;
}

.graphbars .graphbar.css {
	width: 100%;
}

.graphbars .graphbar.php {
	width: 70%;
}

.graphbars .graphbar.jq {
	width: 55%;
}

#jobs {
	overflow: hidden;
	width: 550px;
	margin: 100px auto 300px auto;
	font-size: 20px;
}

@media  screen and (max-width: 400px) {
	#jobs {
		width: 280px;
		margin: 0 auto 80px auto;
		font-size: 16px;
	}
}

.job {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

.job .date {
	float: left;
	width: 45px;
	padding: 5px 10px;
	margin: 8px 25px 0 0;
	border: 2px solid #333;
	font-size: 16px;
}

@media  screen and (max-width: 400px) {
	.job .date {
		width: 35px;
		font-size: 13px;
		margin: 10px 0 -51px 0;
	}
}

.job .description {
	float: left;
	width: 456px;
}

@media  screen and (max-width: 400px) {
	.job .description {
		width: 280px;
	}
}

.job .description .company {
	float: left;
	width: 450px;
	margin: 5px 15px 0 0;
	font-weight: bold;
}

@media  screen and (max-width: 400px) {
	.job .description .company {
		width: 250px;		
		margin: 0 0 0 70px;
	}
}

.job .description .role {
	float: left;
	width: 450px;
	margin: 0 0 7px 0;
	font-style: italic;
}

@media  screen and (max-width: 400px) {
	.job .description .role {
		width: 210px;		
		margin: 0 0 12px 70px;
	}
}

.job .description .experiences {
	float: left;
	width: 100%;
	font-size: 16px;
}

@media  screen and (max-width: 400px) {
	.job .description .experiences {
		font-size: 13px;
	}
}

.job .description .experiences .experience {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

.job .description .experiences .experience .date {
	float: left;
	width: 60px;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
}

@media  screen and (max-width: 400px) {
	.job .description .experiences .experience .date {
		font-size: 13px;
	}
}

.job .description .experiences .experience .description {
	float: left;
	width: 396px;
	margin: 1px 0 0 0;
}

@media  screen and (max-width: 400px) {
	.job .description .experiences .experience .description {
		margin: 0;
		width: 220px;
	}
}

#interests {
	overflow: hidden;
	width: 550px;
	margin: 0 auto 300px auto;
	font-size: 20px;
}

@media  screen and (max-width: 400px) {
	#interests {
		width: 280px;
		margin: 0 auto 100px auto;	
		font-size: 16px;	
	}
}

p {
	margin: 10px 0;
}

#download {
	overflow: hidden;
	width: 700px;
	padding: 50px 0 0 0;
	margin: 300px auto;
	text-align: center;
	font-style: italic;
	font-size: 24px;
	border-top: 1px solid #333;
}

@media  screen and (max-width: 769px) {
	#download {	
		width: 600px;
	}			
}

@media  screen and (max-width: 400px) {
	#download {
		width: 280px;
		padding: 25px 0 0 0;
		margin: 100px auto;	
		font-size: 20px;	
	}
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 16px;
}

@media  screen and (max-width: 400px) {
	#footer {
		width: 100%;
		font-size: 13px;	
	}
}


/* Learn Icelandic */

#learn {
	overflow: hidden;
	margin: 50px auto;
	width: 900px;
	background: #fff;
	font-size: 18px;
}

@media  screen and (max-width: 400px) {
	#learn {
		width: auto;
		margin: 0 0 50px 0;
	}
}

#learn .header {
	float: left;
	background: #f1f6ff;
	width: 100%;
}

#learn .sidebar {
	float: left;
	width: 210px;
	padding: 20px 0;
	background: #fff;
}

@media  screen and (max-width: 400px) {
	#learn .sidebar {
		width: 100%;
		padding: 0;
	}
}

#learn .sidebar a {
	float: left;
	width: 150px;
	padding: 10px 30px;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	border: none;
}

@media  screen and (max-width: 400px) {
	#learn .sidebar a {
		width: 100%;
	}
}

#learn .sidebar a:hover {
	border: none;
	background: #f8fbff;
	color: #ff4800;
}

#learn .sidebar a.active {
	background: #ff4800;
	color: #fff;
}

#learn .content {
	float: left;
	width: 690px;
	padding: 0 0 30px 0;
	min-height: 600px;
	background: #f1f6ff;
}

@media  screen and (max-width: 400px) {
	#learn .content {
		width: auto;
	}
}

#learn .banner {	
	height: 200px;
	width: 100%;
	background-color: #a8b7d3;
	background-image: url('../images/icelandic.jpg');
	background-size: 100%;
}

@media  screen and (max-width: 400px) {
	#learn .banner {
		height: 128px;
	}
}

#learn p {	
	padding: 5px 30px;
	line-height: 30px;
}

#learn p.first {
	margin-top: 20px;
}

#learn h1 {
	width: auto;
	padding: 20px 30px;
	text-transform: none;
	color: #4e6590;
}

#learn h2 {	
	background: #f8fbff;
	margin: 0 0 20px 0;
	padding: 20px 0 5px 30px;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ff4800;
}

#learn h3 {
	margin: 0 0 10px 0;
	padding: 10px 0 0 30px;
	font-size: 17px;
}

#learn .lang {
	float: right;
	margin: 5px 0 0 0;
	text-align: right;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

#learn a {
	padding: 0 0 -1px 0;
	border-bottom: 1px solid #a8b7d3;
	transition: 0.5s;
}

#learn a:hover {
	text-decoration: none;
	border-bottom: 1px solid #4e6590;
}

#learn .smallcaps {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 5px;
	padding: 0 0 2px 0;
}

#learn ul {
	margin: 0;
	padding: 0 30px 30px 50px;
	line-height: 30px;
}

#learn .product {
	float: left;
	width: 285px;
	margin: 20px 30px 80px 30px;
	background: #fff;
	font-size: 17px;
	box-shadow: 0 3px 4px rgba(78,101,144,0.2), 0 10px 20px rgba(78,101,144,0.2);
}

@media  screen and (max-width: 400px) {
	#learn .product {
		width: 100%;
		margin: 20px 0 80px 0;
	}
}

#learn .product ul {	
	height: 210px;	
	line-height: 25px;
}

@media  screen and (max-width: 400px) {
	#learn .product ul {	
		height: 170px;	
	}
}

#learn .product ul li {
	margin: 7px 0;
}

#learn .product .price {
	margin: 0 auto -50px auto;
	width: 100px;
	height: 80px;
	padding: 20px 0 0 0;
	background: #ff4800;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
}

#learn .product .price .long {
	font-size: 24px;
	letter-spacing: -1px;
}

#learn .product .price .pound {
	font-weight: normal;
	font-size: 24px;
	margin: 0 5px 0 0;
}

#learn .product .price .krona {
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 0 5px;
}

#learn .product .price .rate {
	font-weight: normal;
	font-size: 13px;
	line-height: 5px;
}

#learn .thumb {
	float: right;
	width: 200px;
	height: 200px;
	margin: 10px 25px 0 20px;
	border-radius: 100px;
	background-image: url('images/profile.jpg');
	background-size: 100%;
	background-position: center;
}

@media  screen and (max-width: 400px) {
	#learn .thumb {
		float: none;
		margin: 0 auto;
	}
}