/* -------------------------- *\
    BULTAG Styles
\* -------------------------- */

/* 
Theme Name: medica-3-dent
Author: BULTAG Web Design & SEO
Author URI: https//bultag.com
Theme URI: https://bultag.com
Version: 1.0
Description: Mobile First, SEO Friendly custom theme by BULTAG
Tags: Mobile First, SEO optimized
*/

/* -------------------------- *\
    BULTAG Variables:
\* -------------------------- */

:root {
	/* Colors */
	--main-color: #0087ff;
	--secondary-color: #e8dcff;
	--third-color: #686cff;
	--accent-color: #ff8800;
	
	--accent-color-2: #ff8800;
	--accent-color-3: #6699ff;
	--accent-color-4: #6699ff;
	--dark: #00206d;
	--dark-2: #0a36a2;
	--dark-3: #8044dd;
	--dark-4: #0c3aab;

	/* Text */
	--font-family: 'Roboto', sans-serif; font-weight: 400;
	--default-font-size: 1.6rem;
	--line-height: 1.3;
	--text-color: #052154;
	--text-color-2: #045381;
	--link-color: rgba(0,0,0, .5);
	--link-hover-color: var(--accent-color);

	/* Box Model */
	--border-radius: .7rem;

	/* Other */
	--intro-image-background: rgba(0,0,0, .5);
	--skew: 0deg;
	--polygon: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
	--polygon-2:  polygon(0 15vh,  100% 0, 100% 75vh, 0 100%);
}

/* -------------------------- *\
    BULTAG Mixins
\* -------------------------- */

/* -------------------------- *\
    BULTAG Clearfix
\* -------------------------- */

/* -------------------------- *\
    BULTAG Media Query
\* -------------------------- */

/* -------------------------- *\
    Nav Menu
\* -------------------------- */

/* -------------------------- *\
    Transition
\* -------------------------- */

/* -------------------------- *\
    Transition
\* -------------------------- */

/* -------------------------- *\
    Transform Center
\* -------------------------- */

/* -------------------------- *\
    BULTAG Reset
\* -------------------------- */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

/* -------------------------- *\
    BULTAG Base
\* -------------------------- */

html {
	font-size: 62.5%;
}

body { 
	background: #fff; 
	font-family: var(--font-family); 
	font-size: var(--default-font-size); 
	line-height: var(--line-height); 
	color: var(--text-color); 
	/*background: #F5F8FC;*/
	}

a { 
	color: var(--accent-color);
	text-decoration: none;
  }

/*transition: .3s;*/

a:hover {
	color: var(--link-hover-color);
}

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 3rem; line-height: 1.3; font-weight: 400; }

h1 { font-size: 4rem; }

h2 { font-size: 3rem; }

h3 { font-size: 2.4rem; }

h4 { font-size: 1.8rem; }

h5 { font-size: 1.6rem; }

h6 { font-size: 1.4rem; }

@media(max-width: 330px){
	h1, h2 {
		font-size: 3rem; 
	}
}

blockquote,
dl,
ol,
p,
table,
ul {
    margin-bottom: 1.3em; 
}

nav li {
	list-style-type: none;
}

img { max-width: 100%; height: auto; vertical-align: middle; }

/*blockquote:last-child,
dl:last-child,
h1:last-child,
h1[class],
h2:last-child,
h2[class],
h3:last-child,
h3[class],
h4:last-child,
h4[class],
h5:last-child,
h5[class],
h6:last-child,
h6[class],
ol:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0
}

ul,
ol,
dl { padding-left: 1.2em; }


img { max-width: 100%; height: auto; vertical-align: middle; }
 */

/* -------------------------- *\
    Shell
\* -------------------------- */

.shell { 
	max-width: 1267px; margin: 0 auto;
}

@media(max-width: 1287px){

	.shell {
		padding: 0 20px;
	}
}

.shell--small {
	max-width: 1110px;
}

@media(max-width: 1130){

	.shell--small {
		padding: 0 20px;
	}
}

.shell--medium {
	max-width: 1200px;
}

@media(max-width: 1220){

	.shell--medium {
		padding: 0 20px;
	}
}

.shell--big {
	max-width: 1200px;
}

@media(max-width: 1220){

	.shell--big {
		padding: 0 20px;
	}
}

/* -------------------------- *\
    Cols
\* -------------------------- */

.cols { margin: 0 -1.5rem; }

.cols:after { content: ''; display: table; clear: both; line-height: 0; }

.col { float: left; width: 100%; padding: 0 1.5rem; }

.col--1of2 { width: 50%; }

.col--1of3 { width: 33.33%; }

.col--1of4 { width: 25%; }

.col--1of2 { width: 20%; }

@media(max-width: 767px){
	.col--1of2,
	.col--1of3,
	.col--1of4,
	.col--1of5 { width: 100%; }
}

/* -------------------------- *\
    Helpers
\* -------------------------- */

.hidden { display: none !important; }

.center { display: block; margin: 0 auto; text-align: center; }

.onlymobile {
    display: block;
}

@media (min-width: 768px) {

	.onlymobile {
		display: none;
	}
}

.hiddend {
    display: none;
}

.onlydesktop {
    display: none;
}

@media (min-width: 768px) {

	.onlydesktop {
		display: block;
	}
}

/*.nomob { display: none;
  @mixin 768 {
    display: inline-block;  
  }

}*/

/* -------------------------- *\
    Section
\* -------------------------- */

section {
	padding: 2.5rem 0;
}

@media (min-width: 768px) {

	section {
		padding: 4rem 0;
	}
}

@media (min-width: 1200px) {

	section {
		padding: 6rem 0;
	}
}

/* -------------------------- *\
    Loggen in
\* -------------------------- */

.logged-in header {
  margin-top: 3.2rem;
}

/* -------------------------- *\
    htmlburger
\* -------------------------- */

/*
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
video {
    display: block
}

html {
    tap-highlight-color: transparent
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

video {
    display: block;
    width: 100%;
    height: auto
}

audio,
iframe,
img,
object,
video {
    max-width: 100%
}

iframe,
img {
    border: 0 none
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle
}

b,
strong {
    font-weight: 700
}

address {
    font-style: normal
}

svg:not(:root) {
    overflow: visible
}

a,
button,
input[type=button],
input[type=file],
input[type=image],
input[type=reset],
input[type=submit],
label[for] {
    cursor: pointer
}

a[href^=tel],
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

a[href^=tel],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

button,
select {
    text-transform: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

nav ol,
nav ul {
    list-style: none outside none
}

*/

@media(max-width: 767px){

	.kk-star-ratings.rgt {
		float: none;
		display: block;
		text-align: right;
	}
}

/* -------------------------- *\
    Typography:
\ -------------------------- */

.p {
    font-size: var(--default-font-size);
}

/* -------------------------- *\
    Plugins
\* -------------------------- */

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }

.flickity-prev-next-button.next { right: 10px; }

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*-------------------------- *\
    0-elements.css
\* -------------------------- */

/* -------------------------- *\
    .nav-trigger
\* -------------------------- */

.nav-trigger {
	position: absolute;
	z-index: 20;
	left: -9999rem;
	display: none;
}

@media(max-width: 900px){

	.nav-trigger {
		display: block;
	}
}

.nav-trigger__menu {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 17;
	display: none;
	padding: 2rem;
	cursor: pointer;
}

@media(max-width: 767px){

	.nav-trigger__menu {
		display: block;
	}
}

.nav-trigger__menu span {
	z-index: 10;
	position: absolute;
	top: .8rem;
	right: 0;
	content: '';
	display: block;
	width: 3rem;
	height: .3rem;
	background: #fff;
	/*background: var(--main-color);*/
	border-radius: .4rem;
	transition: .3s ease;		
}

.nav-trigger__menu span:nth-child(1) {
	top: 0;
}

.nav-trigger__menu span:nth-child(3) {
	top: 1.6rem;
}

.nav-trigger:checked + .nav-trigger__menu {
	transform: rotate(360deg) translateX(.3rem);
}

.nav-trigger:checked + .nav-trigger__menu span:nth-child(2) {
	width: 0;
}

.nav-trigger:checked + .nav-trigger__menu span:nth-child(1) {
	transform: rotate(45deg) scale(1.1);
	top: .7rem;
	background: #fff;
}

.nav-trigger:checked + .nav-trigger__menu span:nth-child(3) {
	transform: rotate(-45deg) scale(1.1);
	top: .7rem;
	background: #fff;
}

.nav-trigger:checked + label + a + .header-11__tel {
	color: #fff;
}

.nav-trigger:checked + label + a + .header-11__tel i {
	color: #fff;
}

.nav-trigger:checked + label + .nav {
	transform: translateY(0);
}

/*@import "_header-10";
@import "_header-11";*/

/*@import "_btn-1";*/

/* ------------------------------------------------------------ *\
    btn-2
\* ------------------------------------------------------------ */

.btn-2 {
	cursor: pointer;
	color: #fff;
	/*background: #e00000;*/
	/*border: .2rem solid #e00000;*/
	background: var(--accent-color);
	border: .2rem solid var(--accent-color);
	border-radius: .3rem;
	display: inline-block;
	padding: .9rem 1.6rem .7rem;
	min-width: 10rem;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	/*transition: .3s;*/
	/*transition-timing-function: cubic-bezier(.57,.21,.69,3.25);*/
	transition: .3s ease;
}

.btn-2--1 {
	background: var(--main-color);
	border: .2rem solid var(--main-color);
}

.btn-2--1:hover {
	box-shadow: inset 0 30px var(--main-color), inset 0 -30px var(--accent-color);
	border: 2px solid var(--accent-color);
}

.btn-2--white {
	background: #fff;
	border: .2rem solid #fff;
	color: var(--accent-color);
}

.btn-2--white:hover {
	box-shadow: inset 0 30px var(--main-color), inset 0 -30px var(--accent-color);
	border: 2px solid var(--accent-color);
}

.btn-2--small {
	font-size: 1.4rem;
	padding: .5rem 1rem .3rem;
	min-width: 8rem;
	text-align: center;
}

.btn-2--small:hover {
	box-shadow: inset 0 30px var(--main-color), inset 0 -30px var(--accent-color);
	border: 2px solid var(--accent-color);
}

/*transition: color 0.3s ease,background 0.3s ease,border 0.3s ease,box-shadow 0.3s ease;*/

.btn-2:hover {/*box-shadow: inset 0 30px #161616, inset 0 -30px #161616;
		color: #fff;
		border: 2px solid #161616;*/
	box-shadow: inset 0 30px var(--main-color), inset 0 -30px var(--main-color);
	color: #fff;
	border: 2px solid var(--main-color);
}

/*@import "_btn-3";
@import "_btn-4";
@import "_btn-5";
@import "_btn-6";
@import "_btn-7";
@import "_btn-8";
@import "_btn-9";
@import "_btn-10";
@import "_btn-11";*/

