:root {
	--nc-font-sans: "Open Sans", sans-serif;
	--nc-font-mono: Consolas, monaco, 'Ubuntu Mono', 'Liberation Mono', 'Courier New', Courier, monospace;

	/* Light theme */
	--nc-tx-1: #000000;
	--nc-tx-2: #1A1A1A;
	--nc-bg-1: #FFFFFF;
	--nc-bg-2: #F6F8FA;
	--nc-bg-3: #E5E7EB;
	--nc-lk-1: #0070F3;
	--nc-lk-2: #0366D6;
	--nc-lk-tx: #FFFFFF;
	--nc-ac-1: #79FFE1;
	--nc-ac-tx: #0C4047;
	--nc-tbg-2: rgba(226, 240, 253, 0.722);
	--fjolublar: #9354FF;

	/* Dark theme */
	--nc-d-tx-1: #ffffff;
	--nc-d-tx-2: #eeeeee;
	--nc-d-bg-1: #000000;
	--nc-d-bg-2: #111111;
	--nc-d-bg-3: #222222;
	--nc-d-lk-1: #3291FF;
	--nc-d-lk-2: #0070F3;
	--nc-d-lk-tx: #FFFFFF;
	--nc-d-ac-1: #7928CA;
	--nc-d-ac-tx: #FFFFFF;
	--nc-d-tbg-2: rgba(0,0,0,0.5);
	--graenn: #00C40D;
}

@media (prefers-color-scheme: dark) {
	:root {
		--nc-tx-1: var(--nc-d-tx-1);
		--nc-tx-2: var(--nc-d-tx-2);
		--nc-bg-1: var(--nc-d-bg-1);
		--nc-bg-2: var(--nc-d-bg-2);
		--nc-bg-3: var(--nc-d-bg-3);
		--nc-lk-1: var(--nc-d-lk-1);
		--nc-lk-2: var(--nc-d-lk-2);
		--nc-lk-tx: var(--nc--dlk-tx);
		--nc-ac-1: var(--nc-d-ac-1);
		--nc-ac-tx: var(--nc--dac-tx);
		--nc-tbg-2: var(--nc-d-tbg-2);
		--fjolublar: var(--graenn);
	}
}

* {
	/* Reset margins and padding */
	margin: 0;
	padding: 0;
}


*/

address,
area,
article,
aside,
audio,
blockquote,
datalist,
details,
dl,
fieldset,
figure,
form,
input,
iframe,
img,
meter,
nav,
ol,
optgroup,
option,
output,
p,
pre,
progress,
ruby,
section,
table,
textarea,
ul,
video {
	/* Margins for most elements */
	margin-bottom: 1rem;
}

html,input,select,button {
	/* Set body font family and some finicky elements */
	font-family: var(--nc-font-sans);
}










main,footer, .container, section {
    margin: .5rem;
    
}

footer {
    display: grid;
    grid-template-columns: 1fr;
}

footer dl {
    margin-top: 50px;
    text-align: left;
}

.merch {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 10px;
}


.landing {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
}

.lyrics {
    display: grid;
    grid-template-columns: 1fr;
}


.popup .content {
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px;
}

.popup .content * {
    margin: 10px;
}

.col1 {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
}


