a {
    text-decoration: none!important;
}
.icon-footer {
    text-align: left;
}

.is-section-10 .is-boxes {
    min-height: 1px!important;
}

.book.aos-init.aos-animate {
    position: absolute; bottom: -24px; left: 35%;
}

.webapp-home .carousel h1{font-size:4rem} .webapp-home .carousel-caption{padding-bottom:10%} .navbar, .footer {border:none} .footer hr {display:none} .carousel-caption p {font-size:2rem} .carousel-caption a.btn-primary { border-color: #fff; font-size:16px; } .container-full {padding-top:40px; padding-bottom:40px} .providers img {margin:auto;} .providers .slide-subtitle{text-align:center} h2 {text-align:center} .booking-form{border:none; background:none}

.owl-carousel .owl-item img {width: 100% !important; max-height:100%; overflow:hidden; transition: transform .3s}
.owl-carousel .owl-item img:hover {transform: scale(1.1);}
.services2007 h3 {display:none;}
.slide-subtitle {text-align:center; font-size:20px}
.slide-price {text-align:center;}

/**.owl-carousel.owl-drag .owl-item { border-right:1px solid #efefef; padding-bottom:80px; box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);}**/
.services2007, .htmlSection1786 {padding-top:0px; padding-bottom:0px;}
.owl-stage-outer {width:100% !important; left:0px; margin-bottom:0px; }
.carousel {border:20px solid white;}
.line-height-1 {line-height: 1px;}
.slide-price {display:block;}
.slide-subtitle a {
    color: rgb(99, 84, 60);
    font-weight: bold;
    font-family: tahoma;
    text-transform: uppercase;
}
.slide-flag {
    font-size: 13px;
    font-weight: 300;
    color: rgb(99, 84, 60);
    text-align: center;
}

.owl-carousel .owl-stage {padding-bottom: 70px;}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    position:absolute;
    top:30px;
    

}
.navbar-default {
    background: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%) !important;
    /*border-top: 20px solid white;*/
    /*border-left: 20px solid white;*/
    /*border-right: 20px solid white;*/
    width:100%;
    position:absolute;
}
.navbar-header {
    width:100%;
}

.navbar-brand {
    width:100%;
    text-align:center;
    top: 30px;
    position: relative;}
    
.navbar-default .navbar-nav>li>a{
    color:#ffffff !important;
}
.widget-form {
    background: #ffffff00 !important;
}

@media only screen and (min-width: 769px) {
    .page-navigation-module {
    width:50%!important;
}
}

div.is-section.is-section-10 {
    height: 100%;
    /*padding-top: 5px;*/
}

.slide-subtitle.text-uppercase.padd10t.size12.group {
    display: none;
}

.slide-rows {
    font-family:comfortaa!important;
    text-transform: none!important;
}

.slide-subtitle a {
    color: rgb(99, 84, 60);
    font-weight: bold;
    font-size: 28px;
    font-family: comfortaa!important;
    text-transform: none!important;
}

.owl-carousel .owl-stage {
    padding-bottom: 0!important;
}

#pricing{
	width: 100%;
	margin: auto;
}

.price_card{
	width: 300px;
	background: rgb(255, 255, 255);
	display: inline-table;
	top: 0;
}
.price_card:not(:last-child){
	margin-right: 40px;
}
.header{
	color: rgb(255, 255, 255);
}

.price{
	width: 100%;
	font-size: 60px;
	font-weight: 300;
	display: block;
	text-align: center;
	padding: 30px 0 10px;
}
.name{
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 0 0 30px;
}
.features{
	list-style: none;
	text-align: center;
	color: rgb(138, 138, 138);
	margin: 0;
	padding: 0;
}
.features li{
	margin: 0 35px;
	padding: 20px 15px;
	width: 200px;
}
.features li:not(:last-child){
	border: 1px solid rgb(242, 242, 242);
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
button{
	color: rgb(255, 255, 255);
	border: 0;
	border-radius: 5px;
	
	display: block;
	font-weight: 700;
	font-size: 15px;
	margin: 20px auto 35px;
	background: #F1F1F1;
}

.bravo button, .alpha button{
    height: 40px;
}

.pricelist {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-collapse: collapse;
    overflow: hidden;
    font-family:comfortaa!important;
    font-size: 24px!important;
}

/** NAVVY NAVVY **/

#navigation {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    /*background: #ddd;*/
    padding: 0!important;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

@media only screen and (max-width : 768px) {
     #navigation {
         padding: 10px 10px;
     }
}

