@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIconsd41d.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}


* .icon_search, .icon_star, .icon_mail, .icon_phone {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon_search:before {
	content: "\55";
}
.icon_star:before {
	content: "\e033";
}
.icon_mail:before {
	content: "\e076";
}
.icon_phone:before {
	content: "\e090";
}
.breakpoint-off .classynav ul li .dropdown, .breakpoint-off .classynav ul li .megamenu {
    width: 260px !important;
  
}
.bg-overlay::after {
    background-color:rgb(0 0 0 / 0%);
}
.single-footer-widget .footer-logo {
    font-size: 22px !important;
    color: #1cc3b2 !important;
}
.single-footer-widget h4 {
    color: #ffffff;
    font-size: 14px;
}
.footeremail{color: #fff; margin-bottom: 20px; display: block;}
.footeremail:hover{color: #1cc3b2 !important}
.roberto-cta-area .cta-text h2 {
    text-shadow: 2px 2px #000000;
}
	
.roberto-cta-area .cta-text h6 {
    text-shadow: 2px 2px #000000;
}
iframe.instagram-media-rendered {
    min-width: auto !important;
    height: 330px !important;
}
.locationcontact {
    text-align: center;
    margin-bottom: 30px;
    font-size: 25px;
}
.locationcontact a:hover{
    color: #1cc3b2;
}
#scrollUp{
	display: none;
}
	
.copywrite-text {
    color: #fff;
}
.bannertextshadow{text-shadow: rgb(0,0,0) 1px 0 10px !important;}

.single-service--area {
    padding: 18px;
}
.single-service--area h5 {
    font-size: 1rem;
}
.single-footer-widget .footer-nav li a {
    color: #ffffff;
}
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
    padding: 0 18px;
   
}

/* lightbox */
.lightboximg{
  column-width: 300px;
  column-gap: 5px;
  padding: 5px;
}
.lightboximg img {
  width: 100%;
  cursor: pointer;
}
.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
  z-index: 999;
}

.lightbox .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}


/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

.lightbox [class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.lightbox [class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.lightbox .arrowr {
  right: 0;
}

.lightbox .arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.lightbox .arrowl {
  left: 0;
}

.lightbox .arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.lightbox .close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.9);
  margin: 20px;
  cursor: pointer;
}

.lightbox .close:after,
.lightbox .close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
}

.lightbox .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox .title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.alert-danger{color: #f00;}
.alert-success{color: green;}
.nearbybeach{
display: flex !important;
flex-wrap: wrap;
margin-bottom: 100px;
}
.nearbybeach .single-service--area{
flex: 1 0 21%; /* explanation below */
width: 100%;
}
.single-service--area{
width: 100%;
}
@media only screen and (max-width: 767px){
  .nearbybeach{
display: flex !important;
flex-wrap: wrap;
margin-bottom: 80px;
}
.classy-nav-container .classy-navbar .nav-brand {
    max-width: 274px;
    margin-right: 15px;
	font-size: 24px;
}
.mt-100 {
    margin-top: 50px;
}
.mb-100 {
    margin-bottom: 50px;
}
.section-padding-100-0 {
    padding-top: 50px;
    padding-bottom: 0;
}
.section-padding-80-0 {
    padding-top: 40px;
    padding-bottom: 0;
}
.mb-80 {
    margin-bottom: 40px;
}
}