@charset "UTF-8";
/*  
- Document  : style.scss
- Version   : 1.0.0
- Client    : bubb.se
- Authors   :  Bubb of Sweden
- Date edit : 2016-11-01
*/
/*  
- Document  : consts.scss
- Version   : 1.0.0
- Client    : bubb.se
- Authors   :  Bubb of Sweden
- Date edit : 2016-11-01
*/
/* Breakpoints */
/* Colors */
/*$color-blue: 							#e4301f;*/
/* Colors RGBA */
.white-bg {
  background-color: #ffffff;
}

.green-bg, [class*="-green"] {
  background-color: #5cb85c;
}

.white-text, [class*="button-"]:hover, [class*="-green"] {
  color: #ffffff;
}

/* Fonts */
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot") format("embedded-opentype"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Fontello */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
}

.icon-facebook:before {
  content: '\e800';
}

/* 'î €' */
.icon-instagram:before {
  content: '\e802';
}

/* 'î ‚' */
.icon-pinterest:before {
  content: '\e803';
}

/* 'î ƒ' */
.icon-twitter:before {
  content: '\e804';
}

/* 'î „' */
.icon-youtube-play:before {
  content: '\e806';
}

/* 'î †' */
.icon-phone:before {
  content: '\e808';
}

/* 'î ˆ' */
/*  
- Document  : mixins.scss
- Version   : 1.0.0
- Client    : bubb.se
- Authors   : Bubb of Sweden
- Date edit : 2016-11-01
*/
/* scaleUp */
.scaleUp, .section-gallery-item:hover img, .section-mypage-gallerypage-item:hover img, .section-gallerypage-item:hover img {
  /*-webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);*/
}

.allEase, .section-gallery-item img, .section-intro-scroll .btn, .section-gallerypage-item img {
  /*-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;*/
}

/*  
- Document  : elmnts.scss
- Version   : 1.0.0
- Client    : bubb.se
- Authors   :  Bubb of Sweden
- Date edit : 2016-11-01
*/
.hide {
  display: none;
}

.divider {
  margin: 30px 0 30px;
  background-color: #d6d6d6;
  height: 1px;
  width: 50px;
}

.parallax-container {
  height: 500px;
  width: 100%;
}

[class*="button-"]:hover {
  opacity: .85;
}

.button {
  border-radius: 2rem;
  border: 1px solid #ccc;
  padding: 0.5rem 4.5rem;
  max-width: 175px;
  width: 100%;
  text-decoration: none;
  background-color: transparent;
  margin-top: 20px;
  outline: none;
}

.button:hover,
.button:focus {
  background-color: #94040b;
  color: #ffffff;
  opacity: 0.8;
}

[class*="-green"] {
  border-top-color: #5cb85c;
}

/* Alignment */
.img-center {
  background-position: center;
}

.centerContent, .section-about-intro, .section-about-wrapper, .section-about-img, .section-gallery-wrapper, .section-contact-wrapper, .section-gallerypage-wrapper {
  margin: 0 auto;
  float: none;
}

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

/*
- Document  : naviga.scss
- Version   : 1.0.0
- Client    : bubb.se
- Authors   : Antonio Simunovic
- Date edit : 2015-12-21
*/
.navbar-brand {
  height: 63px;
  margin-top: 4px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand h1 {
  font-family: "PT Sans", sans-serif;
  color: #1a1a1a;
  font-size: 60px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 0 0;
  text-align: center;
}

.navbar-brand-scroll h1 {
  font-family: "PT Sans", sans-serif;
  color: #000000;
  font-size: 60px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 0 0;
  text-align: center;
}

.navbar-brand h2 {
  font-family: "PT Sans", sans-serif;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  
}

.navbar-toggle {
  font-size: 18px;
  color: #565656;
}

.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
}

.navbar-custom ul.nav li a {
  font: 11px "PT Sans", sans-serif;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 8px;
}

.navbar-custom ul.nav li a:focus,
.navbar-custom ul.nav li a:active,
.navbar-custom ul.nav li a:hover {
  background-color: transparent;
  opacity: .8;
  text-decoration: underline;
}

.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.navbar-custom.top-nav-collapse ul.nav li a {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1a1a1a;
}

.navbar-custom.top-nav-collapse ul.nav li a:hover {
  color: #1a1a1a;
}