/* -------------------------- *\
    Modules
\* -------------------------- */

/*@import "_footer-3";*/

/*@import "_chess-2";*/

/*@import "_image-map";*/

/* ------------------------------------------------------------ *\
    footer-1
\* ------------------------------------------------------------ */

@media (min-width: 768px) {

	.footer-1 {
		background-image: url('/wp-content/uploads/Kuramathi-Resort-Maldivi.jpg');
		background-size: cover;
		background-position: 50% 50%;
	}
}

@media(min-width: 767px){

	.footer-1 {/*clip-path: $polygon-2;*/
	}
}

.footer-1__main {
	padding: 3rem 0;
	background: rgba(0,0,0, .6);/*background: rgba(232,220,255, .1);*/
	background: rgba(115,61,199, .75);
	color: #fff;
	text-align: center;
}

@media(min-width: 767px){

	.footer-1__main {
		text-align: left;
		background: rgba(37,187,254, .85);
	}
}

.footer-1__bottom {
	padding: 1.5rem 1rem;
	background: rgba(115,61,199, 1);
}

@media(min-width: 767px){

	.footer-1__bottom {
		padding: 3rem 1rem;
		background: rgba(37,187,254, .85);
	}
}

@media(min-width: 1199px){

	.footer-1__bottom .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.footer-1__copyright {
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 2rem;
	text-align: center;
	margin-bottom: 3rem;
}

@media(min-width: 767px){

	.footer-1__copyright {
		margin-bottom: 2rem;
	}
}

@media(min-width: 767px){

	.footer-1__copyright {
		font-size: 2.2rem;
	}
}

.footer-1__copyright a {
	color: #fff;
	transition: .3s ease;
}

.footer-1__copyright a:hover {
	color: var(--accent-color);
}

.footer-1__website-by {
	text-align: center;
	font-size: 2.2rem;
	padding-bottom: 4rem;
	color: #fff;
}

@media (min-width: 1099px) {

	.footer-1__website-by {
		padding-bottom: 0;
	}
}

.footer-1__website-by a {
	color: #fff;
	padding-bottom: .7rem;
	display: inline-block;
	animation: bultag-izrab 3s infinite;
}

.footer-1__website-by img {
	max-height: 5rem;
	margin-left: 1rem;
	animation: bultag-izrab 3s infinite;
}

.footer-1__list,
	.footer-1 ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 4rem;
}

@media(min-width: 767px){

	.footer-1__list,
	.footer-1 ul {
		margin-bottom: 1rem;
	}
}

