

/* ScrollToTop */



.back-to-top  {



  display: none;

  position: fixed;

  bottom: 18px;

  right: 15px;  

  font-size: 3rem;

  width: 36px;

  height: 36px;

  line-height: 36px;

  background-image:url(../../img/arrow_circle_up-24px.svg);

  background-repeat:no-repeat;

  background-size:cover;

  border-radius: 0px;

  text-align: center;

  

  transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

}



.container {

  max-width: 960px;

}



/*

 * Custom translucent site header

 */



	a {

		color:#252525;

		text-decoration:none;

	}



	a:hover {

		color:#252525;

		text-decoration:none;

	}



.site-header {

  background-color: rgba(0, 0, 0, .85);

  -webkit-backdrop-filter: saturate(180%) blur(20px);

  backdrop-filter: saturate(180%) blur(20px);

}

.site-header a {

  color: #999;

  transition: ease-in-out color .15s;

}

.site-header a:hover {

  color: #fff;

  text-decoration: none;

}



#cart td{font-size:.6em;}

#cart th{font-size:.8em;}

#cartbuttonContainer p{font-size:.8em;}

.cart{float:left;height:25px;}



@media (min-width: 768px) {

	#cart td{font-size:.8em;}

	#cart th{font-size:.9em;}

	#cartbuttonContainer p{font-size:.8em;}	

  }

.tprice  { position:absolute; bottom:1rem; background:#0E6898; color:white; padding:.5rem;}



.footer-k {

	background-color:#4C4C4C;

	color:	#ffffff;

	padding-top: 30px;

}

.footer-k a {color:#ffffff;}

.footer-k a:hover {color:#0588c9;}



#0588c9





/*

 * Extra utilities

 */



.flex-equal > * {

  -ms-flex: 1;

  flex: 1;

}

@media (min-width: 768px) {

  .flex-md-equal > * {

    -ms-flex: 1;

    flex: 1;

  }

}



@media (max-width: 767px) {

.single-grid-tour {

    padding-bottom: 75px;

}

}



.overflow-hidden { overflow: hidden; }

.about-about__title {

    font-size: 20px;

    line-height: 1;

    margin: 0;

    padding-right: 95px;

    padding-left: 85px;

    color: #ffffff;

}

.thingslink {color:orange;}

.thingscard p {margin-bottom:15px;}

.animated {
  animation-duration: 1s;
  animation-iteration-count: 4;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

.show-cart li {
  display: flex;
}
.cartmodal {top:50px;}	  

.btn.btn-as-block {
  display: block;
} 
.btn.btn-delete {
	padding:0;
} 

@media (max-width: 767px){

#cart td, #cart.th {
    padding:0;;
}
.form-control {
	font-size:10px;
	padding:0;
}
.btn.btn.delete {
	padding:0;
}
}
#sendinfo {display:none; margin-left:5px; margin-right:5px;}
	
.modal-content1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 95%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}