body {
	/*background-color: #E9EBEE;*/
	margin: 0;
	padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.samax-green-text{
  color: #AECF3A;
}

/*Navigation*/

.navbar{
  background: url('../img/nav.png');
}

header.contact{
  background-color: #0DABCE;
  padding: 10px;
  border-bottom: 5px solid #AECF3A;
}

header.contact a {
  text-decoration: none;
  color: white;
}

header.contact .email{
  margin-left: 20px;
}

.fa-facebook-square{
	font-size: 20px;
}

.header-image{
	position: relative;
	border-top: 5px solid #AECF3A;
  	border-bottom: 5px solid #AECF3A;

}

.logo{
	position: absolute;
	top: 0;
	left: 10%;
}

#logo{
	width: 150px;
}

/*Slider*/

.carousel-caption{
	position: absolute;
	top: 20%;

}

.carousel-caption h5{
	font-size: 5em;
	background: rgba(0, 0, 0, 0.35);
	color: #E9EBEE;
}

.carousel-caption p {
	font-size: 3em;
	background: rgba(0, 0, 0, 0.35);
}

/*contactform*/
.contact-form{
	padding: 20px;
}

#bookingForm{
  background-color: #F1F3F4;
}

.grayColor{
  background-color: #E9EBEE
}

#contact-btn{
  background-color: #AECF3A;
}

/*Login*/
#login{
	background-color: #0DABCE;
}


#login .container #login-row #login-column #login-box {
  margin-bottom: 60px;
  max-width: 600px;
  height: 340px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}

#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}

#login-box{
  position: relative;
}

.accountMessage{
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    font-size: 80%;
}

/*Services*/
#as-services{
	margin:40px auto 40px auto;
}
#as-services .as-services-head{
	margin:0 auto 50px auto;
	max-width:800px;
}
#as-services .as-services-head h2{
    font-size: 32px;
    font-weight: 700;
}
#as-services .as-services-head p{
	color: #928c8d;
	font-size: 20px;
	font-weight: 300;
}
#as-services .as-service-box i {
	color:#0DABCE;
	display:inline-block;
	font-size:70px;
	position:relative;
}
#as-services .as-service-box h3 {
	font-size:20px;
	font-weight:700;
}
#as-services .as-service-box h3 a,
#as-services .as-service-box .readMoreBox,
.serviceclick {
	text-decoration:none;
}

#as-services .as-service-box .readMoreBox,
.serviceclick{
 color: #212529;
 display: block;
}

.readMoreBox img{
  width: 320px;
}

.serviceclick:hover{
  text-decoration: none;
  color: white;
}

#as-services .as-service-box p {
	color:#928c8d;
	font-size:16px;
	font-weight:300;
}

#ice{
	width: 180px;
}

#popcorn{
	width: 200px;
  margin-bottom: 0; 
}

.cleanup,.transport{
  width: 250px;
  margin-bottom: 0; 
}

#servicePopcorn{
  width: 205px; 
}


.popcornService{
  width: 260px;
  display: flex;
  margin:50px auto 10px;
}

#slushiceService{
  width: 195px; 
  display: flex;
  margin:50px auto 20px;
}

.mix{
  width: 320px;
  display: flex;
  margin: 50px auto 0px;
}

#mix{
  width: 280px;
}

#mixHeader{
  top: 170px;
}

.list-unstyled a,
.gdpr {
	color: #23ABCE;
}


/*Garden service*/
.gardenService{
  border-bottom: 1px solid rgb(221, 221, 221);
}

/*footer*/
footer{
  background: url('../img/paper_2.png');
}
.footer-copyright{
	background-color: #343A40;
	color: white;
}

.footer-copyright a{
	color: #0DABCE;
}

.icons{
	font-size: 1.5em;
	background-color: #AECF3A;
	padding: .4em;
	border-radius: 2em;
	color: white;
}

.footer-copyright{
	background-color: #343A40;
}

.dnow-regionsWrap .h2 {
	margin-top: 25%;
}


h5.footer-header{
	color: #0DABCE;
}

.error{
  color: #E74C3C;
}

.errorpage{
	background-color: #E74C3C;
	padding: 50px;
}

.errorpage a{
	color:#75C46B;
}



/*Pris tabels*/
/*discount ribbon*/

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #AECF3A;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #AECF3A;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/*discount ribbon END*/
/* ===== PRICING PAGE ===== */
.price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
          box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: 40px;
  border: 1px solid #0DABCE;
  margin-bottom: 45px;
}



.price-tabs .nav-link {
  color: #0DABCE;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price-tabs .nav-link.active {
  background-color: #0DABCE;
  color: #fff;
}

.price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
          box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: 10px;
}

.price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
          box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #0DABCE;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}

.price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #0DABCE;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
          box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}

.price-item .price-top * {
  color: #fff;
}

.price-item .price-top h2 {
  font-weight: 700;
}

.price-item .price-top h2 sup {
  top: 20px;
  right: -5px;
  font-size: 0.75em;
  font-weight: 500;
  vertical-align: top;
}

.price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
  color: #0DABCE;
}