.footer-1__list:hover h3, .footer-1 ul:hover h3 {
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.footer-1__list h3, .footer-1 ul h3 {
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	display: inline-block;
	padding-bottom: .7rem;
	margin-bottom: .5rem;
	color: #fff !important;
}

@media(min-width: 767px){

	.footer-1__list h3, .footer-1 ul h3 {
		margin-bottom: 2.5rem;
	}
}

.footer-1__list--no-icons-before li a, .footer-1 ul--no-icons-before li a {
	padding-left: 0;
}

.footer-1__list--no-icons-before li a:hover, .footer-1 ul--no-icons-before li a:hover {
	padding-left: 2rem;
}

.footer-1__list--no-icons-before li a:before, .footer-1 ul--no-icons-before li a:before {
	content: '' !important;
}

.footer-1__list li, .footer-1 ul li {
	position: relative;
}

.footer-1__list li a,
		.footer-1__list li span,
		.footer-1 ul li a,
		.footer-1 ul li span {
	color: #fff;
	font-size: 2rem;
	position: relative;
	padding-left: 2.2rem;
	display: inline-block;
	padding: .5rem 1rem;
	transition: .3s ease;
}

.footer-1__list li a:hover, .footer-1__list li span:hover, .footer-1 ul li a:hover, .footer-1 ul li span:hover {
	transform: scale(1.03);
	background: #fff;
	color: #222;
}

.footer-1__list li a:hover i, .footer-1__list li span:hover i, .footer-1 ul li a:hover i, .footer-1 ul li span:hover i {
	color: #222;
}

.footer-1__list li a:hover:before, .footer-1__list li span:hover:before, .footer-1 ul li a:hover:before, .footer-1 ul li span:hover:before {
	opacity: 0;
	color: #fff;
}

.footer-1__list li a:before, .footer-1__list li span:before, .footer-1 ul li a:before, .footer-1 ul li span:before {
	position: absolute;
	top: 50%;
	left: .0rem;
	transform: translateY(-50%);
	content: '►';
	font-size: .7rem;
}

.footer-1__list span:before, .footer-1 ul span:before {
	display: none;
}

@keyframes bultag-izrab {
  0% {transform: translateX(.2rem);}
  50% {transform: translateX(-.2rem);}
  100% {transform: translateX(.2rem);}
}

/*@import "_gallery-3";*/

/* -------------------------- *\
    .chess-4
\* -------------------------- */

.chess-4 { 
	/*background: #FCFDFF;*/
	/*background: rgba(#F2F9FD, .5);*/
	background: rgba(243,244,245, .5);
 }

/*background-image: linear-gradient(to right, red , green);*/

@media (min-width: 700px) {

	.chess-4 .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media (min-width: 900px) {

	.chess-4 .shell {
		display: block;
	}
}

.chess-4__item {
	margin-bottom: 3rem;
	box-shadow: 0 0 1rem rgba(0,0,0, .1);
	transition: 1s;
}

@media (min-width: 768px) {

	.chess-4__item {
		transform: translateX(-10rem);
	}
}

@media (min-width: 900px) {

	.chess-4__item {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		box-shadow: none;
		-ms-flex-align: center;
		    align-items: center;
		margin-bottom: 9rem;
	}

	.chess-4__item:nth-child(even) {
		-ms-flex-direction: row-reverse;
		    flex-direction: row-reverse;
		transform: translateX(10rem);
	}

	.chess-4__item:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 700px) {

	.chess-4__item {
		width: 48%;
	}
}

@media (min-width: 900px) {

	.chess-4__item {
		width: 100%;
	}
}

@media (min-width: 768px) {

	.chess-4__item.animate {
		transform: translateX(0);
	}
}

.chess-4__item .title-2 {
	margin-bottom: 1rem;
	font-size: 2.5rem;
	font-weight: 700;
	padding-left: 0;
	margin-left: 0;
}

@media (min-width: 768px) {

	.chess-4__item .title-2 {
		text-align: left;
		text-transform: uppercase;
	}
}

@media (min-width: 900px) {

	.chess-4__item .left {
		width: 48%;
	}
}

.chess-4__item .left img {
	width: 100%;
}

.chess-4__item .right {
	padding: 2rem;
	text-align: center;
}

@media (min-width: 900px) {

	.chess-4__item .right {
		width: 48%;
		text-align: left;/*display: -webkit-flex;
				display: -moz-flex;
				display: -ms-flex;
				display: -o-flex;
				display: flex;*/
		-ms-flex-pack: center;
		    justify-content: center;
	}

	.chess-4__item .right__holder {
		max-width: 42.9rem;
	}
}

.chess-4__item .right p {
	font-weight: 300;
}

@media (min-width: 768px) {

	.chess-4__item .right p {
		font-size: 2.1rem;
	}
}

@media (min-width: 900px) {

	.chess-4--mod-1 .left {
		width: 40%;
	}

	.chess-4--mod-1 .right {
		width: 55%;
	}

	.chess-4--mod-1 .right__holder {
		width: 100%;
		max-width: 100%;
	}
}

.chess-4 ul {
	margin-top: 3rem;
}

.chess-4 ul li {
	position: relative;
	list-style-type: none;
	padding-left: 3rem;
	font-weight: 300;
	font-size: 1.8rem;
}

.chess-4 ul li:before {
	content: '';
	position: absolute;
	top: .4rem;
	left: 0;/*transform: translateY(-50%);*/
	width: 1.6rem;
	height: 1.6rem;
	background-image: url('/wp-content/uploads/favicon-1.ico');
	background-size: cover;
}

.chess-4 ul li strong {/*text-transform: uppercase;*//*color: var(--accent-color-4);*/
	font-size: 2rem;
}

.chess-4 ul li + li {
	margin-top: 2.5rem;
}

.chess-4 + .cta_tel {/*margin-top: -8rem;*/
}

/*@import "_gallery-4";*/

/*@import "_custom_google_map";*/

/* -------------------------- *\
    .sitemap
\* -------------------------- */

.sitemap .title {
	color: rgba(0,0,0, .5);
	text-transform: uppercase;
	margin-bottom: 4rem;
}

.sitemap ul {
	list-style-type: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 768px) {

	.sitemap ul {
		margin-bottom: 10rem;
	}
}

.sitemap li {
	width: 48%;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.sitemap li {
		width: 22%;
		margin-bottom: 4%;
	}
}

.sitemap a {
	display: block;
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;/*background: red;	*/
	padding: 2rem;
	text-transform: uppercase;
	line-height: 1.6;
	text-align: center;
	box-shadow: 0 0 1rem rgba(0,0,0, .1);
	transition: .3s ease;
}

@media (min-width: 768px) {

	.sitemap a {
		min-height: 15rem;
		font-size: 2.2rem;
		color: rgba(0,0,0, .5);
	}
}

.sitemap a:hover {
	background: var(--accent-color);
	color: #fff;
}

/*@import "sunholiday/0-sunholiday";*/

/* -------------------------- *\
    Zenyt
\* -------------------------- */

/*@import "_intro";*/

/*@import "_about";*/

/*@import "_cta-1";*/

/*@import "_benefits";*/

/*@import "_cta-2";*/

/*@import "_post-list-1";*/

/*@import "_advices";*/

/* -------------------------- *\
    .blog
\* -------------------------- */

.blog-slider { 
	/*background: rgba(0,0,0, .02);*/
	background: rgba(242,249,253, .5);

	/*+ .call-me {
		padding-top: 0 !important;
		background: rgba(242,249,253, .5);
	}*/

 }

@media (min-width: 768px) {

	.blog-slider {
		padding-bottom: 10rem;
	}
}

.blog-slider .shell h2 {
	text-align: center;
	color: var(--accent-color);
	color: #331864;
	margin-bottom: 2rem;
}

.blog-slider .shell h3 {
	font-weight: 300;
	text-align: center;
	color: #4f4f6f;
	max-width: 60rem;
	margin: 0 auto 2rem;
}

@media (min-width: 768px) {

	.blog-slider .shell {/*display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;*/
		padding: 0 4rem;
		overflow-x: visible;
	}
}

.blog-slider__item {
	display: block;
	overflow: hidden;/*padding: 2rem;*/
	width: 100%;
	margin-bottom: 2rem;
	border-radius: 1.5rem;
	background: #fff;
	box-shadow: 0 0 1.5rem rgba(0,0,0, .1);
}

/*border: .3rem solid rgba(0,0,0, .02);*/

@media (min-width: 768px) {

	.blog-slider__item {/*position: relative;*/
		width: 48%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;/*margin: 1rem 1rem 5rem 2rem;*/
		margin: 2rem;
		transition: .3s ease;
	}

	.blog-slider__item:hover {
		transform: scale(1.05);
	}

	.blog-slider__item:before {/*content: '';
				position: absolute;
				z-index: 15;
				top: 0;
				left: -2rem;
				width: 1rem;
				height: 5rem;
				background: red;*/
	}
}

@media (min-width: 1280px) {

	.blog-slider__item {
		width: 40%;
		min-height: 25rem;
	}
}

@media (min-width: 1600px) {

	.blog-slider__item {
		width: 30%;
	}
}

.blog-slider__item--image p {
	font-size: 1.4rem !important;
	font-weight: 300;
	margin-bottom: 1.5rem;
}

.blog-slider__item .left {
	margin-bottom: 0;
	padding-bottom: 0;
}

.blog-slider__item .left img {
	display: none;
	width: 100%;
	max-height: 30rem;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 0%;
	   object-position: 50% 0%;
}

@media (min-width: 768px) {

	.blog-slider__item .left img {
		display: block;
	}
}

@media (min-width: 768px) {

	.blog-slider__item .left {
		position: relative;
		display: block;
		min-width: 40%;
	}

	.blog-slider__item .left img {
		height: 100%;
		max-height: auto;
	}/*object-position: 50% 50%;*/

	@media (min-width: 1000px) {

		.blog-slider__item .left img {
			max-height: 25rem;
		}
	}
}

.blog-slider__item .right {
	display: block;
	padding: 2rem;
}

.blog-slider__item h4 {
	margin-bottom: 1rem;
	font-size: 2rem;
	color: #4f4f6f;
}

.blog-slider__item span, 
		.blog-slider__item p {
	font-size: 1.4rem;
	color: #9fa4af;
	font-weight: 300;
}

.blog-slider__item p {
	font-size: 1.8rem;
}

.blog-slider__item .date {
	position: relative;
	display: block;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	font-size: 1.2rem;
}

.blog-slider__item .date:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 6.5rem;
	height: .1rem;
	background: var(--accent-color);
}

.blog-slider__item .comment {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 0;
}

.blog-slider__item .comment span {
	font-size: 1.1rem;
}

.blog-slider__item .comment i {
	font-size: 2rem;
	margin-right: 1rem;
}

.blog-slider .flickity-page-dots .dot {
	background: var(--accent-color);
}

/*@import "_intro-1";*/

/* -------------------------- *\
    .blog-list
\* -------------------------- */

/*background: red;*/

@media (min-width: 450px) {

	.blog-list .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.blog-list__item {
	margin-bottom: 2rem;
	border-radius: 2rem;
	box-shadow: 0 0 1rem rgba(0,0,0, .05);
	transition: .3s ease;
}

/*overflow: hidden;*/

@media (min-width: 450px) {

	.blog-list__item {
		width: 48%;
		margin-bottom: 4%;
	}
}

@media (min-width: 768px) {

	.blog-list__item {
		width: 32%;
		margin-bottom: 2%;
	}
}

@media (min-width: 768px) {

	.blog-list__item {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		width: 49%;
		margin-bottom: 2%;
	}
}

@media (min-width: 1300px) {

	.blog-list__item {
		width: 48.5%;
		margin-bottom: 3%;
	}
}

.blog-list__item:hover {
	background: var(--accent-color);
	box-shadow: 0 0 1.5rem rgba(0,0,0, .3);
}

.blog-list__item:hover .left img {
	transform: scale(1.1);
}

.blog-list__item:hover .right .date {
	color: #fff;
}

.blog-list__item:hover .right h3 a,
				.blog-list__item:hover .right p {
	color: #fff;
}

.blog-list__item:hover .right h2 a,
				.blog-list__item:hover .right p {
	color: #fff;
}

.blog-list__item:hover .right .btn-2 {
	background: #fff;
	color: var(--accent-color);
}

.blog-list__item:hover .right .btn-2:hover {
	color: #fff;
}

.blog-list h3 {
	margin-bottom: 1rem;
	font-size: 2rem;
	transition: .3s ease;
	text-align: left !important;
}

.blog-list h3 a {
	color: var(--accent-color);
}

@media (min-width: 450px) {

	
	.blog-list h3 {
		font-size: 1.7rem;
	}
}

@media (min-width: 1100px) {
	.blog-list h2,
	.blog-list h3 {
		font-size: 2.3rem;
		font-weight: 700;
	}
}

.blog-list p {
	margin-bottom: 1.2rem;
	font-size: 1.5rem;
	font-weight: 300;
	color: 000;
	transition: .3s ease;
}

@media (min-width: 768px) {

	.blog-list p {
		font-size: 1.8rem;
	}
}

.blog-list .left {
	position: relative;
	display: block;
	border-top-left-radius: 2rem;
	overflow: hidden;
	min-width: 30%;
	min-height: 100%;
	display: none;
}

@media (min-width: 768px) {

	.blog-list .left {
		border-bottom-left-radius: 2rem;
		display: block;
	}
}

@media (min-width: 1100px) {

	.blog-list .left {
		min-width: 40%;
	}
}

.blog-list .left img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: .3s ease;
}

.blog-list .right {
	padding: 2rem;
	transition: .3s ease;
}

.blog-list .right .foot {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.blog-list .right .foot .date {
	font-weight: 300;
	font-size: 1.4rem;
	transition: .3s ease;
}

/*@import "_jobs-listing";*/

/*@import "_cource";*/

/*@import "_post";*/

/*@import "_obuchenia-list";*/

/*@import "_little-info";*/

/*@import "_clients";*/

/*@import "_section";*/

/*@import "_contacts";*/

/* -------------------------- *\
    0-medica
\* -------------------------- */

/* -------------------------- *\
    .header
\* -------------------------- */

body {
	/*max-width: 100vw;*/
	overflow-x: hidden;
}

/*padding-top: 5rem;*/

@media (min-width: 768px) {

	body.popup:after {
		content: '';
		position: fixed;
		top: 50%;
		left: 50%;
		z-index: 25;
		width: 10000px;
		height: 10000px;
		transform: translateY(-50%) translateX(-50%) !important;
		background: rgba(0,0,0, .7);
		transition: .3s ease;
	}
}

.header {
	overflow: hidden;
	/*overflow-x: visible;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	min-height: 5rem;
	/*background: linear-gradient( var(--accent-color-3), var(--accent-color-4));*/
	background: var(--dark);
	box-shadow: 0rem .2rem .5rem rgba(0,0,0, .2);
 }

@media (min-width: 768px) {

	.header {/*padding: 2rem 0;*/
		background: #fff;
		overflow: visible;
		box-shadow: none;
		background-image: url('/wp-content/uploads/bannerimage-top.png');
		background-size: cover;
	}

	.header .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: justify;
		    justify-content: space-between;/*background: #fff;		*/
		overflow: visible;/*width: 100vw;*//*max-width: 100vw;*/
	}
}

.header.overflow {
	overflow: visible;
}

.header__tel {
	display: none;
}

@media (min-width: 900px) {

	.header__tel {
		display: block;/*animation: .5s fromright ease;*/
		animation: 10s easyshake ease infinite;
	}

	.header__tel a {
		display: block;
		font-size: 2.1rem;
		color: #000;
	}

	.header__tel .call-trigger {
		display: block;
		text-align: right;
		color: var(--accent-color);
		animation: 10s easyshakespan ease infinite;
		animation-delay: 10s;
		font-size: 1.6rem;
	}
}

.header__cta {
	display: none;
}

@media (min-width: 768px) {

	.header__cta {
		position: relative;
		display: block;
		transition: .3s ease;
		background-image: linear-gradient(to bottom right, var(--accent-color) , var(--accent-color-2),  var(--accent-color));
		padding: 0 1rem;
		color: #fff;
		text-transform: uppercase;
		-ms-flex-item-align: stretch;
		    align-self: stretch;
		vertical-align: middle;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		opacity: 0;
		animation: .5s fromright ease forwards;
	}

	.header__cta:hover {
		color: #fff;/*background-image: linear-gradient(to bottom, var(--accent-color-3) , var(--accent-color-4),  var(--accent-color-3));*/
		background: rgba(0,0,0, .0);
	}

	.header__cta:hover:after {
		width: 100%;
	}

	.header__cta:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 0%;
		height: 100%;
		background: var(--accent-color-3);
		transition: .3s ease;
	}
}

.header .logo {
	position: absolute;
	top: -.2rem;
	left: 1rem;
	display: inline-block;
	padding: 1rem 0;
	animation: .5s fromleft ease;
}

@media (min-width: 768px) {

	.header .logo {
		position: static;
	}
}

.header .logo img {
	height: 3.5rem;
	padding-left: .5rem;
}

@media (min-width: 768px) {

	.header .logo img {
		height: auto;
	}
}

.header .mob-tel {
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	margin: 0 -2rem 0 0;
}

.header .mob-tel i {
	animation: mob_tel_i 3s infinite;
}

@media (min-width: 768px) {

	.header .mob-tel {
		display: none;
	}
}

.header nav {
	position: absolute;
	top: 5rem;
	left: 0;
	transform: translateX(300%);
	transition: .3s ease;
	width: 100%;
	min-height: calc(100vh - 5rem);
	background: #fff;
}

/*padding: 2rem 0;*/

@media (min-width: 768px) {

	.header nav {
		position: static;
		min-height: 1rem;
		transform: translateX(0%);/*display: inline-block;*/
		width: auto;
		z-index: 10;
		background: transparent;
	}
}

.header nav.extended {
	transform: translateX(0%);
}

.header nav.extended div {
	overflow-y: scroll;
}

.header nav .menu {
	margin-bottom: 0;
}

@media (max-width: 768px) {

	.header nav .menu {
		height: calc(100vh - 5rem);
		overflow-y: auto;
		overflow-x: hidden;
	}
}

@media (min-width: 768px) {

	.header nav .menu {/*flex-grow: 1;
				display: -webkit-flex;
				display: -moz-flex;
				display: -ms-flex;
				display: -o-flex;
				display: flex;*//*align-items: stretch;*/
	}
}

.header nav .menu>li {/*border-bottom: .1rem solid rgba(#2A84FE, .2);*/
	border-bottom: .1rem solid rgba(0,0,0, .1);
	opacity: 0;
	animation: fadeindown .3s forwards;
}

@media (min-width: 768px) {

	.header nav .menu>li {
		border-bottom: 0;
		display: inline-block;/*background: red;*//*flex: 1;*//*flex-grow: 1;*//*align-self: stretch;				*/
	}
}

@media (min-width: 1200px) {

	.header nav .menu>li + li {
		margin-left: 2rem;
	}
}

.header nav .menu>li.current-menu-item a {
	color: #2888FE;
}

