/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
	overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width:100%;
  display:block;
  height:auto;
  }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
	Theme name: Shoppa Lagom
	Author: 2Creative
	Version: 1.0
*/


html, body, #wrapper {
  height: 100%;
  width: 100%; }

body.no-scroll {
	overflow-x: hidden;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.remove {
	display: none;
}

.hidden {
	visibility: none;
}

body {
  font-family: 'Barlow', sans-serif;
  color: #333; }

h1 {
  margin: 0;
  font-family:'Barlow Condensed', sans-serif;
  font-weight:700;
  }

h2 {
  margin: 0 0 20px 0;
  font-size: 70px;
   font-family:'Barlow Condensed', sans-serif;
   font-weight:500;

  }
.single h2, .page:not(.home) h2{font-size:42px;
	margin-bottom:10px;
}
h3 {
  margin: 30px 0 10px 0;
  font-size: 19px;
  font-weight: 500;
  color:#444;
  text-transform: uppercase;
  font-family:'Barlow Semi Condensed', sans-serif; }

 .single h3, .page:not(.home) h3{
	 font-size:23px;
	 margin-bottom:5px;
 }

h4{
	font-size:25px;
	line-height:1.4;
}

p {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 20px 0;
  line-height: 1.4; }

p a{
	color:#71a8be;
}

a {
  text-decoration: none;
  font-weight: 400; }

a, button, h3.info, h2.info, .fa-times {
	cursor: pointer;
}

ul li {
	list-style: none;
}

.btn, .wp-polls .Buttons {
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  color: black;
  padding: 22px 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  background-clip: padding-box;
  min-width: 250px;
  text-align: center;
  border: 0;
  cursor: pointer; }

.grey {
  background-color: #ecf1f2; }

.black-friday-grey{
	background-color:#dbe0e4;
}
.christmas-green{
	background-color:#e2eee2;
}

.light-blue {
  background-color: #def2f2; }

.lighter-blue {
  background-color: #f5f9fa; }

.light-yellow {
  background-color: #f9e7c3; }

.orange {
  background-color: #f8b68d; }

.blue {
  background-color: #71a8be; }

.middle {
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
  height: 100%; }


 .middle-head {
  margin: 0 auto;
  width: 90%;
  height: 100%; }

.content {
  width: 90%; }

.column {
  float: left; }
  .column img {
    width: 100%; }


.clear{clear:both;}

#mobile-menu {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #70A7BD;
	z-index: 2;
	padding: 20px;
	overflow-x: hidden;
	transition: .5s;
}
#mobile-menu.show {
	left: 0%;
}
#mobile-menu.hide {
	left: 100%;
}
#mobile-menu ul{
	padding-left:0px;
	display:block;
	left:0px;
	right:0px;
    top: 20%;
    position: absolute;

}
#mobile-menu ul li {
	margin-bottom: 30px;
	text-align:center;
}
#mobile-menu ul li a {
	font-size: 33px;
	font-weight: 900;
	color: #def2f2;

}

header {
  height: 100px;
  padding: 20px 0;
  position: relative;
  }
  header .custom-logo {
    height: auto;
    max-height:50px;

    width: 200px; }

     header .custom-logo.sv{
	     max-height:inherit;;
     }


  header .main-menu {
    float: right; }
   .mobile-menu-button {
	    background-color: transparent;
		display: none;
	    position: absolute;
		right: 30px;
		font-size: 30px;
		top: 35px;
		border: 0;
		padding: 0;
    }
    header .main-menu ul li {
      display: inline-block;
      margin-left: 40px; }
      li.about a {
        border-bottom: none; }
      header .main-menu ul li a {
        text-decoration: none;
        font-weight: 700;
        color: #333;
        text-transform: uppercase; }
  header a {
    display: inline-block; }

    .fa-times {

		color:
		#fff;
    }

section.hero {
	position: relative;
	height: calc(65vh);
	min-height: 700px;
	background-size: contain;
	background-position: 70% bottom;
	background-repeat: no-repeat;
}
section.hero .middle {
	position: relative;
}
.overlay {
		display: none;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(226, 238, 226, 0.8);
		position: absolute;
	}

	section.hero .content {
		position: absolute;
		left: 10%;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
  section.hero .column {
    padding: 100px 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }
    section.hero .column:first-of-type .content {
      float: right; }
	.wp-polls {
		border-radius: 15px;
	    position: absolute;
		right: 20px;
		bottom: 20px;
		width: 500px;
		z-index: 1;
		background-color: #ffffffe6;
		padding: 30px;
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
		transition: all ease 1s;

    }
    section.poll {
	    text-align: center;
	    transition: background-color 1s ease;
    }
    section.poll.open {
	    background-color: #fff;
    }
	.wp-polls-ans ul {
		margin: 0;
		padding: 0;
	}
    .wp-polls-ans ul li label {
	    border-radius: 35px;
	    text-align: center;
		padding: 17px;
		background-color: #f9e7c3;
		display: block;
		margin: 10px auto;
		max-width: 440px;
    }
    .wp-polls-ans ul li label:hover {
	    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }
	.wp-polls-ans ul li label.active {
		background-color: #ffde9d;
	}

	.wp-polls-ans ul li input {
	    display: none;
    }

	.wp-polls .Buttons {
		background-color: #f8b68d;
		padding: 15px 35px;
		min-width: 160px;
		margin-top: 20px;
	}

	.wp-polls a {
		color:	#333;
	}
	.wp-polls h2 {
		margin-bottom: 30px;
	}
	.wp-polls p:last-child{
		margin-bottom: 0;
	}
	.wp-polls label, .wp-polls .Buttons {
		cursor: pointer;
	}

	.wp-polls h2.poll-title {
		font-size: 22px;
	}
	.wp-polls a.poll-view-result {
		display: none;
		font-weight: 700;
	}
	.wp-polls p.poll-vote-row {
		margin-bottom: 13px;
	}
	.wp-polls .pollbar {
		background-image: none;
		background-color: #f8b68d;
		border: 0;
		height: 20px;
		position: relative;
	}
	.wp-polls .pollbar small {
		position: absolute;
		right: -50px;
		top: 6px;
		font-size: 20px;

	}
	.wp-polls-ul.result li {
		padding: 28px 0;
		border-bottom: 1px solid #d3d3d3a1;
	}
	.wp-polls-ul.result li p {
		margin-bottom: 10px;
	}
	.wp-polls-ul.result li:first-of-type {
		padding-top: 0;
	}
	.wp-polls-ul.result li:last-of-type {
		border-bottom: none;
	}

	.wp-polls p, .wp-polls label, .wp-polls a, .wp-polls .Buttons {
		font-size: 14px
	}
	p.poll-show-more {
		cursor: pointer;
		margin-top: 10px;
	}
	p.poll-show-more i {
		margin-left: 5px;
	}
	section.poll .content {
		width: 100%;
		display: none;
	}
	section.poll .content h3 {
		font-size: 20px;
	}
	section.poll.open .wp-polls {
		display: block;
	}

section.archive-header {

  text-align: center; }
  section.archive-header .content {
    margin: 0 auto;
/*
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
*/ }
section.hero, section.archive-header, section.poll {
  position: relative;
  width: 100%;
  float:left;}
  section.hero .content, section.archive-header .content {
    max-width: 640px;
    color: #70A7BD; }
    section.hero .content h1, section.archive-header .content h1 {
      font-size: 126px;
      font-weight: 700;
      line-height:0.9;
      margin-bottom: 40px; }

      section.archive-header .content{
	      margin-top:30px;
	      margin-bottom:30px;
      }

      section.archive-header .content h1{
	      font-size:90px;
	      width:100%;
	      float:left;
      }
    section.hero .content p, section.archive-header .content p {
      font-size: 22px;
      font-weight: 400;
      margin-bottom: 50px;
      line-height: 1.4; }

      section.archive-header .content p{
	      margin-bottom:0px;
      }
        section.hero .content h1, section.hero .content p{
	        color: #4F4F4F!important;
        }

/*
  section.archive-header .middle {
    max-width: 1200px;
    position: absolute;
    height: 100%;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0; }
*/
    section.hero .middle .content, section.archive-header .middle .content {
      left: 7%;
      right: 0; }

.current-menu-item a,  header .main-menu ul li a:hover {
  border-bottom: 5px solid #f8b68d;padding-bottom:5px; }

div.single-header-img-container {
  margin-top: -380px;
  position: relative;

  width: 100%; }


  div.single-header-img-container.movie-height{
	  height:700px;
  }
  div.single-header-img-container .top-img, div.single-header-img-container .top-movie {
    box-shadow: 1px 1px 14px 0px #3333331f;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

div.single-header {
/*   position: relative; */
  height: 500px; }
  div.single-header .middle {
    width: 1190px; }

* {
  box-sizing: border-box; }


input[type=number] {
	-moz-appearance: textfield;
	margin: 0;
}

input.ui-spinner-input {
	padding: 14px !important;
	width: 200px;
}

input.ui-spinner-input[type=number]::-webkit-inner-spin-button,
input.ui-spinner-input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

p.publish-date-single {
	float: left;
}

.category-name-single {
	float: right;
	color:#f8b68d;
	font-size:12px;
}
.category-name-single i{
	margin-top:1px;
}

.category-name-single a{
	color:#f8b68d;
	font-size:14px;
}
.main .category-name-single ul{
	margin-top:0px;
	padding:0px;
	float:right;
	margin-left:10px;

}
.main .category-name-single ul li{
margin-bottom:5px;
font-size:inherit;
padding-left:0px;
list-style-type: none;
}

.share{
	margin-top:20px;
	border-top:1px solid #ededed;
}
.share h4{font-size:17px;margin-bottom:10px;margin-top:20px;}
.share a{
	font-size:25px;
	color:#f8b68d;
	margin-right:10px;

}

p.publish-date, p.category-name, p.publish-date-single, p.category-name-single {
  color: #71a8be; }



section.two-column.tips-push .column:first-of-type {
	width:45%;
}

section.two-column.tips-push .column:last-of-type {
	width:55%;
}
section.two-column.tips-push .column:last-of-type .content {
	max-width:800px;

}
section.two-column.tips-push .column:last-of-type .content p{
	margin-bottom:50px;
}

section#about.two-column .column:first-of-type {
	width:45%;
}

section#about.two-column .column:last-of-type {
	width:55%;
}
section#about.two-column .column:last-of-type .content {
	max-width:800px;

}

section.two-column .column {
  position: relative; }
  section.two-column .column:first-of-type {
    width: 100%; }
    section.two-column .column:first-of-type .content {
    text-align:center;
      padding-top: 100px;
      padding-bottom:110px;
      margin:auto;
      max-width: 720px; }
  section.two-column .column:last-of-type {
    width: 100%; }
    section.two-column .column:last-of-type > .content {
      padding-top: 110px;
      padding-bottom: 110px;
     margin-left:140px;
      max-width: 1200px; }
section.two-column .tips-subtitle {
  color: #8080807a;
  margin-top: 0;
  margin-bottom: 20px!important; }
section.two-column .content {
  height: 100%; }
section.two-column .left-column-img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

section.calculator .content {
  height: auto; margin:auto!important;}
section.calculator .column {
  height: auto !important;

  }
  .blog{
	  background:#def2f2;
  }
.blog .archive{
	padding-top:0px;
}
.blog header, .single header, .category header{
	background-color:#def2f2;
}
section.archive-header .middle .content{
	left:0%;
}

/*
  section.calculator .column:last-of-type {
	    background:#ecf1f2 url('assets/img/transparent-pattern.svg');
  background-size:500%;
  background-position: center center;

	  }
*/
  section.calculator .column:last-of-type h2 {
    font-size: 40px;
    margin-bottom: 30px;
    text-align:center;
  }
  #wallet{
	  width:50%;
	  float:left;
	height:120px;

  }

  #wallet svg {
	  float: right;
	  width: 300px !important;
	  height: 140px !important;
	  margin-right: -60px;
	  margin-top: -15px;
  }


  .choice-text{
	  font-style:italic;
  }
  section.calculator p {
    font-size: 12px;
    color:#888; }

    section.two-column .column:first-of-type p{
	    font-size: 18px;
    }
  section.calculator .column .square {
    bottom:-20px;
   left:0px;
   right:0px;
   margin:auto;
    width: 40px;
    height: 40px;
    display: block;
    background-color: white;
    transform: rotate(45deg);
    z-index: 1; }


section.calculator .calc-container {
  padding-bottom: 50px; }


section.archive {
  padding: 110px 0; }
  section.archive .middle {
    text-align: center;
     }
     section.archive ul.category-list .btn {
 		 padding: 18px 32px;
 		 font-size: 17px;
 		 min-width: auto;

     }
     section.archive ul.category-list a.category-link {
	     color: #333;
	     font-weight: 500;
		 border: 0;
     }
     section.archive ul.category-list a.category-link.current {
	     background-color: #f8b68d;
	     border: 0;
     }

     section.archive .middle .articles {
         float: left;
     }
    section.archive .middle article {
      box-shadow: 1px 1px 14px 0px #3333331f;
      background-color: #fff;
      margin-right: 40px;
      margin-bottom: 40px;
      width: calc((100% - 80px) / 3);
      float: left;
       position:relative;
      }
      section.archive .middle article:nth-of-type(3n + 3) {
        margin-right: 0; }
      section.archive .middle article h2 {
        font-size: 36px; }
      section.archive .middle article p {
        margin: 20px 0; }

      section.archive .middle article .article-img {
        height: 330px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      section.archive .middle article .article-content {
        padding: 40px;

       }
        section.archive .middle article .article-content p{
	        font-size:16px;
	        font-weight:300;
	        padding-bottom:70px;
	        }
        section.archive .middle article .article-content p:first-of-type {
          margin-top: 0; }
/*
      section.archive .middle article .article-bottom {
        width: 100%;
      	padding: 20px;
      	height: 130px;
      }
*/
section.archive .middle article .article-content .publish-date {
        font-size: 14px;padding:0px; }
      section.archive .middle article a.btn {
        font-size: 16px;
        color: white;
        width: 150px;
        font-weight: 500;
        position:absolute;
        bottom:40px;
        left:0px;
        right:0px;
        margin:auto;
      }
  section.archive .more {
    margin-top: 45px;
    display: block;
    clear: left; }
    section.archive .more.top {
      margin-top: 0;
      margin-bottom: 80px; }
    section.archive .more .fa-long-arrow-right {
      color: #71a8be;
      margin-left: 12px; }
    section.archive .more a {
      color: #71a8be; }
    section.archive ul.category-list {
	   text-align: center;
	   margin-bottom: 60px;
	   padding: 0;
	   float:left;
	   width:100%;
    }
    section.archive ul.category-list li {
	    display: inline-block;
	    margin-right: 20px;
	    margin-bottom: 10px;
    }
    section.archive ul.category-list li:last-of-type{
	    margin-left: 0;
    }
    section.archive ul.category-list li a {
	    color: #71a8be;
    }
    section.archive ul li a.current {
	    color: #71a8be;
	    border-bottom: 2px solid #f8b68d;
    }

	.pagination {
		display: inline-block;

		color: #71a8be;
		padding: 10px;
		border-radius: 10px;
		margin: 0 auto;
	}

    .pagination a {
	    color: #71a8be;
    }
    .pagination span.current {
/* 	    color: #333; */
	    color: #8080807a;
    }

    .pagination .page-numbers.next {
	    margin-left: 15px;
    }

    .pagination .prev{
	    margin-right: 15px;
    }

    .pagination .page-numbers {
	    margin-left: 6px;
    }

    .pagination .page-numbers:first-child {
	    margin-left: 0;
    }

.single section.main h1, .page section.main h1{font-size:70px;margin-bottom:40px;}

section.main {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 122px; }

    section.main ul, section.main ol{
	    margin-top:40px;
	    margin-bottom:40px;
	    padding-left:20px;
    }

  section.main ul li, section.main ol li{
	  font-size:20px;
	  padding-left:10px;
	  margin-bottom:15px;
	  line-height:1.4;
	  list-style-type: disc;
  }
  section.main ol li{list-style-type:decimal;}
    section.main ul li a, section.main ol li a{
	    color:#71a8be;
    }

  section.main h1 {
    color: #71a8be;
    font-size: 100px;
    margin-bottom: 60px; }
  section.main .middle {
    max-width: 720px; }

.ui-state-default, .ui-widget-content .ui-state-default {
  display: block;
  background:#addad9;
  border: 1px solid #eee;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  cursor: pointer; }

.ui-widget-header {
  background: #70A7BD; }

form label {
  margin-top: 40px; }

div.calc-input, input.calc-input {
  border-radius: 20px;
  font-size: 17px;
  font-weight:100;
  border: 0;
  background-color: #fff;
  color: #71a8be;
  width: 130px;
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.07);}

  input#userEmail {
	  font-size: 20px;
	  border: 0;
	  background-color: #fff;
	  color: #71a8be;
	  padding: 10px;
	  margin-bottom: 8px;
	  text-align: center;
	  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.07);
	  max-width: 300px;
	  width: 100%;
  }

  input#userEmail.error {
	  border: 1px solid red;
  }

#calculator{
	background:#addad9;
}
#calcForm {
	margin-bottom: 80px;
}

#calcForm .slider-bar input.calc-input {
  position: absolute;
  right: -170px;
  top: -42px;
  margin: 8px 0; }
  #calcForm input.calc-input:after {
    content: ' kr'; }

