@charset "utf-8";
/* CSS Document */

/* Slider */
.slick-loading .slick-list { background: #fff url('./ajax-loader.gif') center center no-repeat; }

/* Icons */
@font-face {
 font-family: 'slick';
 font-weight: normal;
 font-style: normal;
 src: url('./fonts/slick.eot');
 src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
[dir='rtl'] .slick-prev { right: -25px; left: auto;}
[dir='rtl'] .slick-prev:before { content: '→'; }
[dir='rtl'] .slick-next { right: auto; left: -25px;}
[dir='rtl'] .slick-next:before { content: '←'; }
.slick-prev, .slick-next { width: 30px; height: 30px; font-size: 0; color: transparent; line-height: 0; transition: all 0.25s ease-out 0s; outline: none; background: transparent; border: none; transform: translateY(-50%); cursor: pointer; display: block; padding: 0 0 0; position: absolute; top: 50%; z-index:9;}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -52px; background: url(../images/left-seascape-black-plain-arrow.svg) no-repeat top / 100%;}
.slick-prev:hover { background: url(../images/left-seascape-black-plain-arrow.svg) no-repeat bottom / 100%;}
.slick-next { right: -52px; background: url(../images/right-seascape-black-plain-arrow.svg) no-repeat top / 100%;}
.slick-next:hover { background: url(../images/right-seascape-black-plain-arrow.svg) no-repeat bottom / 100%;}

/* Dots */
.slick-slider { padding-left: 0;}
.slick-dots { width: 100%; float: left; text-align: center; list-style: none; display: block; margin: 0 0 0; position: absolute; right: 0; bottom: -170px; left: 0;}
.slick-dots li { width: 9px; height: 9px; vertical-align: middle; display: inline-block; margin: 0 3px 0; cursor: pointer; position: relative;}
.slick-dots li button { width: 9px; height: 9px; font-size: 0; line-height: 0; display: block; padding: 4.5px 4.5px 4.5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent;}
.slick-dots li button:hover, .slick-dots li button:focus { outline: none;}
.slick-dots li button:hover:before, .slick-dots li button:focus:before { background: #76a4ae;}
.slick-dots li button:before { content: '•'; width: 9px; height: 9px; color: black; background: #d9d9d9; border-radius: 50%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: all 0.25s ease-out 0s; position: absolute; top: 0; left: 0;}
.slick-dots li.slick-active button:before { color: black; background: #76a4ae;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.treatments-col1 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -44px;}
.testimonials-col2 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -44px;}
.gallery-col1 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -44px;}
.instagram-col2 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -44px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.treatments-col1 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -44px;}
.testimonials-col2 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -44px;}
.gallery-col1 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -44px;}
.instagram-col2 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -44px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.treatments-col1 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -44px;}
.testimonials-col2 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -44px;}
.gallery-col1 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -44px;}
.instagram-col2 .slick-dots { width: 100%; margin: 0 0 0; position: absolute; bottom: -44px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.slick-prev, .slick-next { width: 22px; height: 22px;}
.slick-prev { left: -20px;}
.slick-next { right: -20px;}

.slick-dots { bottom: -164px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.slick-prev, .slick-next { width: 22px; height: 22px;}
.slick-prev { left: -20px;}
.slick-next { right: -20px;}

.slick-dots { bottom: -167px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.slick-prev, .slick-next { width: 26px; height: 26px;}
.slick-prev { left: -24px;}
.slick-next { right: -24px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.slick-prev, .slick-next { width: 28px; height: 28px;}
.slick-prev { left: -26px;}
.slick-next { right: -26px;}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
.slick-prev { left: -36px;}
.slick-next { right: -36px;}
}