@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;700&family=Red+Hat+Text:wght@400;700&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
    background: #fff;
    color:#242424;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding:80px 0 0;
    margin:0 auto;
    height: 100%;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
    font-family: 'Red Hat Text', sans-serif;
}

a {
    color:#be3239;
    text-decoration: underline;
}

.skip-link { display:none; }

h1, h2, h3, h4 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 600;
    font-style: normal;
}

h1 span, h2 span, h3 span, h4 span { color:#70d5ce; }

h1.article-h1 {
    font-size: 40px;
}

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

strong {
    font-weight: 600;
}

.h20 {
    height:20px !important;
}
.h30 {
    height:30px !important;
}
.h60 {
    height:60px !important;
}
.mt-40px {
    margin-top: 40px;
}

.mtb30px {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

.mb20px {
    margin-bottom: 20px !important;
}

.mbspecialpx {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.m0 {
    margin: 0;
}

.wrapper {
    max-width: 1420px;
    width:100%;
    margin:0 auto;
    padding: 0 20px;
}



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

figure img {
    display:none;
}

figure a.linkur {
    display:block;
	width: 100%;
	height: 100%;
    z-index: 1;
    position: absolute;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    visibility: visible;
}

section {
    width:100%;
    float: left;
    clear: both;
    background: #fff;
    padding: 50px 0;
}

section.alternative {
    background:#f9f9f9;
    border-bottom:1px solid #ebeaea;
    border-top:1px solid #ebeaea;
}

section.catheader { padding:30px 0 10px;}
section.article-content { padding:10px 0 30px;}

section.ferdmyndir {
    padding:0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: left;
}

.mt10 {
    margin-top: 10px;
}

header.header {
    width:100%;
    height:80px;
    background:rgba(255,255,255,0.8);
    z-index: 10;
    font-size: 18px;
    box-shadow: 0px 4px 13px rgba(0,0,0,0.03);
    position: fixed;
    top:0;
    left:0;
    -webkit-transition: .50s ease-in-out;
    -moz-transition: .50s ease-in-out;
    -o-transition: .50s ease-in-out;
    transition: .50s ease-in-out;
}

header.header.scroll {
    background:rgba(255,255,255,1);
}

header.header a {
    text-decoration: none;
}

header.header a span {
    color: #dddddd;
}

.merkidokkar {
    height:60px;
    display: inline-block;
    padding: 0;
    margin: 10px 0;
    font-size: 16px;
    width: 118px;
    
}

.merkidokkar a {
    height:60px;
    position: relative;
    display: inline-block;
    color:#000;
    line-height: 1;
    padding:0;
    width: 118px;
    text-align: center;
    overflow: hidden;
    text-indent: -2000px;
}

.merkidokkar a span {
    color:#dddddd;
    clear: right;
}

.merkidokkar a:before {
    height: 60px;
    width: 118px;
    position: absolute;
    left:0px;
    top:0px;
    content: "";
    background-image:url(../img/soti_summits.svg);
    background-size: cover;
}

h2.millifyrirsogn {
    margin:0px auto 10px;
    font-size: 32px;
    text-align: center;
    position: relative;
    z-index: 2;
    width:100%;
    max-width: 700px;
}

h2.millifyrirsogn:before {
    width:100%;
    height:1px;
    top:50%;
    left:0;
    position: absolute;
    background:#e92e5b;
    content: "";
    z-index: -1;
}

h2.millifyrirsogn span {
    padding:0 30px;
    background:#fff;
    color:#000;
}

h2.millifyrirsogn span a {
    text-decoration: none;
    color:#000;
}

section.alternative h2.millifyrirsogn span {
    background:#f9f9f9;
}

h4.yfirfyrirsogn {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    color:#70d5ce;
}

h2.fyrirsogn {
    margin-top: 0;
    font-size: 26px;
    font-weight: 700;
}

p.undirfyrirsogn {
    font-size:22px;
    margin-top:10px;
}

div.undirfyrirsogn p {
    font-size:22px;
    margin-top:10px;
}

.thridji {
    background-color: #fcfdff;
    display: inline-block;
    margin: 15px;
    padding: 30px 20px;
    width:calc(33.33334% - 30px);
    min-height:390px;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
    border: 1px solid #cfe3fb;
}

.thridji i {
    font-size: 50px; 
    margin-bottom: 20px;
}
    
.thridji h3 { 
    font-size: 28px;
    margin: 5px 0 0;
    line-height: 1;
    color:#0a3f81;
    font-weight: 700;
}

.thridji h3 span { 
    color:#ec008c;
    text-transform: none;
}

.thridji p {
    margin: 15px 0;
    font-size: 16px;
}

.thridji .verd { 
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.thridji .verd.spar { 
    font-size: 16px;
    color:#a7a6a4;
    margin-top: 5px;
}

.thridji .verd strong {
    color:#021175;
    font-weight: 700;
}

.thridji .verd.spar strong { 
    color:#a7a6a4;
}

.thridji .takki {
    display: inline-block;
    margin:20px auto 0;
    padding:12px 20px;
    background: #fff;
    color:#ea4c89;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: .50s ease-in-out;
    -moz-transition: .50s ease-in-out;
    -o-transition: .50s ease-in-out;
    transition: .50s ease-in-out;
    font-weight: 800;
    border: 2px solid #ea4c89;
}

.thridji .takki:hover {
   background:rgba(234,76,137,0.05);
}

.fjordi {
    display: inline-block;
    margin: 18px 8px;
    padding: 0px;
    width:calc(25% - 21px);
    min-height:280px;
    border-radius: 6px;
    text-align: left;
    vertical-align: top;
}

.fjordi:first-child {
    margin: 20px 10px 20px 0;
    width:calc(25% - 10px);
}

.herbergi {
    display: inline-block;
    margin: 18px 8px;
    padding: 0px;
    width:calc(33.333334% - 21px);
    min-height:280px;
    border-radius: 6px;
    text-align: left;
    vertical-align: top;
}

.herbergi:first-child {
    margin: 20px 10px 20px 0;
    width:calc(33.333334% - 10px);
}


.sidebar .fjordi {
    width:calc(100% - 0px);
    margin: 5px 0px;
    min-height: 80px;
}

.sidebar .fjordi figure {
    height: 80px;
    width: 80px;
    border-radius: 5px;
}

.sidebar .fjordi figure .posttag {
     display: none;
}

.sidebar .fjordi .textinn {
    width: calc(100% - 80px) !important;
    text-align: left;
    padding: 0 10px !important;
    height: 80px !important;
    margin: 0 !important;
}

.sidebar .fjordi .textinn h3, .sidebar .fjordi .verd {
    text-align: left;
    font-size: 16px;
}

.fimmti {
    min-height:60px;
    border:1px solid #eee;
    display: inline-block;
    background: #fff;
    font-weight: 700;
    padding:15px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    margin: 5px;
    width:calc(20% - 10px);
    border-radius: 6px;
}

.fimmti a {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    color:#000;
    padding: 15px;
    -webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
    border-radius: 6px;
}

.fimmti a:hover { 
    background-color: #f4f4fd;
    text-decoration: underline solid #131e68;
}

.fimmti i { 
    margin-right: 10px;
    font-size: 30px;
    float: left;
}

.fjordi .tour {
    float: left;
    width:100%;
}

.fjordi figure {
    height:170px;
    width:100%;
}

.gottadvita figure {
    height:160px;
    width:100%;
    border-radius: 5px 5px;
}

.gottadvita figure figcaption {
    position: absolute;
    z-index: 1;
}

.duration {
    margin-top: 5px;
    width:100%;
    display: inline-block;
    font-size: 14px;
    color:#a7a6a4;
}

.fjordi .textinn {
    width:100%;
    display: inline-block;
    height: 110px;
    padding: 0 5px;
}

.fjordi .blog .textinn {
    width:calc(100% - 40px);
    margin-left: 40px;
    margin-top: -40px;
    height: 110px;
    padding: 15px;
    background: #fff;
    position: relative;
    z-index: 2;
    text-align: left;
}

.fjordi .textinn h3 {
    margin: 5px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.tour .textinn p {
    margin: 10px 0;
    color:#000;
}

.fjordi .tour .textinn h3 {
    min-height: 30px;
}
.fjordi .blog .textinn h3 {
    text-align: left;
}

.fjordi .textinn h3 a {
    color:#000;
    text-decoration: none;
}

.fjordi .verd  {
    font-size: 16px;
    color:#a7a6a4;
    font-weight: 400;
    text-align: center;
}

.fjordi .verd span  {
    color:#d11044;
}

.fjordi .verd strong.oldprice {
    text-decoration: line-through;
    color:#a7a6a4;
    font-weight: 300;
    font-size: 16px;
    margin-right: 10px;
}

.kynning {
    width:100%;
    margin:0px;
    padding:0;
}

.kynning .texti {
    width:calc(100% - 500px);
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding: 50px 50px 0 0;
}

.kynning .texti h2 { font-size: 36px; line-height: 1.1;margin-bottom: 20px; }
.kynning .texti h2 span { color:#0a3f81; }

.tour .verd .duration {
    width: 100%;
    float: left;
    color: #000;
    margin-bottom: 10px;
    font-size: 15px;
}

.tour h3 { margin-top: 10px; }

.tour h3 a { color:#000; text-decoration: none;margin-top: 10px; }

.kynning .mynd {
    width:500px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    position: relative;
}

.kynning .mynd img { 
    max-width: calc(100% - 0px);
    height: auto;
    margin: 0px 0 0 0px;
}

/* .kynning .mynd:before { 
    position: absolute;
    content: " ";
    width:100%;
    height:100%;
    background-image: url(../img/background.png);
} */

.utskyringar {
    width:100%;
    margin: 50px 0;
    min-height: 50px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
}

.utskyringar .skyring {
    width:calc(33.33334% - 10px);
    margin-right: 10px;
    min-height: 50px;
    display: inline-block;
    border-right:1px solid #dddddd;
    padding: 0 10px;
}

.utskyringar .skyring:last-child {
    border-right:0px solid #dddddd;
}


.utskyringar .skyring .icon {
    width:50px;
    height:50px;
    float: left;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
}

.fimmti .icon {
    width:50px;
    height:50px;
    float: left;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    margin-top: -10px;
    margin-left: -8px;
}

.icon.stars5hotel {
    background-image: url(../img/icons/5-stars-hotel.svg);   
    margin-top: -12px;
}

.icon.pool {
    background-image: url(../img/icons/001-swimming-pool.svg);  
    margin-top: -7px;
    margin-left: -2px;
    width: 40px;
    height: 40px;
}

.icon.icecream {
    background-image: url(../img/icons/ice-cream.svg);   
}

.icon.theatre {
    background-image: url(../img/icons/theatre.svg);  
    margin-top: -11px;
    margin-left: -5px;
}

.icon.bokasofn {
    background-image: url(../img/icons/003-books.svg);  
    margin-top: -4px;
    margin-left: -2px;
    width: 40px;
    height: 40px;
}

.icon.cinema {
    background-image: url(../img/icons/004-popcorn.svg);  
    margin-top: -7px;
    margin-left: -2px;
    width: 40px;
    height: 40px;
}

.icon.skidasvaedi {
    background-image: url(../img/icons/005-ski.svg);  
    margin-top: -7px;
    margin-left: -2px;
    width: 40px;
    height: 40px;
}

.icon.utivist {
    background-image: url(../img/icons/002-park.svg);  
    margin-top: -7px;
    margin-left: -2px;
    width: 40px;
    height: 40px;
}


.icon.restaurant {
    background-image: url(../img/icons/restaurant.svg);   
    margin-top: -12px;
}

.icon.taxi {
    background-image: url(../img/icons/taxi.svg);  
    margin-top: -12px;
}

.icon.partyball {
    background-image: url(../img/icons/party-ball.svg);   
}

.icon.rjomatik {
    background-image: url(../img/icons/honeymoon.svg);   
}

.icon.roomkey {
    background-image: url(../img/icons/room-key.svg);   
}

.icon.gps {
    background-image: url(../img/icons/gps.svg);   
}

.icon.sofn {
    background-image: url(../img/icons/museum.svg);   
}

.icon.golf {
    background-image: url(../img/icons/golf.svg);   
}

.icon.leikhus {
    background-image: url(../img/icons/tragedy.svg); 
    height: 42px;
    width: 42px;
    margin-top: -7px;
    margin-left: -4px;
}

.utskyringar .skyring .textinn {
    width:calc(100% - 60px);
    display: inline-block;
}

.utskyringar .skyring .textinn h3 {
    margin:5px 0 0;
}

.upplysingagluggi {
    width:100%;
    min-height: 140px;
    padding:30px 0;
    color:#fff;
    margin: 40px 0;
}

.home .upplysingagluggi {
    margin-bottom: 0;
    color:#242424;
}

footer {
    background:#fbfbfb;
    padding:40px 0 40px;
    margin-top: 40px;
    border-top: 1px solid #f2f2f2;
    font-size: 14px;
    width: 100%;
    float: left;
}

.home footer {
    margin-top: 0px;
}

footer h2 {
    margin:0 0 10px;
    font-size: 18px;
}

.siteinfo {
    background: #333;
    font-size: 13px;
    padding: 7px 0 15px;
    color: #fff;
    width:100%;
    float:left;
}

footer a, .siteinfo a {
    color: #57cdc5;
    text-decoration: none;
}

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

/* .samfes {
    float: right;
} */

.ninetofive {
    display: inline-block;
    width:100%;
    vertical-align: top;
}

.siteinfo .wrapper {
    padding-top: 10px;
}

.sidebar h2.millifyrirsogn {
    margin: 0 0 20px;
}

.gottadvita {
    width:calc(25% - 20px);
    float: left;
    margin: 15px 10px;
    min-height: 250px;
}

.gottadvita .verkefni_mynd {
    height:170px;
    overflow: hidden;
}

.gottadvita .texti {
    width:100%;
    float: left;
    height:80px;
    padding: 0 5px;
    border-radius: 0 0 5px 5px;
}

.gottadvita .texti h3 {
    margin: 15px 5px 0px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.gottadvita .texti h3 a {
    color:#242424;
    text-decoration: none;
}

ul.posttags {
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
}

ul.posttags a {
    color:#a7a6a4;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.article-content {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}

.sidebar {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
}

.mynd_adal {
    margin-bottom: 30px;
}

.blogmynd_adal {
    height: 360px;
    width:100%;
    margin: 0 0 30px 0;
    float: left;
}

.ferdmyndir .mynd_adal {
    height: 360px;
    width:50%;
    margin: 0;
    float: left;
}

.ferdmyndir .mynd_adrar {
    height: 360px;
    width:50%;
    float: right;
    margin: 0;
}


.ferdmyndir .mynd_tvo {
    height: 100%;
    width:50%;
    float: left;
    margin: 0;
    padding: 0 0 0px 3px;
}

.ferdmyndir .mynd_thrju {
    height: 100%;
    width:50%;
    float: left;
    margin: 0;
    padding: 0 0 0px 3px;
}

.ferdmyndir .mynd_fjogur {
    height: 180px;
    width:50%;
    float: left;
    margin: 0;
    padding: 0 0 0px 3px;
    display: none;
}

.ferdmyndir .mynd_fimm {
    height: 180px;
    width:50%;
    float: left;
    margin: 0;
    padding: 0 0 0px 3px;
    display: none;
}

.vidtokum {
    float:left;
    margin-right:5px;
    margin-top:5px;
    width: 36px;
    height: auto;
    border-radius: 2px;
    border: 1px solid #eee;
}

.sidebar h2 {
    color:#000;
    font-size: 20px;
    border-bottom: 1px solid #d11044;
    padding-bottom: 3px;
}

.sidebar h2.toph2 {
    margin-top: 0px;
}

.gottadvitaul {
    list-style-type: none;
    padding: 0;
    margin:0;
}

.gottadvitaul li {
    margin: 5px 0;
    padding-left: 10px;
    widows: 100%;
}

.gottadvitaul a {  color:#424242;text-decoration: none; } 
.gottadvitaul a:hover {  color:#131e68; } 
.gottadvitaul a span {color:#d11044; font-weight: 500;  }

article.post-type-page {
    float: left;
    background: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
    width: 100%;
}

.cartpadding {
    padding: 0 20px !important;
}

ul.whyboowithus {
    margin: 0 0 40px 20px;
    padding:0;
    color:#131e68;
}

.posttag {
    position: absolute;
    bottom:5px;
    left:5px;
    background: #000;
    border-radius: 3px;
    z-index: 0;
    display: inline-block;
    padding:3px 6px;
    font-size: 13px;
    color:#fff; 
}

.posttag a { 
    color:#fff;
    text-decoration: none;
}

.posttag.verd, .posttag.verdid {
    right:5px;
    left: auto;
    background:#d11044;
}

.ferd_fyrirsogn {
    font-size: 40px;
    margin-bottom: 0;
}

.catheader .undirfyrirsogn {
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
    padding: 0;
    font-family: 'Red Hat Display', sans-serif;
}

.ferdmyndir {
    margin-bottom: 30px;
    height: 360px;
}

a.takki {
    display: inline-block;
    background:#fff;
    color:#ea4c89;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #ea4c89;
    -webkit-transition: .50s ease-in-out;
    -moz-transition: .50s ease-in-out;
    -o-transition: .50s ease-in-out;
    transition: .50s ease-in-out;
}

a.takki:hover { 
    background:rgba(234,76,137,0.05);
}

.midjutakki {
    width:100%;
    clear: both;
    margin: 10px auto 40px;
    text-align: center;
}

a.takki_nanar {
    display: inline-block;
    background:#fff;
    color:#777;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 8px;
    text-decoration: none;
    margin: 0px auto;
    border: 2px solid #ddd;
    -webkit-transition: .50s ease-in-out;
    -moz-transition: .50s ease-in-out;
    -o-transition: .50s ease-in-out;
    transition: .50s ease-in-out;
}

a.takki_nanar:hover { 
    background:#fcfcfc;
    border:2px solid #cfe3fb;
}

#myndir_rvk img {
    display: block;
    position: absolute;
}

#myndir_rvk {
    position: relative;
    min-height: 380px;
}

.faq {
    width:100%;
    padding:15px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.faq.l {
    border-bottom: none;
}

.faq strong { font-size: 20px; font-weight: 700; }
.faq p { margin: 10px 0; }

.page-head { padding-top: 20px; }
.page-head h1 { font-size: 34px; margin-bottom: 0; }
.page-head h1 span { color:#0a3f81; }
.page-head h3 { font-size: 22px; font-weight: 600;margin-top: 10px; }

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

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

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

.hero_item figure {
    width:100%;
    height:457px;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}

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

.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;
}

.hero_texti {
    position: absolute;
    top: 120px;
    left: calc(50% - 250px);
    color: #fff;
    font-size: 26px;
    height: auto;
    width: 500px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 4;
    text-transform: uppercase;
    text-align: center;
}

.home .tour, .category .tour  {
    width: calc(100% - 0px);
    min-height: 425px;
}

.tour figure {
    width: 100%;
    height: 170px;
}

.tour .textinn {
    width: 100%;
    float: left;
    height: 155px;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    color: #626262;
    overflow: hidden;
}

.tour .verd {
    width: 100%;
    float: left;
    padding: 5px;
    font-size: 18px;
    text-align: center;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
}

.herbergi figure {
    width: 100%;
    height: 250px;
}

.herbergi .textinn {
    width: 100%;
    float: left;
    min-height: 140px;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    color: #626262;
}
.herbergi .textinn p {
    margin: 10px 0;
}

.herbergi .textinn h3 {
    font-size: 24px;
    margin: 5px 0;
}

.herbergi .textinn h3 a {
    color:#000;
    text-decoration: none;
}
  
    
.estimated {
    width: 100%;
    float: left;
    color: #666;
    margin-top: 2px;
    font-size: 14px;
}

.tour .verd .duration {
    width: 100%;
    float: left;
    color: #000;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
}

.tour .verd .difficulty {
    width: 50%;
    float: left;
    color: #000;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}

.tour .verd .minage {
    width: 50%;
    float: left;
    color: #000;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}

a.booknow {
    text-align: center;
    width: calc(100% - 20px);
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background: #000;
    display: block;
    float: left;
    margin: 20px 10px 10px;
    text-decoration: none;
}

a.bokanuna {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #d11044;
    display: inline-block;
    margin: 20px auto;
    text-decoration: none;
    padding:10px 30px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    border-radius: 6px;
}

.bokatakki {
    width:100%;
    text-align: center;
    float: left;
}

.big_tau {
    width:40%;
    float: left;
}

.tau {
    width:20%;
    float: left;
}

.small_tau {
    width:20%;
    float: left;
}

footer .merki {
    height: 60px;
    width: 118px;
    background-image: url(../img/soti_summits.svg);
    background-size: cover;
}

.flokkar_nagrennid {
    width:100%;
    margin-top: 10px;
}

.nagrenni {
    width:50%;
    float:left;
    min-height: 400px;
    margin-bottom: 30px;
}

.undirsidur {
    width:33.333334%;
    float:left;
    margin-bottom: 30px;
}

.undirsidur.um {
    width:100%;
    float:left;
    margin-bottom: 30px;
}

.nagrenni .mynd {
    width:50%;
    float:left;
    min-height: 400px;
    background:#fefefe;
}

.undirsidur .mynd {
    width:100%;
    float:left;
    background:#fefefe;
    padding: 15px;
}

.undirsidur.um .mynd {
    width:25%;
    float:left;
    min-height: 400px;
    background:#fefefe;
    padding: 0;
}

.undirsidur.um:nth-child(even) .mynd {
    float:right;
}

.nagrenni .mynd figure {
    width:100%;
    min-height: 360px;
}

.undirsidur .mynd figure {
    width:100%;
    min-height: 200px;
}

.undirsidur.um .mynd figure {
    width:100%;
    min-height: 300px;
}

.nagrenni .texti {
    width:50%;
    float:left;
    min-height: 400px;
    padding: 0 20px;
}

.undirsidur .texti {
    width:100%;
    float:left;
    padding: 0 20px;
}

.undirsidur.um .texti {
    width:75%;
    float:left;
    padding: 0 0 0 40px;
}

.undirsidur.um:nth-child(even) .texti {
    padding: 0 40px 0 0;
}

.nagrenni .texti h3 { margin:10px 0 10px;font-size: 24px;  } 
.undirsidur .texti h3 { margin:10px 0 10px;font-size: 24px;  } 

.nagrenni:nth-child(3) .mynd, .nagrenni:nth-child(4) .mynd, .nagrenni:nth-child(7) .mynd, .nagrenni:nth-child(8) .mynd, .nagrenni:nth-child(11) .mynd, .nagrenni:nth-child(12) .mynd {
  float:right;
}

.cat_ferdir {
    width: calc(16.6666666667% - 20px);
    margin: 10px;
    float: left;
    height:120px;
    position: relative;
}

.cat_ferdir.gonguferdir {
    background-image: url(https://www.sotisummits.is/wp-content/uploads/2020/07/dalaleid.jpg);
    background-size: cover;
    background-position: center;
}

.cat_ferdir.hjolreidar {
    background-image: url(https://www.sotisummits.is/wp-content/uploads/2020/07/soti-Lodge33.jpg);
    background-size: cover;
    background-position: center;
}

.cat_ferdir a {
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    padding: 40px 10px 0;
    text-align: center;
    color:#fff;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 600;
    background:rgba(0,0,0,0.3);
}

.cat_ferdir a span { 
    width:100%;
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.kaupandi {
    width:70% !important;
    float:left;
    padding-right:40px;
}

.karfanmin {
    width:30% !important;
    float:left;
    padding-left:40px;
}

.kaupandi h3, .karfanmin h3 {
    margin-top: 10px;
    color: #696969;
    border-bottom: 1px solid #d11044;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

label {
    color:#707070;
}

.checkout_field {
    border: 1px solid #ccc;
    padding: 9px;
    width: 100%;
    clear: both;
    display: block;
    font-size: 16px;
    border-radius: 3px;
    color:#777;
}

.verdlina {
    width: 100%;
    border-top:1px solid #ccc;
    padding:10px 0;
    font-size: 18px;
    text-align: right;
}

.verdlina.heild {
   font-weight: bold;
}

.verdlina span {
    color: #c5c5c5;
    font-weight: normal;
}

.short  {
    width:200px;
}

.xshort  {
    width:60px;
}

.fifty {
    width:50%;
    float: left;
}

.fifty.l {
    padding-right: 10px;
}

label span { color:red; }

#btn_booknow {
    width: 100%;
    display: block;
    color: #fff;
    background: #e5154a;
    text-align: center;
    padding: 10px 5px;
    font-size: 18px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    margin: 25px 0 0px;
    border: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}

.error {
    color:#cc224e;
    font-size: 15px;
    margin:0px 0;
    display: none;
    float: right;
}

span.divider {
    float:left;
    padding: 0 5px;
    line-height: 40px;
}

#gildi_ar {
    float: left !important;
    clear: none;
}

#gildi_man {
    float: left !important;
    clear: none;
}

::-webkit-input-placeholder { /* Edge */
  color: #999;
    line-height: 20px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
    line-height: 20px;
}

::placeholder {
  color: #999;
    line-height: 20px;
}

.villumelding {
    margin: 10px 0;
    text-align: center;
    color:#cc224e;
    font-size: 18px;
}

#btn_booknow { cursor: pointer; }

.offertitle {
    text-align: center;
    color:#d11044;
    margin:0;
}

.offerinfo {
    text-align: center;
    margin:5px 0 20px;
}

section.offers {
    background: #d11044;;
    padding: 20px 0 30px;
    border-top:1px solid #fff;
}

section.offers.ekkerttilbod {
    display: none;
}


.offereitt {
    width: calc(50% - 0px);
    padding-right: 30px;
    float: left;
    border-right: 1px solid #ddd;
}

.offertvo {
    width: calc(50% - 30px);
    margin-left: 30px;
    float: left;
}

section.offers.eitttilbod .offereitt {
    width: calc(100% - 0px);
    padding-right: 0px;
    float: left;
    border-right: 0;
    border-bottom: 0 !important;
}

section.offers.eitttilbod .offertvo {
    display: none;
}

.offers h3 {
    margin: 5px 0;
    font-weight: 900;
    font-size: 24px;
    color:#fff;
}

.offers a { 
    color:#fff;
    text-decoration: underline;
}

.offers h3 a { 
    text-decoration: none;
    
}

.offers p { margin:0;color:#fff; }

section.newsletter {
    background: #fdfdfd;
    padding: 20px 0 30px;
    border-top:1px solid #dde2e2;
    text-align: center;
    color:#232323;
}

section.newsletter h3 {
    text-align: center;
}

.formidmailchimp {
    width:100%;
    max-width: 500px;
    text-align: center;
    padding:5px;
    border:1px solid #cfcfcf;
    background:#fff;
    color:#232323;
    font-size: 16px;
    font-family: 'Red Hat Text', sans-serif;
     -webkit-appearance: none;
}

.sendamailchimp {
    width:100%;
    max-width: 200px;
    text-align: center;
    padding:5px;
    border:1px solid #10b9ad;
    background:#10b9ad;
    color:#fff;
    font-size: 16px;
    font-family: 'Red Hat Text', sans-serif;
    font-weight: 600;
     -webkit-appearance: none;
}

.undirflokkar {
    width:100%;
    text-align: center;
    display: block;
    font-size: 18px;
}

.undirflokkur {
    display: inline-block;
    margin:3px;
    padding:5px 8px;
    border:1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    color:#232323;
}

.undirflokkur:hover {
    background-color: #FDFDFF;
    border:1px solid #d11044;
}

.undirflokkur.on {
    color:#fff;
    background-color: #d11044;
    border:1px solid #d11044;
}

.undirflokkur.on:hover {
    background-color: #d11044;
}

/***My Css***/
p.cus-lodge-desc
{
    text-align: center;
}
button#bookNowCTAMobile
{
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #d11044;
    text-decoration: none;
    padding: 10px 30px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    border-radius: 0px;
    border:0px;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    display: none;
}
@media(max-width:767px)
{
    .activemobbtn {
        display: block !important;
    }
    .single-post .siteinfo {
        padding: 10px 0 55px 0px;
    }
    .postid-320 .siteinfo, .postid-323 .siteinfo,
    .postid-325 .siteinfo, .postid-328 .siteinfo,
    .postid-313 .siteinfo, .postid-310 .siteinfo {
        padding: 10px 0 10px 0px;
    }
    div#booking_calender {
        padding-bottom: 10px;
    }
    section.landing-article .fjordi.simple_blog {
        margin-bottom: 0px;
    }
}
/***Quote Form Styling***/
.sidebar .nf-form-fields-required {
    display: none;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    font-family: inherit;
    background: #fff !important;
    border-radius: 6px !important;
}
.sidebar #ninja_forms_required_items, .sidebar .nf-field-container {
    margin-bottom: 10px !important;
}
.sidebar .nf-form-content textarea.ninja-forms-field {
    height: 120px !important;
}
.sidebar .nf-form-content {
    padding: 25px 25px 17px 25px;
    background: #d6d6d6;
    border-radius: 6px;
}
.sidebar .nf-form-content input[type=button]{
    text-align: center;
    font-size: 18px;
    color: #fff !important;
    background: #d11044 !important;
    text-decoration: none;
    padding:10px 30px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    border-radius: 6px;
}
.sidebar .nf-form-content input[type=button]:hover{
    cursor: pointer;
}
.sidebar .nf-response-msg {
    color: green;
}
.sidebar .tour figure {
    margin: 0.2em 0em;
}
section.ferdmyndir figure {
    margin: 0.5em 0;
}
.sidebar-form {
    margin-top: -15px;
    margin-bottom: 35px;
}
.nf-response-msg p br {
    display: none !important;
}
/***Article Styling***/
.mynd_adal.simple_post_adal
{
    width: 100%;
}
ul.terms_post {
    padding-left: 0px;
}
ul.terms_post li {
    list-style: none;
    display: inline-block;
    padding-right: 5px;
}
ul.terms_post li i {
    margin-right: 5px;
}
ul.terms_post li a {
    text-decoration: unset;
}
h1.arch_title {
    margin-bottom: 0px !important;
    padding-top: 20px;
}
.fjordi.simple_blog {
    margin-bottom: 55px;
}
section.landing-article .fjordi.simple_blog {
    margin-bottom: 35px;
}
span.data_time_simple {
    color: #d11044;
}
.single-article .sidebar-form
{
display: none;
}
.fjordi.cust-art-grid p.article-desc {
    margin-top: 10px !important;
}
.fjordi.cust-art-grid p {
    margin: 0px !important;
}
/***Spacing Issue***/
.page-id-305 .tiled-gallery {
    margin: 30px 0 30px;
}
.page-id-305 .flokkar_nagrennid {
    margin-top: 30px;
}
.page-id-316 .tiled-gallery {
    margin: 30px 0 30px;
}
.page-id-316 .flokkar_nagrennid {
    margin-top: 30px;
}
nav ul li ul
{
    border: unset !important;
    background-color: whitesmoke !important;
}
body.archive {
    margin-top: 25px;
}
body.archive footer {
    margin-top: 20px;
}
.page-id-373 article.post-type-page {
    padding: 10px 0;
}
.nagrenni .texti h3 {
    margin: 0px 0 10px;
}
.page-id-52 .undirsidur.um {
    margin-bottom: 0px;
}

/***Activities Page***/

.undirsidur.um.activities_inner .mynd {
    width: 30%;
    min-height: 370px;
}
.undirsidur.um.activities_inner .mynd img {
border-radius: 25px 0px 25px 0px;
}
.undirsidur.um.activities_inner .texti {
    width: 70%;
}
.undirsidur.um.activities_inner .texti h3 {
    margin: 20px 0 10px;
}
article.post-type-page {
    padding: 0px 0;
    margin-bottom: 0px;
}
.page p.undirfyrirsogn {
    margin-bottom: 0px;
}
.page .mynd_adal {
    margin-bottom: 30px;
    margin-top: 30px;
}
.undirsidur.um:last-child {
    margin-bottom: 0px !important;
}
.page-id-627 .page-head h1, .page-id-631 .page-head h1 {
    margin-bottom: 20px;
}
.undirsidur.um.activities_inner figure{
    min-height: 340px;
    border-radius: 25px 0px 25px 0px;
}
.team-list .undirsidur.um .mynd figure {
    min-height: 360px;
    border-radius: 25px 0px 25px 0px;
}

/***Team Page**/
h3.team_name {
    margin: 10px 0 10px !important;
}
p.team_position {
    color: #70d5ce;
    font-weight: 600;
    margin: 0px;
    font-family: 'Red Hat Display', sans-serif;
}
img.team_image {
    border-radius: 25px 0px 25px 0px;
}
.team-list i {
    font-size: 22px;
    margin-right: 5px;
    color: #242424;
}

/***Not Found Page****/
section.not_found_Section {
    text-align: center;
}
.not_found_icon {
    background-image: url(https://www.sotisummits.is/wp-content/uploads/2021/09/error-404.png);
    width: 150px;
    text-align: center;
    height: 150px !important;
    margin: 0 auto;
}

/***footer***/
.tau.tac.about_widget .menu, .tau.tac.team_widget .menu {
    top: unset;
    transition: unset;
    opacity: 1;
    z-index: unset;
    width: unset;
    height: unset;
    list-style: none;
    padding-left: 0px;
}
.tau.tac.about_widget li, .tau.tac.team_widget li {
  padding-bottom: 5px;
}
.big_tau p {
    line-height: 21px;
    margin: 0px;
}
.siteinfo p {
    margin: 0px;
}
.small_tau img {
    margin-left: 10px;
}
.single-post section.catheader, .single-article section.catheader  {
    padding: 10px 0 10px !important;
}
.post-type-archive .not_article {
    display: none;
}
h2.jp-carousel-photo-caption {
    font-family: 'Red Hat Display', sans-serif;
}
/***Responsive***/
@media(max-width:767px)
{
    .home .tour, .category .tour {
        margin: 10px 0 10px !important;
    }
    .fjordi:first-child, .fjordi {
        margin: 10px 0px 0px 0 !important;
    }
    .herbergi, .herbergi:first-child {
        margin: 10px 0px !important;
    }
    .home .undirflokkar {
        margin-bottom: 20px;
    }
    section.cus-landing-cat, section.alternative.cus-landing-lodge {
        padding: 45px 0px 30px 0px;
    }
    section.alternative.cus-landing-lodge {
        padding: 50px 0px 25px 0px;
    }
    section.cus-landing-about {
        padding: 20px 0px 50px 0px;
    }
    .home section.offers {
        padding: 15px 0 20px;
    }
    section.cus-landing-blog {
        padding: 30px 0px 30px 0px;
    }
    .tour .textinn {
        height: auto;
    }
    .herbergi .textinn {
        min-height: auto;
    }
    body.archive {
        margin-top: 15px;
    }
    .undirsidur {
        margin-bottom: 15px;
    }
    .page-id-316 img.wp-image-727.aligncenter
    {
        margin: 2rem 0;
    }
    .page-id-373 .flokkar_nagrennid, .page-id-109 .flokkar_nagrennid {
        margin-top: 35px;
    }
    .page-id-373 .nagrenni .texti, .page-id-109 .nagrenni .texti {
        min-height: auto;
        padding: 0 0px;
    }
    .page-id-52 .undirsidur.um {
        margin-bottom: 30px;
    }
    section.article-content {
        padding: 10px 0 10px;
    }
    .sidebar-form {
        margin-top: 0px;
        margin-bottom: 45px;
    }
    .single-article .ferd_fyrirsogn {
        font-size: 30px;
    }
    .single-article .ferdmyndir {
        margin-bottom: 10px;
    }
    .postid-2139 h1.ferd_fyrirsogn {
        word-break: break-all;
        white-space: pre-wrap;
    }
    .h60 {
        height: 30px !important;
    }
    h2.millifyrirsogn span {
        padding: 0 0px;
    }
    .tau {
        width: 100% !important;
        margin-bottom: 0px !important;
    }
    .small_tau img {
        margin-left: 0px;
        margin-right: 10px;
    }
    footer {
        padding: 40px 0 40px;
    }
    .siteinfo {
        padding: 7px 0 7px;
    }
    .siteinfo .wrapper {
        padding-top: 0px;
    }
    .siteinfo p {
        line-height: 17px;
    }
    .single-post .ferdmyndir {
        margin-bottom: 5px;
    }
    .ferd_fyrirsogn
    {
        font-size: 30px;
    }
    .single-post p.undirfyrirsogn {
        margin-bottom: 10px;
    }
}
@media(min-width:768px)
{
    section.cus-landing-cat, section.cus-landing-lodge{
        padding: 70px 0px 35px 0px;
    }
    section.cus-landing-about {
        padding: 75px 0px;
    }
    section.cus-landing-blog {
        padding: 50px 0px 20px 0px;
    }
    section.offers, section.newsletter
    {
        padding: 30px 0 30px;
    }
    .offereitt {
        min-height: 150px;
    }    
    .samfes p:last-child {
        text-align: right;
        float: right;
    }
    .samfes p:first-child {
        text-align: left;
        float: left;
    }
}
@media (min-width:320px) and (max-width:414px)
{
    footer#footer .small_tau img {
        width: 80px !important;
    }
    footer#footer .small_tau {
        width: auto;
        float: left;
    }
}
@media(min-width:768px) and (max-width:991px)
{
    .undirsidur.um.activities_inner, .undirsidur.um {
        width: 100% !important;
    }
    .undirsidur.um.activities_inner figure {
        min-height: 420px;
    }
    .team-list .undirsidur.um .mynd figure {
        min-height: 600px;
    }
    .tau {
        width: 50%;
        margin-bottom: 15px;
    }
    .small_tau {
        width: 100%;
        float: left;
    }
    .small_tau img {
        float: left;
        margin-left:0px;
        margin-right: 10px;;
    }
    .samfes p:last-child {
        text-align: left;
        float: left;
    }
    .sidebar-form {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .single-post .ferdmyndir, .single-article .ferdmyndir {
        margin-bottom: 15px;
    }
    .single-post section.article-content {
        padding: 10px 0 10px;
    }
    .home .undirflokkar {
        margin-bottom: 25px;
    }
    .fjordi:first-child, .fjordi {
        margin: 20px 10px 5px 0px !important;
    }
    .herbergi {
        width: calc(50% - 18px);
    }
    section.cus-landing-cat, section.cus-landing-lodge {
        padding: 70px 0px 40px 0px;
    }
    section.cus-landing-blog {
        padding: 50px 0px 35px 0px;
    }
    .single-post .ferdmyndir {
        margin-bottom: 5px !important;
    }
}

@media(max-width:991px)
{
    .undirsidur.um.activities_inner .mynd {
        width: 100%;
        min-height: auto;
    }
    .undirsidur.um.activities_inner .texti {
        width: 100%;
    }
    .undirsidur.um.activities_inner .texti h3 {
        margin: 10px 0 10px;
    }    
    .undirsidur.um.activities_inner {
        padding: 0px 0px 0px 0 !important;
    }
    .undirsidur.um.activities_inner .texti {
        padding: 10px 0px 0px 0 !important;
    }
    .undirsidur.um .texti {
        padding: 10px 0px 10px 0 !important;
    }
    .undirsidur.um:nth-child(even) .mynd, .undirsidur.um:nth-child(even) .texti {
        padding: 10px 0px 10px 0px !important;
    }
    .team-list .undirsidur.um .mynd {
        padding: 10px 0px 10px 0;
    }
    .sidebar .fjordi .textinn {
        min-height: auto !important;
        height: auto !important;
    }
    .fjordi .tour .textinn h3 {
        min-height: auto;
    }
    .blogmynd_adal.lodge_cust_banner {
        margin-bottom: 15px;
    }
}
@media(min-width:992px)
{
.postid-320 .sidebar-form, .postid-323 .sidebar-form,
.postid-325 .sidebar-form, .postid-328 .sidebar-form,
.postid-313 .sidebar-form, .postid-310 .sidebar-form {
    margin-top: 0px;
}
}
@media(min-width:992px) and (max-width:1024px)
{
    .undirsidur.um.activities_inner .mynd, .undirsidur.um.activities_inner .mynd {
        min-height: auto !important;
    }
    img.ft_client_logo {
        width: 85px !important;
    }
    .sidebar .fjordi .textinn {
        min-height: auto !important;
        height: auto !important;
    }
    .sidebar  .fjordi .textinn h3
    {
      margin: 0px 0 0 0;
    }
    .tour .textinn {
        min-height: 185px;
    }
    section.cus-landing-blog .tour .textinn,
    .post-type-archive-article .tour .textinn {
        min-height: 215px;
    }
    section.cus-landing-blog {
        padding: 50px 0px 45px 0px;
    }
}