button#submit {
	display: block;
	color: #fff;
	margin: 40px auto 0;
}

.subscribe-label {
	font-size: 14px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.7em; }


.slide-box {
	display: table;
	width: 100%;
	position: relative;

/* 	height: 50px; */
	padding: 4px;

	padding-bottom:0px;
}

.slide-wrap .message {
	position: absolute;
	width: 200px;
	top:-70px;
	right: 0px;
	font-size: 10px;
	background-color: #f7e9df;
	padding: 16px;
	border-radius: 24px;
}

.slide-wrap .message .arrow {
	position: absolute;
left: 31px;
width: 20px;
height: 20px;
bottom: -10px;
transform: rotate(45deg);
background-color: #f7e9df;
}
.slider-column, .amount-column {
	display: table-cell;
	vertical-align: middle;
	overflow:visible;
}

.slider-column {
	width: 80%;
}

.amount-column input {
        width: 70%;
        border: 0;
        color: #71a8be;
        background-color: transparent;
        text-align: center; }

#slider {
  border: 1px solid #eee; }

.slider-bar {
  position: relative;
  height: 2px;
  margin: 0 5px;
  width: 95%;
  background: #d6dee0;
}


.income-header {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}


.ui-spinner {
	border: 0;
	margin: 0 0 30px;
}