@media (min-width: 768px) {

	.header nav .menu>li.current-menu-item a {
		color: var(--accent-color);
	}
}

.header nav .menu>li.menu-item-has-children {
	position: relative;
}

@media (min-width: 768px) {

	.header nav .menu>li.menu-item-has-children {/*position: static;*/
	}

	.header nav .menu>li.menu-item-has-children .sub-menu {
		display: none;
	}

	.header nav .menu>li.menu-item-has-children:hover .sub-menu {
		display: block;
		position: absolute;
		top: 4rem;
		left: 0;
		z-index: 5;
		padding-top: 1.5rem;
		background: #fff;/*background-image: linear-gradient(to top, #fff , transparent);*/
		width: 28.3rem;
		box-shadow: 0 .5rem 1rem rgba(0,0,0, .1);
	}

	.header nav .menu>li.menu-item-has-children:hover .sub-menu a {
		display: block;
		padding: 1rem 3rem;
		transition: .3s ease;
	}

	.header nav .menu>li.menu-item-has-children:hover .sub-menu a:hover {
		background: var(--accent-color);
		color: #fff;
	}
}

.header nav .menu>li.menu-item-has-children:after {
	content: '^';
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 2rem;
	line-height: 44px;
	font-weight: 300;
	color: rgba(0,0,0, .5);
	z-index: 10;
	transform: rotateX(180deg) scale(2, 1);
	transition: transform 0.3s ease;
}

@media (min-width: 768px) {

	.header nav .menu>li.menu-item-has-children:after {
		top: .1rem;
		right: -2rem;
		font-size: 1.2rem;
		font-weight: 400;
		color: var(--accent-color);
	}
}

.header nav .menu>li.menu-item-has-children:after:hover {
	color: red;
}

.header nav .menu>li.menu-item-has-children.expanded:after {
	transform: rotateX(0deg) scale(2, 1);
}

