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

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

body {
    background: #fff;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding:120px 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";
}

body.single, body.page, body.archive {
    padding:100px 0 0 ;
}

h1, h2, h3, h4, .takki {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

h1.milli {
    text-align:center;
    font-size: 40px;
    text-transform: uppercase;
    color:#000;
    margin:0;
    float: left;
    width: 100%;
}

h2.milli {
    text-align:center;
    font-size: 40px;
    text-transform: uppercase;
    color:#585858;
    margin:20px 0;
    float: left;
    width: 100%;
}

.taxonomy-description {
    font-size: 18px;
    text-align:center;
    color:#000;
}

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

.clear {
    clear: both;
}

.fr { float:right; }
.fl { float:left; }
 
.alignright { float:right !important; margin:0 0 10px 10px !important; }
.alignleft { float:left !important; margin:10px 10px 0 0 !important; }

.h10 { height:10px !important; }
.h20 { height:20px !important; }

.fr { float:right !important;}
.p0 { padding:0 !important;}
.p1em { padding:0 1em !important;}
.pt40 { padding:20px 0 !important;margin-top: 0px !important; }
.pb0 { padding-bottom:0 !important;}

.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mt-59 { margin-top: 59px !important; }
.mt0 { margin-top: 0px !important; }

a {
	color:#fcb040;
	text-decoration:none;
	outline: 0;
}

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

.no-brder { border:none !important;}

header {
	width:100%;
	height:100px;
	z-index:3000;
	padding:0;
	float:left;
	background:#fff;
	color:#4f4f4f;
    border-bottom: 1px solid #eeeff3;
    -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;
    z-index: 1000;
    top:0;
}

header .wrapper { position: relative; }

header a, footer a { 
    color:#3b3b3b;
}

.merki {
    background-image: url(../img/laxnex_logo.png);
    width:119px;
    height:83px;
    display: block;
    text-indent: -3000px;
    overflow: hidden;
    background-size: 119px 83px; 
    margin: 8px;
    float: left;
}

@media not all, screen and (max--moz-device-pixel-ratio: 2) {

    .merki  {
		background-image: url(../img/laxnex_logo_v2.png);
	}
}


figure  {
    background-color: #f7f2e4;
    background-position: top 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 {
    display:block;
	width: 100%;
	height: 100%;
}


.banner {
    height:474px;
    width:65%;
    float:left;
    background: #f2f6f4;
    position: relative;
    border-right: 2px solid #fff;
    overflow: hidden;
}

.auglysing_1 {
    height:237px;
    width:35%;
    float:right;
    background: #f2f6f4;
    position: relative;
    border-bottom: 2px solid #fff;
}

.auglysing_2 {
    height:237px;
    width:35%;
    float:right;
    background: #f2f6f4;
    position: relative;
}

.abreida {
    background:rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    -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;
    z-index: 3;
}

.auglysing_1:hover .abreida, .auglysing_2:hover .abreida, .banner:hover .abreida  {
    background:rgba(0,0,0,0);
}


.banner .textinn {
    color:#fff;
    position: absolute;
    bottom:20px;
    left:20px;
    max-width: 60%;
    z-index: 10;
}

.banner .textinn h2 {
    font-size: 60px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.banner .textinn h3, .auglysing_1 .textinn h3, .auglysing_2 .textinn h3 {
    font-size: 26px;
    text-transform: uppercase;
    color:#fff;
    margin:5px 0;
    line-height: 1;
    font-weight: 400;
}

.banner .textinn h3 strong, .auglysing_1 .textinn h3 strong, .auglysing_2 .textinn h3 strong {
    font-size: 30px;
    color:#fcb040;
    font-weight: 700;
}

.estimated {
    width: 100%;
    float: left;
    margin-top: 2px;
    font-size: 16px;
    color:#f4f4f4;
    margin-bottom: 5px;
}

.auglysing_1 .estimated, .auglysing_2 .estimated, .banner .estimated  {
     color:#f4f4f4 !important;
}

.estimated strong {
    margin-right: 5px;
    color:#fcb040;
    font-weight: 400;
}

.duration {
    margin-bottom: 10px;
}

.duration i {
   color:#fcb040;
}

a.takki {
    background:#fcb040;
    display: inline-block;
    padding:5px 10px;
    color:#fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 10px;
    -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.takki:hover {
    background:#fff;
    color:#fcb040;
}

.auglysing_2 .textinn, .auglysing_1 .textinn {
    color:#fff;
    position: absolute;
    bottom:20px;
    left:20px;
    max-width: 90%;
    z-index: 11;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.auglysing_2 .textinn p, .auglysing_1 .textinn p {
    margin: 0;
    padding: 0;
}

.auglysing_2 .textinn h2, .auglysing_1 .textinn h2 {
    font-size: 40px;
    text-transform: uppercase;
}

.tour {
    width:calc(25% - 20px);
    margin: 10px;
    min-height: 410px;
    float:left;
    background: #f9f9f6;
}

.tour .tourtype {
    background:#40ADFC;
    color: #fff;
    padding:5px 10px;
    position: absolute;
    left:0;
    bottom:0px;
    font-size: 14px;
}

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

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

.tour .textinn h3 {
    font-size: 28px;
    color:#000;
    text-transform: uppercase;
    font-weight: 700;
}

.tour .textinn h3 a {
    color:#000;
}

.tour .verd {
    width:100%;
    float:left;
    padding:10px;
    font-size: 18px;
    text-align: center;
}

.tour .verd span {
    color:#40ADFC;
}

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

.tour .verd .duration {
    width:100%;
    float:left;
    color:#000;
    margin-top: 5px;
    font-size: 16px;
}

.tour .duration i {
   color:#40ADFC;
}

a.booknow {
    text-align: center;
    width:calc(100% - 20px);
    height:40px;
    line-height: 40px;
    font-size: 18px;
    color:#fff;
    background:#40ADFC;
    display:block;
    float: left;
    margin:0 10px;
    -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:hover.booknow {
    background:#00469b;
}

.tour .verd strong {
    font-weight:700;
    color:#000;
}

footer {
    background:#efefef;
    width:100%;
    min-height: 200px;
    padding:30px 0 10px;
    float: left;
}

footer div div.leef {
    width: 20%;
    float: left;
    min-height: 200px;
    padding: 10px;
    font-size: 15px;
}

footer div div.leef h2 {
    margin-bottom: 5px;
    font-size: 26px;
}

footer div div.parnters {
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 16px;
    padding: 20px 10px;
    border-top: 1px solid #ccc;
}

footer ul {
    list-style-type: none;
    margin: 0; 
    padding:0;
}

.socialbar {
    padding:30px;
    color:#fff;
    background:#fcb040;
    float: left;
    width: 100%;
}

.socialbar.grey {
    background:#f7f7f7;
    margin-top: 30px;
    color: #333;
}

.socialbar div div {
    width:33.3334%;
    float:left;
    text-align: center;
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 700;
}

.socialbar.grey div div {
    text-align: left;
    font-size: 22px;
    font-weight: 400;
}

.socialbar.grey div div div.vidburdir_texti {
    width:100%;
    padding:0 40px;
}

.socialbar.grey div div .takki {
    color:#fff;
}

.socialbar.grey div div .takki:hover {
    background: #00469b;
}

.socialbar.grey div div div.vidburdir_texti .vidburdur_dagur {
    margin-top: 0;
}

.socialbar.grey div div h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.socialbar.grey div div a {
    color: #00469b;
}

.socialbar div div i {
    border: 1px solid #fff;
    height:60px;
    width:60px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding: 10px;
    margin-right: 5px;
    font-size: 40px;
    -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;
}

.socialbar div div a:hover i {
    border: 1px solid #fff;
    background: #fff;
    color:#fcb040;
}

.socialbar div div:last-child i {
    padding: 9px 5px;
}

.socialbar div a {
    color:#fff;
}

.side-info {
    padding:10px;
    color:#fff;
    background:#333;
    width: 100%;
    float: left;
    font-size: 13px;
}

.side-info .info {
    float: left;
}

.side-info .creator {
    float: right;
}

.alterative { 
    background:#f9f9f6; 
    width:100%;
    float:left;
    padding:20px 0;
}

.stormynd {
    width:100%;
    height:460px;
    float:left;
    margin-bottom: 20px;
    background: #f4f4f4;
}

.entry-header .entry-title {
    font-size: 44px;
}

.efnid {
    float:left;
    width:calc(75% - 30px);
    margin-right: 30px;
}

.fleiri_frettir {
    float:left;
    width:25%;
}

.content-area {
    margin-bottom: 30px;
    width:100%;
    float:left;
}

.ufaq-faq-div {
    border-top:1px solid #eeeff3;
    background: #fcfcfc;
}

div.ufaq-faq-title h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color:#333;
}

.ewd-ufaq-post-margin-symbol {
    float:right !important;
}

.ewd-ufaq-post-margin-symbol { border-style: none !important;position: relative; }


.ewd-ufaq-post-margin-symbol:after {
    font-family: FontAwesome;
    content: "\f103";
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    -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;
    font-size: 28px;
    color:#00469b;
}

.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol:after {
    content: "\f102";
}

.ewd-ufaq-post-margin-symbol span {
    display: none;
}

.ufaq-faq-body {
    padding: 0px 5px 10px !important;
    padding-left: 4px !important;
}

div.ufaq-faq-post p {
    font-size: 16px;
}

.entry-content h2, .fleiri_frettir h2 { 
    font-size: 32px;
    margin: 10px 0;
}

.entry-content ul { 
    padding-left: 40px;
}

.ufaq-faq-category-title h4 {
    font-size: 34px;
    margin: 10px 0;
}

.booknow {
    width:100%;
    float:left;
    margin-top: -9px;
    position: relative;
    z-index: 2;
}

.booknow h2 {
    background:#00469b;
    padding: 5px 10px;
    color:#fff;
}

h2.widget-title{
    font-size: 20px;
    color:#333;
}

h2.morein {
    padding: 5px 10px;
    color:#000;
    float:left;
    width:100%;
    margin-bottom: 0;
    border-bottom: 1px solid #f4f4f4;
}

.tourinfo {
    background:#fff;
    padding: 0px 10px;
    float:left;
    width:100%;
}

.tourinfo ul {
    list-style-type: none;
    margin: 10px 0;
}

.tourinfo ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

.tourinfo  ul li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    color: #31a8df;
}
/*
.category-blog .content-area, .archive.date  .content-area {
    width: calc(75% - 20px);
    margin-right:20px;
}

.single_post_sidebar {
    width:25%;
    float:left;
}
*/

article.category-blog {
    border-bottom: 1px solid #eeeff3;
    margin-top: 30px;
    padding-bottom: 30px;
}

h2.screen-reader-text { display:none; }

.pagination, .comments-pagination { width:100%; border-top:none; }

.parent-page {
    width: 50%;
    float:left;
    min-height: 280px;
    margin-bottom: 30px;
}

#parent-1939 {
    padding-right:30px;
    border-right: 1px solid #ccc;
}

#parent-1942 {
    padding-left:30px;
}

.page-template-page-dcup .content-area {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.vidburdir_container {
    float:left;
    margin: 20px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
    width:100%;
}

.eining_vidburdir h2.morein {
	padding-left: 0;
}

.eining_vidburdir h3 {
    font-size: 28px;
}

.eining_vidburdir .vidburdur_dagur {
    color:#555;
    margin: 0 0 5px;
    font-size: 15px;
}

.eining_vidburdir p {
    color:#333;
    margin: 0 0 15px;
    font-size: 15px;
}

.moreinfo_event {
    font-size: 14px;
    color:#555;
}


.eining_vidburdir a {
   color:#31a8df; 
}


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

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


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


.ferdin {
    width:calc(33.33334% - 9px);
    clear: both;
    margin: 20px 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.ferdin h3 {
    float: left;
    margin: 0px 0 5px;
    width: 100%;
    font-size: 20px;
}

.ferdin .pricefrom {
    margin: 0 0 0 0;
}

.ferdin .duration {
    margin: 0 0 0 0;
}

.ferdin .pricefrom strong, .ferdin .duration strong {font-weight: 600;}

.tours {
    width: 100%;
    float: left;
    margin-top: 30px;
}

h2.flokkur {
    margin: 30px 0 20px ;
    font-size: 40px;
}