.slider-content-1 .ui-spinner{
	margin-top: 20px;
}

.slider-content-1, .slider-content.result{
	position:relative;
	text-align:center;
}


.income-wrap, .result-wrap{
	max-width:600px;
	margin:auto;
	text-align:left;
}
.result-wrap {
	text-align: center;
}


.result-wrap.warning #warning, .result-wrap.success #thumb {
	display: inline-block;
	margin-bottom: 40px;
}


#resultMsg{
	font-size:17px;
}

.result-animation {
	width: 200px;
}

.slider-content h3, .info-slide1 {
	position: relative;
}


h3.info::after, h2.info::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f05a";
	margin-left: 8px;
	font-size: 11px;
	position: absolute;
	top: 50%;
}

.income-header p.info {
	top: auto;
	padding: 22px;
}


.ui-widget.ui-widget-content{
	border: none;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 25px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 25px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 25px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 25px;
}

.ui-spinner.calc-spinner {
	text-align: center;
}

#mailSubscribe, .subscribe-label{
	display:none;
}

.ui-spinner .ui-spinner-button {
	height: 100%;
	border: 0;
	background-color: #71a8be;
	width: 20%;
	color: #fff;
	cursor: pointer;
}

.ui-spinner-input {
	text-align: center
}

.ui-spinner .ui-spinner-up {
	right: 0;
}

