/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

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

section{
	background-color: #fff;
}

body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #186bcc;
}

.intro, body, html {
    width: 100%
}

.text-muted {
  color: #777777;
  padding: 20px;
}

footer .text-muted {
	padding: 0;
	margin: 0;
	
}

footer .text-muted a:hover{
	color: #fff;
}

.text-primary {
  color: #186bcc;
}
.text-warning{
	color: #C4302B;
}

.text-white{
	color: #fff;
}

p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #186bcc;
  border-color: #186bcc;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #186bcc;
  border-color: #186bcc;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-radius: 30px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.navbar-custom {
  background-color: #186bcc;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #dff0fd;
  font-family: 'Economica', sans-serif;
  letter-spacing: 1px;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #222;
  border-color: #222;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}

.navbar-custom .navbar-toggle svg{
	margin-left: 5px;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #000;
}
.navbar-custom .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
}

.navbar-custom .nav li a.selected{
	color: #fed136;
	font-weight: bold;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #fed136;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fec503;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}
@media (min-width: 768px) {
	
	.navbar-custom .navbar-nav > .active > a {
	  border-radius: 0;
	  color: white;
	  background: none;
	  border-bottom: solid 3px #fec503;
	}
	
	.navbar-custom .navbar-nav > .active > a:hover,
	.navbar-custom .navbar-nav > .active > a:focus {
	  color: white;
	  background: none;
	  border-bottom: solid 3px #fec503;
	}
	
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 3em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #186bcc;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }

  .navbar-custom .navbar-nav > .active > a {
    border-radius: 0px;
	padding-bottom: 5px;
  }

}

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}

header {
  background-image: url('../img/intro2.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color: #fec503;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);  /* Dark shadow */
  
}

header .intro-text .intro-heading .section-subheading {
    text-transform: none!important;	
	font-weight: 800;
	line-height: 40px;
	max-width: 650px;
	margin: 0 auto;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);  /* Dark shadow */
}

header .intro-text .intro-heading a{
	text-shadow: none;
}

@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
	
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  	color: #fec503;
  }
}
section {
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 800;
  margin-bottom: 75px;
}

section {
	padding: 50px 0;
	clear: left;
}

.service-heading {
  margin: 25px 0;
  text-transform: none;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fed136;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #fed136;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
  max-width: 200px;
  max-height: 200px;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
  background-color: #222222;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
	background-color: #186bcc;
  	padding: 25px 0;
  	text-align: center;
	color: #fff;
}

footer p.text-muted{
	color: #fff;
}
footer span.copyright {
	display: block;
	margin-top: 5px;
  line-height: 1.75;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fed136;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #fed136;
}
::selection {
  text-shadow: none;
  background: #fed136;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}

#map_canvas{
	z-index: 1000;
	width: 100%;
	display: block;
	height: 500px;
}

.m-t-m{
	margin-top: 20px;
}

.m-t-l{
	margin-top: 40px;
}

#contact h4.service-heading {
	color: #fff;
}

.logo {
	width: 200px;
	margin-bottom: 50px;
}

#cars {
	background-color: #E7E7E6;
}

#cars .row {
	text-align: center;
}

#cars img {
	width: 70%;
}

.intro em {
	font-size: 20px;
	line-height: 20px;
}

#corona {
	background-color: #fed136;
}

#corona h3 {
	line-height: 30px;
}

#local img {
	width: auto;
	height: 400px;
	border-radius: 10px;
	margin-bottom: 20px;
}

#local .col-sm-6{
	text-align: center;
}

.affix-top a.navbar-brand img {
	margin-top: -20px;
	height: 200px;
}

.affix a.navbar-brand img {
	margin-top: -15px;	
	height: 50px;
}

.intro-heading img {
	margin-top: -250px;
	height: 300px;
}

#boka {
	background-color: #222;
}

#boka h2 {
	margin-top: 20px;
	color: #fff;
}

.next-event{
	border-radius: 5px;
	background-color: #fed136;
	width: 100%;
	min-height: 220px;
}

.next-event div {
	float: left;
	width: 100%;
	text-align: left;
	
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	
	margin-left: 40px;	
	margin-bottom: 40px;
}