#navigation a:link, #navigation a:visited {
  text-decoration:none;
  color:#fff;
}
#navigation logo {
    float: left;
    margin:0;
}
.toggle, #toggle {
    float: right;
    display: none;
    font-size: 1em;
    padding: 0 1rem;
    font-family: FontAwesome;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#menu {
    margin: 0;
    padding-inline-start: 0!important;
}
nav li {
    padding: .2rem 1rem;
    display: inline-block;
    text-align: center;
    margin: 0;
}
nav li:hover {background:black;}
@media only screen and (max-width : 768px) {
    #menu {
        max-height: 0;
        -webkit-transition: all .25s linear;
	     -moz-transition: all .25s linear;
	     -ms-transition: all .25s linear;
	     transition: all .25s linear;
        width:100%;
    }
    #menu > li {
        display: block;
        float: none;
        width: 100%;
        text-align:center;
    }
    .toggle {
        display:block;
    }
    #toggle:checked ~ #menu {
      max-height: 20em;
	   -webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
	   -ms-transition: all .25s linear;
	   transition: all .25s linear;
    }
    .toggle:after {
		   content: '\f0c9';
    }
    #toggle:checked + .toggle:after{
        content: '\f00d';
    }
}

div.is-section.is-section-10 {
    height: 0!important; 
}

@media only screen and (max-width : 768px) {
 .percent {
    font-size: 120px!important;
}

 
 .book.aos-init.aos-animate {
    position: relative!important; 
    bottom: 0!important;
     left: auto!important;
     width:200px;
 }
 
 .icon-footer {
     text-align: center!important;
 }
}
 .is-section-10 {
     z-index:1!important;
 }

 
 .services-img {
     box-shadow: 
	0 0 0 2px #000,
	0 0 0 10px #000,
	0 0 0 20px transparent,
	0 0 0 20px #D1D0CF,
	0 0 0 30px transparent,
	0 0 0 22px #000;
 }
 
 .is-section.is-section-10.is-box.is-align-center {
     z-index:1!important;
     
 }
 
 .is-section.is-section-10.is-box {
    position: relative!important;
     
 }
 
.boxy {
    width: 80%;
    padding: 40px;
    box-shadow: 
	0 0 0 2px #000,
	0 0 0 10px #000,
	0 0 0 20px transparent,
	0 0 0 20px #D1D0CF,
	0 0 0 30px transparent,
	0 0 0 22px #000;
}

/**GALLERY**/



figure[img] {
  display: block;
}

.gallery {
  position: relative;
  z-index: 2;
  padding: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.gallery.pop {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.gallery figure {
  flex-basis: 33.333%;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
}
.gallery figure img {
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.gallery figure figcaption {
  display: none;
}

.popup {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out .2s;
  transition: opacity .5s ease-in-out .2s;
}
.popup.pop {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out 0s;
  transition: opacity .2s ease-in-out 0s;
}
.popup.pop figure {
  margin-top: 0;
  opacity: 1;
}
.popup figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  margin-top: 30px;
  opacity: 0;
  -webkit-animation: poppy 500ms linear both;
          animation: poppy 500ms linear both;
}
.popup figure img {
  position: relative;
  z-index: 2;
}
.popup figure figcaption {
  position: absolute;
  bottom: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.78)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78));
  z-index: 2;
  width: 100%;
  padding: 100px 20px 20px 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
}
.popup figure figcaption small {
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  margin-top: 12px;
  text-indent: 3px;
  opacity: .7;
  letter-spacing: 1px;
}
.popup figure .shadow {
  position: relative;
  z-index: 1;
  top: -56px;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 98%;
  height: 50px;
  opacity: .9;
  -webkit-filter: blur(16px) contrast(1.5);
          filter: blur(16px) contrast(1.5);
  -webkit-transform: scale(0.95, -0.7);
          transform: scale(0.95, -0.7);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.popup .close {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(#close);
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.popup .close svg {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes poppy {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
  }
}

@keyframes poppy {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
  }
}

.container-fluid.steps {
    margin-top:200px;
}

.navbar.navbar-default.navbar-static-top.header-transparent {
    top:0!important;
}

.total-price-modal, .review-area .price {
    color: #D40900!important;
    font-weight: 700!important;
    font-size: 40px!important;
}

#slots span.price {
    color: #000!important;
    font-weight: 700!important;
    font-size: 30px!important;
}

.navbar-default {
    position: relative; 
}