.header nav .menu li {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.header nav .menu li a {
	transition: .3s ease;
}

.header nav .menu li a:hover {
	color: var(--accent-color-3);
}

.header nav .menu>li>a {
	display: block;
	padding: 1.5rem 0 1.5rem 5rem;
	text-transform: uppercase;
	color: rgba(0,0,0, .8);
}

@media (min-width: 768px) {

	.header nav .menu>li>a {
		display: inline-block;
		padding: 1.5rem 1rem;
		text-transform: capitalize;
	}
}

.header nav .sub-menu {
	display: none;
	margin-bottom: 0;
}

.header nav .sub-menu.expanded {
	display: block;
}

.header nav .sub-menu li a {
	font-size: 1.5rem;
	display: block;
	padding: .5rem 0 .5rem 6rem;
	color: rgba(0,0,0, .8);
}

@media (min-width: 768px) {

	.header nav .sub-menu li a {
		display: inline-block;
	}
}

/* -------------------------- *\
    .btn
\* -------------------------- */

.btn { 
	min-width: 12.4rem;
	/*border: .1rem solid var(--accent-color));*/
	border-radius: 1.5rem; 
	padding: 1.2rem 2rem;
	background: var(--accent-color);
	background-image: linear-gradient(to right, var(--accent-color-3) , var(--accent-color-4));
	
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	transition: .3s ease;
 }

.btn--small {
	font-size: 1.2rem;
	padding: .7rem 1rem;
}

.btn--large {
	font-size: 2.2rem;
	padding: 1.8rem 2rem;/*font-weight: 700;*/
}

/*background: var(--accent-color-2);*/

@media (min-width: 768px) {

	.btn--large {
		padding: 2.5rem 3rem;
	}
}

.btn:hover {
	transform: scale(1.1);
	color: #fff;
}

.btn:active {
	transform: scale(1.1) translateY(.2rem);
	color: #fff;
}

.btn--light {/*background-image: linear-gradient(to right, var(--accent-color-1) , var(--accent-color-2));*//*background-image: linear-gradient(to right, var(--accent-color-2), var(--accent-color-2), var(--accent-color-2));*/
	background: var(--accent-color-2);
	box-shadow: 0 0 1rem rgba( var(--accent-color), .5)
}

.btn--square {
	border-radius: 0;
}

.btn--noshadow {}

/* -------------------------- *\
    .title
\* -------------------------- */

.title { 
	font-size: 4.3rem;
	color: #1B273F;	
	text-align: center;
	font-weight: 400;
 }

.title-2 {
 	font-size: 3.2rem;
 	font-weight: 300;
 	color: #1B273F;
 	text-align: center;

 }

/* -------------------------- *\
    .slider
\* -------------------------- */

.slider { 
	position: relative;
	height: 100vh;
	/*background-image: url( '/wp-content/uploads/zabolekar-varna-medica-3-dent.jpg' );*/
	/*background-image: linear-gradient(to right, red , green);*/
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/wp-content/uploads/Kuramathi-Resort-Maldivi.jpg');
	background-size: cover;
 }

@media (min-width: 768px) {

	.slider {
		height: auto;
		background-image: url('/wp-content/uploads/bannerimage-main.png');
	}
}

.slider__slide {
	padding-top: 3rem;
}

@media (min-width: 768px) {

	.slider__slide {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		padding: 5rem 0;
	}
}

.slider__left {
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.slider__left {
		width: 48%;
	}
}

.slider__right {
	display: none;
}

@media (min-width: 768px) {

	.slider__right {
		display: block;
		width: 48%;
	}

	.slider__right img {
		transform: rotate(2deg);
	}
}

.slider__arrow {
	border-width: 40px 40px 0;
	margin: 0 0 20px -40px;
	position: absolute;
	z-index: 10;
	bottom: 100%;/*left: 50%;*/
	width: 0;
	height: 0;
	left: 50%;
	bottom: 8rem;/*margin: 0 0 32px -32px;*/
	border-style: solid;
	border-color: rgba(255, 255, 255, .8) transparent transparent;
	animation: arrowBounce 1.5s ease-out infinite;/*border-width: 32px 32px 0;*/
	display: none;
}

@media (min-width: 768px) {

	.slider__arrow {
		display: none;
	}
}

.slider .title {
	margin-bottom: 1rem;
	text-align: center;
	font-size: 3rem;
}

@media (min-width: 768px) {

	.slider .title {
		margin-bottom: 3rem;
		font-size: 3.5rem;
	}
}

@media (min-width: 900px) {

	.slider .title {
		font-size: 3.7rem;
	}
}

.slider .title-2 {
	margin-bottom: 1rem;
	font-size: 2.2rem;
	font-weight: 300;
}

@media (min-width: 768px) {

	.slider .title-2 {
		margin-bottom: 3rem;
		font-size: 2.8rem;
	}
}

.slider p {
	margin-bottom: 4rem;
	font-size: 1.6rem;
	font-weight: 300;
	text-align: center;
}

@media (min-width: 768px) {

	.slider p {
		margin-bottom: 5rem;
		font-size: 1.8rem;
	}
}

@media (min-width: 900px) {

	.slider p {
		font-size: 2rem;
	}
}

.slider .title,
	.slider .title-2,
	.slider p {
	color: rgba(255 , 255, 255, .9);
}

@media (min-width: 768px) {

	.slider .title,
	.slider .title-2,
	.slider p {
		color: #000;
		text-align: left;
	}
}

.slider__btns {
	text-align: center;
}

@media (min-width: 768px) {

	.slider__btns {
		text-align: left;
	}
}

.slider__btns .btn + .btn {
	margin: 1rem 0 1rem 0;
}

@media (min-width: 768px) {

	.slider__btns .btn + .btn {
		margin: 1rem 0 1rem 2rem;
	}
}

@keyframes arrowBounce {
   0%{transform:translateY(-16px);transform:translateY(-16px)}
   50%{transform:translateY(-8px);transform:translateY(-8px)}
   100%{transform:translateY(-16px)}
}

/* -------------------------- *\
    .main
\* -------------------------- */

.main { 
	padding-top: 4.8rem;
 }

@media (min-width: 768px) {

	.main {
		padding-top: 6.8rem;
	}
}

/* -------------------------- *\
    .form
\* -------------------------- */

.form { 

	padding: 1rem 0;
	background: #fff;
 }

/*margin-bottom: 1rem;*/

@media (min-width: 768px) {

	.form {
		overflow-y: hidden;
	}
}

@media (min-width: 1200px) {

	.form .gf_browser_chrome.gform_wrapper {
		width: 90%;
		margin: 0;
		padding: 0;
	}
}

@media (min-width: 1200px) {

	.form form {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;/*width: 90%;*/
	}
}

@media (min-width: 1200px) {

	.form .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.form .title {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	text-transform: uppercase;
}

@media (min-width: 1200px) {

	.form .title {
		text-align: left;
		width: 15%;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.1;
		margin-bottom: 0;
	}
}

.form label {
	display: none !important;
}

@media (min-width: 768px) {

	.form #gform_fields_7 {
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: justify;
		    justify-content: space-between;/*justify-content: center;*/
	}
}

.form .ginput_container {/*margin: 0 !important;*/
}

.form .gfield {
	margin-top: 0 !important;
}

@media (min-width: 768px) {

	.form .gfield {
		padding-right: 0 !important;
	}
}

@media (min-width: 1200px) {

	.form .gfield {/*background: red;*//*flex: 1;*//*align-self: stretch;*/
		position: relative;
		overflow: visible !important;
		padding: 2rem 0 !important;
	}
}

.form .gfield:before {
	content: '' !important;
	position: absolute !important;
	top: -15rem !important;
	left: -1rem !important;
	z-index: 5 !important;
	display: block;
	width: .1rem !important;
	height: 120rem !important;
	background: rgba(0,0,0, .05);
}

.form .gfield:last-child:after {
	content: '' !important;
	position: absolute !important;
	top: -15rem !important;
	right: -1rem !important;
	z-index: 5 !important;
	display: block;
	width: .1rem !important;
	height: 120rem !important;
	background: rgba(0,0,0, .05);
}

.form .medium {/*background: red !important;*/
	border: none;
	box-shadow: 0 0 .5rem rgba(0,0,0, .1);
}

@media (min-width: 768px) {

	.form .medium {
		width: 100% !important;
		box-shadow: none;
		transition: .3s ease;
	}

	.form .medium:hover {
		background: var(--accent-color);
		color: #fff;
	}

	.form .medium:hover:-ms-input-placeholder {
		color: #fff;
	}

	.form .medium:hover::placeholder {
		color: #fff;
	}
}

.form select {
	-webkit-appearance: none !important;
	   -moz-appearance: none !important;
	        appearance: none !important;
	background: #fff;
	border: none;/*background: red;*/
	padding: 1rem .5rem !important;
	border-radius: 0;
	min-width: 7rem;
	transition: .3s ease;
	cursor: pointer !important;
}

.form select:hover {
	color: #fff;
}

.form .medium,
	.form select {
	position: relative;
	padding-left: 2rem !important;
	color: rgba(0,0,0, .5) !important;
	text-align: center;
	text-align-last: center;
}

.form .medium:hover, .form select:hover {
	color: #fff !important;
}

@media (min-width: 768px) {

	.form .medium,
	.form select {
		padding-left: 0 !important;
		text-transform: uppercase;
		text-align: center;
	}
}

@media (min-width: 1200px) {

	.form .medium,
	.form select {
		padding-left: 0 !important;
		text-transform: uppercase;
		text-align: center;
	}
}

.form .medium:-ms-input-placeholder, .form select:-ms-input-placeholder {
	color: rgba(0,0,0, .6);
}

.form .medium::placeholder, .form select::placeholder {
	color: rgba(0,0,0, .6);
}

.form .medium:after, .form select:after {
	content: '';
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: block;
	width: 5rem;
	height: 5rem;
	background: red;
}

.form br {
	display: none;
}

@media (min-width: 1200px) {

	.form br {
		display: block;
	}
}

.form input[type='submit'] {
	min-width: 12.4rem;
	border-radius: 1.5rem;
	padding: 1.2rem 2rem;
	background: var(--accent-color);
	background-image: linear-gradient(to right, var(--accent-color-3) , var(--accent-color-4));
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	transition: .3s ease;
	cursor: pointer;
}

.form input[type='submit']:hover {
	transform: scale(1.1);
}

.form .gform_footer.top_label {
	margin: 0 !important;
}

@media (min-width: 768px) {

	.form .gform_footer.top_label {
		margin-top: 2rem !important;
		text-align: center;
	}
}

@media (min-width: 1200px) {

	.form .gform_footer.top_label {
		margin-top: 0 !important;
		width: 25rem;
		text-align: right;
	}
}

.form + .text-1 {
	padding-top: 1rem;
}

@media (min-width: 768px) {

	.form + .text-1 {
		padding-top: 6rem;
	}
}

.form + .text-2 {
	background: rgba(242,249,253, .5);
}

/* -------------------------- *\
    .list-1
\* -------------------------- */

.list-1 { 

	text-align: center;
	/*transform: translateY(10rem);*/
	/*opacity: 0;*/	
	transition: .3s ease;
 }

@media (min-width: 600px) {

	.list-1 .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media (min-width: 768px) {

	.list-1 {
		animation: listback .5s forwards;
	}

	.list-1.animate {/*transform: translateY(0);*/
		animation: list .5s forwards;
		opacity: 1;
		transition: .3s ease;
	}

	.list-1.o {/*opacity: 1;*/
	}
}

.list-1 h3 {
	margin-bottom: 1rem;
	font-size: 1.7rem;
	font-weight: 700;
	text-transform: uppercase;
}

.list-1 p {
	font-size: 1.7rem;
	font-weight: 300;
}

.list-1 .left {
	margin: 0 auto 3rem;
	margin: 0 auto 0;
}

.item-1 {
 	box-shadow: 0 0 1rem rgba(0,0,0, .07);
 	padding: 2.5rem 1.5rem 1rem;
 	margin-bottom: 5rem;
 }

@media (min-width: 600px) {

	.item-1 {
		width: 48%;
		margin-bottom: 4%;
	}
}

@media (min-width: 900px) {

	.item-1 {
		box-shadow: none;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		transition: .3s ease;
	}

	.item-1:hover {
		box-shadow: 0 0 1rem rgba(0,0,0, .03);
		background: rgba(242,249,253, .5);
		transform: scale(1.03);
		border-radius: 3rem;
	}

	.item-1:hover .cyrcle {
		transform: rotate(369deg);
	}

	.item-1 .left {
		min-width: 13.3rem;
	}

	.item-1 .right {
		text-align: left;
		margin-left: 2rem;
	}
}

@media (min-width: 1200px) {

	.item-1 .right {
		margin-left: 4.5rem;
	}
}

.item-1--square {
	box-shadow: none;
}

@media (min-width: 768px) {

	.item-1--square:hover {
		transform: scale(1);
		background: var(--accent-color-2);
		border-radius: 0;
		color: #fff;
	}

	.item-1--square:hover .cyrcle {
		transform: rotate(15deg) translateX(1.5rem);
		background: #fff;
	}

	.item-1--square:hover .cyrcle span {
		color: var(--accent-color-2);
	}
}

.item-1--square .cyrcle {
	border-radius: 0;
}

.cyrcle {
 	position: relative;
 	width: 13.3rem;
 	height: 13.3rem;
 	background: linear-gradient(95deg, #BCEAFF 0%, #EBF6FB 100%);
 	border-radius: 50%;
 	box-shadow: .2rem .2rem 1rem rgba(0,0,0, .05);
 	transition: .3s ease; 	
 }

.cyrcle--green {
	background: linear-gradient(95deg, #B1FFDB 0%, #EBF8F2 100%);
}

.cyrcle--pink {
	background: linear-gradient(95deg, #FFBDD6 0%, #F8EBF0 100%);
}

.cyrcle--orange {
	background: linear-gradient(95deg, #FFC4A1 0%, #FBF1EC 100%);
}

.cyrcle--ac {
	background: var(--accent-color-2);
}

.cyrcle span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
}

.cyrcle i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 6rem;
	color: #fff;
}

/* -------------------------- *\
    .text
\* -------------------------- */

.text { 
	max-width: 92.5rem;
	text-align: center;
	margin: 0 auto;	
 }

.text .title-1,
	.text .title-2 {
	text-transform: uppercase;
}

.text p {
	font-size: 2.1rem;
	font-weight: 300;
	color: #1B273F;
	line-height: 1.5;
}

.text + .list-1 {
	padding-top: 0;
}

@media (min-width: 1200px) {

	.text + .list-1 {
		padding-top: 2rem;
	}
}

@media (min-width: 768px) {

	.text + .list-1 {
		margin-top: -4rem;
	}
}

/* -------------------------- *\
    .cta-1
\* -------------------------- */

.cta-1 { 
	background: #E8EBF3;
 }

@media (min-width: 768px) {

	.cta-1 {
		background-image: url('/wp-content/uploads/backgroundimage.png');
		background-size: cover;
	}
}

@media (min-width: 1200px) {

	.cta-1 {
		padding: 12rem 0;
	}
}

.cta-1 .title-1 {
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-size: 2.2rem;
}

.cta-1 p {
	font-size: 1.8rem;
	font-weight: 300;
}

@media (min-width: 768px) {

	.cta-1 .left {
		width: 70%;
		transform: translateX(-10rem);
		transition: .3s ease;
	}

	.cta-1 .left.animate {
		transform: translateX(0);
	}
}

@media (min-width: 900px) {

	.cta-1 .left .title-1 {
		margin-bottom: 2.5rem;
		font-size: 3rem;
	}

	.cta-1 .left p {
		font-size: 2.2rem;
		line-height: 1.4;
	}
}

@media (min-width: 1100px) {

	.cta-1 .left {
		width: 50%;
	}
}

/* -------------------------- *\
    .cta-2
\* -------------------------- */

.cta-2 { 
	padding: 0;		
	color: #fff;
	text-align: center;
	box-shadow: 0 0 1rem rgba(0,0,0, .3);
 }

@media (min-width: 768px) {

	.cta-2 {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		background: var(--accent-color-2);
		box-shadow: none;
		text-align: left;
	}
}

.cta-2__left {
	padding: 2rem;
	background: var(--accent-color-2);
}

@media (min-width: 768px) {

	.cta-2__left {
		width: 50%;
		padding: 5rem;
	}
}

@media (min-width: 1200px) {

	.cta-2__left {
		padding: 8rem;
	}
}

@media (min-width: 768px) {

	.cta-2__right {
		width: 50%;
		min-height: 10rem;/*background-image: url('/wp-content/uploads/izbelvane-na-zabi.jpg');			*/
		background-size: cover;
		background-position: 50% 50%;
		-ms-flex-item-align: stretch;
		    -ms-grid-row-align: stretch;
		    align-self: stretch;
	}
}

.cta-2 .title {
	margin-bottom: 2rem;
	color: #fff;
	font-size: 3rem;
}

@media (min-width: 768px) {

	.cta-2 .title {/*text-transform: uppercase;*/
		font-size: 3.5rem;
		text-align: left;/*font-weight: 700;*/
	}
}

.cta-2 p {
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.cta-2 p {
		font-size: 2rem;
		text-align: left;
	}
}

.cta-2 p + .btn {
	margin-top: 2rem;
}

.cta-2 img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 100%;
	   object-position: 100%;
	min-width: 100%;
	min-height: 100%;
	display: block;
}

/* -------------------------- *\
    .before
\* -------------------------- */

.before { 

	text-align: center;

 }

.before__holder {
	text-align: center;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

	.before__holder {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.before__item {
	display: block;
	margin-bottom: 3rem;
	box-shadow: 0 0 1rem rgba(0,0,0, .2);
}

@media (min-width: 768px) {

	.before__item {
		width: 48%;
		margin-bottom: 4%;
		box-shadow: none;
	}

	.before__item img {
		width: 100%;
	}
}

.before .title-2 {
	text-transform: uppercase;
}

@media (min-width: 768px) {

	.before .title-2 {
		margin-bottom: 6rem !important;
	}
}

/* -------------------------- *\
    .similar-ser
\* -------------------------- */

@media (min-width: 768px) {

	.similar-ser {
		padding: 7.5rem;
	}
}

@media (min-width: 768px) {

	.similar-ser .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.similar-ser__item {
	text-align: center;
}

@media (min-width: 768px) {

	.similar-ser__item {
		width: 48%;
		text-align: left;
	}
}

@media (min-width: 768px) {

	.similar-ser__item {
		width: 45%;
	}
}

.similar-ser__item .title {
	color: var(--accent-color-2);
	text-transform: uppercase;
	font-size: 3rem;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

	.similar-ser__item .title {
		text-align: left;
		font-weight: 700;
	}
}

.similar-ser__item p {
	font-size: 1.7rem;
	font-weight: 300;
}

@media (min-width: 768px) {

	.similar-ser__item p {
		margin-bottom: 3rem;
	}
}

.similar-ser__item img {/*width: 100%;*/
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 10% 10%;
	   object-position: 10% 10%;/*display: none;*//*width: 100%;*/
}

.similar-ser__img {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	margin-bottom: 2rem;
	max-height: 17.4rem;
	overflow: hidden;
}

@media (min-width: 768px) {

	.similar-ser__img {
		margin: 0 0 2rem 0;
	}
}

@media (min-width: 1200px) {

	.similar-ser__img {
		margin: 0 0 4rem 0;
	}
}

@media (min-width: 768px) {

	.similar-ser__foot {
		text-align: center;
	}
}

/* -------------------------- *\
    .text-1
\* -------------------------- */

.text-1 { 
	max-width: 95rem;
	margin: 0 auto;
 }

.text-1 .title {
	color: var(--accent-color-2);
	text-transform: uppercase;
	font-size: 3rem;
	margin-bottom: 2rem;
	text-align: left;
}

.text-1 p {
	font-size: 1.8rem;
	font-weight: 300;
	margin-bottom: 1.5rem;
	text-align: left;
}

@media (min-width: 900px) {

	.text-1 + .call-me {
		padding-top: 3rem;
	}
}

/* -------------------------- *\
    .text-2
\* -------------------------- */

@media (min-width: 900px) {

	.text-2 .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.text-2 .list-1 {
	padding: 0;
}

@media (min-width: 900px) {

	.text-2 .list-1 .shell {
		display: block;
	}
}

.text-2__left {
	margin-bottom: 5rem;
}

@media (min-width: 900px) {

	.text-2__left {
		max-width: 48%;
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {

	.text-2__left {
		max-width: 50rem;
	}
}

@media (min-width: 900px) {

	.text-2__right {
		max-width: 48%;
	}
}

@media (min-width: 1200px) {

	.text-2__right {
		max-width: 60rem;
	}
}

@media (min-width: 768px) {

	.text-2__right .item-1 {/*display: none;*//*align-items: none;*/
		width: 100%;
	}
}

.text-2 .title {
	margin-bottom: 2rem;
	font-size: 2.2rem;
	color: var(--accent-color-2);
	text-transform: uppercase;
	text-align: left;
}

@media (min-width: 768px) {

	.text-2 .title {
		font-size: 2.8rem;
	}
}

.text-2__content p {
	font-size: 1.9rem;
	font-weight: 300;
	margin-bottom: 3rem;
}

.text-2__content p:last-child {
	margin-bottom: 0;
}

.text-2 + .text-2 {
	padding-top: 0;
}

@media (min-width: 768px) {

	.text-2 + .text-2 {/*margin-top: -0rem;*/
	}
}

@media (min-width: 900px) {

	.text-2 + .text-2 .shell {
		-ms-flex-direction: row-reverse;
		    flex-direction: row-reverse;
	}
}

.imp,
 p.imp {
 	font-weight: 700;
 	color: var(--accent-color-2);
 }

/* -------------------------- *\
    .locations
\* -------------------------- */

@media (min-width: 768px) {

	.locations::after {
		content: "";
		clear: both;
		display: table;
		line-height: 0;
	}
}

@media (min-width: 950px) {

	.locations .shell {
		max-width: 95rem;
	}
}

.locations .location {
	height: 17rem;
	overflow: hidden;
}

@media (min-width: 768px) {

	.locations .location {
		float: left;
		margin-bottom: 4%;
	}

	.locations .location:first-child {
		height: auto;
	}

	.locations .location:nth-child(2) {
		max-width: 47.5%;
		margin-right: 5%;
	}

	.locations .location:nth-child(3) {
		max-width: 47.5%;
	}

	.locations .location:nth-child(4) {
		max-width: 47.5%;
		margin-right: 5%;
	}

	.locations .location:nth-child(5) {
		max-width: 47.5%;
	}
}

.locations .location img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 0% 0%;
	   object-position: 0% 0%;
}

.location {
 	position: relative;
 	display: block;
 }

.location span {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	display: block;
	padding: 1rem 2rem;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	font-size: 2.5rem;
}

/* -------------------------- *\
    .services
\* -------------------------- */

.services { 
	background: #F8FCFE;
 }

@media (min-width: 500px) {

	.services .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.services .title-2 {
	text-transform: uppercase;
}

@media (min-width: 768px) {

	.services .title-2 {
		margin-bottom: 4rem;
	}
}

.services + .call-me {
	padding-top: 0;
	background: #F8FCFE;
}

.ser {
	display: block;
	margin-bottom: 3rem;	
	overflow: hidden;	
	transition: .3s ease;	
}

/*box-shadow: .5rem .5rem 1rem rgba(0,0,0, .1);			*/

@media (min-width: 500px) {

	.ser {
		width: 48%;
	}
}

@media (min-width: 768px) {

	.ser {
		width: 32%;
		opacity: 0;
	}
}

@media (min-width: 1100px) {

	.ser {
		width: 24%;
		margin-bottom: 1.5%;
	}
}

.ser:hover {
	transform: scale(1.03) translateY(-.5rem);/*box-shadow: 0 .2rem 1rem rgba(0,0,0, .1);	*/
	margin: -2rem 0 2rem;
}

.ser:hover .ser__img {
	transform: scale(1.05) translateY(-.5rem);/*opacity: .5;*/
}

@media (min-width: 768px) {

	.ser {
		animation: fromtopback .5s forwards;
	}

	.ser.animate {
		animation: fromtop .5s forwards;
		transition: .3s ease;
	}

	.ser.o {
		opacity: 1;
	}
}

.ser__img {
	position: relative;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 25rem;
	transition: .3s ease;
}

/*&:after {
			content: '';
			position: absolute;
			top: -5rem;
			left: 0;
			width: 100%;
			height: 10rem;
			background: rgba(#26ADFE, .8);
		}*/

@media (min-width: 1100px) {

	.ser__img {
		height: 30rem;
	}
}

.ser span {
	position: relative;
	display: block;
	background: #6699ff;
	color: #fff;
	text-transform: uppercase;
	padding: 2rem;
	text-align: center;
}

@media (min-width: 1100px) {

	.ser span {
		padding: 3rem 1rem;
		font-size: 2rem;
		font-weight: 700;
	}
}

.ser--pink span {
	background: var(--accent-color-2);
}

.ser--green span {
	background: #00E0AE;
}

.ser--yellow span {
	background: #FFD200;
}

/* -------------------------- *\
    .cta_tel
\* -------------------------- */

.cta_tel { 	
	position: relative;
	height: 15.7rem;
	display: none;
	background: var(--accent-color-2);
	text-align: center;
	transition: .3s ease;
 }

@media (min-width: 768px) {

	.cta_tel {
		padding: 4rem 1rem;
		display: block;
	}
}

.cta_tel.animate {
	background: #53CCB2;
}

@media (min-width: 768px) {

	.cta_tel.fixed {
		position: fixed;/*top: 6.5rem;*/
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 20;
		height: 4.5rem !important;
	}
}

.cta_tel a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 3rem;
	color: #fff;
	width: 45rem;
}

.cta_tel a i {
	animation: cta_tel_icon 3s infinite ;
}

.cta_tel a span {
	font-size: 3rem;
	font-weight: 700;
}

@media (min-width: 768px) {

	.cta_tel a span {
		font-size: 4rem;
	}
}

@media (min-width: 900px) {

	.cta_tel a span {
		font-size: 5rem;
	}
}

@media (min-width: 1200px) {

	.cta_tel a span {
		font-size: 6rem;
	}
}

@keyframes cta_tel_icon {
   0%   { transform: rotate(-15deg); }
   50% { transform: rotate(-40deg); }
   100% { transform: rotate(-15deg); }
 }

.page-template-service .text-2 + .cta_tel #object {
	transform: translateY(-50%) translateX(55%);
}

/* -------------------------- *\
    .call-me
\* -------------------------- */

.call-me { 
	border-radius: .5rem !important;
	overflow: hidden;
 }

@media (min-width: 768px) {

	.call-me {
		transform: scale(.8);
		transition: .3s ease;
	}

	@media (min-width: 768px) {

		.call-me.animate {
			transform: scale(1);
		}

		.call-me.animate-2 {
			transform: scale(1.1);
			animation: easyshake2 10s infinite;/*position: fixed;*//*top: 2rem;*//*width: 100%;*/
		}
	}
}

@media (min-width: 768px) {

	.call-me.popup {/*overflow: visible;*/
		position: fixed !important;
		top: 45% !important;
		left: 50% !important;
		z-index: 50 !important;
		transform: translateY(-50%) translateX(-50%) !important;
		width: 100% !important;
		animation: easyshake3 10s infinite;/*&:before {
				content: 'X';
				position: absolute;
				left: 50%;
				bottom: 0;
				transform: translateY(-50%) translateX(-50%);				
				width: 3.5rem;
				height: 3.5rem;
				background: #fff;
				display: -webkit-flex;
				display: -moz-flex;
				display: -ms-flex;
				display: -o-flex;
				display: flex;
				justify-content: center;
				align-items: center;
				border-radius: 50%;
				font-weight: 700;
				@mixin tra;
				cursor: pointer;

				&:hover {
					background: var(--accent-color);			
					color: #fff;
				}		
			}*/
	}

	.call-me.popup .close {
		display: block !important;
	}
}

@media (min-width: 640px) {

	.call-me .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;/*align-items: center;*/
	}
}

.call-me .left {
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 20rem;
}

@media (min-width: 640px) {

	.call-me .left {
		width: 33.333%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;/*flex: 1 0 100%;*/
		min-height: 25rem;
		box-shadow: 0 0 1rem rgba(0,0,0, .3мо);
	}
}

@media (min-width: 1200px) {

	.call-me .left {
		width: 40%;
	}
}

.call-me .right {
	position: relative;
	background: var(--accent-color-2);/*background: var(--main-color);*/
	color: #fff;
	padding: 2rem 2rem 0;
}

@media (min-width: 640px) {

	.call-me .right {
		width: 66.6666%;
		-ms-flex-item-align: stretch;
		    align-self: stretch;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;/*padding-bottom: 1rem;*/
		box-shadow: 0 0 1rem rgba(0,0,0, .3);
	}
}

.call-me .right .close {
	position: absolute;
	top: -3rem;
	right: 0;
	transform: translateY(50%) translateX(50%);
	display: inline-block;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	transition: .3s ease;
	display: none;
	cursor: pointer;
}

.call-me .right .close:hover {
	background: #000;
	color: #fff;
}

.call-me .title {
	margin-bottom: .5rem;
	font-size: 3rem;
	color: #fff;
	text-align: left;
}

.call-me p {
	font-weight: 300;
}

@media (min-width: 640px) {

	.call-me p {
		margin-bottom: 0;
		max-width: 60rem;
	}
}

.call-me .gform_body label {
	display: none !important;
}

.call-me .gform_body input {
	border-radius: .5rem;
	border: .1rem solid #fff;
	border: .2rem solid var(--dark);
	padding: 1rem !important;
}

@media (min-width: 640px) {

	.call-me .gform_body input {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
		min-height: 5rem;
	}
}

@media (min-width: 1030px) {

	.call-me .gform_body input {
		min-width: 40rem;
	}
}

.call-me .gform_body input:-ms-input-placeholder {
	color: var(--accent-color-2);
	color: var(--dark);
}

.call-me .gform_body input::placeholder {
	color: var(--accent-color-2);
	color: var(--dark);
}

.call-me .gform_button {
	background: #fff !important;
	background: var(--dark) !important;
	border: .1rem solid #fff;
	border: .25rem solid var(--dark);
	padding: 1rem !important;
	color: var(--accent-color-2);
	color: var(--dark);
	color: #fff;
	font-weight: 700;
	min-height: 5rem;
	transition: .3s ease;
}

.call-me .gform_button:hover {/*background: var(--accent-color-2) !important;*/
	color: var(--accent-color-3);/*border-color: currentColor;			*/
	cursor: pointer;
}

@media (min-width: 900px) {

	.call-me .gform_button {
		min-width: 21rem;
	}
}

@media (min-width: 640px) {

	.call-me .gform_button {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		border-top-right-radius: .5rem;
		border-bottom-right-radius: .5rem;
	}
}

.call-me .gform_footer {
	margin-top: 0 !important;/*padding-bottom: 0 !important;*/
}

@media (min-width: 640px) {

	.call-me form {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;/*min-width: 57rem !important;*/
	}
}

.call-me form .gfield {
	padding-right: 0 !important;
}

.call-me form .medium {
	display: block !important;
	width: 100% !important;
}

.call-me strong a {
	color: #fff;
}

.call-me strong a i {
	transform: rotate(-25deg);
	animation: cta_tel_icon 3s infinite ;
}

/* -------------------------- *\
    .testimonials
\* -------------------------- */

.testimonials { 
	background: #F4F7F9;

	/*+ .call-me {
		padding-top: 0;
		background: #F4F7F9;
	}*/
 }

@media (min-width: 768px) {

	.testimonials__holder {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		transition: .3s ease;
	}
}

.testimonials.white {
	background: #fff !important;
}

.testimonials .shell {
	max-width: 107.8rem;
}

.testimonials i {
	display: block;
	text-align: center;
	font-size: 3rem;
	color: var(--accent-color);
}

.testimonials .title-2 {
	margin-bottom: 1rem;
	color: #5f6c72;
}

.testimonials__info {
	text-align: center;
	color: #969ea2;
}

/* -------------------------- *\
     .testimonial
 \* -------------------------- */

.testimonial { 
 	  -webkit-box-align: center;
 	  -ms-flex-align: center;
 	      align-items: center;
 	  background-color: #fff;
 	  border: 1px solid #dadfe2;
 	  border-radius: 4px;
 	  box-sizing: border-box;
 	  display: -ms-flexbox;
 	  display: flex;
 	  -ms-flex-direction: column;
 	      flex-direction: column;
 	  font-size: 100%;
 	  margin: 0 0 2em;
 	  padding: 1.5em;
 	  vertical-align: baseline;
 	  width: 100%;	
  }

@media (min-width: 768px) {

	.testimonial {
		width: 49%;
		margin-bottom: 2%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
	}
}

@media (min-width: 768px) {

	.testimonial {
		opacity: 0;
		animation: fromtopback .5s forwards;
	}

	.testimonial.animate {
		animation: fromtop .5s forwards;
		transition: .3s ease;
	}

	.testimonial.o {
		opacity: 1;
	}
}

.testimonial__img {
	margin-bottom: 2rem;
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {

	.testimonial__img {/*float: left;*//*width: 33%;*/
		width: 10rem;
		margin-bottom: 0;
	}
}

.testimonial__img img {
	-o-object-fit: cover;
	   object-fit: cover;
	min-height: 10rem;
	min-width: 10rem;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial blockquote {
	border-width: 0;
	box-sizing: border-box;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 15px;
	padding: 0;
	vertical-align: baseline;
	margin-bottom: 1rem;
	color: #5f6c72;
	font-weight: 300;
}

.testimonial p {
	border-width: 0;
	box-sizing: border-box;
	color: #969ea2;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.testimonial__content {/*float: right;*/
		width: calc(100% - 12rem);/*background: green;*/
	}
}

/* -------------------------- *\
    .intro_1
\* -------------------------- */

.intro_1 { 
	color: #fff;
	background: rgba(0,0,0, .7);	
 }

@media (min-width: 768px) {

	.intro_1 {
		position: relative;
		background-image: url('/wp-content/uploads/royal-island-resort-pool.jpg');
		background-size: cover;
		overflow: hidden;
	}

	.intro_1:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0, .7);
	}
}

@media (min-width: 1200px) {

	.intro_1 {/*height: 100vh;*/
		padding: 10rem 0;/*display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;*/
	}
}

.intro_1 .shell {
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {

	.intro_1 .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		max-width: 95rem;
	}
}

@media (min-width: 768px) {

	.intro_1__content {
		width: 48%;
	}
}

/*display: none !important;*/

.intro_1 .form_2 input {
	-webkit-appearance: none !important;
}

@media (min-width: 768px) {

	.intro_1 .form_2 {
		max-width: 48%;
	}
}

.intro_1 .title {
	font-size: 3rem;
	margin-bottom: 1.5rem;
	color: #fff;
	-ms-text-align-last: left;
	text-align: left;
}

.intro_1 .title span {
	font-size: 2.5rem;
}

@media (min-width: 768px) {

	.intro_1 .title {
		font-size: 4rem;
	}
}

.intro_1 h2 {
	font-size: 2.2rem;
	margin-bottom: 1.2rem;
	color: rgba(255, 255, 255, .7);
}

.intro_1 ul {
	padding-left: 2rem;
	color: rgba(255, 255, 255, .7);
}

.intro_1 ul li {
	margin-bottom: 1rem;
}

.intro_1 p {
	color: rgba(255, 255, 255, .8);
	font-size: 1.8rem;
}

.intro_1 .testimonial {
	width: 100%;
	background: rgba(255, 255, 255, .9);
}

.intro_1 .testimonial p {
	color: rgba(0,0,0, .5);
}

/* -------------------------- *\
    .intro_3
\* -------------------------- */

.intro_3 { 
	position: relative;
	text-align: center;
	background-image: url('/wp-content/uploads/royal-island-resort-pool.jpg');
	background-size: cover;
	color: #fff;
 }

.intro_3:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .5);
}

@media (min-width: 768px) {

	.intro_3 {
		min-height: 50rem;
	}
}

@media (min-width: 768px) {

	.intro_3 .holder {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		top: 40%;
	}
}

.intro_3 .back {
	position: absolute;
	top: 1.5rem;
	left: 2rem;
	color: rgba(255, 255, 255, .7);
	font-size: 1.4rem;
	transition: .3s ease;
}

.intro_3 .back:hover {
	text-decoration: underline;
}

.intro_3 .back:hover span {
	animation: back 1s infinite ease;
}

.intro_3 .back span {
	display: inline-block;
	transform: scale(.8, 1.2) translateX(-.3rem);
}

.intro_3 .title {
	position: relative;
	top: 1.5rem;
	margin-bottom: 1rem;
	color: #fff;
	font-size: 3rem;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.intro_3 .title {
		font-size: 4.5rem;
	}
}

.intro_3 p {
	font-size: 1.8rem;
	position: relative;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.intro_3 + .post .shell {
		transform: translateY(-20rem);
		background: #FDFCFE;
		padding: 5rem 6rem;
		max-width: 81.8rem;/*max-width: 121.8rem;*/
		border-radius: 3rem;
		margin-bottom: -20rem;
	}
}

@media (min-width: 768px) {

	.intro_3 + .blog-list .shell {
		transform: translateY(-20rem);
		background: #FDFCFE;
		padding: 5rem;
		border-radius: 3rem;
		margin-bottom: -20rem;
	}
}

/* -------------------------- *\
    .form_2
\* -------------------------- */

.form_2 { 
	overflow: hidden;
	background: #E2E2E2;
	background: rgba(255, 255, 255, .95);
	



	/*background: #fff;*/
	padding: 0 2rem 1rem;
	border-radius: .5rem;
 }

@media (min-width: 768px) {

	.form_2 .holder {
		max-width: 32rem;
	}
}

.form_2 .gform_wrapper {
	margin: 0;
}

.form_2 label.gfield_label {
	display: none !important;
}

.form_2 input.medium,
	.form_2 textarea.medium {
	width: 100% !important;
	border: none;
	border-radius: .5rem;
	padding: 1rem !important;
	box-shadow: 0 0 1rem rgba(0,0,0, .1);
}

.form_2 .gfield {
	padding-right: 0 !important;
}

.form_2 .gform_title {/*background: #4ABF4F;*//*background: #FF8B45;*/
	background: var(--accent-color-2);
	padding: 1.5rem 1rem;
	margin: 0 -2rem 0 -2rem !important;
	text-align: center;
	font-size: 3rem !important;
	font-weight: 400 !important;
}

.form_2 .gform_footer {
	margin: 0 !important;
}

.form_2 .gform_button {
	display: block !important;
	width: 100% !important;/*background: #4ABF4F;*//*background: #FF8B45;*/
	background: var(--accent-color-2);
	color: #fff;
	padding: 1.5rem 1rem;
	margin: 0 !important;
	border-radius: .5rem;
	font-weight: 700;
	font-size: 2.2rem !important;
	text-transform: uppercase;
	cursor: pointer;
	transition: .3s ease;
}

.form_2 .gform_button:hover {
	background: var(--accent-color);
}

/* -------------------------- *\
    .post
\* -------------------------- */

.post ul {
	margin-top: 3rem;
}

.post ul li {
	position: relative;
	list-style-type: none;
	padding-left: 3rem;
	font-weight: 300;
	font-size: 1.8rem;
}

.post ul li:before {
	content: '';
	position: absolute;
	top: .4rem;
	left: 0;/*transform: translateY(-50%);*/
	width: 1.6rem;
	height: 1.6rem;
	background-image: url('/wp-content/uploads/favicon-medica.ico');
	background-size: cover;
}

.post ul li strong {/*text-transform: uppercase;*//*color: var(--accent-color-4);*/
	font-size: 2rem;
}

.post ul li + li {
	margin-top: 2.5rem;
}

.post h2,
	.post h3 {
	margin: 3rem 0 1.5rem;
}

@media (min-width: 768px) {

	.post h2,
	.post h3 {
		margin: 4rem 0 2rem;
	}
}

.post .author {
	margin-top: 1.5rem;
}

/*@import "_contact-us";
@import "_form-homevarna";
@import "_home-intro";
@import "_steps";
@import "_buildings";
@import "_ap-listing";
@import "_contact-form-1";
@import "_building-info";
@import "_ap-head";
@import "_building-slider";
@import "_building";
@import "_floor";
@import "_other";
@import "_news";
@import "_post";
@import "_top-ap";*/

/* -------------------------- *\
    .social-share
\* -------------------------- */

.social-share { 
	padding-left: 0; 
	margin-bottom: 0; 
	list-style-type: none;
	position: fixed;			
	z-index: 10;
 }

@media (max-width: 1099px) {

	.social-share {
		width: 100vw;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		bottom: 0;
		left: 0;
	}
}

@media (min-width: 1099px) {

	.social-share {
		display: inline-block;/*display: block;*/
		top: 50%;/*left: 2rem;*/
		transform: translateY(-50%) translateX(20rem);
		opacity: 0;
		opacity: 1;/*right: 5rem;*/
		right: 2rem;/*left: auto;*//*width: 15rem;*//*height: 15rem;*/
		transition: .3s ease;
	}

	.social-share.show {
		transform: translateY(-50%) translateX(0);
		animation: fixe 1s forwards;
	}
}

.social-share li {
	width: 50%;
	text-align: center;
}

@media (max-width: 1099px) {

	.social-share li:nth-child(31) {
		display: none;
	}

	.social-share li.desktop {
		display: none;
	}
}

@media (min-width: 1099px) {

	.social-share li:last-child {
		margin-bottom: 1rem;
	}

	.social-share li + li {
		margin-top: 1rem;
	}

	.social-share li.mobile {
		display: none;
	}
}

.social-share a {
	display: block;
	background: var(--accent-color-2);
	padding: 1rem 0;
	text-align: center;
	transition: .3s ease;
}

@media (min-width: 1099px) {

	.social-share a {
		position: relative;
		width: 5rem;
		height: 5rem;
		border-radius: 50%;
	}
}

.social-share a:hover {
	background: var(--accent-color);
	transform: scale(1.15) rotate(360deg);
}

.social-share a.facebook {
	background: #3b5998;
}

@media (min-width: 1099px) {

	.social-share a.phone {
		animation: phone 30s infinite;
	}
}

.social-share a.phone:hover {
	background: #32CD32 !important;
}

.social-share a.phone i {
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.social-share a.location:hover {
	background: var(--dark);
}

@media (max-width: 1099px) {

	.social-share a.mail {
		background: #D44638;/*background: var(--accent-color);*/
		background: var(--dark);
	}
}

.social-share a.mail:hover {
	background: #D44638;
}

@media (max-width: 1099px) {

	.social-share a.twitter {
		background: #1da1f2;
	}

	.social-share a.phone {
		background: #32CD32;
		background: var(--accent-color-2);
	}

	.social-share a.phone i {
		transform: rotate(90deg);
	}

	.social-share a.location {
		background: var(--dark);
	}

	@media (max-width: 1099px) {

		.social-share a.location {
			background: var(--accent-color);
		}
	}
}

.social-share i {
	font-size: 2rem;
	color: #fff;
}

@media (min-width: 1099px) {

	.social-share i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		border-radius: 50%;
	}
}

@keyframes phone {
    0%   {background: var(--accent-color-2); }
    60%  {background: var(--accent-color-2); }
    70%  {background: #32CD32; }
    80% {background: var(--accent-color-2); }
}

/* -------------------------- *\
    0-animations
\* -------------------------- */

/* -------------------------- *\
    Animations
\* -------------------------- */

@media (min-width: 768px) {

	.fromleft {
		transition: .3s ease;
		animation: fromleft .5s linear forwards;
	}
}

@keyframes fromleft {
    	0%   {transform: translateX(-4rem); opacity: 0;}
    	100% {transform: translateX(0); opacity: 1;}    
}

@media (min-width: 768px) {

	.fromright {
		transition: .3s ease;
		animation: fromright .5s linear forwards;
	}
}

@keyframes fromtop {
    	0%   {transform: scale(.95) translateY(8rem); opacity: 0;}
    	750% {transform: translateY(-1rem); opacity: .75;}    
    	100% {transform: scale(1) translateX(0); opacity: 1;}    
}

@media (min-width: 768px) {

	.fromtop {
		transition: .3s ease;
		animation: fromtop .5s linear forwards;
	}
}

@keyframes fromtopback {
    	0%  { transform: scale(1) translateX(0); opacity: 1;}   
    	750% {transform: translateY(-1rem); opacity: .75;}    
    	100% {transform: scale(.95) translateY(8rem); opacity: 0;}
}

@keyframes fromright {
    	0%   {transform: translateX(4rem); opacity: 0;}
    	100% {transform: translateX(0); opacity: 1;}    
}

@media (min-width: 768px) {

	.fadeindown {
		opacity: 0;
		transition: .3s ease;
		animation: fadeindown .5s linear forwards;
	}
}

@keyframes fadeindown {
    	0%   {transform: translateY(-1rem); opacity: 0;}
    	100% {transform: translateY(0); opacity: 1;}    
}

.navlidelay ul li {
	animation-delay: .01s;
}

.navlidelay ul li:nth-child(2){
	animation-delay: 0.13s;
}

.navlidelay ul li:nth-child(3){
	animation-delay: 0.26s;
}

.navlidelay ul li:nth-child(4){
	animation-delay: 0.39s;
}

.navlidelay ul li:nth-child(5){
	animation-delay: 0.52s;
}

.navlidelay ul li:nth-child(6){
	animation-delay: 0.65s;
}

.navlidelay ul li:nth-child(7){
	animation-delay: 0.78s;
}

.navlidelay ul li:nth-child(8){
	animation-delay: 0.91s;
}

.navlidelay ul li:nth-child(9){
	animation-delay: 1.04s;
}

.navlidelay ul li:nth-child(10){
	animation-delay: 1.17s;
}

.itemdelay {
		animation-delay: .01s;	
}

.itemdelay:nth-child(2){
	animation-delay: 0.2s;
}

.itemdelay:nth-child(3){
	animation-delay: 0.4s;
}

.itemdelay:nth-child(4){
	animation-delay: 0.6s;
}

.itemdelay:nth-child(5){
	animation-delay: 0.8s;
}

.itemdelay:nth-child(6){
	animation-delay: 1.s;
}

.itemdelay:nth-child(7){
	animation-delay: 0.78s;
}

.itemdelay:nth-child(8){
	animation-delay: 0.91s;
}

.itemdelay:nth-child(9){
	animation-delay: 1.04s;
}

.itemdelay:nth-child(10){
	animation-delay: 1.17s;
}

@media (min-width: 768px) {

	.halfhade {
		transition: .3s ease;
		opacity: 0;
		animation: halfhade .9s linear forwards;
	}
}

@keyframes halfhade {
    	0%   {transform: translateX(-50%) translateY(-40%); opacity: 0;}
    	100% {transform: translateX(-50%) translateY(-50%); opacity: 1;}    
}

@media (min-width: 768px) {

	.pulseslow {
		transition: .3s ease;
		animation: pulseslow 4s infinite forwards .5s;
	}
}

@keyframes pulseslow {
    	0%   {transform: scale(1); background: var(--accent-color); border-color: var(--accent-color);}
    	7%  {transform: scale(1.1); background: var(--main-color); border-color: var(--main-color);}
    	8%  {transform: scale(1); background: var(--accent-color); border-color: var(--accent-color)}
    	100% {transform: scale(1);}
}

@media (min-width: 768px) {

	.appearonscrolltop {
		transition: .3s ease;
		opacity: 0;
	}

	.appearonscrolltop--reveal {
		animation: appearonscrolltop .5s forwards .1s;
	}
}

@keyframes appearonscrolltop {
    	0%   {transform: translateY(3rem) scale(1.01); opacity: 0; }    	
    	100% {transform: translateY(0rem) scale(1); opacity: 1;}
}

@keyframes menuAfter {
  0%   { transform: translateX(-50%) translateY(-50%) rotate(0deg); }
  33%   { transform: translateX(-50%) translateY(-50%) rotate(15deg); }
  66%   { transform: translateX(-50%) translateY(-50%) rotate(-15deg); }
  100%   { transform: translateX(-50%) translateY(-50%) rotate(0deg); }
}

@keyframes intro_2_bg {
  0%   { transform: scale(1); }
  33%  { transform: scale(1.05) translateX(1rem); }
  66%  { transform: scale(1. 03) translateX(50rem) translateY(1rem); }
  100% { transform: scale(1); }
}

@keyframes legenda {
  0%   { margin-left: 4rem; }
  33%  { margin-left: 5rem; }
  66%  { margin-left: 4rem; }
  100% { margin-left: 4rem; }
}

@keyframes product {
  0%   { transform: scale(1); }
  8%  { transform: scale(1.03); box-shadow: 0 0 1rem rgba(0,0,0, .3); }
  9%%  { transform: scale(1.03); }
  16.66% { transform: scale(1); box-shadow: 0 0 1rem rgba(0,0,0, .1); }
  100% { transform: scale(1); }
}

@keyframes productHidden {
  0%   { transform: scale(1); }
  8%  { transform: scale(1.03); box-shadow: 0 0 1rem rgba(0,0,0, .1); }
  9%%  { transform: scale(1.03); }
  16.66% { transform: scale(1); box-shadow: 0 0 1rem rgba(0,0,0, .1); }
  100% { transform: scale(1); }
}

@keyframes back {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(.2rem); } 
  50%  { transform: translateX(-.5rem); } 
  75%  { transform: translateX(0); }
  100% { transform: translateX(0); }
}

@keyframes easyshake {
  0%   { transform: translateX(0) rotate(0deg); }
  12.5%  { transform: translateX(.2rem) rotate(5deg); } 
  25%  { transform: translateX(-.5rem) rotate(-5deg); } 
  37.5%  { transform: translateX(0); }
  75%  { transform: translateX(0); }
  100% { transform: translateX(0); }
}

@keyframes easyshakespan {
  0%   { transform: translateX(0); }
  12.5%  { transform: translateX(-4rem); } 
  25%  { transform: translateX(1rem); }
  37.5%  { transform: translateX(0); } 
  75%  { transform: translateX(0); }
  100% { transform: translateX(0); }
}

@keyframes easyshake2 {
  0%   { transform: translateX(0) rotate(0deg) scale(1); }
  12.5%  { transform: translateX(.2rem) rotate(2deg) scale(1.1); } 
  25%  { transform: translateX(-.5rem) rotate(-2deg) scale(1.1); } 
  37.5%  { transform: translateX(0) scale(1); }
  75%  { transform: translateX(0) scale(1); }
  100% { transform: translateX(0) scale(1); }
}

@keyframes easyshake3 {
  0%   { transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1); }
  12.5%  { transform: translateY(-50%) translateX(-49%) rotate(2deg) scale(1.1); } 
  25%  { transform: translateY(-50%) translateX(-52%) rotate(-2deg) scale(1.1); } 
  37.5%  { transform: translateY(-50%) translateX(-50%) scale(1); }
  75%  { transform: translateY(-50%) translateX(-50%) scale(1); }
  100% { transform: translateY(-50%) translateX(-50%) scale(1); }
}

@keyframes list {
  0%   { transform: translateY(10rem); }
  80%  { transform: translateY(-3rem) scale(1.05); }
  100% { transform: translateX(0) scale(1); }
}

@keyframes listback {
  0%   { transform: translateY(0); }
  80%  { transform: translateY(-3rem) scale(1.05); }
  100% { transform: translateX(10rem) scale(1); }
}

@keyframes mob_tel_i {
  0%   { transform: rotate(-25deg); }
  50%  { transform: rotate(0deg); }
  100% { transform: rotate(-25deg); }
}