.next-event div.date {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 10px;
	width: 60%;
	float: left;
}

.next-event div.event {
	float: left;
}

.next-event div.countdown {
	margin-top: 60px;
	margin-bottom: 10px;
}

.next-event div.add {
	float: right;
	text-align: right;
	margin-top: -80px;
	margin-right: 40px;
}

.next-event div.add span {
	cursor: pointer;
	margin-top: -80px;
}

.next-event div.add:hover .text-add{
	color: #222;
}

.next-event div.add:hover{
	color: #fff;
}

.next-event div.event {
}

.text-add {
	color: #fff;
}

#boka .upcoming-events h3 {
	text-align: left;
	color: #fff;
	margin-left: 20px;
}

#boka .upcoming-events ul {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#boka .upcoming-events ul li {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: left;
	border-radius: 10px;
	float: left;
	padding-left: 20px;
}

#boka .upcoming-events ul li:hover{
	background-color: #1C1A1A;
}

#boka .upcoming-events ul li span {

	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	
}

#boka .upcoming-events ul li span.dot{
	float: left;
	width: 100%;	
	color: #5B5656;
	display: block;	
	text-align: left;
}

#boka .upcoming-events ul li span.dot i {
	text-align: left;
	margin-left: 40px;
}

#boka .upcoming-events ul li span.date, #boka .upcoming-events ul li span.event {
	display: block;
	float: left;
	width: 100%;
	color: #ccc;
	margin-left: 40px;
}

#boka .upcoming-events ul li span.event {
	color: #808080;
}

#boka .upcoming-events ul li span.add {
	float: right;
	margin-top: -40px;
	margin-right: 20px;
	cursor: pointer;
}

#boka .upcoming-events ul li span.add:hover .text-add {
	color: #fed136;
}

@media (max-width: 768px) {
	.intro-heading img {
		margin-top: -50px;
		height: 300px;
	}
}

body.overlay {
	overflow: hidden;
}

body.overlay #register {
    display: block;
}

#register {
	height: 100%;
	width: 100%;
	background-color: #222;
	position: fixed;
	top: 0;
    right: 0;  
    bottom: 0;
    left: 0;
	z-index: 9999;
	overflow-y: auto;
}

#register .form {
	width: 100%;
	padding-left: 20%;
	padding-right: 20%;
	margin: 5% auto;
	overflow-y: auto;
	height: auto;
}

#register .form h3 {
	color: #fff;
}

#register .close {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#register .calendar {
	border-radius: 5px;
	background-color: #fed136;
	width: 100%;
	min-height: 220px;
	padding: 10px;
	margin-bottom: 30px;
}

#register .calendar div {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

#register .calendar div.date {
	font-size: 24px;
	font-weight: 800;
	margin-top: 60px;
	margin-bottom: 20px;
}

#register .calendar div.event {
	color: #222;
}

#register label {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}

#register button {
	margin-top: 20px;
}

#register .form-row .form-group {
	margin-bottom: 20px;
	margin-top: 20px;	
}

#register .form-row .form-group:last-child {
	margin-bottom: 20px;
	
}

img.kampanj {
	margin-bottom: 20px;
}

.pris-box .col-md-6 {
	margin-bottom: 10px;
}

@media (max-width: 1024px) {
	.pris-box .end{
		margin-bottom: 30px;
	}
}

#instagram-content a:after {
	font-size: 16px;
	color: #222;
	padding: 20px;
}

#kampanj a, #bestall a {
	margin-top: 25px;
}

#bestall a {
	margin-top: 100px;
}

#todo, #myprofile, #subscription, #one-time-order, #myhome{
	padding: 50px;
}

#todo ul, #subscription ul{
	list-style: none;
}

#todo h1{
	text-align: center;
}

#todo ul li.header, #subscription ul li.header{
	font-size: 24px;
	font-weight: bold;
	color: #186bcc;
	background-color: #fff;
	padding-left: 0;
}

#todo a, #subscription a{
	color: #808080;
}

#todo a:hover, #subscription a:hover{
	color: #222;
	background: none!important;
}