.ui-spinner .ui-spinner-down {
	left: 0;
}

.slick-disabled {
  visibility: hidden;
  display:none!important;
}

.slick-list {
/*
  margin: 0 -10px;
  padding: 0;
*/
/* padding-bottom:50px; */
/*   overflow:visible!important; */ }




.slick-slide {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: ease-out; }

.slick-slide .content .slide-column {
	width: 50%;
	float: left;
}

.slick-slide.slick-current {
  opacity: 1;
  transition-delay: 0.3s;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: ease-in; }

.warning .calc-input, .warning .calc-input input {
  color: red;
}


.calc-column, .calc-bottom-column {
  position: relative;

  margin:auto;
  float:none!important;

}

.calc-column{
	float:none;
	display:inline-block;
	width:auto;
	margin: 0 20px;
}
.calc-column:first-of-type{
	margin-right:50px;
}
/*
.calc-bottom-column {
min-height: 240px;
}
*/
  .calc-bottom-column .controllers {

    bottom: 0; }

  .calc-bottom-column button {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 26px;
    font-size:13px;
    min-width:200px;
    padding: 13px 23px;
    }
    .calc-bottom-column button.prev-slide{background:#dfdfdf; min-width:150px;}
  .calc-bottom-column.left {
    padding-left: 20px;
    text-align: center; }
    .calc-bottom-column.left div.calc-input {
      position: relative;
      border-radius:0px;
      display: block;


      text-align: left;
      margin-bottom: 10px;

}

.calc-bottom-column button {
	margin: 0 10px;
}


.left-btn{
	float:left!important;
}



      .calc-bottom-column.left div.calc-input.sum {
        position: relative;
        max-width:500px;
        width: 100%;
        margin:auto;
        box-shadow: none;
        background:none;
        margin: -20px auto 60px;
        color: #444;
/*         background-color: #71a8be; */ }
/*
        .calc-bottom-column.left div.calc-input.sum:before {
          content: "=";
          position: absolute;
          left: -25px;
          color: #f8b68d;
          font-size:22px;
          font-weight:600;  }
*/

.money-left-wrap{
	float:right;
	width:50%;
	margin-top: 40px;

}
.money-left-wrap span{
	float:left;
	width:100%;
}

        .calc-bottom-column.left div.calc-input.sum span {
          color: 3888; }
      .calc-bottom-column.left div.calc-input.outcome {
        position: relative; }
        .calc-bottom-column.left div.calc-input.outcome:before {
          content: "-";
          position: absolute;
          left: -25px;
          color: #f8b68d;
          font-size:27px;
          font-weight:600;
           }
      .calc-bottom-column.left div.calc-input span {
        display: inline-block;
        line-height: 22px;
        font-size: 15px; }
      .calc-bottom-column.left div.calc-input input {
        font-size:40px;
      width:100%;
        border: 0;
        color: #71a8be;
        background-color: transparent;
/*         text-align: right; */
         }
    .calc-bottom-column.left input#amountSumTotal {
      background-color: transparent;
      color: #444;
      font-weight: 700;
      text-align:left;
      }
  .calc-bottom-column.right {
	  float: right;
    text-align: right; }
    .calc-bottom-column.right .next-slide i {
      margin-left: 10px; }
    .calc-bottom-column.right .prev-slide i {
      margin-right: 10px;
    }