.price-item .price-content li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.price-item .price-content ul {
  list-style: none;
}
.popular {
  background-color: #0DABCE;
}

.popular .price-top {
  background-color: #fff;
}

.popular .price-top:after {
  background-color: #fff;
}

.popular .price-top h4 {
  color: #0DABCE;
}

.popular .price-top h2, .popular .price-top span, .popular .price-top sup {
  color: #0DABCE;
}

.popular .price-content ul *,
.popular .price-content ul .zmdi-close, .popular .price-content ul .zmdi-check {
  color: #fff !important;
}


/*Services*/
.devider{
	background-color: #34495E;
	color: white;
}

.priceSection{
  margin-bottom: 40px;
}

.service-10 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.service-10 h5 {
    line-height: 26px;
    font-size: 21px;
}

.service-10 .font-medium {
	font-weight: 500;
}

.service-10 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.service-10 .op-8 {
	opacity: 0.8;
}

.service-10 .samax-primary {
	 background-color: #0DABCE;
   cursor: pointer;
}

.service-10 .samax-gray {
	 background-color: #F1F3F4;
   cursor: pointer;
}

.samax-gray p,
.samax-gray .service-header {
  color: black;
}

.service-10 .samax-green {
	 background-color: #AECF3A;
   cursor: pointer;
}

.service-10 .wrap-service10-box {
    padding: 30px 20px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.service-10 .wrap-service10-box p{
  font-size: 1em;
}

.service-10 .btn-outline-light:hover {
	color: #263238 !important;
}

.service-10 .readmore:hover{
	color: #0DABCE !important;
	border: 1px solid #0DABCE;
}

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

.readmore{
	border:1px solid black;
}


/*rent slush ice*/
.no-gutters .container {
  position: relative;
}

#lawnmowerheader, #slushiceMachine{
  position: absolute;
  right: 0;
}

.priceHeader{
  position: absolute;
  right: 0px;
  top: 90px;
  width: 450px;
}

.service-38 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.service-38 h1,
.service-38 h2,
.service-38 h3,
.service-38 h4,
.service-38 h5,
.service-38 h6 {
  color: #3e4555;
}

.service-38 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.service-38 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.service-38 .img-position {
	right: 20%;
    z-index: 1;
}

#elservice{
	position: relative;
}

#elservice1{
	bottom: 0;
	right: 0;
}

.service-38 .underHeader {
	font-size: 1.2em;
}

.service-38 .bg-green {
    background-color: #AECF3A !important;
}

.service-38 .bg-blue{
  background-color: #0DABCE !important;
}

.service-38 .bg-gray{
  background-color: #F1F3F4 !important;
}

.service-38 .display-4 {
	font-size: 3rem !important;
}

/*About us section*/
.service-22 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.service-22 h1, .service-22 h2, .service-22 h3, .service-22 h4, .service-22 h5, .service-22 h6 {
  color: #3e4555;
}

.service-22 .font-weight-medium {
  font-weight: 500;
}

.service-22 .wrap-service-22 {
  margin-top: 60px;
}

.service-22 .wrap-service-22 .text-box {
  padding: 0 30px;
}

.service-22 .wrap-service-22 .text-box h3 {
  margin: 10px 0 25px 0;
}

.service-22 .text-info {
  color: #188ef4 !important;
}

.service-22 .samax-primary {
  color: #0DABCE;
}

.service-22 .img-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}

.service-22 .btn-info-gradiant {
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.service-22 .btn-info-gradiant:hover {
    background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
    background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.service-22 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

/*el service*/
.service-12 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.service-12 h1, .service-12 h2, .service-12 h3, .service-12 h4, .service-12 h5, .service-12 h6 {
  color: #3e4555;
}

.service-12 h6 {
    line-height: 22px;
    font-size: 18px;
}

.service-12 .font-weight-medium {
  font-weight: 500;
}

.service-12 .badge {
  line-height: 14px;
}

.service-12 .badge-info {
  background: #188ef4;
}

.service-12 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.service-12 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.service-12 .img-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}

.service-12 .wrap-service12 .img-hover {
  -webkit-transition: 0.2s ease-in;
   -o-transition: 0.2s ease-in;
   transition: 0.2s ease-in;
}

.service-12 .wrap-service12 .img-hover:hover {
  -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}

.service-12 .wrap-service12 .uneven-box {
    margin-top: 100px;
}

.service-12 .btn-info-gradiant {
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.service-12 .btn-info-gradiant:hover {
    background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
    background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.service-12 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

/*Cookies*/
.cookie-box {
    position: fixed;
    background: rgba(226,81,77, 0.8);
    background: rgb(13,171,206, 0.8);
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
    bottom: 0;
    animation: popin .4s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transform-origin: center 100%;
    z-index: 9999;
}

#cookies{
  width: 40px;
  margin-right: 10px;
}

.cookie-box span {
    display: inline-block;
    padding: 20px;
}

.cookie-box span a{
  color: white;
}

.cookie-box button {
    background: rgb(174,207,58);
    border: none;
    padding: 10px 20px;
    z-index: 10;
    color: #3E3E3E;
}

.serviceText{
  font-size: 20px;
}