#todo ul, #subscription ul{
	padding: 0;
}

#todo ul li span, #subscription ul li span{
	display: block;
	width: 100%;
	font-family: arial;
}

#subscription ul li span.comment{
	width: 70%;
}

#todo ul li span.zip_code, #todo ul li span.area, #subscription ul li span.zip_code, #subscription ul li span.area{
	padding-left: 15px;
}

#todo ul li span.client, #subscription ul li span.client{
	font-size: 16px;
	font-weight: bold;
}

#todo ul li span em, #subscription ul li span em{
	display: block;
	margin-left: 20px;
	margin-top: -20px;
	font-size: 14px;
}

#subscription ul li span.no-sync{
	color: #CD5C5C;
}

#subscription ul li span.synced{
	color: green;
}

#todo ul li, #subscription ul li{
	margin-bottom: 25px;
	background-color: #f7f2f2;
	padding: 25px;
	border-radius: 5px;
}

#todo ul li.used, #subscription ul li.used{
	background-color: #fed136;
}

#todo ul li a.button, #subscription ul li a.button{
	background-color: #186bcc;
	display: inline-block;
	border-radius: 7px;
	color: #fff;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	padding: 10px;
	float: right;
	margin-left: 3px;
	cursor: pointer;	
}

#todo ul li a.button:hover, #subscription ul li a.button:hover{
	background-color: #186bcc!important;
	color: #fff!important;
}

#todo ul li a.button.cancel, #subscription ul li a.button.cancel{
	color: #CD5C5C;	
	border: solid 1px #CD5C5C;
	background-color: transparent;
	margin-top: -30px;
}

 #subscription ul li a.button.upload-image{
	margin-top: -30px;
	margin-right: 10px;
	border: solid 1px #186bcc;
	color: #186bcc;
	background-color: transparent;
}

#subscription ul li a.button.sync{
	margin-top: -30px;	
	border: solid 1px #186bcc;
	color: #186bcc;
	background-color: transparent;
	margin-right: 10px;
}

#todo ul li a.button.cancel:hover, #subscription ul li a.button.cancel:hover{
	background-color: #CD5C5C!important;
	color: #fff;	
}

#todo ul li a:hover, #subscription ul li a:hover{
	background-color: #222;
}

a:hover{
	text-decoration: none;
}

a.navbar-brand img{
	height: 70px;
	margin-top: -25px;
}

div.page-content{
	margin-top: 100px;
}

#upload-image, #windows{
	position: fixed;
	top: 0;
	width: 100%;
}

#upload-image div.body, #windows div.body{
	padding: 25px;
	margin: 150px auto;
	width:  800px;
	min-height: 400px;
	border-radius: 5px;
	background-color: #ccc;
}

a.button{
	background-color: #186bcc;
	display: inline-block;
	border-radius: 7px;
	color: #fff;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	padding: 10px 20px;
	cursor: pointer;
}

a.button.secondary{
	color: #186bcc;
	background-color: #fff;
	border: solid 1px #186bcc;
}

a.button.secondary:hover{
	background-color: #186bcc;
	color: #fff;
}

a.button:hover{
	background-color: #222;	
}

#upload-image div a.close-window, #windows div a.close-window{
	float: right;
	margin-top: -50px;
}

#upload-image div a:hover, #windows div a:hover{
}

#upload-image div a.button, #windows div a.button{
	background-color: #222;
}

#windows .scroll-window img{
	display: block;
	margin: 0 auto;
	max-height: 120px;
	max-width: 170px;
	margin-bottom: 10px;
}

#windows .scroll-window{
	overflow: hidden;
	overflow-y: scroll;
	width: 100%;
	min-height: 250px;
	max-height: 250px!important;
	margin: 0;
	padding: 20px;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 5px;
}

#windows .scroll-window .input-group{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 5px;
}

#windows .scroll-window .input-group .input-group-addon{
	width: 200px;
}

#windows a.save{
	float: right;
}

#upload-image div input{
	margin-bottom: 5px;
}