@media screen and (min-width:48rem) {
    .landing {
        margin-top: 100px;
        grid-template-columns: 2fr 1fr;
        margin-bottom: 100px;
    }
    .merch {
        grid-template-columns: 1fr 1fr 1fr;
    }

    footer {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .lyrics {
        grid-template-columns: 2fr 1fr;

    }

    .lyrics * {
        margin: 10px;
    }

    .botn {
        padding-top: 200px;
    }

    .popup .content {
        grid-template-columns: 1fr 1fr;
    }

}
@media screen and (min-width:60rem) {
    main,footer .container {
        max-width: 60rem;
        margin: 0 auto;
    }

}




.landing {
    display: grid;
    align-items: center;
}


.texti {
    font-size: 18px;
    max-width: 1000px;
}

.merch div {
    width: 300px;
    text-align: center;
    border: 1px solid white;
}


.mynd {
    content: '';
    width: 100%;
    display: block;
    background: linear-gradient(to bottom, transparent, var(--nc-bg-1));
}

.mynd img { width: 100%; z-index: -1; position: relative;}


@media screen and (max-width:48rem)  {
    .mynd {
        padding-top: 0;
        display: none;
    }

    .tilkynning * {
        width: 100%;
    }
}


@media screen and (min-width:48rem)  {
    .texti {
        float: left;
    }


    img {
        width: 100%;
    }


    pre {
        padding-right: 10px;
    }

    .tilkynning * {
        width: 50rem;
    }
}



.tilkynning {
    position: relative;
    overflow: hidden;
    height: 3rem;
    width: 100%;
}

.tilkynning * {
    position: absolute;
    /*width: 50rem;*/
    text-align: center;
    text-decoration: none;
    border: none;
    animation-name: tilkynning;
    animation-duration: 13s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-top: -10rem;
    z-index: -1;
}

.tilkynning .tveir {
    animation-delay: 3.5s;
}

.tilkynning .thrir {
    animation-delay: 6.8s;
}

.tilkynning .fjorir {
    animation-delay: 10s;
}
/*

@keyframes tilkynning {
    0% {right:30rem;}
    100% {right: 100rem}
}
*/
@keyframes tilkynning {
    0% {margin-top: 10rem}
    25% {margin: 0;}
    40% {margin: 0;}
    60% {margin-top:-10rem;}
    100% {margin-top:-10rem;}
}

.map {
    text-align: center;
}








body {
	/* Center body in page */
	margin: 0 auto;
	/*padding: 2rem;*/
	border-radius: 6px;
	overflow-x: hidden;
	word-break: break-word;
	overflow-wrap: break-word;
	background: var(--nc-bg-1);

	/* Main body text */
	color: var(--nc-tx-2);
	font-size: 1.03rem;
	line-height: 1.5;
}

::selection {
	/* Set background color for selected text */
	background: var(--nc-ac-1);
	color: var(--nc-ac-tx);
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1;
	color: var(--nc-tx-1);
	padding-top: .875rem;
}

h1,
h2,
h3 {
	color: var(--nc-tx-1);
	padding-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: 1px solid var(--nc-bg-2);
}

h4,
h5,
h6 {
	margin-bottom: .3rem;
}

h1 {
	font-size: 2.25rem;
}

h2 {
	font-size: 1.85rem;
}

h3 {
	font-size: 1.55rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1rem; /* ath */
}

h6 {
	font-size: .875rem;
}
/*
a {
	color: var(--nc-lk-1);
}
*/




a .button:hover {
	background: blue;
	color: yellow;
}

abbr:hover {
	/* Set the '?' cursor while hovering an abbreviation */
	cursor: help;
}

blockquote {
	padding: 1.5rem;
	background: var(--nc-bg-2);
	border-left: 5px solid var(--nc-bg-3);
}

abbr {
	cursor: help;
}

blockquote *:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

header {
	background: var(--nc-bg-2);
	border-bottom: 1px solid var(--nc-bg-3);
	padding: 2rem 1.5rem;
	
}

header h1,
header h2,
header h3 {
	padding-bottom: 0;
	border-bottom: 0;
}

header > *:first-child {
	margin-top: 0;
	padding-top: 0;
}

header > *:last-child {
	margin-bottom: 0;
}


header h1 {
    text-align: center  ;
}

header .button {
    text-align: center;
}



.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-size: 1rem;
	display: inline-block;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	background: #9354FF;
	color: var(--nc-lk-tx);
	border: 0;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	color: var(--nc-lk-tx);
}

.button[disabled],
button[disabled],
input[type="submit"][disabled],
/*input[type="reset"][disabled],*/
input[type="button"][disabled] {
	cursor: default;
	opacity: .5;

	/* Set the [X] cursor while hovering a disabled link */
	cursor: not-allowed;
}
.button:hover,
.button:focus,
.button:enabled:hover,
button:focus,
button:enabled:hover,
input[type="submit"]:focus,
input[type="submit"]:enabled:hover,
input[type="reset"]:focus,
input[type="reset"]:enabled:hover,
input[type="button"]:focus,
input[type="button"]:enabled:hover

{
	background: #00C40D;
	color: white;
}

a img {
	margin-bottom: 0px;
}

a {
	color: var(--fjolublar);
}

