
            .service-icon-h7-one {
                text-align:center;
                margin-top:-60px;
            }
            .service-icon-h7-one .column{
                max-width:210px;
                min-width:210px;
            }
			.service-icon-h7-one h2{
				margin: 30px 0;
				color:#000000;
			}
			.areasCon{
				width:100%;
				text-align: center;
				display: block;
				margin-top: 10px;
			}
			.areasCon .areasButton{
				display:inline-block;
				text-decoration: none;
				padding:10px 15px;
				background: #e9e9e9;
				margin: 5px;
				color:#000000;
				font-size: 13px;
			}
			.AreasInfo {
				width:80%;
				padding: 35px 5px 60px 5px;
				margin: 50px 10%;
			}
			.AreasInfo h3{
				color: #000000;
				text-align: center;
				font-weight: bold;
				margin-bottom: 25px;
			}
			.AreasInfo ul{
				margin-left: 5%;
				display: inline-block;
			}
			.AreasInfo ul li{
				color: #000000;
				margin-top: 10px;
				font-size: 16px;
                font-family: Arial, sans-serif;
			}
			.link_icon{
				width:40px;
				height: 40px;
				position: relative;
				background-color:#f28c20;
				border-radius: 5px;
				padding: 5px;
			}
			#buttonCon{
				display:inline-block;
				overflow-x:hidden;
			}
/*text slide*/
			* {box-sizing: border-box}

            /* Slideshow container */
            .slideshow-container {
              position: relative;
              width: 60%;
              margin-left: 20%;
              background: transparent;
            }
            
            /* Slides */
            .mySlides {
              display: none;
              padding: 40px 80px 30px 80px;
              text-align: center;
            }
            .mySlides p{
                font-size: xx-large;
                font-weight: bold;
            }
            
            /* Next & previous buttons */
            .prev, .next {
              cursor: pointer;
              position: absolute;
              top: 50%;
              width: auto;
              margin-top: -30px;
              padding: 16px;
              color: #888;
              font-weight: bold;
              font-size: 20px;
              border-radius: 0 3px 3px 0;
              user-select: none;
            }
            
            /* Position the "next button" to the right */
            .next {
              position: absolute;
              right: 0;
              border-radius: 3px 0 0 3px;
            }
            .prev {
              position: absolute;
              left: 0;
              border-radius: 3px 0 0 3px;
            }
            
            /* On hover, add a black background color with a little bit see-through */
            .prev:hover, .next:hover {
              background-color: rgba(0,0,0,0.8);
              color: white;
            }
            
            /* The dot/bullet/indicator container */
            .dot-container {
                width: 60%;
                margin-left: 20%;
                text-align: center;
                padding: 0 20px;
                background: transparent;
            }
            
            /* The dots/bullets/indicators */
            .dot {
              cursor: pointer;
              height: 15px;
              width: 15px;
              margin: 0 2px;
              background-color: #bbb;
              border-radius: 50%;
              display: inline-block;
              transition: background-color 0.6s ease;
            }
            
            /* Add a background color to the active dot/circle */
            .active, .dot:hover {
              background-color: darkorange;
            }
            
            /* Add an italic font style to all quotes */
            q {font-style: italic;}
            
            /* Add a blue color to the author */
            .author {color: cornflowerblue;}
			#infoLeft{
				display: block;
				width:49%;
				height: 350px;
				float:left;
				background-color: #e9e9e9;
				padding: 20px 10px;
				margin-bottom: 50px;
			}
			#infoLeft h3{
				color: darkorange;
			}
			#infoRight{
				display: block;
				width:49%;
				height: 350px;
				float:right;
				background-color: #e9e9e9;
				padding: 20px 10px;
				margin-bottom: 50px;
			}
			#infoRight h3{
				color:darkorange;
			}
			.pricelist-container{
				width: 80%;
				margin: 20px 10%;
				text-align: center;
			}
			.pricelist-container h3{
				text-align: center;
				color: #000000;
				font-weight: bolder;
			}
			.areasCon{
				width:100%;
				text-align: center;
				display: block;
				margin-top: 10px;
			}
			.areasCon .pricelistButton{
				display:inline-block;
				padding:10px 30px;
				background: #e9e9e9;
				margin: 5px 10px;
			}
			.pricelist-container table{
				width: 100%;
				margin-top: 20px;
			}
			.pricelist-container table, th, td {
				border: 1px solid darkorange;
				border-radius: 10px;
			
			}
			.gallery-widget-container{
				width: 90%;
				display: block;
				margin: 20px 5%;
				padding: 15px 0;
			}
			.gallery-widget-container h3{
				text-align: center;
				color: #000000;
				font-weight: bolder;
			}

			.gallery-widget-container .menu-wrapper {
	position: relative;
	max-width: fit-content;
	height: auto; 
	margin: 1em auto;
}