#upload-image ul, #myhome ul{
	margin-top: 10px;
	display: block;
	list-style: none;
	padding: none;
}

#myhome ul{
	padding: 0;
}

#upload-image ul li.header, #myhome ul li.header{
	font-weight: bold;
	border-bottom: solid 2px #000;
	width: 100%;
}

#myhome ul li.header span{
	margin-right: 10px;
}

#upload-image ul li, #myhome ul li{
	display: block;
	padding: 5px;
	border-bottom: solid 1px #222;
}

#upload-image ul li span, #myhome ul li span{
	display: inline-block;
}

#upload-image ul li span.name, #myhome ul li span.name{
	width: 40%;
	margin-right: 20px;
	overflow: hidden;
}

#upload-image ul li span.date, #myhome ul li span.date{
	width: 20%;
}

#upload-image ul li span.filesize, #myhome ul li span.filesize{
	width: 10%;
}

#upload-image ul li span.user{
	width: 20%;
	float: right;
}

#upload-image h2, #windows h2{
	color: #fff;
}

#upload-image div ul{
	min-height: 200px;
	max-height: 400px;
	overflow: hidden;
	overflow-y: scroll;
	padding: 0;
}

#upload-image div ul li.image, #myhome div ul li.image{
	border-bottom: none;
}

#upload-image div ul li img, #myhome div ul li img{
	max-width: 100%;
	max-height: 200px;
	overflow: hidden;
}

#upload-image div ul li a{
	display: block;
}

#upload-image div ul li span.name a:hover{
	background: none;
	color: #fff;
}

#upload-image ul li span.user a{
	float: right;
	width: 15px;
	cursor: pointer;
	color: #CD5C5C;
}

#upload-image ul li span.user a:hover{
	background: none;
	color: #fff;
}

#upload-image a.button:hover{
	background-color: #000!important;
}

h2{
	color: #222;
}

h2.section-subheading{
	color: #dff0fd;
}


#myprofile ul{
	list-style: none;
	padding: 0;
}

#myprofile ul li{
	display: block;
	margin-bottom: 10px;
}

#myprofile ul li span.label{
	color: #222;
	width: 100%;
	font-family: arial;
	font-size: 16px;
	padding: 0;
}

#myprofile ul li span.label em{
	float: right;
	color: #808080;
	font-weight: normal;
	font-size: 12px;
}

#myprofile ul li input{
	margin-top: 3px;
	width: 100%;
	border-radius: 5px;
	padding: 5px;
	border: solid 1px #ccc;
	color: #222;
	font-family: arial;
	font-size: 14px;
}

#partners h2{
	text-align: center;
	margin-bottom: 50px;
}

#partners div.gallery img{
	max-width: 150px;
	max-height: 70px;
	filter: grayscale(1);
	flex: 1;
}

#partners div.gallery img:hover{
	filter: grayscale(0);
}

#partners div.gallery{
	margin: 0 auto;
	max-width: 800px;
	padding: 20px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center;
	align-content: space-around;
	gap: 100px;
}

section#order, section#services{
	padding-top: 50px;
	padding-bottom: 50px;	
}

section#order{
	padding-top: 100px;
}

section#order h2{
	margin-top: 75px;
	margin-bottom: 25px;
	text-align: center;
}

section#order .step{
	max-width: 800px;
	margin: 0 auto;
}

section#order .step select{
	display: block;
	margin: 0 auto;
	font-size: 13px;
}

section#order .btn-group-vertical.center {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

section#order .btn-group{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 10px;
}

section#order .btn-group button, section#order .btn-group-vertical button{
	font-family: arial;
	font-size: 16px;
	padding: 20px 30px;
	border: solid 1px #222;
	color: #222;
	background-color: transparent;
	border-radius: 7px;
}

section#order .btn-group button:hover, 
section#order .btn-group button.used,
section#order .btn-group-vertical button:hover, 
section#order .btn-group-vertical button.used{
	background-color: #222;
	border-color: #222;
	color: #fff;
}

section#order p{
	text-align: left;
	font-size: 14px;
	padding: 20px;
	text-align: center;
}

section#order p.description{
	font-size: 14px;
	text-align: center;
	font-style: italic;
}