/*
.calc-container {
	margin-top: 80px;
}
*/
.calc-bottom-column.calc-buttons-wrap{
	text-align:center;
}
.cookie-settings-wrap{
	width:100%;
	float:left;
	padding:20px;
	background:#dcdfe0;
	text-align:center;
	position: relative;
}
#cookie-settings{
	margin:auto;
	display:inline-block;
	color:#444;
	font-size:13px;
}
footer {
text-align:center;
  float: left;
  background-color: #ecf1f2;
  width: 100%;
  padding: 123px 0 123px; }
  footer .middle {
    text-align: center; }
  footer .content {
    display: inline-block; }
  footer img {
    width: 150px;
    height: auto;
    display: inline-block; }
    footer img:first-of-type {
      margin-right: 85px; }
  footer p {
    font-weight: 700; }
  footer a {
    font-weight: 100;
    color: #71a8be; }
  footer .footer-logos {
    margin: 0 auto;
    margin-top: 40px; }

.single-post footer {
  background-color: #fff; }

/*
  #os-wrapper .side-votes .sides-wrapper {
	  width: 70% !important;
  }
*/
.fad{
	color:#addad9;
	font-size:35px;
	margin-right:20px;
}
.expends .slide-wrap{
	width:45%;
	float:left;
	padding: 0 10px;

}
.income-wrap{
	padding: 0 10px;
}


.slide-wrap {
	position: relative;
}

#calculator i {
	transition: all .5s;
}

#calculator i.zoom {
	transform: scale(1.5);
}