@media (min-width: 1024px) {
  .navbar-custom ul.nav li a {
    font: 13px "PT Sans", sans-serif;
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  .navbar.navbar-custom.navbar-fixed-top {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .navbar {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
    background-color:#ffffff;
    /*background-color:transparent;*/
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0);
  }
  .navbar-nav > li > a {
    padding-top: 20px;
  }
}

.top-nav-collapse {
  background-color: ffffff;
  border-color: ffffff;
  
}

/* Footer */
.footer {
  background: #191919;
  color: #ffffff;
}

.footer-row {
  color: #8f8f8f;
}

.footer-wrapper {
  padding: 2% 0;
}

.footer a {
  color: #8f8f8f;
}

.footer a:hover {
  color: #ffffff;
}

.footer-social {
  width: 100%;
  margin: 0px auto;
  padding: 2% 0 0 0;
  clear: both;
}

.footer-social a {
  display: inline-block;
  margin: 0px 10px;
  color: #8f8f8f;
}

.footer-social a:hover {
  color: #ffffff;
}

.footer-social a:first-of-type {
  margin-left: 0;
}

.footer-copyright {
  color: #ffffff;
  text-align: center;
  padding: 1.5% 0;
}

/*
- Document  : sections.scss
- Version   : 1.0.0
- Client    : bubb.se
- Authors   : Antonio Simunovic
- Date edit : 2016-11-01
*/
.section {
  /* [About] */
  /* [Gallery] */
  /* [Intro Hero] */
  /* [Contact] */
  /* [FindUs] */
  /* [HeroBanner] */
  /* [MyPage] */
  /* [GalleryPage] */
}

.section-header {
  position: relative;
  text-align: center;
  margin: 10px 0;
  z-index: 1;
  border-bottom: 0;
}

.section-header span {
  display: inline-block;
  padding: 0 25px;
  /*font-style: italic;*/
}

.section-header:before {
  /* content: "";
  display: block;*/
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #94a0a9;
}

.section-header {
  font-size: 1.5em;
}

.section-about,
.section-gallery,
.section-price {
  background-color: #ffffff;
  padding: 10px 0 20px;
}

@media (min-width: 768px) {
  .section-about,
  .section-gallery,
  .section-price {
    padding: 40px 0 60px;
  }
}

.section-about-intro {
  text-align: center;
}

.section-about-wrapper {
  margin-top: 20px;
}

.section-about-img {
  width: 50%;
  margin-top: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: .85;
}

.section-gallery-header {
  text-align: center;
}

.section-gallery-item {
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
}

.section-gallery-item img {
  vertical-align: middle;
  display: block;
  max-width: 5%;
  height: auto;
    margin-left: auto;
  margin-right: auto;
}

.section-gallery-item-cover {
  display: block;
  opacity: 1;
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 15px;
}

.section-gallery-item-cover h2 {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400;
  margin: 6% 0 0 10px;
}

.section-news {
  padding: 10px 0 0;
  background-color: #f5f5f5;
  /*DCF4FC F2EFEF*/
}

.section-service {
  padding: 10px 0 0;
  background-color: #ffffff;
  /*DCF4FC*/
}

.section-news h3 {
  font-weight: 700;
}

.section-news-header {
  text-align: center;
  margin-top: 20px;
}

.section-news-items {
  margin-top: 10px;
  max-width: 65%;
  margin-left: 15%;
  
}

.section-news .price-original {
  color: #999;
  text-decoration: line-through;
}

.section-news .price-number {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.25;
  color: #222;
  margin-left: 10px;
}

.section-news .ribbon {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
}

.section-news .ribbon span {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  /*font-weight: bold;*/
  line-height: 37px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* Needed for Safari */
  width: 130px;
  display: block;
  background: #94040b;
  position: absolute;
  top: 14px;
  right: -31px;
}

.section-details-intro {
  position: relative;
  height: 52vh;
  text-align: left;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-details-intro::before {
  background-color: rgba(148, 4, 11, 0.9);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-details-intro-wrapper {
  margin-top: 2vh;
}

@media (min-width: 768px) {
  .section-details-intro-wrapper {
    margin-top: 10vh;
  }
}

.section-details-intro-header-wrapper {
  margin-left: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .section-details-intro-header-wrapper {
    margin-bottom: 20px;
  }
}

.section-details-intro-header {
  font-family: "PT Sans", sans-serif;
  margin-top: 13px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 30px;
}

.section-details-intro-subheader {
  color: #ffffff;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  margin-top: 3px;
}

.section-details-intro-icon {
  max-width: 80px;
  border-radius: 10%;
}

.section-details-intro-text-wrapper {
  padding: 0 15px;
  width: 100%;
}

@media (min-width: 1024px) {
  .section-details-intro-text-wrapper {
    margin-bottom: 30px;
    width: 80%;
  }
}

.section-details-intro-text {
  color: white;
  font-size: 12px;
  line-height: 18px;
}

.section-details-intro-appstore-button {
  display: inline-block;
  position: relative;
  background-color: transparent;
  border-color: #ffffff;
  margin-top: 20px;
}

.section-details-intro-appstore-button:hover,
.section-details-intro-appstore-button:active,
.section-details-intro-appstore-button:focus {
  outline: 0;
  color: #ffffff;
}

.section-details-intro-apple-icon {
  font-size: 36px;
  position: absolute;
  left: 12px;
  top: 8px;
}

.section-details-intro-apple-icon-text {
  padding: 2px 5px 4px 40px;
  font-size: 14px;
  display: block;
  text-align: left;
}

.section-details-intro-apple-icon-text span {
  display: block;
}

.section-details-intro-apple-icon-text span:nth-child(1) {
  font-weight: 700;
}

.section-details-intro-apple-icon-text span:nth-child(2) {
  line-height: 1;
}

.section-details-intro-download-icon {
  font-size: 33px;
  position: absolute;
  left: 7px;
  top: 11px;
}

.section-details-intro-phone {
  position: absolute;
  top: 40%;
}

@media (min-width: 1024px) {
  .section-details-intro-phone {
    top: 90px;
  }
}

.section-details-intro-phone img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.section-details-info {
  padding: 30px 0 30px;
  min-height: 40vh;
}

.section-details-info h2 {
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .section-details-info {
    padding: 60px 0 30px;
  }
}

.section-details-info-text-wrapper {
  width: 100%;
}

.section-intro {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  padding: 100px 0;
  color: #ffffff;
  background-color: #191919;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  /*
		&::before {
			background-color: $color-red-dark-rgba;
			content: "";
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}*/
}

.section-intro-content {
  color: #ffffff;
  text-align: center;
  width: 80%;
  margin: auto;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
  .section-intro-content {
    width: 50%;
  }
}

.section-intro-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 180px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-intro-divider {
    width: 480px;
    margin-bottom: 25px;
  }
}

.section-intro-logo {
  margin-right: auto;
  margin-left: auto;
  width: 200px;
}

.logo {
  margin-right: auto;
  margin-left: auto;
  height: 35px;
}

@media (min-width: 768px) {
  .section-intro-logo {
    width: auto;
  }
}

.section-intro-text {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  color: #ffffff;
}

@media (min-width: 768px) {
  .section-intro-text {
    font-size: 20px;
    line-height: 20px;
  }
}

.section-intro-scroll {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}

.section-intro-scroll .btn {
  height: 50px;
  width: 50px;
  border: 2px solid #ffffff;
  border-radius: 100% !important;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .section-intro-scroll .btn {
    margin-bottom: 30px;
  }
}

.section-intro-scroll .btn:hover,
.section-intro-scroll .btn:active,
.section-intro-scroll .btn:focus {
  outline: none;
}

.section-intro-scroll .btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .section-intro {
    height: 100%;
    width: 100%;
    padding: 0;
    margin-top: 0;
    background-attachment: scroll;
  }
  .section-intro-header {
    font-size: 80px;
    line-height: 80px;
    width: auto;
  }
  .section-intro-text {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .section-intro {
    background-attachment: fixed;
  }
}

.section-contact {
  background-color: #ffffff;
  padding: 10px 0 0;
}

@media (min-width: 768px) {
  .section-contact {
    padding: 10px 0 0;
  }
}

.section-contact-wrapper {
  text-align: center;
}

.section-contact-form-item {
  margin-top: 10px;
}

.section-contact-form-item textarea {
  resize: none;
}

.section-contact-info {
  text-align: center;
  margin-top: 40px;
}

.section-contact-info a {
  margin: 15px 0 10px;
}

.section-findus {
  height: 60vh;
  background-color: red;
}

.section-findus-map {
  width: 100%;
  height: 100%;
}

.section-hero {
  padding: 20px 0 60px 0;
  position: relative;
  height: 50vh;
  text-align: left;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-hero::before {
  background-color: rgba(18, 86, 136, 0.9);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-hero-wrapper {
  margin-top: 5vh;
}

@media (min-width: 768px) {
  .section-hero-wrapper {
    margin-top: 10vh;
  }
}

@media (min-width: 1024px) {
  .section-hero-wrapper {
    margin-top: 10vh;
  }
}

.section-hero-inner {
  margin-left: 0;
  margin-bottom: 10px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .section-hero-inner {
    margin-left: 15px;
    margin-bottom: 20px;
  }
}

.section-hero-header {
  margin-bottom: 0;
  font-size: 40px;
}

.section-hero-subheader {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}

.section-mypage {
  padding: 40px 0 60px 0;
  /* [MyPage - ChangePassword] */
  /* [MyPage -GalleryPage] */
}

.section-mypage-nav {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.section-mypage-nav li a {
  display: block;
  padding: 10px 10px;
  color: #777;
  border-bottom: 1px dashed #ddd;
}

.section-mypage-nav li:first-child a {
  border-top: 1px dashed #ddd;
}

.section-mypage-nav li:hover a {
  background-color: #F5F5F5;
  text-decoration: none;
}

.section-mypage-nav li.active {
  background-color: #F5F5F5;
}

.section-mypage-header {
  margin-left: 20px;
}

.section-mypage-back {
  display: block;
  margin-left: 20px;
}

.section-mypage-gallery-item {
  margin-top: 20px;
  text-align: center;
}

.section-mypage-gallery-item:hover .section-mypage-gallery-item-cover {
  opacity: 1;
}

.section-mypage-gallery-item-cover {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0 15px;
  color: #ffffff;
}

.section-mypage-gallery-item-cover h2 {
  margin: 20% 0 0 10px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}

.section-mypage-gallery-item-cover p {
  margin: 10px 0 0 0;
  font-size: 16px;
}

.section-mypage-changepassword-form {
  margin-top: 25px;
}

.section-mypage-changepassword-form input[type="text"] {
  margin-top: 10px;
}

.section-mypage-gallerypage-item {
  margin-top: 20px;
}

.section-gallerypage {
  padding: 0px 0 60px 0;
}

.section-gallerypage-item {
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
}

.section-gallerypage-item img {
  vertical-align: middle;
}

.section-gallerypage-item-cover {
  display: block;
  opacity: 1;
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 15px;
}

.section-gallerypage-item-cover h2 {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400;
  margin: 6% 0 0 10px;
}

/*  
- Document  : master.scss
- Version   : 1.0.0
- Client    : bubb.se
- Authors   :  Bubb of Sweden
- Date edit : 2016-11-01
*/
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-color: inherit;
}

html {
  width: 100%;
  height: 100%;
}

body {
  min-height: 100vh;
  width: 100%;
  min-width: 320px;
  height: 100%;
  background-color: #ffffff;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #565656;
  padding-top: 68px;
}

@media (min-width: 768px) {
  body {
    padding-top: 0;
  }
}

h1,
h2 {
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  /*font-family: Playfair Display,serif;*/
  text-transform: uppercase;
}

a {
  color: #8f8f8f;
}

a:hover,
a:focus,
a:active {
  outline: none;
}

a:hover {
  color: #8f8f8f;
}

a:hover {
  text-decoration: underline;
}

.login {
  padding: 10px 0 0;
}

.login-form {
  max-width: 330px;
  min-height: 40vh;
  padding: 15px;
  margin: 0 auto;
}

.login-input {
  margin-top: 10px;
}

.login-checkbox-wrapper {
  margin-top: 10px;
}

.login-checkbox {
  margin: 7px 10px 0px !important;
}

.login-header {
  text-align: center;
}

dl {
    font-family: "PT Sans", sans-serif;
    
    margin: 0 auto;
    max-width: 700px;
    overflow: hidden;
  }

  dt, dd {
    border-bottom: 1px dotted #b9b9b9;
    float: left;
    margin-bottom: 3px;
    padding-bottom: 7px;
    line-height: 25px;
  }

  dt {
    width: 85%;
  }

  dd {
    text-align: right;
    width: 30%;
  }
 

 /* ADDED LATER */
 .instagram {
   margin-bottom: 15px;
 }

 .instagram-logo {
   font-size: 30px;
 }

 .instagram-logo a {
   color: inherit;
 }

 .instagram-feed {
  padding-bottom: 30px;
 }

 .instagram-item {
   padding-left: 7.5px;
   padding-right: 7.5px;
   margin-bottom: 15px;
 } 

 .instagram-image {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background-color: #f5f5f5;
        background-repeat: no-repeat;
        /*background-size: cover;*/
         background-position: center center;
 }

 .btn-transparent {
   border: 1px solid #565656;
   border-radius: 0;
   /*border-width: thin;text-align: center;;margin-left: 25%;*/
 }

 .btn-transparent:hover {
   background-color: #565656;
   color: #fff;
 }

 .btn-big {
   font-size: 1.5em;
   color: #565656;
   padding: 1rem 4rem;
 }

 .booking {
   padding: 30px 0 60px;
 }

 .top-nav-collapse .logo {
   height: 25px;
 }