#windows p.description{
	text-align: center;
	font-size: 14px;
	font-size: 14px;
	font-style: italic;
}

section#order p.area{
	font-size: 16px;
}

section#order a.button{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}

section#order a.button:hover{
	background-color: #222;
	color: #fff;
}

section#order .input-group{
	width: 50%;
    margin: 0 auto;	
	margin-bottom: 25px;
}

section#order .input-group .input-group-addon{
	width: 250px;
	font-family: arial;
	font-size: 16px;
	background-color: #186bcc;
	color: #fff;
}

section#order img{
	display: block;
	margin: 0 auto;
	max-height: 170px;
	max-width: 220px;
	margin-bottom: 10px;
}

section#order .step-4.one-time img{	
	display: inline-block;
}

section#order .input-group input{
	font-family: arial;
	font-size: 16px;
	text-align: center;
}

section#bestall{
	background-color: #fff;
}

section#bestall .row{
	margin-top: 75px;
	margin-bottom: 75px;
}

section#order p.price em{
	font-size: 14px;
}

#gallery{
	float: left;
	padding: 0;
}

/* Gallery container */
#gallery .body {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Flexible columns, minimum image width 200px */
    gap: 12px; /* Space between images */
    padding: 0;
    width: 100vw;
    max-width: 100%; /* Ensures the gallery doesn't overflow */
    margin: 0 auto;
    max-height: 600px; /* Limit the gallery to a max height of 600px */
    overflow: hidden; /* Hide any overflow if more images are added */
}

/* Gallery container */
#gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Controls the width of the gallery */
	padding-bottom: 75px;
}

/* Image grid container */
#gallery .body {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Flexible columns, each image at least 200px */
    gap: 12px; /* Space between images */
    width: 100%;
    max-width: 1000px; /* Max width for the gallery */
    padding: 16px;
    justify-items: center; /* Centers images horizontally within each grid cell */
}

/* Fixed size for each image */
#gallery .body img {
    width: 100%; /* Ensure the image fills its grid cell */
    height: 200px; /* Fixed height of 200px */
    object-fit: cover; /* Ensures the images fill the container without distortion */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

/* Hover effect */
#gallery .body img:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
}

footer .full-width span{
	display: block;
	width: 100%;
}

footer .full-width span a{
	display: block;
	width: 100%;
	text-align: left;
	color: #fff;
	margin-bottom: 5px;
}

footer .full-width span a:hover{
	color: #fed136;
}

input:disabled{
	background-color: #ccc;
	color: #808080;
	font-style: italic;
}

section#terms p{
	font-size: 14px;
}

section#terms{
	background: #fff;
}

section#terms .text-box{
	margin: 0 auto!important;
	float: none;
	max-width: 600px;
}

section#terms h2{
	margin-bottom: 100px;
}

section#enterprise{
	background-color: #fed136;
}

section#enterprise ul{
	list-style: none;
}

section#enterprise ul li{
	text-align: left;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
}

section#enterprise ul li svg{
	margin-right: 10px;
}

section#enterprise a.button{
	margin-top: 25px;
}

section#myhome .upload{
	margin-top: 10px;
	border: solid 1px #186bcc;
	color: #186bcc;
	background-color: transparent;
}

section#myhome .upload:hover{
	background-color: #186bcc;
	color: #fff;
}

section#intro-abonnemang{
	background-color: #222;
}

section#intro-engagsputs{
	background-color: #dff0fd;
}

section#intro-engagsputs p{
	color: #222;
}

section#intro-abonnemang p{
	color: #fff;
}

section#intro-abonnemang .recommend{
	display: inline-block;
	background-color: #fec503;
	border-radius: 15px;
	padding: 10px;
	color: #222;
	font-size: 18px;
	margin-bottom: 10px;
}

.text-medium{
	font-size: 16px!important;
	margin: 0 auto;
	max-width: 600px;
}

section#todo a.order{
	color: #fff;
}

section#todo a.order:hover{
	background-color: #222!important;
}

section#order .ui-datepicker{
	width: 90%;
	margin: 10px auto;
}