.gallery-widget-container .menu	{
	height: 250px; 
	box-sizing: border-box;
	padding: 20px 35px;
	
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.gallery-widget-container .item {
		display: inline-block;
		width: 180px;
		height: 150px;
		background-color: lightgrey;
		box-sizing: border-box;
		margin: 2% 10px;
		overflow: hidden;
		border-radius: 10px;
  transition: transform .5s; /* Animation */
}
.gallery-widget-container .item img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.gallery-widget-container .item:hover {
  
  cursor: pointer;
}

.paddle {
	position: absolute;
	top: 32%;
	bottom: 0;
	width: 3em;
	height: 62px;
	color: black;
	background-color: transparent;
}
.left-paddle {
	left: 0;
}
.right-paddle {
	right: 0;
}
.hidden {
	display: none;
}
.airal-map{
	width: 90%;
	margin: 5px 5%;
}
.airal-map h3{
	text-align: center;
	color: #000000;
	font-weight: bolder;
	margin-bottom: 20px;
}
.airal-map img{
	border:1px solid #e9e9e9;
	border-radius: 5px;
}




		@media screen and (max-width: 600px) {
				#buttonCon{
					display:none;
				}
			.service-icon-h7-one h2{
				margin: 10px 0 30px 0;
			}
			.areasCon{
				white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
			}
			.AreasInfo {
				width:96%;
				padding: 35px 5px 60px 5px;
				margin: 10px 2%;
			}
			.AreasInfo ul li{
				color: #000000;
				margin-top: 10px;
				font-size: 13px;
                font-family: Arial, sans-serif;
			}
			.pricelist-container{
				width: 96%;
				margin: 20px 2%;
				text-align: center;
			}
			.areasCon{
				white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
			}
			.areasCon .pricelistButton{
				display:inline-block;
				padding:10px 30px;
				background: #e9e9e9;
				margin: 5px 1px;
			}
			.gallery-widget-container{
				width: 94%;
				display: block;
				margin: 20px 3% 0 3%;
				padding: 15px 0;
			}
.gallery-widget-container .menu	{
	height: 250px; 
	box-sizing: border-box;
	padding: 20px 35px 20px 0;
	
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.gallery-widget-container .item {
		display: inline-block;
		width: 180px;
		height: 150px;
		background-color: lightgrey;
		box-sizing: border-box;
		margin: 2% 3px;
		overflow: hidden;
		border-radius: 10px;
  transition: transform .5s; /* Animation */
}
.paddles{
    display:none;
}
			.slideshow-container {
              position: relative;
              width: 96%;
              margin:50px 2% 0 2%;
              background: transparent;
            }
            
            /* Slides */
            .mySlides {
              display: none;
              padding: 40px 2px 10px 2px;
              text-align: center;
            }
            .mySlides p{
                font-size: 21px;
                font-weight: bold;
            }
            #infoLeft{
				display: block;
				width:96%;
				height: 350px;
				float:left;
				background-color: #e9e9e9;
				padding: 20px 5px;
				margin:0 2% 10px 2%;
			}
			#infoLeft h3{
				color: darkorange;
				font-size: 20px;
			}
			#infoRight{
				display: block;
				width:96%;
				height: 350px;
				float:right;
				background-color: #e9e9e9;
				padding: 20px 10px;
				margin:0 2% 10px 2%;
			}
			#infoRight h3{
				color:darkorange;
				font-size: 20px;
			}
			.call-to-action-four{
			    display:none;
			}
			
.airal-map{
	width: 98%;
	margin: 0 1%;
}

		}