* { box-sizing: border-box; }

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin:0 auto;
    padding:0px;
    background:#ebeef3;
    text-align:left;
    font-weight: 300;
}

body.home {
    padding:0px 0 0;
}

#festicket-content { margin:20px 10px; }

strong {
    font-weight: 700;
}

.fl { float:left !important;}

ol, ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

a {
    color:#000;
    text-decoration: none;
}
.talc { text-align: center; }

a:hover {
    color:#000;
    text-decoration: underline;
}

a:hover.nanar, a:hover.skramig {
    text-decoration: none;
}

.mt-5 { margin-top: 5px !important; }
.mb-0 { margin-bottom: 0px !important; }
.mb-20 { margin-bottom: 20px; }
.mr-0 { margin-right: 0px; }
.pt20 { padding-top: 20px !important; }

.splitter {
    width:100%;
    float:left;
    clear: both;
    height: 1px;
}

.h20 {
	height:20px !important;
}

.h50 {
	height:50px !important;
}


.topbar {
    width:100%;
    float:left;
    background:#292929;
    height:40px;
    line-height: 40px;
}

.topbar .soialicons {
    float: left;
    line-height: 40px;
    color:#fff;
    font-size: 20px;
	margin: 0px;
    position: absolute;
}

.topbar .soialicons .social {
    margin-right:5px;
}

.topbar .info a, .topbar .soialicons a  {
    color:#fff;
}