section#order #calendar{
	margin-bottom: 10px;
}

section#subscription span.select-date{
	display: block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 30px;
}

section#subscription span.select-date a{
	background: #ccc;
	font-size: 12px;
	float: left;
	color: #222;
}

section#subscription span.select-date a:hover{
	color: #fff;
}

section#subscription span.tool{
	display: block;
	width: 100%;
}

section#we-support{
	background-color: #dff0fd;
}

section#we-support h2{
	text-align: center;
	margin-bottom: 50px;
}

section#we-support .gallery{
	display: flex;
	justify-content: space-evenly;
}

section#we-support .gallery img{
	max-width: 200px;
	max-height: 200px;
}

section#order .gallery{
	display: flex;
	justify-content: space-evenly;
}

section#order #calendar div.view-month{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}

section#order #calendar div.tool span{
	cursor: pointer;
	display: block;
}

section#order #calendar div.tool span.next{
	float: right;
	margin-top: -20px;
}

section#order #calendar div.tool span:hover{
	color: #186bcc;
}

section#order #calendar div.date-picker span.date{
	display: block;
	float: left;
	margin: 5px;
	padding: 10px;
	background: #fff;
	border-radius: 7px;
	color: #222;
	border: solid 1px #222;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	min-width: 100px;
}

section#order #calendar div.date-picker span.date span.status{
	display: block;
	width: 100%;
	font-size: 10px;
	margin-top: 3px;
}

section#order #calendar div.date-picker span.date span.status svg{
	margin-left: 1px;
	margin-right: 1px;	
}

section#order #calendar div.date-picker span.date strong{
	font-size: 40px;
	display: block;
	text-align: center;
}

section#order #calendar div.date-picker span.date.used{
	background: #222;
	color: #fff;
}

section#order #calendar div.date-picker span.date:hover{
	background-color: #222;
	color: #ddd;
}

section#order #calendar div.date-picker{
	display: flex;
	justify-content: space-evenly;
	align-content: flex-start;
	flex-wrap: wrap;
	float: left;
	min-height: 100px;	
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
}

section#order p#calendar-picked span{
	display: block;
	margin-bottom: 5px;
}

section#order textarea{
	display: block;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 7px;
	width: 400px;
	height: 200px;
	font-size: 13px;
	font-family: arial;
	margin: 0 auto;
	margin-bottom: 20px;
}

section#todo a{
	margin-right: 10px;
	margin-bottom: 10px;
}

span.helper{
	cursor: pointer;
}

img.helper-image{
	max-width: 250px;
}

#warning{
	background-color: red;
	padding-bottom: 50px;
}

#warning p{
	text-align: center;
	color: #fff;
	font-size: 16px;
}

#subscription #search{
	width: 75%;
	padding: 10px;
	float: left;
	height: 40px;
	border: solid 1px #ddd;
	border-radius: 7px;
}

#subscription #search_button{
	color: #fff;
	float: left;
	width: 25%;
	border-radius: 5px;
	margin-bottom: 10px;
}

#subscription #search_button:hover{
	background-color: #222!important;
	margin-bottom: 10px;	
}

#calendar p.loading{
	padding: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#calendar{
	min-height: 100px;
}

#order .balkong_altan_form{
	display: none;
}

#order .balkong_altan_box p{
	text-align: center;
}

#todo div.alert{
	padding: 20px;
	background-color: #e3b927;
	color: #fff;
	font-size: 16px;
}

#myprofile p.info{
	padding: 20px;
	background-color: #e3b927;
	color: #fff;
	font-size: 16px;
	border-radius: 7px;
}

#order div.mobilnummer{
	padding: 20px;
	text-align: center;
}

#order div.mobilnummer input{
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 7px;
	font-size: 13px;
	font-family: arial;
}

footer h2{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

footer div.col-md-3{
	text-align: left;
}

footer a{
	color: #fff;
}

footer a:hover{
	color: #fed136;
}

footer .social-buttons a{
	text-align: center;
}

#intro-abonnemang h2{
	color: #fff;
}

header .heading-actions{
	margin-top: 25px;
}