a:hover {
	color: var(--nc-lk-2);
}



code,
pre,
kbd,
samp {
	/* Set the font family for monospaced elements */
	font-family: var(--nc-font-mono);
}

code,
samp,
kbd,
pre {
	/* The main preformatted style. This is changed slightly across different cases. */
	background: var(--nc-bg-2);
	border: 1px solid var(--nc-bg-3);
	border-radius: 4px;
	padding: 3px 6px;
	/* ↓ font-size is relative to containing element, so it scales for titles*/
	font-size: 0.9em;
}




kbd {
	/* Makes the kbd element look like a keyboard key */
	border-bottom: 3px solid var(--nc-bg-3);
}

pre {
	padding: 1rem 1.4rem;
	max-width: 100%;
	overflow: auto;
}

pre {
    background-color: var(--nc-bg-1);
    font-family: "Rubik";
    text-align: center;
}


pre code {
	/* When <code> is in a <pre>, reset it's formatting to blend in */
	background: inherit;
	font-size: inherit;
	color: inherit;
	border: 0;
	padding: 0;
	margin: 0;
}

code pre {
	/* When <pre> is in a <code>, reset it's formatting to blend in */
	display: inline;
	background: inherit;
	font-size: inherit;
	color: inherit;
	border: 0;
	padding: 0;
	margin: 0;
}



details {
	/* Make the <details> look more "clickable" */
	padding: .6rem 1rem;
	background: var(--nc-bg-2);
	border: 1px solid var(--nc-bg-3);
	border-radius: 4px;
}

summary {
	/* Makes the <summary> look more like a "clickable" link with the pointer cursor */
	cursor: pointer;
	font-weight: bold;
}

details[open] {
	/* Adjust the <details> padding while open */
	padding-bottom: .75rem;
}

details[open] summary {
	/* Adjust the <details> padding while open */
	margin-bottom: 6px;
}