figure {
    background-color: #f7f2e4;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

header {
    z-index: 10;
    width:100%;
    height:40px;
    background:#ee7f17;
    float: left;
    margin:0 0 10px 0 !important;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: fixed;
    top: 0;
    border-top: 3px solid #000;
}
/*
header:after {
    position: relative;
    height: 4px;
    width: 100%;
    background: rgba(243,120,36,0.5);
    top: 50px;
    content: " ";
    float: left;
}


.home header {
    background:#ee7f17;
}

.home header.scroll {
    background:#ee7f17;
}
*/
footer {
    position: relative;
    z-index: 9;
    width:100%;
    background:#111;
    float: left;
    padding:0px 0;
    color:#002046;
    font-size: 15px;
    min-height: 390px;
}

.footerbackground {
    position: absolute;
    z-index: -1;
    width:100%;
	height: 235px;
    background:url(../img/secretsolstice18_botn.png);
    background-size: 100%;
    background-position: top center;
}

.secret_mountain {
    background:url(../img/secret_mountain18.png);
    background-size:220px 171px;
    width:220px;
    height:171px;
    position: absolute;
    top:-65px;
    left:calc(50% - 110px);
    z-index: -2;
}

.sponsors {
    width:100%;
    height:100px;
    float: left;
    display: block;
    background: #184d5b;
    text-align: center;
}

.sponsors img {
    width:auto;
    height:50px;
    display: inline-block;
    margin:25px 25px;
}

footer a {
    color:#003c87;
}

footer .info {
    width:80%;
    float: left;
    line-height:53px;
}

footer .logo {
    float: none;
    margin: 50px auto 70px;
    width: 120px;
}

footer menu {
    float: none;
    margin: 0 auto;
    width: auto;
    text-align: center;
    display: table;
}

footer menu li {
    background:transparent;
    position: relative
}

footer menu li:after {
    width:17px;
    height:17px;
    right:-15px;
    top:14px;
    background:url(../img/x.png);
    display: block;
    content: "";
    position: absolute;
}

footer menu li:first-child:after {

    background:transparent;

}

h1, h2, h3, h4, footer, header, .mobile-menu {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
	margin: 0;
}

.wrapper {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0;
}

.logo {
	position: absolute;
	margin: 0;
	z-index: 2;
    left:calc(50% - 230px);
    top: 25px;
     -webkit-transform: translate3d(0,0,0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.logo a {
    background: url(../img/SS21logo.png);
    width:460px;
    height:109px;
    display: block;
    text-indent: -3000px;
    overflow: hidden;
    margin-top: 21px;
     -webkit-transform: translate3d(0,0,0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-size: 460px 109px;
    background-position: 0px 0px;
    z-index: 1;
}

.topbar .takkikaupa { position: absolute; right: 0; top: 0;}

.topbar .takkikaupa a {
	display: block;
    height: 20px;
    line-height: 20px;
    margin:11px 0 0;
    color:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background:#ee3f23;
    text-transform: uppercase;
    padding:0 10px;
    border: 0px solid #882323;
    font-size: 13px;
    position: relative;
    z-index: 2;
}


.topbar .takkikaupa a:after {
	content: "";
    height: 26px;
    line-height: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:rgba(230,30,29,0.5);
    text-transform: uppercase;
    padding:0 10px;
    position: absolute;
    z-index: -1;
    width: calc(100% + 6px);
    top: -3px;
    left: -3px;
}

.infotext {
    height:40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'dosis' !important;
    text-transform: uppercase;
    font-weight: 500;
    color:#fff;
}

.infotext span {
    color:#ec3e22;
    font-weight: 600;
    padding: 0 3px;
}

header.scroll .logo {
    width:300px;
    height:110px;
    left:calc(50% - 150px);
    top: -11px;
}

header.scroll .logo a {
    width:300px;
    height:110px;
    background-size: 300px 141px;
    background-position: 0 -20px;
    margin-top: 0px;
}

.logo2 { margin: 70px 0 0;}

.logo2 a {
	background: url(../img/SS18logo_long_v2.png);
	 width:355px;
    height:40px;
	display: block;
	text-indent: -3000px;
	overflow: hidden;
	margin: 10px auto;
    background-size: 355px 40px;
}

menu {
    height:40px;
    margin: 37px auto 0px;
    padding: 0;
    position: relative;
    float: right;
    width: calc(50% - 250px);
    z-index: 10;
     -webkit-transform: translate3d(0,0,0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.scroll menu { width: calc(50% - 156px); }

menu li {
    float:right;
    line-height: 40px;
    margin-left: 5px;
    position: relative;
}

footer menu li {
    margin: 0 5px;
}

menu.fr li {
    float:left;
}

menu li.booknow {
    background:#ef3c18;
}

header.scroll menu li.booknow {
    background:#ffaa01;
}

menu li:hover, menu li.current-menu-parent, menu li.current-menu-item {
    /* background: #ef3c18; */
}

menu li a {
    color:#fff;
    font-size: 20px;
    padding: 0 12px 0 0;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 3px solid transparent;
    text-decoration: none;
    text-shadow: -2px 0px 0px rgba(0,0,0,0.6);
}

footer menu li a {
    font-size: 18px;
padding: 0 15px;
padding: 0 15px;
}


menu li:hover a, menu li.current-menu-parent a, menu li.current-menu-item a {
   border-top: 3px solid transparent;
}

menu li.booknow a {
    color:#fff;
}

menu li a:hover {
    color:#fff;
}

menu ul li ul {
    position: absolute;
    width:100%;
    left: -10px;
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    background:#260d0d;
    min-width:300px;
}


menu ul li:hover ul {
    display: block;
}

footer menu ul li:hover ul {
    display: none !important;
}

menu ul li ul li {
    width:100%;
    margin-left: 0;
}

.herobanner {
    width:calc(100% - 0px);
    height:660px;
    padding: 0;
    margin: 43px 0px 0px 0;
    float:left;
    position: relative;
    overflow: hidden;
}

.hero_banner {
    width:100%;
    height:660px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    border-bottom: 3px solid #ffc612;
}

.hero_item {
    width:100%;
    height:657px;
    overflow: hidden;
}

.hero_item figure {
    width:100%;
    height:657px;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
/*
.home .herobanner {
    height:0px !important;
}

.home .hero_banner {
    height:0px !important;
}

.home .hero_item {
    height:0px !important;
}
*/
.hero_texti .takki {
    color: #fff;
    background: #ffc609;
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
    
}

.hero_texti .takki.ofugt {
    color: #ffc609;
    background: #fff;
}

#videogluggi {
    width:100%;
    height:580px;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}

.hero_texti {
    position: absolute;
    top: 110px;
    left:calc(50% - 150px);
    color:#fff;
    font-size: 18px;
    height: 300px;
    width: 300px;
    padding: 15px !important;
    line-height: 1;
    background: #0c0222;
    background: linear-gradient(34deg,rgba(116, 56, 33, 1) 0%, rgba(25, 19, 13, 1) 40%, rgba(4, 4, 69, 1) 90%, rgba(4, 40, 74, 1) 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
    z-index: 4;
    text-transform: uppercase;
    border: 5px solid #fff;
}

.hringur_hvitur {
    content: "";
    position: absolute;
    left:calc(50% - 155px);
    top: 105px;
    color:#fff;
    height: 310px;
    width: 310px;
    padding: 15px !important;
    line-height: 1;
    background:rgba(255,255,255,0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
}

.hringur_eitt {
    position: absolute;
    top: 190px;
    left:calc(50% + 40px);
    color:#fff;
    height: 300px;
    width: 200px;
    padding: 15px !important;
    line-height: 1;
    background:rgba(238,127,23,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    border: 5px solid rgba(238,127,23,0.5);
    /* -webkit-animation: circle 10s linear infinite;
    animation: circle 7s linear infinite; 
    transform-origin:95px 95px;*/
}

.hringur_eitt:before {
    content: "";
    position: absolute;
    bottom:-10px;
    left:-10px;
    color:#fff;
    height: 210px;
    width: 210px;
    padding: 15px !important;
    line-height: 1;
    background:rgba(238,127,23,0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
   
}

@keyframes circle {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}

@-webkit-keyframes circle {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}

.hringur_tvo {
    position: absolute;
    top: 220px;
    left:calc(50% - 240px);
    color:#fff;
    height: 180px;
    width: 180px;
    padding: 15px !important;
    line-height: 1;
    background:rgba(255,198,18,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    border: 5px solid rgba(255,198,18,0.5);
    -webkit-animation: circle 10s linear infinite;
     animation: circle 7s linear infinite;
    transform-origin:95px 95px;
}

.hringur_tvo:before {
    content: "";
    position: absolute;
    bottom:-10px;
    left:-10px;
    color:#fff;
    height: 190px;
    width: 190px;
    padding: 15px !important;
    line-height: 1;
    background:rgba(255,198,18,0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.hringur_thrju {
    position: absolute;
    top: 300px;
    left:calc(50% + 200px);
    color:#fff;
    height: 100px;
    width: 100px;
    padding: 15px !important;
    line-height: 1;
    background:rgba(238,63,35,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: circle 10s linear infinite;
     animation: circle 7s linear infinite;
    transform-origin:56px 50px;
}

.hringur_thrju:before {
    content: "";
    position: absolute;
    bottom:-5px;
    left:-5px;
    color:#fff;
    height: 110px;
    width: 110px;
    padding: 15px !important;
    line-height: 1;
    background:rgba(238,63,35,0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.hringur_fjogur {
    position: absolute;
    top: 100px;
    left:calc(50% - 200px);
    color:#fff;
    height: 140px;
    width: 140px;
    padding: 15px !important;
    line-height: 1;
    background:rgba(238,63,35,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: circle 10s linear infinite;
     animation: circle 7s linear infinite;
    transform-origin:66px 70px;
}

.hringur_fjogur:before {
    content: "";
    position: absolute;
    bottom:-5px;
    left:-5px;
    color:#fff;
    height: 150px;
    width: 150px;
    padding: 15px !important;
    line-height: 1;
    background:rgba(238,63,35,0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.home .hero_texti {
    bottom:70px;
}


.hero_texti h1 {
    color:#fff;
    font-size: 50px;
    margin: 0;
    position: relative;
    height:auto;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 700;
    display:block;
}

.home .hero_texti h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 70px;
}

.home .hero_texti h1 span {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    display: block;
    width: 100%;
    clear: both;
}

.home .hero_texti h3 { 
    position: absolute;
    top: 80px;
    font-size: 17px;
    font-weight: 300 !important;
    width: 240px;
    color: #fff;
    text-align: center;
}

.home .hero_texti h2 { 
    color: #96969c !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    width: 120px;
    line-height: 1.1;
}
/*
.home .hero_texti h1:before {
    content: " ";
    width:130px;
    height:4px;
    background:#ec3e22;
    top:-15px;
    left:calc(50% - 65px);
    position: absolute;
}

.home .hero_texti h1:after {
    content: "X";
    width:20px;
    height:20px;
    text-align: center;
    bottom:-15px;
    left:calc(50% - 10px);
    position: absolute;
    font-size: 40px;
    color: #ec3e22;
    font-weight: 600;
}
*/
.hero_texti h2 {
    color:rgba(255,255,255,0.7);
    font-size: 24px;
    font-weight: 300;
    margin: 20px 0 10px;
    text-align: center;
    font-weight: 400;
    display:block;
}

.home .hero_texti h2 {
    color:rgba(255,255,255,0.9);
    font-size: 24px;
    font-weight: 300;
    margin: 20px 0 0px;
    text-align: center;
    font-weight: 700;
    display:block;
}

.showheadline .hero_texti h1, .showheadline .hero_texti h2 { display:inline-block; }

.hero_texti h1 span, .hero_texti h2 span {
    background: rgba(0,0,0,0.7);
    display: inline-block;
    padding:4px 8px;
    clear: both;
}

.home .hero_texti h1 span, .home .hero_texti h2 span {
    background: rgba(0,0,0,0);
    display: inline-block;
    padding:4px 8px;
    clear: both;
}

.hero_texti a.nanar {
    display: inline-block;
    padding:5px 20px;
    background:#fff46d;
    color:#000;
    font-size: 16px;
    text-transform: uppercase;
}

a.nanar {
    display: inline-block;
    padding:5px 20px;
    background:#260d0d;
    color:#fff;
    font-size: 25px;
    float: right;
    font-family: 'dosis' !important;
    text-transform: uppercase;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #260d0d;
}

.efni {
    width:100%;
    min-height:300px;
    padding: 0px;
    position: relative;
    float: left;
    margin-bottom:50px;
    padding-top: 40px;
}
/*
.home .efni {
    border-top: 10px solid #fff46d;
}
*/


h1.section_title {
    display: inline-block;
    background: rgba(0,0,0,0.95);
    color: #fff;
    padding: 2px 10px;
    font-size: 32px;
    font-weight:400;
    margin:10px 0px;
    text-transform: uppercase;
    max-width: 70%;
}

h2.section_title {
    display: block;
    color: #000;
    padding: 2px 10px;
    font-size: 38px;
    font-weight:900;
    margin:10px 0 30px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    text-align: center;
}

h2.section_title span {
    border-bottom: 3px solid #ef3c18;
    padding:10px 20px;
}

h2.sidbar_title {
    display: inline-block;
    background: rgba(0,0,0,0.95);
    color: #fff;
    padding: 2px 10px;
    font-size: 22px;
    font-weight:400;
    margin:10px 0;
    text-transform: uppercase;
    max-width: 100%;
}

.entry-content h2, .parent-page h2 {
    display: inline-block;
    color: #000;
    padding: 2px 0px;
    font-size: 28px;
    font-weight:700;
    margin:10px 0;
    text-transform: uppercase;
    max-width: 100%;
    border-bottom: 3px solid #ef3c18
}

.entry-content h2.noborder, .parent-page h2.noborder {
    border-bottom: 0px solid #ef3c18
}

.entry-content h3 {
    display:table;
    color: #000;
    padding: 0;
    font-size: 24px;
    font-weight:700;
    margin:40px 0 0;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
}

.entry-content strong u {
    color:#ec3317;
}

.eining_frettir {
    width:100%;
    float: left;
}

.eining_frettir article {
    float: left;
    width: 70%;
    height: 615px;
}

.eining_frettir article.large:nth-child(4), .eining_frettir article.large:nth-child(10)  {
   float: right;
}

.eining_frettir article.small {
    width: calc(25% - 20px);
    margin: 0px 0px 15px 20px;
    height: 433px;
}

.eining_frettir.fbook article.small {
    height: 333px;
}

.eining_frettir.merchandise article.small {
    width: calc(25% - 20px);
    margin: 0px 0px 15px 20px;
}

.eining_frettir article.artists {
    width: calc(25% - 10px);
    margin: 0px 10px 10px 0px;
    height: 265px; 
    background: rgba(255,255,255,0.8);
    padding: 5px;
}

.eining_frettir article.headliners {
    width: calc(33.3334% - 10px);
    margin: 0px 10px 10px 0px;
    height: 400px; 
    position: relative;
    text-align: center;
}

.eining_frettir article.artists {
    width: calc(25% - 20px);
    margin: 0px 10px 10px 0px;
    height: 300px; 
    position: relative;
    background: transparent;
    display: inline-block;
    float: none !important;
}

.eining_frettir article.headliners.event {
    height: 360px;   
}

.eining_frettir article .mynd {
    position: relative;
    max-width: 100%;
    height: 415px;
}

.eining_frettir article.small .mynd {
    max-width: 100%;
    height: auto;
    height: 192px;
    margin-bottom:5px;
    border-bottom: 3px solid #ffc612 !important;
}

.home .eining_frettir article.small .mynd {
    margin-bottom:5px;
    border-bottom: 3px solid #fff !important;
}

.eining_frettir article.artists .mynd {
    max-width: 100%;
    height: auto;
    height: 200px;
}

.eining_frettir.merchandise article.small .mynd {
    height:250px;
    border-top: 3px solid #ef3c18;
}

.eining_frettir.merchandise article.small .mynd figure{
    background-color: rgba(255,255,255,0.9);
}

.eining_frettir article.headliners .mynd {
    max-width: 400px;
    width: 100%;
    height: auto;
    height: 310px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
}

.eining_frettir article.artists .mynd {
    max-width: 240px;
    width: 100%;
    height: auto;
    height: 200px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
}



.eining_frettir article.headliners h3 {
    font-size: 28px;
    text-align: center;
}

.eining_frettir article.headliners h3 a  {
    color:#fff;
}

.eining_frettir article.headliners h3 a span  {
    color:#fff;
    font-size: 16px;
}

.eining_frettir article .mynd img, .eining_frettir article.artists .mynd img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
}

.eining_frettir article figure {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
}

.eining_frettir article h2 {
   display: block;
    z-index: 1;
    color: #260d0d;
    padding: 0px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 90px;
    line-height: 1;
}

.eining_frettir article h2 a {
    color: #000;
    text-decoration: none;
}

.eining_frettir.merchandise article h2 { min-height: 100px; } 

.eining_frettir.merchandise article h2 a { color: #fff; } 

.eining_frettir article time {
   display: inline-block;
    left: 0;
    z-index: 1;
    color: #000;
    padding: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin:0;
}

.eining_frettir article.small time {
   font-size: 11px;
    bottom:-25px;
}

.eining_frettir article .text {
    color:#ffc612;
    padding: 5px 0px 0 !important;
    overflow: hidden;
}

.home .eining_frettir article .text {
    color:#000;
}

.eining_frettir.merchandise article .text {
    color:#ef3c18;
    height: 40px;
    padding: 5px 0px 0 !important;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    background: #fff;
}

.eining_frettir.merchandise article a.booknow {
    background:#ffda01 !important;
    height: 40px;
    padding: 5px 0px 0 !important;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    display: block;
}

.eining_frettir article.small .text {
    line-height: 1.2;
}

.eining_frettir article.headliners .text {
    padding: 10px 15px !important;
    line-height: 1;
    background:#010001;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    margin: 10px auto 0;
    display: inline-block;
}

.eining_frettir article.artists .text {
    padding: 15px !important;
    line-height: 1;
    background:#010001;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    margin: 10px auto 0;
    display: inline-block;
}

.eining_frettir article.artists .text h3 {
    font-size: 20px;
    text-align: center;
}

 .eining_frettir article#post-9859.headliners h3 {
    font-size: 26px;
}

.eining_frettir article.artists .text h3 a {
   color:#fff;
}

.eining_frettir article .text h3 span {
    color:#fff;
    font-size: 16px;
}

.eining_frettir article.headliners.event .text {
    height: 90px;
    padding: 40px 10px 0;
    line-height: 1;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.linkur_local {
    display: block;
    position: absolute;
    height: 90px;
    width: 90px;
    right: 0;
    top: 0;
    background: #000;
    color: #fff;
    text-align: center;
    padding:25px 0 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.linkur_local:hover {
    background: rgba(238 ,59 ,23,0.95);
    color: #fff;
    text-decoration: none;
}

#menu-item-6008 ul {
    width: 280px;
    border-top: 7px solid transparent;
}

.DesignCodedby {
    width:50%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    color:#fff;
    display: block;
    float: right;
}

.DesignCodedby a {
    color:#ffc612;
}

.eining_frettir article.artists figure, .eining_frettir article.headliners figure  {
    background-position:top center;
}

.efni.gray_background {
    background:rgba(0,0,0,0.7);
}

.eining_frettir article.artists .text .soialicons {
    float:none;
    font-size: 18px;
    margin-top: 7px;
}
.eining_frettir article.headliners .text .soialicons {
    float: none;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
}
.eining_frettir article.artists .text .soialicons a, .eining_frettir article.headliners .text .soialicons a {
    color:#ffc612;
}

.category-lineup2017 .soialicons {
    float:right;
    font-size: 18px;
    margin-bottom: 10px;
}

.category-lineup2017 .soialicons a {
    color:#ff3800;
    box-shadow: none;
}

.front_sidenews_text p, .front_mainnews_text p {
    padding:0;
    margin:0;
}

.Sponsors h1 { text-align: center; font-size: 32px; color:#fff; font-weight: 400;margin:20px 0;text-transform: uppercase; }

/* a.btn {
    background: rgba(242,74,0,0.8) none repeat scroll 0 0;
    border: 10px solid rgba(252, 198, 0 ,0.7);
    border-radius: 170px;
    color: #ffffff;
    display: block;
    font-family: "Dosis";
    font-size: 31px;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto;
    padding: 50px 15px 45px 20px;
    text-align: center;
    text-decoration: none;
    width: 180px;
    text-transform: uppercase;
}
*/

a.btn {
    display: none;
    margin: 0 auto;
    text-indent: -3330px;
    width: 200px;
    height: 200px;
    background:url(../img/secretsolstice_booknow.png);
    position: absolute;
    top:410px;
    left: calc(50% - 100px);
    background-size: 200px 200px;
    z-index: 9;
    background-position: top;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

a#frambooknow_top.btn {
    display: none;
    margin: 0 auto;
    text-indent: -3330px;
    width: 130px;
    height: 150px;
    background:url(../img/secretsolstice_booknow.png);
    position: fixed;
    top:-200px;
    left: calc(100% - 130px);
    background-size: 150px 150px;
    z-index: 9;
    background-position: left bottom;
}

a#frambooknow.btn.scroll {
    top:260px;
    background-size: 200px 200px;
}

a#frambooknow_top.btn.scroll {
    top:35px;
    background-size: 150px 150px;
}

.btn_desc { text-align: center;width:440px;margin: 0 auto;padding-top: 10px; }

.btn:hover {
  text-decoration: none;
  color:#fff !important;
}

.Sponsorsbar {
    text-align: center;
}

.Sponsorsbar ul li {
    display: inline-block;
    margin: 10px 30px;
}

.fp_inner_Sponsorbar {
	margin: 0 auto 30px;
	width: 80%;
}

.category .efni, .single .efni, .page .efni {
    margin-top:0px;
}

article.post .entry-content {
    background: #fff;
    width:70%;
    float: left;
}

article.page .entry-content {
    background: #fff;
    width:100%;
    float:left;
    border: 1px solid #ccc;
}

.single .efni figure {
    height:300px;
    width:100%;
}

/* Mobile Menu */

.fp_mobilemenu {
	position: fixed;
	padding: 1px 10px;
	height: 50px;
	width: 50px;
	top: 10px;
	right: 10px;
	font-size: 36px;
	cursor: pointer;
	border-radius: 2px;
	color: #FFF;
    display: none;
    z-index: 10;
}

.fp_mobilemenu:after {
	content: "\f0c9";
	font-family: FontAwesome;
}

.fp_mobilemenu_x {
	z-index: 100;
}

.fp_mobilemenu_x:after {
	content: "\f00d";
	font-family: FontAwesome;
}

.fp_mobilelayer {
	position: fixed;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.9;
    z-index: 11;
    overflow: auto;

}

#mm_layer {

}

.mm_layer_content {
	margin: 60px auto;
	width: 50%;
	height: 50%;
	text-align: center;
	color: white;
}

.mm_layer_content h2 {

}

.mm_hide {
	display: none;
}

.mobile_menu_container {
	
}

.mobile_menu_container a {
	color: white;
	font-size: 30px;
    text-transform: uppercase;
}

.mobile_menu_container li:first-child {
	padding-top: 40px;
}

.mobile_menu_container ul.sub-menu li:first-child {
	padding-top: 10px;
}

.mobile_menu_container ul.sub-menu {
	margin-bottom: 20px;
}

.mobile_menu_container ul.sub-menu li a {
	color: white;
	font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
}

.mobile-menu {
	
}

.mobile_red_border{
	
}

.fa-resident_advisor {
    background:url(../img/residen_atdvisor.png);
    height:16px;
    width: 20px;
}

.sidebar article {
    height:100px;
    width:100%;
    margin:0 0 10px 0;
}

.sidebar article .mynd, .sidebar article .mynd figure {
    height:100px;
    width:100px;
    float:left;
}

.sidebar article .text {
    height:100px;
    width:calc(100% - 100px);
    float:left;
    background: #fff;
    padding:5px 10px;
    line-height: 1;
}

.upplysingar {
    background:#fff;
    width:100%;
    min-height:100px;
    padding:10px;
}

.upplysingar.event {
    font-size: 18px;
    position: relative;
}


.upplysingar.event .linkur_local {
    position: relative;
    height: 40px;
width: 100%;
    padding:5px;
    margin-top: 30px;
}
/*
.upplysingar a {
    color:#f23418;
}
*/

.video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-background {
    overflow:hidden;
    width: 100%;
    height: 500px;
} 

.entry-content,
.entry-summary {
	font-size: 16px;
    line-height: 1.5; 
}

.entry-content a,
.entry-summary a {
    color:#ef3c18 !important;
}

.entry-content ul {
    list-style-type: square !important;
    margin-left: 20px;
    color: #ef3c18;
}

.entry-content ul li  {
    margin-bottom: 10px;
    color: #000;
}

.entry-content a.takkinn {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    background:#260d0d;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #260d0d;
    color:#fff !important;
}

.entry-content a.takkinn:after {
    content: "\f0a9";
	font-family: FontAwesome;
    padding-left: 10px;
}


a.url_button {
    position: relative;
    width: auto;
    display: inline-block;
    padding: 5px 16px;
    height: auto;
    font-size: 16px;
    margin-top: 10px;
    color: #fff !important;
    background:#260d0d;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 4px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.url_button:hover {
    color: #fff !important;
    background:#000;
}

.bg-video {
    width:100%;
    height:470px;
    position: relative;
    top:0;
    left:0;
    z-index: 2;
}

.herooverlay {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/title_background.png);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.bg-video #player {
    position: absolute;
    top: -220px;
    left: 0;
    width: 100%;
    height: calc(100% + 500px);
    z-index: -2;
}


.bg-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#menu-item-6803 ul.sub-menu {
    width:220px;
}

.page-template-page-SideEvents .eining_frettir article.headliners.event {
    height:460px;
}

.scheduleTable {
    border:1px solid #fff;
    background: #fff;
    width:calc(25% - 10px);
    float:left;
    margin-right: 10px;
    font-family: 'Dosis', sans-serif;
    table-layout: fixed;
} 

.scheduleTable.ragarok {
    width:calc(50% - 10px);
}

.scheduleTable tr th:first-child {
    border-bottom:1px solid #fff;
    color:#232323;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    border-right: none;
} 

.scheduleTable tr td:first-child {
    border-bottom:1px solid #fff;
    color:#232323;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    border-right: none;
    width:30%;
} 

.scheduleTable tr th:first-child {
    font-size: 22px !important;
} 

.scheduleTable tr th:last-child {
    border-bottom:1px solid #fff;
    font-weight: 700;
    padding: 5px 0;
    border-right: none;
} 

.scheduleTable tr td:last-child {
    border-bottom:1px solid #fff;
    font-weight: 700;
    padding: 5px 0;
    border-right: none;
    width:70%;
} 

.scheduleTable tr th:last-child {
    background: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-right: none;
} 

.scheduleTable tr th span {
    border-bottom: 3px solid #ef3c18;
    padding: 5px 10px;
} 

.scheduleTable tr th small {
    width: 100%;
    clear: both;
    font-weight: 400;
    float: left;
    margin-top: 8px;
} 


.scheduleTable tr:nth-child(even) {background: #f7f6f5}


.scheduleTable.red tr td:first-child, .scheduleTable.red tr th:first-child {
    border-bottom:1px solid #f37c20;
    color:#FFF;
} 

.scheduleTable.red tr th:first-child {
    color:#dc9f28;
} 


.scheduleTable.red tr td:last-child, .scheduleTable.red tr th:last-child {
    border-bottom:1px solid #f37c20;
} 

.scheduleTable.red tr th:last-child {
    background: #faa819;
} 

.scheduleTable tr:last-child td, .scheduleTable.red tr:last-child td {
    border-bottom: none !important;
} 


.scheduleTable.red tr:nth-child(odd) {background: #f16422}

.scheduleTable sub {
    bottom: 0;
    color:#db353e;
}

.scheduleTable.red sub {
    bottom: 0;
    color:#fdd900;
}

.scheduleDay {
    width:100%;
    float:left;
    margin: 30px 0;
} 

.mustsee_tours *, .mustsee_tours *::before, .mustsee_tours *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; 
}

.mustsee_tours .tour {
    width: calc(25% - 20px);
    margin: 5px;
    float: left;
    background: #fff;
    box-sizing: border-box;
}

.mustsee_tours figure {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.mustsee_tours .tour figure {
    width: 100%;
    height: 220px;
    border-bottom: 3px solid #ef3c18;
}

.mustsee_tours figure img {
    display: none;
}

.mustsee_tours figure a {
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0);
}

.mustsee_tours figure a:hover {
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0);
}

.mustsee_tours .linkuraalla {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0;
    font-family: 'Dosis', sans-serif;
}

.mustsee_tours .linkuraalla a {
    display:inline-block;
    margin:0 auto;
    padding: 10px 20px;
    border:1px solid #ebeaea;
    background: #fff;
    text-transform: uppercase;
    color:#000;
}

.mustsee_tours .linkuraalla a strong {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}

.mustsee_tours .tour .textinn {
    width:100%;
    float:left;
    height:70px;
    padding:10px 15px;
    font-family: 'Dosis', sans-serif;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    min-height: auto;
    background: #000;
}

.mustsee_tours .tour .textinn h3 {
    font-size: 20px;
    color:#000;
    text-transform: uppercase;
}

.mustsee_tours .tour .textinn h3 a {
    color:#fff;
}

.mustsee_tours .tour .verd {
    width:100%;
    float:left;
    height:62px;
    padding:20px 10px 10px;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    text-align: center;
}

.mustsee_tours .tour .verd span {
    color:#EF6212;
}

.mustsee_tours .estimated {
    width:100%;
    float:left;
    color:#666666;
    margin-top: 2px;
    font-size: 14px;
}

.mustsee_tours .tour .verd .duration {
    width:100%;
    float:left;
    color:#000;
    margin-top: 10px;
}

.mustsee_tours a.booknow {
    text-align: center;
    width:calc(100% - 20px);
    height:40px;
    line-height: 40px;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    color:#fff;
    background:#ef3c18;
    display:block;
    float: left;
    margin:0 10px;
}

.mustsee_tours .tour .verd strong {
    font-family: 'Dosis', sans-serif;
    font-weight:700;
}

.merchandise h3 {
    display: inline-block;
    z-index: 1;
    color: #000;
    padding: 0px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 130px;
}

.alterative h2.section_title  { color: #000; }

.tour {
    margin-right: 10px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.tour {
    width: calc(25% - 20px);
    margin: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    background:rgba(255,255,255,0.8);
    padding:5px;
}

.tour figure {
    width: 100%;
    height: 170px;
    border-bottom: 3px solid #EF6212;
}

.tour .textinn, .efnid .tour .textinn { 
    width: 100%;
    min-height: 70px;
    padding: 0 10px;
}

.showtours .tour h2, .efnid .tour h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.showtours .tour .nafn, .efnid .tour .nafn {
    float: left;
    margin: 0 0 10px;
    min-height: 43px;
    width:100%;
}

.showtours .tour .description, .efnid .tour .description {
    min-height: 60px;
    float:left;
    width:100%;
    display: none;
}

.showtours .tour .takki, .efnid .tour .takki  {
    width:100%;
    line-height:45px;
    height:45px;
    border-top: 1px solid #dddddd;
}

.showtours .tour .takki div, .efnid .tour .takki div {
    width:20%;
    float:left;
}

.showtours .tour .takki div a, .efnid .tour .takki div a {
    color:#444;
}

.showtours .tour .takki div a:hover, .efnid .tour .takki div a:hover {
    color:#bf0404;
}
 
.showtours .tour .takki > .verdfra, .efnid .tour .takki > .verdfra {
    width:calc(100% - 0px);
    float:left;
    font-size: 14px;
    color:#4f4f4f;
}

.showtours .tour .takki > .verdfra strong, .efnid .tour .takki > .verdfra strong {
    color:#20658e;
}

a.booknow {
    text-align: center;
    width: calc(100% - 30px);
    height: 40px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    background: #EF6212;
    display: block;
    float: left;
    margin: 0 10px;
}

.tour .textinn {
    width: calc(100% - 0px);
    float: left;
    height: 70px;
    padding: 0px 10px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
    color: #626262;
    font-weight: 500;
}

.tour .verd {
    width: calc(100% - 0px);
    float: left;
    height: 122px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-align: center;
}


#InstagramMyFeed {
    display: block;
}

div.intragram {
	height:200px;	
	float:left;
	width:10%;
	position: relative;
    overflow: hidden;
}

div.intragram img {
	height:100%;	
	width:100%;
}

div.intragram .instagrammerki {
	position: absolute;
    left: 10px;
    top: 10px;
	color:#fff;
}

h2.instragram_h2 {
    background: rgba(229,121,23,1);
    padding: 11px 0px;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 3;
    float:left;
    height:90px;
    width:100%;
    text-align: center;
    text-transform: uppercase;
}

h2.instragram_h2 span {
    width:100%;
    display: block;
    clear: both;
}

h2.instragram_h2 strong {
    width:100%;
    display: block;
    font-size: 32px;
}

section {
    width:100%;
    float:left;
}
.alternative {
    width:100%;
    float:left;
    background:rgba(229,121,23,1);
    border-top: 1px solid #ca650a;
    border-bottom: 1px solid #ca650a;
    padding:20px 0;
    margin-bottom:20px;
}

.alternative h2.section_title { color:#fff; }
.alternative .eining_frettir article h2 a { 
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-size: 20px;
    line-height: 17px; 
}

.home .alternative .eining_frettir article h2 a { 
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px; 
    max-height: 103px;
    overflow: hidden;
    display: block;
}

.alternative p.infotext {
    text-align: center;
    color:#fff;
    font-size: 20px;
}

.single-post #frambooknow, .single-post #frambooknow_top { display:none; } 

.alpha { 
    width:calc(65% - 30px);
    margin-right: 30px;
    background: #fff;
    padding:20px;
    float: left;
}

.delta { 
    width:calc(35% - 0px);
    margin-right: 0px;
    background: #fff;
    padding:20px;
    float: left;
}

.verd.bigger { font-size: 1.4em; }

.whyboowithus {
    background: #fff;
    padding: 10px;
    font-size: 14px;
    width:100%;
}

ul.whyboowithus li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    color: #31a8df;
}
 
ul.whyboowithus li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

footer .soialicons {
    text-align: center;
    width:100%;
}

footer .soialicons a {
    display: inline-block;
    color:#fff;
    font-size: 24px;
    margin:0 5px; 
    float:left;
}

.parent-page {
    width:100%; 
    margin: 10px 0;
    background:#fff;
    border: 1px solid #ca650a;
    height:262px;
    float: left;
}

.parent-page .mynd {
    width:50%; 
    height:260px;
    float:left;
}

.parent-page .texti {
    width:50%; 
    height:260px;
    float:right;
    padding:20px;
    background:#fff;
}

.parent-page:nth-child(2n) .mynd {
    float:right;
}

.parent-page:nth-child(2n) .texti {
    float:left;
}

.merchandise .item {
    width: calc(25% - 20px);
    margin: 0 0 15px 20px;
    float: left;
    background: transparent;
    box-sizing: border-box;
    min-height: 380px;
}

.merchandise .item .mynd {
    width: 100%;
    margin: 0 0 15px 0;
    height:244px;
}

.merchandise .item h3 {
   border: none;
    font-size: 20px;
    min-height: 20px;
    margin: 10px 0 5px;
}

.merchandise .item h3 a {
    color:#000 !important;
    text-decoration: none !important;
    box-shadow:0 0 0 !important;
}

.merchandise .item h4 {
   border: none;
    font-size: 20px;
    min-height: 20px;
    margin: 0px;
    color:#999;
}

.home .merchandise .item h4 {
    color: #fff;
}

.eventdetails h2 { 
    margin: 0 0 8px;
    min-height: auto !important;
}

ul.socialul {
    margin:10px 0;
    list-style-type: none !important;
    padding: 0;
}

ul.socialul li {
    margin:0 5px 0 0;
    float: left;
}

ul.socialul li a.social  {
    float: left;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 1px solid #000;
    background: transparent;
    color:#000;
    font-size: 26px;
    margin-left: 5px;
    position: relative;
    height: 42px;
    width: 42px;
    margin: 0;
    line-height: 40px;
    text-align: center;
}

ul.socialul li a.social.facebook  {
    background: #3b5998;
    border: 1px solid transparent;
    color: #fff !important;
}


ul.socialul li a.social.instagram  {
    background: #966842 !important;
    border: 1px solid transparent;
    color: #fff !important;
}

ul.socialul li a.social.twitter {
    background: #00aced;
    border: 1px solid transparent;
    color: #fff !important;
}

ul.socialul li a.social.spotify {
    background: #84bd00;
    border: 1px solid transparent;
    color: #fff !important;
}

.extras {
    display: block;
    height:300px;
    width:100%;
    background:#fff;
    border-bottom: 3px solid #ffc612;
}

.extras.dark {background:#000; color:#fff; }
.extras.aur { 
    background: rgb(225,42,112);
    background: -moz-linear-gradient(180deg, rgba(225,42,112,1) 0%, rgba(241,138,60,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(225,42,112,1) 0%, rgba(241,138,60,1) 100%);
    background: linear-gradient(180deg, rgba(225,42,112,1) 0%, rgba(241,138,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e12a70",endColorstr="#f18a3c",GradientType=1);
    color:#fff; 
    height: auto; 
    text-align: center;
    color:#fff; 
    padding:0 0 40px; 
    font-size:20px; 
}

.extras.aur a { color:#e9bb34; font-weight: bold; }
.extras.aur img { max-height: 150px; }
.extras.dark h3 {color:#ffc609; font-size: 20px; margin-top: 20px;text-transform: uppercase;}
.extras.dark h2 {color:#fff; font-size: 30px; margin-top: 0px; text-transform: uppercase;}
.extras.dark h2 span {color:#ec3e22; padding: 0 3px; }
.extras.dark p {margin-top: 5px;}

.nedritakki {
    margin:20px 0;
    width:100%;
    float:left;
    text-align: center;
}
.extras .takki,.extras.dark .takki, .lineup .takki, .bloggid .takki,.extras.aur .takki {
	display: inline-block;
    height: 40px;
    line-height: 40px;
    margin:30px 0 0;
    color:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background:#ee3f23;
    text-transform: uppercase;
    padding:0px 10px;
    font-size: 18px; 
    position: relative;
    z-index: 2;
    font-weight: 700;
}

.extras .takki:after, .extras.dark .takki:after, .lineup .takki:after, .bloggid .takki:after {
	content: "";
    height: 46px;
    line-height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:rgba(230,30,29,0.5);
    text-transform: uppercase;
    padding:0 10px;
    position: absolute;
    z-index: -1;
    width: calc(100% + 6px);
    top: -3px;
    left: -3px;
}


.extras.aur .takki {
	display: inline-block;
    height: 40px;
    line-height: 40px;
    margin:5px 0 0;
    color:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background:#e9bb34;
    text-transform: uppercase;
    padding:0px 10px;
    font-size: 16px; 
    position: relative;
    z-index: 2;
    font-weight: 700;
}

.extras.aur .takki:after {
	content: "";
    height: 46px;
    line-height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:rgba(233,187,52,0.5);
    text-transform: uppercase;
    padding:0 10px;
    position: absolute;
    z-index: -1;
    width: calc(100% + 6px);
    top: -3px;
    left: -3px;
}

.lineup .takki, .bloggid .takki {
    background:#f37824;
}

.extras.aur .takki {
    background:#ec3e22;
}

.lineup .takki:after, .bloggid .takki:after {
    background:rgba(243,120,36,0.5);
}

.extras.aur .takki:after {
    background:rgba(236,62,34,0.5);
}

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

.extras.applications { height: auto; }

.extras .extra {
    width: calc(25% - 40px);
    height: 194px;
    float: left;
    margin: 0 20px;
    text-align: center;
}

.extras .extra.fullw { 
    width: calc(100% - 40px);
    height: 250px;
}

.extras .extra figure {
    width: 196px;
    height:194px;
    float: left;
    margin-right: 20px;
    background:#fff;
    border-left: 2px solid #fff;
}

.extras .extra h3 {
    margin:40px 0 20px;
    color:#111;
    text-transform: uppercase;
    line-height: 1;
    font-size: 24px;
}

.extras .extra h2 {
    margin:0px 0 18px;
    color:#000;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
}

.extras .extra p {
    margin:5px 0 10px;
    color:#000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
}

.extras .extra a.takki {
    margin:5px 0;
    /*color:#fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    border:1px solid #fff;
    background:rgba(0,0,0,0.3);
    padding:6px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

h1.lineup_name {
    margin:0;
    font-size: 32px;
} 

.artist_social { 
    width:100%;
    height:60px;
    float:left;
    font-size: 23px;
}

.artist_social a { text-decoration: none; box-shadow: none; }

.artists_headliners {
    width:100%;
    display: block;
    float:left;
    font-weight: 700;
    font-size: 26px;
}
.artists_headliners span {
    color:#ef3c18;
}

.artists_major {
    display: inline-block;
    float:left;
    font-weight: 400;
    font-size: 18px;
    color:#000;
    margin-right: 10px;
}

.artists_major span {
    color:#ef3c18;
}

h2.sidebarheadline  {
    color:#111;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h2.sidebarheadline span {
    border-bottom: 3px solid #ef3c18;
    padding: 10px 0px;
}

.postid-8703 #frambooknow_top { display:none !important; }

.page-template-page-lineup .efni {
    background: #ebeef3;
    border-top:4px solid #f7bf2f;
}

section.lineup, section.partnes {
    background: #ebeef3;
    border-bottom: 3px solid #ee3f23;
}

section.lineup h2, section.partnes h2 {
    color:#010001;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
}

section.lineup h2.section_title, section.partnes h2.section_title {
    color:#010001;
    margin-bottom: 30px;
    font-size: 42px;
}

section.lineup h2.section_title span, section.partnes h2.section_title span  { border-bottom-color: #ee3f23; }

.entry-content .soialicons a {
    float:left;
    text-decoration: none;
    box-shadow: none;
    margin-right: 8px;
}

.entry-content .soialicons a i.fa {
    font-size: 30px;
    
}

.social_contact {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}


.slick-next {
    position: absolute;
    right:0; 
    top: 50px;
    z-index: 2;
    width: 40px;
    height: 40px;
    text-indent: -300px;
    overflow: hidden;
    padding:10px;
    background: rgba(0,0,0,0.7);
}

.slick-next:after {
    content: "»";
    position: relative;
    top: -25px;
    left: -1px;
    width: 20px;
    height: 10px;
    color: #fff;
    display: block;
    z-index: 17;
    text-indent: 0px;
    font-size: 36px;
    font-weight: 700;
}

.slick-prev {
    position: absolute;
    left:0; 
    top: 50px;
    z-index: 2;
    width: 40px;
    height: 40px;
    text-indent: -300px;
    overflow: hidden;
    padding:10px;
    background: rgba(0,0,0,0.7);
}
.slick-prev:after {
    content: "«";
    position: relative;
    top: -25px;
    left: -3px;
    width: 20px;
    height: 10px;
    color: #fff;
    display: block;
    z-index: 17;
    text-indent: 0px;
    font-size: 36px;
    font-weight: 700;
}


.slick-prev {
    background: rgba(230,30,29,0.7) !important;
    top: 250px;
    left: -20px;
}

.slick-next {
    background: rgba(230,30,29,0.7) !important;
    top: 250px;
    right: -20px;
}

.bloggid {
    background:#ffc612;
    border-bottom: 4px solid #f37824;
    margin-bottom: 0;
}

.bloggid .mynd { 
    border:4px solid #fff;
}

.bloggid .eining_frettir article h2 {
    font-size: 20px;
    min-height: 60px;
}

.bloggid .eining_frettir article.small time {
    font-size: 13px;
    font-weight: 700;
}

.information_kubbar {
    background-image: url(../img/information_back.png);
    background-repeat: repeat-x;
    background-color: #ebeef3;
    border-bottom:4px solid #ee3f23;
    margin-bottom: 0;
}

.information_kubbar .parent-page {
    width:calc(25% - 20px);
    float:left;
    height:500px !important;
    border:none;
    margin:15px 10px;
    background: transparent;
    text-align: center;
}

.information_kubbar .parent-page .mynd {
    width:100%;
    height:205px;
    float:left;
}

.information_kubbar .parent-page .texti {
    width:100%;
    height:295px;
    float:left;
    background: transparent;
    z-index: 5;
    position: relative;
}

.information_kubbar .parent-page .texti h2 {
    width:100%;
    display: block;
    background:#fff;
    margin-top: -70px;
    padding:20px 0;
    border-bottom-color: #f7bf2f;
    font-size: 24px;
}

.information_kubbar .parent-page .texti .infotexti { min-height: 160px; }

.mustseeblog_kubbar {
    background-color: #fff;
    border-bottom:4px solid #fff;
    margin-bottom: 0;
}

footer .eining {
    width:calc(25% - 20px);
    margin:60px 10px 10px;
    float:left;
    min-height: 270px;
    color:#fff;
    font-weight: 300;
    font-size: 16px;
}

footer .einingar {
    width:calc(50% - 20px);
    margin:60px 10px 10px;
    float:left;
    min-height: 270px;
    color:#fff;
    font-weight: 300;
    font-size: 16px;
}

footer .eining h3, footer .einingar h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    color:#fff;
    font-weight: 300;
}

footer .eining a, footer .einingar a {
    color:#fff;
    font-weight: 700;
    text-decoration: underline;
}

footer .infotext {
    float:left;
    text-align: left;
}

.bil { height:200px; width:100%; float: left; }
#sb_instagram { 
    background:#ffc612;
    float: left;
    width: 100%;
    padding-bottom: 0 !important;
}

.spotify_embed {
    width:calc(100% - 0px);
    float:left;
}

.spotify_embed iframe { 
    width:100%;
}

.youtube_embed {
    width:calc(100% - 0px);
    float:left;
}

.dagsetting2020 {
    font-family: 'Dosis', sans-serif;
    position: absolute;
    top: 370px;
    left:calc(50% - 160px);
    color:#fff;
    height: 40px;
    width: 320px;
    padding: 7px !important;
    line-height: 1;
    background:#000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 4;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}

.dagsetting2020 span { color:#ec3e22; }

.nyrbooknow {
    position: absolute;
    top: 340px;
    left:calc(50% - 125px);
    color:#000000;
    height: 40px;
    width: 250px;
    padding: 7px !important;
    line-height: 1;
    background:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 4;
    text-align: center;
    
}

.nyrbooknow a { 
    color:#000000;
    font-size: 24px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 4;
}

.nyrbooknow:before {
    content: "";
    position: absolute;
    bottom:-5px;
    left:-5px;
    color:#000000;
    height: 50px;
    width: 260px;
    padding: 10px !important;
    line-height: 1;
    background:rgba(255,255,255,0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 1;
}

.booknow_mobile {
    position: fixed;
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,0.9);
    text-align: center;
    padding: 15px;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 999;
}

.booknow_mobile a {
    color:#fff;
    font-size: 22px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 4;
    background:rgba(238,63,35,1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding:0 20px;
}

.spotify_embed h2 span, .youtube_embed h2 span, .spotify_embed strong span {
    display:none;
}

#nf-field-19 {
    background-color: #ffc609;
    color: #260d0d;
}

nf-field { 
    float:left;
    width:50%;
    padding:0 10px;
}

nf-field:last-child { 
    float:left;
    width:100%;
    padding:0 0px;
}

#nf-field-23 { padding: 5px; height:auto;  }

#mce-error-response a { color:#fff578; }
#mce-success-response a { color:#fff578; }

#mc_embed_signup div.response {width:100% !important; }

#mc_embed_signup .mc-field-group { padding-bottom: 1% !important; }

.takkar_kaupa {
    width:60%;
    float: left;
    text-align: center;
    padding-right:40px;
}

.takkar_kaupa_Under18 {
    width:40%;
    float: left;
    text-align: center;
}

.newtakki {
    display: inline-block;
    padding:10px 20px;
    margin-right: 20px;
    margin-top: 20px;
    color:#fff;
    background:#ec7f2b;
    border-radius: 5px;
    border:5px solid #ea965e;
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
}

.newtakki_youth {
    display: inline-block;
    padding:10px 20px;
    margin-right: 20px;
    margin-top: 20px;
    color:#000;
    background:#fec532;
    border-radius: 5px;
    border:5px solid #c8b27c;
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
}

.ourpartners {
    text-align: center;
    padding: 50px 0;
}

a.spons {
    display: inline-block;
    height:120px;
    width:120px;
    margin: 10px;
}

a.spons figure {
    height:120px;
    width:120px;
    background-color: transparent;
}

a.spons.stor {
    height:103px;
    width:260px;
}

a.spons.stor figure {
    height:103px;
    width:260px;
    background-color: transparent;
}


ul.lineup {
    padding:0;
    margin: 10px 0 30px;

}

ul.lineup li {
    font-family: 'Dosis', sans-serif;
    padding: 10px 26px 10px 25px;
    line-height: 1;
    background:#010001;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    margin: 10px auto 0;
    display: inline-block;
    font-size: 24px;
}

ul.lineup li:before {
    font-family: 'Dosis', sans-serif;
    content: "x";
    left:8px;
    top:9px;
    color:#fdc51d;
    position: absolute;
}

ul.lineup li:after {
    font-family: 'Dosis', sans-serif;
    content: "x";
    right:8px;
    top:9px;
    color:#fdc51d;
    position: absolute;
}

.icelandeclipse {
    font-size: 0 !important;
    margin-top: 20px !important;
    height: 78px !important;
    width: 205px !important;
    background-image: url(../img/iceland_eclipse.png);
    background-size: cover;
}