p.info, span.info {
	position: absolute;
	top: 70px;
	left:0px;
	background-color: #e2edf0;
	padding: 16px;
	z-index: 3;
	width: 270px;
	font-size: 11px;
	border-radius: 24px;
	margin-bottom:0px;
	text-align:left;
}


span.info {
	top: 40px;
	right: 0;
	left: auto;
	font-weight: 100;
	padding: 22px;
	width: 270px;
	border-radius: 24px;
	color: #888;
	text-transform: initial;
}



p.info i, span.info i{
	position:absolute;
	top:5px;
	right:5px;
	color:#888;
	font-size:15px;
	padding:10px;
	z-index:1000;
	display:block;
}

.expends .slide-wrap:nth-child(even){
	float:right;
}

.slide-wrap:last-of-type{
	padding-bottom:20px;
	}

.controllers .fad{
	color:#fff;
	float:left;
	font-size:20px;
}
.calculator-container{
	background:rgba(255,255,255,0.90);
	padding:70px;
	border-radius:40px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.category h1 i{
	color:#f8b68d;
	font-size:50px;
}
/*
.category section.archive-header .content h1{
	font-size:50px;
	margin-bottom:0px;
}
*/
.category h1 span{
	font-weight:300;
}

.category .archive{
	padding-top:0px;
}
.category section.archive-header{
	margin-bottom:40px;
}

/* COOKIES
   ========================================================================== */
   body #CybotCookiebotDialog{
	padding:20px;
	
	    box-shadow: 0px 2px 16px -3px rgba(69,77,83,0.3);
	    background:#f9e7c3;
	    border-radius: 20px;
	        visibility: visible;
/* 	        max-height:60vh; */
/*       transform: scale(1) !important; */
    font-family:  'Barlow', sans-serif!important;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 1.2rem;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    border:0px;
/*
    top: auto !important;
    right: auto !important;
   left:40px;
   bottom:40px;
   max-width:600px;
*/

/*     padding: 0 !important; 
     max-height: 50vh;*/
  

}

 body #CybotCookiebotDialogBody *{
	 font-family:  'Barlow', sans-serif!important;
 }