details[open]>*:last-child {
	/* Resets the bottom margin of the last element in the <details> while <details> is opened. This prevents double margins/paddings. */
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd::before {
	/* Add an arrow to data table definitions */
	content: '→ ';
}

hr {
	/* Reset the border of the <hr> separator, then set a better line */
	border: 0;
	border-bottom: 1px solid var(--nc-bg-3);
	margin: 1rem auto;
}

fieldset {
	margin-top: 1rem;
	padding: 2rem;
	border: 1px solid var(--nc-bg-3);
	border-radius: 4px;
}

legend {
	padding: auto .5rem;
}


textarea {
	/* Don't let the <textarea> extend off the screen naturally or when dragged by the user */
	max-width: 100%;
}

ol,
ul {
	/* Replace the browser default padding */
	padding-left: 2rem;
}

li {
	margin-top: .4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

mark {
	padding: 3px 6px;
	background: var(--nc-ac-1);
	color: var(--nc-ac-tx);
}

textarea,
select,
input {
	padding: 6px 12px;
	margin-bottom: .5rem;
	background: var(--nc-bg-2);
	color: var(--nc-tx-2);
	border: 1px solid var(--nc-bg-3);
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
}

img {
    width: 100%;
    justify-self: center;
}

	.topnav {
		margin: 0;
		background: var(--nc-bg-2);
	}
	
	.topnav input {
		display: none;
		left: 1rem;
	}
	
	.topnav label {
		font-size: 1.5rem;
		border: 1px solid;
		border-radius: 3px;
		padding: 3px .5rem;
		position: fixed;
		background-color: #9354FF;
		right: .5rem;
		top: .5rem;
		border: solid black .5px;
		z-index: 999;
	}
	
	nav a {
		font-weight: 600;
	}  
	
	
	
	.logo-2 {
		font-size: 0;
	}
	
	.topmenu {
		display: flex;
		flex-flow: column;
		position: fixed;
		top: 3.5rem;
		right: 1rem;
		z-index: 999;
		width: 30%;
		background: var(--nc-bg-2);
		border: solid grey 0.3px;
	}
	
	.topmenu a {
		display: block;
		padding: 1rem;
		text-align: center;
		text-decoration: none;
	}
	
	.topmenu {
		display: flex;
		right: -40rem;
		transition: all 0.5s;
	}
	
	.topnav input:checked ~ .topmenu {
		right: 1rem;
		transition: all 0.5s;
	}
	
	@media screen and (min-width:48rem) {
		.topnav {
			width: 100%;
			position: fixed;
		}
	
		.topnav label {
			display: none;
		}
	
		.topmenu {
			display: flex;
			flex-flow: row;
			justify-content: space-evenly;
			padding-top: .5rem;
			position: relative;
			top: auto;
			width: 100%;
			right: 0;
			padding-bottom: 15px;
			border: none;
			border-bottom: 1px solid var(--nc-bg-3);
			background: var(--nc-bg-1);
			z-index: 10000;
			
		}
		.topmenu a {
			padding: 0.5rem 1rem 0 1rem;
		}
	
		.menu2 {
			display: grid;
			grid-template-columns: 1fr 1fr;
		}
		
		.logo-2 {
			font-size: 40px;
			align-items: center;
		
		}
		
	}







	table {
		border-collapse: collapse;
		width: 100%;
	  margin: auto;
	}
	
	td,
	th {
		border: 1px solid var(--nc-bg-3);
		text-align: left;
		padding: .5rem;
	}
	
	
	table caption {
		font-weight: bold;
		margin-bottom: .5rem;
	}
	
	.tafla {
	  max-width: none;
	}
	
	th:last-child {
	  text-align: center;
	  width: 10%;
	}
	
	th button,
	.button {
	  background-color:#9354FF;
	  font-weight: 600;
	}
	
	
	@media screen and (max-width: 600px) {
		table thead, table tfoot {
		  border: none;
		  clip: rect(0 0 0 0);
		  height: 1px;
		  margin: -1px;
		  overflow: hidden;
		  padding: 0;
		  position: absolute;
		  width: 1px;
		}
		
		table tr {
		  border-bottom: 3px solid #ddd;
		  display: block;
		}
		
		table td {
		  border-bottom: 1px solid #ddd;
		  display: block;
		  text-align: right;
		}
		
		table td::before {
		  content: attr(data-label);
		  float: left;
		}
		
		.tafla {
		  max-width: 1px;
		}
	
	
	  }







	  form.form {
		display: table;
	}
	
	div.form {
		display: table-row;
	}
	
	input, label {
		display: table-cell;
	}
	
	label {
		padding-right: 10px;
	}
	
	
	.login {
		margin: 200px auto;
		padding: 20px;
		border-radius: 5px;
		width: 200px;
		height: 300px;
		position: relative;
		transition: all 5s ease-in-out;
		background: var(--nc-bg-1);
		z-index: 1000;
		border: 1px solid white;
	}
	
	.login h2 {
		margin-top: 0;
	}
	
	.login .close {
		position: absolute;
		top: 20px;
		transition: all 200ms;
		right: 30px;
		font-size: 30px;
		font-weight: bold;
		text-decoration: none;
		color: var(--nc-tx-1);
	}
	
	.login .close:hover {
		color: #06D85F;
	  }
	
	.login .content {    
		padding-top: 50px;
		overflow: auto;
	  }
	
	.login a {
		text-decoration: none;
		color: rgb(129, 129, 255);
	}
	
	.content input {
		width: 100%;
		height: 100%;
		justify-content: center;
		font-weight: 700;
	}
	
	#takki {
		margin-top: 20px;
		margin-left: 30px;
		width: 60%;
		background: linear-gradient(43deg, blue 0%, purple 100%);
	}
	
	@media screen and (min-width:48rem) {
		.box {
			width: 80%;
		}
	
		.popup {
			max-width: 40%;
		}
	
	}

	.overlay {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.7);
		transition: opacity 500ms;
		visibility: hidden;
		opacity: 0;
	}
	
	.overlay:target {
		visibility: visible;
		opacity: 1;
	}
	
	
	.box {
		width: 40%;
		margin: 0 auto;
		text-align: center;
		background-clip: padding-box;
		padding: 35px;
	
	}
	
	.popup {
		margin: 200px auto;
		padding: 20px;
		border-radius: 5px;
		width: 70%;
		position: relative;
		transition: all 5s ease-in-out;
		background: var(--nc-bg-1);
		border: 1px solid var(--nc-bg-3);
		z-index: 1000;
	}
	
	.popup h2 {
		margin-top: 0;
	}
	
	.popup .close {
		position: absolute;
		top: 20px;
		transition: all 200ms;
		right: 30px;
		font-size: 30px;
		font-weight: bold;
		text-decoration: none;
		color: red;
	}
	
	.popup .close:hover {
		color: #06D85F;
	  }
	
	.popup .content {
		padding-top: 10px;
		max-height: 30%;
		overflow: auto;
	  }
	
	.content button {
		width: 60%;
		height: 20%;
		justify-content: center;
		font-weight: 700;
	}
	
	@media screen and (min-width:48rem) {
		.box {
			width: 80%;
		}
	
		.popup {
			max-width: 40%;
		}
	
	}





















	@font-face {
		font-family: 'icomoon';
		src:  url('fonts/icomoon.eot?ryiemz');
		src:  url('fonts/icomoon.eot?ryiemz#iefix') format('embedded-opentype'),
		  url('fonts/icomoon.ttf?ryiemz') format('truetype'),
		  url('fonts/icomoon.woff?ryiemz') format('woff'),
		  url('fonts/icomoon.svg?ryiemz#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
		font-display: block;
	  }
	  
	  [class^="icon-"], [class*=" icon-"] {
		/* use !important to prevent issues with browser extensions that change fonts */
		font-family: 'icomoon' !important;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
	  
		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	  }
	  
	  .icon-home:before {
		content: "\e900";
	  }
	  .icon-newspaper:before {
		content: "\e904";
	  }
	  .icon-pencil:before {
		content: "\e905";
	  }
	  .icon-image:before {
		content: "\e90d";
	  }
	  .icon-camera:before {
		content: "\e90f";
	  }
	  .icon-music:before {
		content: "\e911";
	  }
	  .icon-play:before {
		content: "\e912";
	  }
	  .icon-film:before {
		content: "\e913";
	  }
	  .icon-mic:before {
		content: "\e91e";
	  }
	  .icon-book:before {
		content: "\e91f";
	  }
	  .icon-books:before {
		content: "\e920";
	  }
	  .icon-file-text:before {
		content: "\e922";
	  }
	  .icon-file-empty:before {
		content: "\e924";
	  }
	  .icon-files-empty:before {
		content: "\e925";
	  }
	  .icon-folder:before {
		content: "\e92f";
	  }
	  .icon-folder-open:before {
		content: "\e930";
	  }
	  .icon-price-tag:before {
		content: "\e935";
	  }
	  .icon-credit-card:before {
		content: "\e93f";
	  }
	  .icon-phone:before {
		content: "\e942";
	  }
	  .icon-phone-hang-up:before {
		content: "\e943";
	  }
	  .icon-address-book:before {
		content: "\e944";
	  }
	  .icon-envelop:before {
		content: "\e945";
	  }
	  .icon-pushpin:before {
		content: "\e946";
	  }
	  .icon-location:before {
		content: "\e947";
	  }
	  .icon-location2:before {
		content: "\e948";
	  }
	  .icon-compass:before {
		content: "\e949";
	  }
	  .icon-compass2:before {
		content: "\e94a";
	  }
	  .icon-map:before {
		content: "\e94b";
	  }
	  .icon-clock:before {
		content: "\e94e";
	  }
	  .icon-clock2:before {
		content: "\e94f";
	  }
	  .icon-calendar:before {
		content: "\e953";
	  }
	  .icon-bubble:before {
		content: "\e96b";
	  }
	  .icon-bubbles:before {
		content: "\e96c";
	  }
	  .icon-bubbles2:before {
		content: "\e96d";
	  }
	  .icon-user:before {
		content: "\e971";
	  }
	  .icon-users:before {
		content: "\e972";
	  }
	  .icon-user-tie:before {
		content: "\e976";
	  }
	  .icon-key:before {
		content: "\e98d";
	  }
	  .icon-lock:before {
		content: "\e98f";
	  }
	  .icon-unlocked:before {
		content: "\e990";
	  }
	  .icon-cog:before {
		content: "\e994";
	  }
	  .icon-trophy:before {
		content: "\e99e";
	  }
	  .icon-meter:before {
		content: "\e9a6";
	  }
	  .icon-meter2:before {
		content: "\e9a7";
	  }
	  .icon-bin:before {
		content: "\e9ac";
	  }
	  .icon-bin2:before {
		content: "\e9ad";
	  }
	  .icon-airplane:before {
		content: "\e9af";
	  }
	  .icon-truck:before {
		content: "\e9b0";
	  }
	  .icon-list-numbered:before {
		content: "\e9b9";
	  }
	  .icon-list:before {
		content: "\e9ba";
	  }
	  .icon-list2:before {
		content: "\e9bb";
	  }
	  .icon-menu:before {
		content: "\e9bd";
	  }
	  .icon-sphere:before {
		content: "\e9c9";
	  }
	  .icon-earth:before {
		content: "\e9ca";
	  }
	  .icon-flag:before {
		content: "\e9cc";
	  }
	  .icon-attachment:before {
		content: "\e9cd";
	  }
	  .icon-bookmark:before {
		content: "\e9d2";
	  }
	  .icon-bookmarks:before {
		content: "\e9d3";
	  }
	  .icon-star-empty:before {
		content: "\e9d7";
	  }
	  .icon-star-full:before {
		content: "\e9d9";
	  }
	  .icon-heart:before {
		content: "\e9da";
	  }
	  .icon-man:before {
		content: "\e9dc";
	  }
	  .icon-woman:before {
		content: "\e9dd";
	  }
	  .icon-man-woman:before {
		content: "\e9de";
	  }
	  .icon-warning:before {
		content: "\ea07";
	  }
	  .icon-notification:before {
		content: "\ea08";
	  }
	  .icon-question:before {
		content: "\ea09";
	  }
	  .icon-info:before {
		content: "\ea0c";
	  }
	  .icon-cross:before {
		content: "\ea0f";
	  }
	  .icon-checkmark:before {
		content: "\ea10";
	  }
	  .icon-enter:before {
		content: "\ea13";
	  }
	  .icon-exit:before {
		content: "\ea14";
	  }
	  .icon-play3:before {
		content: "\ea1c";
	  }
	  .icon-pause2:before {
		content: "\ea1d";
	  }
	  .icon-stop2:before {
		content: "\ea1e";
	  }
	  .icon-loop:before {
		content: "\ea2d";
	  }
	  .icon-shuffle:before {
		content: "\ea30";
	  }
	  .icon-sort-amount-asc:before {
		content: "\ea4c";
	  }
	  .icon-sort-amount-desc:before {
		content: "\ea4d";
	  }
	  .icon-command:before {
		content: "\ea4e";
	  }
	  .icon-shift:before {
		content: "\ea4f";
	  }
	  .icon-checkbox-checked:before {
		content: "\ea52";
	  }
	  .icon-checkbox-unchecked:before {
		content: "\ea53";
	  }
	  .icon-filter:before {
		content: "\ea5b";
	  }
	  .icon-paragraph-left:before {
		content: "\ea77";
	  }
	  .icon-paragraph-justify:before {
		content: "\ea7a";
	  }
	  .icon-embed:before {
		content: "\ea7f";
	  }
	  .icon-embed2:before {
		content: "\ea80";
	  }
	  .icon-mail2:before {
		content: "\ea84";
	  }
	  .icon-facebook2:before {
		content: "\ea91";
	  }
	  .icon-instagram:before {
		content: "\ea92";
	  }
	  .icon-whatsapp:before {
		content: "\ea93";
	  }
	  .icon-spotify:before {
		content: "\ea94";
	  }
	  .icon-telegram:before {
		content: "\ea95";
	  }
	  .icon-twitter:before {
		content: "\ea96";
	  }
	  .icon-vk:before {
		content: "\ea98";
	  }
	  .icon-youtube:before {
		content: "\ea9d";
	  }
	  .icon-twitch:before {
		content: "\ea9f";
	  }
	  .icon-dribbble:before {
		content: "\eaa7";
	  }
	  .icon-github:before {
		content: "\eab0";
	  }
	  .icon-chrome:before {
		content: "\ead9";
	  }
	  .icon-html-five:before {
		content: "\eae4";
	  }
	  .icon-html-five2:before {
		content: "\eae5";
	  }
	  .icon-css3:before {
		content: "\eae6";
	  }
	  .icon-git:before {
		content: "\eae7";
	  }
	  