/* FRONT */
.front-page > .inner {
  padding: 0 30px;
}

/* SLIDER */
.front .slide > .inner {
	height: 600px;
	box-sizing: border-box;
	text-align: center;
	padding: 185px 200px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.front .slide.top > .inner {
  height: 285px;
  text-align: center;
  padding: 55px 100px 0;
}
.front .slide > .inner.color-white {
	color: #fff;
}
.front .slide .title {
    color: #ff9800;
	font-size: 60px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1;
	white-space: normal;
	text-shadow: 2px 2px black;
    margin-top: 20px;
}

.front .slide .btn {
	margin-top: 45px;
}

/* BLURBS */
.front .blurbs {
	margin-top: 34px;
}
.front .blurb {
	text-align: center;
	line-height: 1.3;
        position: relative;
}
.front .blurb > .inner {
	height: 500px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.front .blurb > .inner.color-white {
	color: #ff9800; //#fff;
 	text-shadow: 2px 2px black;
}
.front .blurb > .inner.color-white a {
	text-shadow: none;
}
.front .blurb {
	margin-bottom: 34px;
  	position: relative;
  	overflow: hidden;
}
.front .blurb .inner{
	transition: all .5s;
}
.front .blurb:hover .inner,
.front .blurb:focus .inner {
	transform: scale(1.1);
}
.front .blurb .title {
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 4px;
}
.front .blurb .subtitle {
	font-size: 16px;
  font-style: italic;
  margin-top: 5px;
  opacity: 0.6;
}
.front .blurb .btn {
	margin-top: 15px;
  position: relative;
  z-index: 2;
}
.front .blurb .link-cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.front .blurb-small {
	width: 383px;
	float: left;
}
.front .blurb-small > .inner {
	padding-top: 50px;
}
.front .blurb-small .btn-wrap {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.front .blurb-medium {
	width: 963px;
	float: left;
	text-align: left;
}
.front .blurb-medium > .inner {
	padding: 310px 0 0 50px;
}
.front .blurb-large > .inner {
	padding-top: 185px;
	height: 520px;
}
.front .blurb-large .title {
	text-transform: none;
	letter-spacing: 0;
	font-size: 60px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1;
	margin-bottom: 40px;
}
.front .blurb-0,
.front .blurb-2 {
	margin-right: 34px;
	clear: both;
}
.front .blurb-4 {
	clear: both;
	margin-bottom: 0;
}


/* PAGE */
.page h1 {
  /*background: #59554e;*/
  /*color: #000;*/
  color: #FFF;
  padding: 80px 160px;
  margin: 0 0 60px;
	font-size: 40px;
  font-weight: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.3;
}
.page h1.color-black {
  color: #59554e;
}
.page h1.image {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 100px 0;
  box-sizing: border-box;
  height: 285px;
  text-align: center;
  text-transform: uppercase;
}
.page .sections {
  padding-bottom: 80px;
}
.page .section.type-paragraph {
  margin: 25px 0;
  font-size: 16px;
  color: #000;
}
.page .section.type-paragraph:first-child {
  margin-top: 0;
}
.page .section .p-title {
  float: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  width: 210px;
  /*margin-left: 200px;*/
  margin-left: 160px;
  /*text-align: right;*/
  text-align: left;
}
.page .section .p-text {
  float: left;
  font-weight: 300;
  width: 525px;
  margin-left: 65px;
}
.page .type-image {
  margin: 75px 0;
  padding: 0 30px;
  position: relative;
}
.page .section .image-title {
  position: absolute;
  top: 40%;
  left: 15%;
  right: 15%;
  text-align: center;
  text-transform: uppercase;
  /*color: #fff;*/
  color: #000;
  letter-spacing: 4px;
  font-size: 30px;
}



/* CATEGORY PAGE */
.category .col-2 {
  /*padding: 30px;*/
  /*border-top: 1px solid #f2f2f2;*/
  padding: 15px 30px 30px;
}
.category h1 {
  background: #59554e;
  color: #fff;
  padding: 125px 100px 0;
  box-sizing: border-box;
  height: 285px;
  /*margin: 0 0 60px;*/
  margin: 0 0 5px;
  text-align: center;
	font-size: 30px;
  font-weight: normal;
	line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.category h1.image {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* ORDER COMPLETE */
.order-complete {
  padding: 20px 0 80px;
}
.order-complete.payment-stripe, .order-complete.payment-fortnox {
  box-sizing: border-box;
  height: 720px;
  padding: 515px 0 0;
  color: #fff;
  text-align: center;
  background-image: url("../images/order-complete.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 47%;
  margin: 0 auto;
}
.order-complete .content-entity {
  max-width: 550px;
  margin: 0 auto;
}
.order-complete .field-text {
  font-size: 45px;
  line-height: 1;
  margin: 0 0 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.order-complete .field-textarea {
  font-size: 16px;
  font-weight: 300;
}
.order-complete .btn {
  margin-top: 35px;
}


/* 404 */
.view-404 #content {
  background: #2980b9;
  padding: 55px 0 90px;
}
.not-found {
  padding: 355px 0 0;
  background: url("../images/404.png") no-repeat center top;
  text-align: center;
}
.not-found .title {
  color: #FFF;
  font-weight: 600;
}
.not-found .subtitle {
  color: #FFF;
  margin-bottom: 30px;
}