/* a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll{display:none!important;} */

body #CybotCookiebotDialog #CybotCookiebotDialogBody, body #CybotCookiebotDialog #CybotCookiebotDialogDetail{
	padding:20px;
	padding-bottom:60px;

}
body #CybotCookiebotDialog a, .loaded #CybotCookiebotDialog div, body #CybotCookiebotDialogBodyContentTitle{
      font-family:  'Barlow', sans-serif!important;
}

body #CybotCookiebotDialogBodyContentTitle{
	font-size:30px;
	margin-bottom:20px;
}
body #CybotCookiebotDialogBodyContentText p{
	font-size:15px;
}
body #CybotCookiebotDialogBodyLevelButtons, body #CybotCookiebotDialogBodyLevelButtonsTable{
	float:left;
	width:100%!important;
	margin-left:0px!important;
}



body #CybotCookiebotDialogBodyLevelButtonsSelectPane{
	    order: 1;
   display:block;
    padding: 0;
    border-radius: 4px;
  box-sizing:border-box;
    border: none;
    width: 100%;
    float:left;

}

body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper{
	position:relative;
	float:left;width:100%;
	padding-bottom:25px;
}

body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonWrapper {
	    padding: 15px;
	    box-sizing:border-box;
    font-size: 12px;
    border-right: solid 2px #f9e7c3;
    background:rgba(255,255,255,0.4);
    width: 25%;
    margin: 0 !important;
    line-height: 1;

}
body.pl a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, body.pl a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, body.hu a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, body.hu a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, body.cs a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, body.cs a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{
	max-width:170px!important;
}
body.pl #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonWrapper, body.hu #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonWrapper, body.cs #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonWrapper {
	 width: 50%;
	 margin-bottom:2px!important;
}
body.pl #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper, body.hu #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper, body.cs #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper{
	padding-bottom:85px;
}

body #CybotCookiebotDialogBodyLevelDetailsWrapper{
	clear:left;
	display:block;
	float:left;
	background:none;
	border:none;
	margin-top:15px;
	bottom:10px;
	position: absolute;

}
body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonAcceptWrapper, body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper{
	    order: 2;
    margin-left: auto;
    position: absolute;
    bottom: -25px;
    right: 0;
}

body a#CybotCookiebotDialogBodyLevelDetailsButton{
	float:left;
	font-size:13px;
	margin-top:60px;
}

