/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #0094FF;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0094FF transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.slider-caption > div {    
	background-color: rgba(255,255,255,0.3);
    border-radius: 2px;
    padding: 40px;
}
	
.content-wrap {
	padding: 40px 0;
}

#content p {
	text-align: justify;
}

.cc-content-wrap {
	padding: 0px 0;
}

.cc-section {
	margin: 0px 0;
}

.cc-fbox-content p {
	color: #fff;
}

.cc-fbox-content h3 {
	color: #333
}

.col-mb-50 > .col, .col-mb-50 > [class*="col-"] {
	padding-bottom: 30px;
}

#footer .footer-widgets-wrap {
	padding: 50px;
}

.cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #333;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;
	display: none;
}

.cookieConsentContainer .cookieButton a {
	display: block;
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #0094FF;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}

.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #87D6E4;
}

.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.regular-price {
	border-bottom: 2px solid #333;
	margin-bottom: 10px;
}

.cc-pricing {
	font-size: 14px;
}

.cc-pricing p {
	margin-bottom: 5px;
}

.pricing-price .price-people {
	vertical-align: top;
	font-size: 20px;
}

.pricing-extended .pricing-meta {
	font-weight: 500;
	font-size: 24px;
}

.new-service{
	text-transform: lowercase;
	color: red;
}

.line, .double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 1rem 0;
    border-top: 1px solid #EEE;
}

.heading-block {
    margin-bottom: 20px;
}

.heading-block::after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 40px;
    border-top: 0px solid #444;
}

.section {
    padding-top: 60px;
}

.g-recaptcha {
	float: right;
}

.team {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}