body .CybotCookiebotDialogDetailBodyContentCookieContainerTypes{
	float:left;

}
body #CybotCookiebotDialogDetailBodyContentCookieContainerTypes{
	border-bottom:1px solid #ededed;
}
body #CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails{
	float:left;
	width:100%;
	overflow:visible;
}
body #CybotCookiebotDialogDetailBodyContentTabsAbout{
	display:none;
}

body #CybotCookiebotDialogDetailBodyContent{
	height:auto;
}
body #CybotCookiebotDialogDetailBodyContentTabsOverview{
	display:none;
}
/*
body #CybotCookiebotDialogDetailBodyContentTextOverview{
	display:block;
}
*/
body .CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected{
	float:left;
	background:#f8b68d;
}


body #CybotCookiebotDialogDetailBodyContent{
	border:none;
}
body #CybotCookiebotDialogDetailFooter{
	bottom:0px;
	display:none;
}
body #CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails{
	height:auto;
	max-height: 300px;
}

/*
body #CybotCookiebotDialog #CybotCookiebotDialogDetail * {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    font-size:11px;

    }
*/

    body a#CybotCookiebotDialogBodyLevelButtonAccept, body a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, body a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,body a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll{
	    background:#f8b68d;
	    border-radius: 20px;
	    border:none;
	    color:#333;
	        padding: 7px 17px;
	        font-weight:900;
	        font-size:9px;
	        float:right;
	        
	        max-width:100px!important; 
	        height:auto;
    }


    body a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, body a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll{
	    background:none;
	    -webkit-box-shadow:inset 0px 0px 0px 1px #555;
    -moz-box-shadow:inset 0px 0px 0px 1px #555;
    box-shadow:inset 0px 0px 0px 1px #555;
	   max-width:130px!important;
    }
    
        body a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll{
/* 	    max-width:100px!important; */
	  
    }
    body a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover, body a#CybotCookiebotDialogBodyLevelButtonAccept:hover{
	    color:inherit;
    }


body .CybotCookiebotDialogDetailBodyContentCookieTypeTable thead td, body .CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th   {
	    background-color: #f6f6f9;
    color: #333;
    text-align: left;
    vertical-align: top;
    padding: 2px;
    border-bottom: 1px solid #ededed;
    font-weight: 400;
}
body .CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td{
	border-bottom: 1px solid #ededed;
}


body #CybotCookiebotDialog input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked+label {
    background-image: url(assets/img/checkmark.svg);
    background-size: 15px 15px;
   padding-left:20px;
   background-position: left;
     display:block;

}
body #CybotCookiebotDialog input[type=checkbox].CybotCookiebotDialogBodyLevelButton+label {
    background-image: url(assets/img/checkmark-empty.svg);
    background-size: 15px 15px;
     padding-left:20px;
     background-position: left;
     display:block;

}


.lds-default {
  display: inline-block;
  position: relative;
  width:60px;
  height:60px;
  display:block;
  margin:auto;
  display:none;
}
.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #f8b68d;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
@media only screen and (max-width: 1400px) {
  section.archive .middle article {
    width: calc((100% - 40px) / 2);
    margin-right: 40px; }
    section.archive .middle article:nth-of-type(3n + 3) {
      margin-right: 40px; }
    section.archive .middle article:nth-of-type(2n + 2) {
      margin-right: 0; } }
@media only screen and (max-width: 900px) {
  .column, section.two-column .column:last-of-type, section.two-column .column:first-of-type, section.hero .column:last-of-type, section.hero .column:first-of-type {
    padding: 0;
    width: 100%; }
    .column .content, section.two-column .column:last-of-type .content, section.two-column .column:first-of-type .content, section.hero .column:last-of-type .content, section.hero .column:first-of-type .content {
      padding: 50px 0;
      float: none;
      margin: 0 auto; }

  section.hero {
    height: auto; }
    section.hero .column:last-of-type {
      display: none; }

  section.archive .middle article {
    width: 100%;
    margin-right: 0; }

  section.calculator .column .square {
    display: none; }

  section.two-column {
    height: auto; }

  section.two-column .column {
    height: auto; }

  section.two-column .column .left-column-img {
    height: 500px; } }
@media only screen and (max-width: 500px) {
  footer img:first-of-type {
    margin-right: 0;
    margin-bottom: 40px; }

  footer .footer-logos {
    margin-top: 40px;
    width: 300px; } }

/*# sourceMappingURL=style.css.map */
