@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Regular.ttf');
	font-weight: 400;
    font-style: normal;
}

@font-face {
	font-family: 'Lato-Black';
	src: url('fonts/Lato-Black.ttf');
	font-weight: 900;
    font-style: normal;
}

@font-face {
	font-family: 'Lato-Light';
	src: url('fonts/Lato-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
	font-family: 'Lato-Bold';
	src: url('fonts/Lato-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Medium.ttf');
	font-weight: 500;
    font-style: normal;
}

@font-face {
	font-family: 'Segoe';
	src: url('fonts/seguisbi.ttf');
	font-weight: 500;
    font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

* {
	box-sizing: border-box;
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html{
	scroll-behavior: smooth;
}

body{
	background-color: #000;
}

header{
	height: 105px;
    width: 100%;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.5s;
}

header.fixed{
	height: 70px;
}

.main-header{
	height: 100%;
	background: #111;
	position: relative;
	text-align: center;
}

.main-header .logo{
	width: 10%;
	color: #fff;
	display: inline-block;
	margin-right: 5%;	
	vertical-align: middle;
	transition: all 0.5s;
}

.fixed .main-header .logo{
	width: 5%;
}

.main-header .logo img{
	max-width: 100%;
}

.main-header:after{
	content: '';
	width: 100%;
	height: 4px;
	background: rgb(129,199,9);
	background: -moz-linear-gradient(90deg, rgba(129,199,9,1) 0%, rgba(42,103,175,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(129,199,9,1) 0%, rgba(42,103,175,1) 100%);
	background: linear-gradient(90deg, rgba(129,199,9,1) 0%, rgba(42,103,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#81c709",endColorstr="#2a67af",GradientType=1);   	
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0px;
}

.main-header nav{
	width: 42%;
	height: 100%;	
	display: inline-block;
	line-height: 105px;
	vertical-align: middle;
}

.fixed .main-header nav{
	height: 70px;	
	line-height: 70px;
}

.main-header nav ul{
	display: flex;
	justify-content: space-around;
}


.main-header nav ul li a{
	color: #A19A9A;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto';
	font-size: 0.9375vw;
}

.main-header nav ul li a:hover{
	color: #81C709;
}

section{
	min-height: 100vh;
	position: relative;
	text-align: center;
}

/* section:before{
	display: block;
    content: " ";
    margin-top: -50px;
    height: 50px;
    visibility: hidden;
} */

section h2{
	margin-top: 5.2vw;
	text-transform: uppercase;
	font-size: 3.7vw;
	color: #2A67AF;
	font-family: "Lato-Black";
}

section .container{
	width: 57vw;
	margin: 0 auto;
}

#home{
	overflow: hidden;
	background: url('../images/bg.png') no-repeat center 0/cover;
	    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.circle{
	width: 32vw;
    height: 32vw;
	border-radius: 50%;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.circle h2{
    color: #fff;
    font-family: 'Lato-Black';
    text-transform: none;
    z-index: 2;
}

.circle h2 span:first-child{
    height: 10vw;
    font-size: 10vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12vw;
    margin: auto;
    z-index: 2;
}

.circle h2 span:last-child{
	font-size: 7vw;
    position: absolute;
    bottom: 3vw;
    left: auto;
    right: -5.2vw;
    top: auto;
    margin: auto;
    z-index: 2;
}

.jumping-woman{
	width: 26vw;
    position: absolute;
    transform: rotate(-54deg);
    top: -4vw;
    z-index: 1;
    left: auto;
    right: -22vw;
}

.jumping-man{
	width: 30vw;
    position: absolute;
    top: -9vw;
    left: -24vw;
    transform: rotate(52deg);
    z-index: 1;
}

#home .jumping-kid{
	width: 26vw;
    position: absolute;
    top: auto;
    left: 26vw;
    bottom: -3vw;
    z-index: 2;
}

.jpa-container{
	position: absolute;
	top: 2vw;
	right: 2vw;
}

.jpa-container span{
	color: #fff;
	font-size: 1.3vw;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Lato';
}

.jpa-container img{
	width: 10vw;
    height: 10vw;
    border-radius: 100%;
}


#aboutUs .logo{
	width: 28.54vw;
	margin: 4vw auto auto;
}

#aboutUs .logo img{
	max-width: 100%;
}

.best-place{
	margin-top: 2vw;
	font-size: 3.7vw;
    color: #2A67AF;
    font-family: 'Lato-Black';
    text-transform: uppercase;
}

.best-time{
	margin-top: 1vw;
	font-size: 2.5vw;
	color: #81c709;
	font-family: 'Lato';;
	text-transform: uppercase;
}

#aboutUs .activities-wrapper{
	width: 73.7vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:3vw auto auto;
}

#aboutUs .activities-wrapper article{
	width: 18vw;
	margin: 0.7vw;
	padding: 0.5vw;
	position: relative;
	cursor: pointer;
	transition: transform 0.5s;
}

#aboutUs .activities-wrapper article.selected{
	background-color: #0364AE;
	transform: scale(1.2);
	z-index: 1;
}


#aboutUs .activities-wrapper article .img{
	height: 12vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#aboutUs .activities-wrapper article footer{
	color: #2A67AF;
	text-align: center;
	margin-top: 0.5vw;
	font-size: 1.25vw;
	font-family: 'Lato';
}

#aboutUs .activities-wrapper article.selected footer{
	color: #fff;
}

#aboutUs .activities-wrapper article .popup{
	display: none;
    width: 100%;
    background-color: #0364AE;
    position: absolute;
    z-index: 1;
    left: 0;
    padding: 1vw;
    color: #fff;
    text-align: left;
    font-size: 1vw;
    font-family: 'Lato';
}

#aboutUs .activities-wrapper article .popup p{
	margin-bottom: 0.5vw;
}

#aboutUs .activities-wrapper article.selected .popup{
	display: block;
}

#aboutUs .activities-wrapper img{
	max-width: 100%;
}
/* 
#aboutUs .activities-wrapper article{
	width: 15vw;
	height: 15vw;
	position: relative;
	margin: 2vw;
	background-color: #29a9ea;
	border: 10px solid #d1fe1d;
	padding: 0.5vw;
}

#aboutUs .activities-wrapper article div{
	width: 100%;
    height: 100%;
	border: 3px solid #ffb23e;
	
}

#aboutUs .activities-wrapper article:after,
#aboutUs .activities-wrapper article:before {
  content: '';
  background: grey;
  position: absolute;
}

#aboutUs .activities-wrapper article:after {
  width: 100%;
  height: 20px;
  left: 10px;
  bottom: 0;
  transform: translatey(100%) skewx(45deg);
}

#aboutUs .activities-wrapper article:before {
  width: 20px;
  height: 100%;
  right: 0;
  transform: translatex(100%) skewy(45deg);
  top: 10px;
}

#aboutUs .activities-wrapper article:first-child:before {
    width: 20px;
    height: 100%;
    left: 0;
    transform: translatex(-100%) skewy(-45deg);
    top: 10px;
}

#aboutUs .activities-wrapper article:first-child:after{
	width: 100%;
    height: 20px;
    left: -11px;
    bottom: 0;
    transform: translatey(100%) skewx(-45deg);
} */

a.button{
	display: inline-block;
	margin-bottom: 2vw;
    background-color: #2a67af;
    padding: 1vw 2.6vw;
    border: 1px solid #404040;
    font-size: 1.458vw;
    font-family: 'Lato-Black';
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}



#activities h3{
    margin-top: 2vw;
	font-size: 3.7vw;
    color: #81c709;
    font-family: 'Lato';
}

#activities .activities-wrapper ul{
	display: flex;
	justify-content: space-between;
	margin: 4vw auto;
}


#activities .activities-wrapper ul li{
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5vw;
    font-family: 'Lato';
    cursor: pointer;
}

#activities .activities-wrapper ul li:hover{
	color: #81c709;
	text-transform: uppercase;
}

.activities-preview-container{
	display: flex;
	justify-content: space-between;
}

.activities-preview-container article{
	width: 18.8vw;
    height: 18.8vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.activities-wrapper .description{
	margin-top: 2.5vw;
	text-align: left;
	color: #fff;
	font-size: 1.146vw;
	font-family: 'Lato';
}

#rules h2{
    color: #fff;
}

#rules h3{
    margin-top: 2vw;
	font-size: 2.5vw;
	font-family: 'Lato';
    color: #fff;
    text-transform: uppercase;
}

.tutorial{
	width: 57vw;
	height: 32vw;
	margin: 2vw auto;
}

.tutorial iframe{
	width: 100%;
	height: 100%;
}

#events .events-wrapper{
	margin-top: 4vw;
}

#events .events-wrapper ul{
	display: flex;
	justify-content: space-between;
}


#events .events-wrapper ul li{
	color: #fff;
	font-size: 1.458vw;
	font-family: 'Lato';
	cursor: pointer;
}

#events .events-wrapper ul li:hover{
	color: #81c709;
}

.events-preview-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2vw;
}

.events-preview-container article{
	width: 26.56vw;
	margin-bottom: 2vw;
	padding: 0.5vw;
   position: relative;
   cursor: pointer;
}

.events-preview-container article.selected{
	background-color: #0364AE;
	transform: scale(1.2);
	z-index: 1;
}

.events-preview-container article .img{
	height: 17.71vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.events-preview-container article footer{
	color: #2A67AF;
	text-align: center;
	margin-top: 0.5vw;
	font-size: 1.25vw;
	font-family: 'Lato';
}

.events-preview-container article.selected footer{
	color: #fff;
}

.events-preview-container article .popup{
	display: none;
    width: 100%;
    background-color: #0364AE;
    position: absolute;
    z-index: 1;
    left: 0;
    padding: 1vw;
    color: #fff;
    text-align: left;
    font-size: 1vw;
    font-family: 'Lato';
}

.events-preview-container article .popup p{
	margin-bottom: 0.5vw;
}

.events-preview-container article.selected .popup{
	display: block;
}

#virtual{
	min-height: 0px;
}

.virtual-walk{
	margin-top: 4vw;
}

#birthdays{
	height: auto;
	padding-bottom: 2vw;
}

#birthdays:after {
    content: '';
    width: 100%;
    height: 4px;
   	background: rgb(129,199,9);
	background: -moz-linear-gradient(90deg, rgba(129,199,9,1) 0%, rgba(42,103,175,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(129,199,9,1) 0%, rgba(42,103,175,1) 100%);
	background: linear-gradient(90deg, rgba(129,199,9,1) 0%, rgba(42,103,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#81c709",endColorstr="#2a67af",GradientType=1); 
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0px;
}

#birthdays .cover{
	height: 30vw;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/birthdays.png');
    position: relative;
    margin: 4vw auto auto;
    overflow: hidden;
}

#birthdays .cover .msg{
	margin: 6.25vw 21.88vw auto;
}

#birthdays .cover .msg div{
	color: #fff;
	font-size: 3.7vw;
	text-transform: uppercase;
	text-align: left;
	font-family: 'Lato-Black';
}

#birthdays .cover .msg .big{
	font-size: 4.68vw;
}

#birthdays .description {
	padding: 2vw 7vw;
    background-color: #111;
    text-align: left;
}

#birthdays .description p{
	font-size: 1.5vw;
    color: #0364AE;
	margin-bottom: 1vw;
	font-family: 'Segoe';
}

#birthdays .description .col:not(:last-child) {
	margin-right:5vw;
}

#birthdays .description .col div {
	color: #0364AE;
	font-size: 1.48vw;
	text-align: left;
	margin-bottom: 0.5vw;
	font-family: 'Segoe';
}



#birthdays .description .col.big div {
	font-size: 2vw;
}

.see-more{
	text-align: center;
}

.jumpers-divider{
	height: 45vw;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/new2.jpg');
    position: relative;
    margin: 1.5vw auto;
}


.jumpers-divider::after{
	content: '';
	width: 100%;
	height: 2vw;
	position: absolute;
	bottom:-4vw;
	left: 0px;
	background-color: #0364AE
}

#rules{
	padding-bottom: 15vw;
}

#prices .prices-wrapper{
	margin-top: 3vw;
	border-top: 1px solid #2A67AF;
}

.week-prices{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.week-prices .days{
	color: #2A67AF;
	font-size: 1.458vw;
	font-family: 'Lato-Black';
}

.week-prices .time{
	color: #2A67AF;
	font-size: 1.458vw;
	font-family: 'Lato';
	margin-top: 1vw;
}

.week-prices .time strong{
	display: block;
	font-family: 'Lato-Black';
	margin-top: 1vw;
}

.multisport{
	margin-top:2vw;
	color: #fff;
	font-size: 2.7vw;
	font-family: 'Lato-Black';
}

.sport-pass{
	width: 70%;
	margin: 2vw auto;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.sport-pass span{
	font-style: italic;
	position: relative;
	padding-left: 2vw;
	color: #fff;
	font-size: 2.7vw;
	font-family: 'Lato-Black';
}

.sport-pass span::before{
	content: '';
	width: 2vw;
	height: 2vw;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/multisport.png') no-repeat center/contain;
}

.sport-pass div{
	margin-bottom: 2vw;
	color: #fff;
	font-size: 2.7vw;
	font-family: 'Lato-Black';
}

.sport-pass img{
	height: 5vw;
}

.packages-prices{
	display: flex;
	justify-content: space-between;
	margin: 4vw auto;
}

.packages-prices article{
	width: 13.9vw;
	height: 13.9vw;
	background-color: #2a67af;
	border: 1px solid #585c60;
	padding: 1vw 1.3vw;
}

.packages-prices article .package-name{
	height: 5vw;
	color: #fff;
	font-size: 1.458vw;
	font-family: 'Lato-Black';
}

.packages-prices article ul li{
	display: block;
	margin-top: 0.5vw;
	text-align: center;
	color: #fff;
	font-size: 1vw;
	font-family: 'Lato';
}

#prices .cards-description{
    font-size: 1vw;
    color: #0364AE;
    font-family: 'Segoe';
}

.welcome-section{
	position: relative;
	padding: 2.5vw 0;
    background-color: #2a67af;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-msg-container{
	display: inline-block;
	text-align: center;
	margin-left: 25vw;
}

.woman-jumping{
	position: absolute;
    top: 2vw;
    bottom: 0;
    margin: auto;
    left: 20vw;
    z-index: 2;
}

.welcome-msg-container .header{
	margin-bottom: 2vw;
	font-size: 2.7vw;
	font-family: 'Lato-Black';
	color: #fff;
	text-transform: uppercase;
}

.welcome-msg-container .days, .welcome-msg-container .time{
	font-size: 2.4vw;
	font-family: 'Lato-Light';
	color: #fff;
}

.welcome-msg-container .days  strong{
	font-family: 'Lato-Bold';
}


#contacts .phone{
	color: #2A67AF;
	text-decoration: none;
	font-size: 2.5vw;
	font-family: 'Lato';
	display: inline-block;
	margin-top: 50px; 
}

#map {
	width: 100%;
	height: 400px;
	margin-top: 75px;
}

#map img{
	width: 100%;
}

.address-container{
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
	color: #2A67AF;
}

.address-container div{
	font-size: 1.458vw;
	font-family: 'Lato';
	margin-top: 0.5vw;
}

.route{
	width: 50%;
	margin: 3vw auto;
}

.route img{
	max-width: 100%;
}

.footer{
	height: 8vw;
	display: flex;
    justify-content: space-around;
    align-items: center;
	background-color: #000;
}

.footer .logo{
	flex-basis: 25%;
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

.footer .logo img{
	width: 10vw;
}

.footer .social i{
	font-size: 35px;
	margin-left: 20px;
}

.footer .footer-contacts{
	display: flex;
}

.footer .footer-contacts .phone{
	margin-right: 50px;
}


.footer i{
	font-size: 25px;
	vertical-align: middle;
	color: #fff;
}

footer a{
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1.25vw;
	font-family: 'Lato';
}

.hamburger-btn{
	display: none;
}

.popup-schedule, .popup-birthday{
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
}

 .popup-birthday{
 	display: none;
 }

.popup-schedule .overlay, .popup-birthday .overlay{
	background-color: rgba(0 ,0 ,0,0.7);
	z-index: 11;
	position: fixed;
	width: 100vw;
	height: 100vh;
		top: 0;
	left: 0;
}

.popup-schedule .popup-content, .popup-birthday .popup-content{
	width: 30vw;
	height: 28vw;
	position: fixed;
	z-index: 12;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
	
	background-color: #c3d740;
	padding: 2vw;
	color: #000;
	font-family: 'Lato';
    border-radius: 1vw;
    text-align: center;
}

.popup-birthday .popup-content {
	width: 60vw;
	height: 60vh;
}

.popup-birthday .popup-content .text{
	width: 70%;
	height: 80%;
	overflow: auto;
	margin: 1.5vw auto auto;
	font-size: 1vw;
   	text-align: left;	
}

.popup-birthday .popup-content .text div{
	margin-bottom: 1.5vw;
}

.popup-birthday .popup-content .text p{
	margin-bottom: 5px;
}

.popup-schedule .popup-content .popup-header, .popup-birthday .popup-content .popup-header{
    font-size: 2.1vw;
  	font-family: 'Lato-Black';
}

.popup-schedule .popup-content .close, .popup-birthday .popup-content .close{
    position: absolute;
    width: 4vw;
    height: 4vw;
    background: url(../images/close-btn.png) no-repeat 0px 0px/contain;
    top: -4vw;
    right: -4vw;
    cursor: pointer;
}

.popup-schedule .popup-content .popup-description{
    font-size: 1.7vw;
    margin-top: 1vw;
}

.popup-schedule .popup-content .schedule{
 	margin-top: 1vw;
 	 font-size: 1vw;
 	
}

.popup-schedule .popup-content .promotion{
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    bottom: 2vw;
    font-size: 1.2vw;
    font-family: 'Lato-Black';
}

.popup-covid{
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
}


.popup-covid .overlay{
	background-color: rgba(0 ,0 ,0,0.7);
	z-index: 11;
	position: fixed;
	width: 100vw;
	height: 100vh;
		top: 0;
	left: 0;
}

.popup-covid .popup-content{
	width: 33vw;
	height: 33vw;
	position: fixed;
	z-index: 12;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
	background-color: #c3d740;
	padding: 2vw;
	color: #000;
	font-family: 'Lato';
	font-size: 1.1vw;
    border-radius: 1vw;
    text-align: center;
}

.popup-covid .popup-content .close{
    position: absolute;
    width: 4vw;
    height: 4vw;
    background: url(../images/close-btn.png) no-repeat 0px 0px/contain;
    top: -4vw;
    right: -4vw;
    cursor: pointer;
}

.popup-schedule .popup-content .popup-header{
	display: inline-block;
		width: 9vw;
}

.popup-schedule .popup-content .popup-header img{
	
		max-width: 100%;
}

.popup-schedule .popup-content .greeting{
	display: block;
	margin: 1.2vw;
}

.popup-schedule .popup-content .row{
	text-align: left;
	margin-bottom: 1.2vw;
}

.popup-schedule .popup-content .disclaimer{
	color: #551A8B;
	margin-bottom: 1.2vw;
}


/* Large Devices, Wide Screens */

@media screen and (max-width: 1480px) {

}

@media screen and (max-width: 1280px) {
	
}
	
@media screen and (max-width: 1200px) {
	
}
	
@media screen and (max-width: 1024px) {
	section{
		min-height: 0;
	}
	
	#home{
		min-height: 80vw;
	}
	
	.woman-jumping{
		display: none;
	}
	
	.welcome-msg-container {
	     margin-left: auto; 
	}
	
	#prices{
		padding-bottom: 0;
	}
}
	
	/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	
.woman-jumping{
	display: none;
}	

section {
    min-height: auto;
}
	
.main-header .logo {
	width: 100px;
    margin-right: auto;
}

.fixed .main-header .logo{
	width: 100px;
}

.hamburger-btn {
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    border: none;
    float: left;
}

.hamburger-btn span:after, .hamburger-btn span:before, .hamburger-btn span {
    width: 24px;
    height: 4px;
    background-color: #fff;
    backface-visibility: hidden;
    border-radius: 2px;
}

.hamburger-btn span {
    position: relative;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
}

.hamburger-btn span:after, .hamburger-btn span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    transition: 0.3s all ease;
}

.hamburger-btn span:after, .hamburger-btn span:before, .hamburger-btn span {
    width: 24px;
    height: 4px;
    background-color: #fff;
    backface-visibility: hidden;
    border-radius: 2px;
}

.hamburger-btn span:before, .hamburger-btn span:after {
    -webkit-transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

.hamburger-btn span:after, .hamburger-btn span:before, .hamburger-btn span {
    width: 24px;
    height: 4px;
    background-color: #fff;
    backface-visibility: hidden;
    border-radius: 2px;
}

.hamburger-btn span:after {
    top: 8px;
}

nav .active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.hamburger-btn.active span:before, .hamburger-btn.active span:after {
    top: 0;
    width: 15px;
}

.hamburger-btn.active span:before, .hamburger-btn.active span:after {
    top: 0;
    width: 15px;
}

.hamburger-btn.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.hamburger-btn.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

header{
	position: static;
}

.main-header nav ul{
    width: 100%;
    height: auto;
    display: block;
    line-height: normal;
    position: relative;
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.main-header nav .active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.main-header{
	height: 50px;
	line-height: 40px;
}

.main-header nav{
	width: 100%;
    height: auto;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}


.main-header nav ul {
	width: 100%;
    display: block;
    position: absolute;
    top:50px;
    left:0px;
    z-index: 9;
    text-align: center;
}

.main-header nav ul li{
    display: block;
    background-color: #000;
    padding: 5px;
    border-bottom: 1px solid #81c709;
}

.main-header nav ul li a {
    font-size: 16px;
}

#home{
	margin: auto;
}

.circle {
    width: 250px;
    height: 250px;
    position: relative;
    margin: 50px auto;
}

.circle h2 {
    font-size: 30px;
}

.circle h2 span:first-child {
    height: 50px;
    top: 0;
    left: -32px;
    bottom: 0;
    font-size: 50px;
}

.circle h2 span:last-child {
    bottom: -20px;
    left: auto;
    right: -20px;
    top: auto;
    margin: auto;
    font-size: 45px;
}

.jumping-woman {
    width: 145px;
    position: absolute;
    transform: rotate(-9deg);
    top: 25px;
    right: -40px;
    z-index: 1;
}

.jumping-man {
    width: 155px;
    position: absolute;
    top: -66px;
    left: -25px;
    transform: rotate(37deg);
    z-index: 1;
}
#home .jumping-kid {
       width: 140px;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -10px;
    z-index: 2;
    right: 80px;
    margin: auto;
}

section h2 {
    font-size: 30px;
}

#aboutUs .activities-wrapper {
	width: 85%;
    margin: 3vw auto;
    flex-direction: column;
    align-items: center;
}

#aboutUs .activities-wrapper article .popup {
    font-size: 11px;
}

#aboutUs .activities-wrapper article .popup p {
    margin-bottom: 5px;
}

.best-place {
    margin-top: 2vw;
    font-size: 20px;
}

.best-time {
    margin-top: 10px;
    font-size: 16px;
}

a.button {
    margin-bottom: 15px;
    padding: 7px 15px;
    font-size: 11px;
}

#aboutUs .activities-wrapper article {
    width: 200px;
    position: relative;
    margin: 20px;
}

#aboutUs .activities-wrapper article .img {
    height: 135px;
}

#aboutUs .activities-wrapper article footer {
     margin-top: 10px;
    font-size: 16px;
}

#activities h3 {
    margin-top: 10px;
    font-size: 20px;
}


#activities .activities-wrapper ul {
    display: block;
}

#activities .activities-wrapper ul li {
    font-size: 16px;
    margin-top: 5px;
}

.activities-preview-container {
    display: flex;
    justify-content: space-between;
     flex-direction: column;
    align-items: center;
}

.activities-preview-container article {
    width: 200px;
    height: 135px;
    background-color: #ccc;
    margin-top: 4vw;
}

.activities-wrapper .description {
    margin-top: 10px;
    font-size: 12px;
}



#rules h3 {
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Lato';
    color: #fff;
    text-transform: uppercase;
}

#birthdays .description .col div, #birthdays .description .col.big div{
    font-size: 11px;
}

#birthdays .description p {
    font-size: 12px;
}


.tutorial {
    width: 90vw;
    height: 40vw;
    background-color: #ccc;
    margin: 50px auto;
}

#events .events-wrapper ul {
    display: block;
}

#events .events-wrapper ul li {
	margin-top:5px;
	font-size: 16px;
}



.events-preview-container  {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		margin-top: 2vw;
}

.events-preview-container article {
    width: 200px;
}

.events-preview-container article.selected {
    transform: scale(1.1);
}

.events-preview-container article .img {
    height: 135px;
}

.events-preview-container article footer {
    margin-top: 10px;
    font-size: 16px;
}

.events-preview-container article .popup {
    font-size: 11px;
}

.events-preview-container article .popup p {
    margin-bottom: 5px;
}

.virtual-walk{
	width: 90vw;
	height: 40vw;
	margin: 3vw auto;
}

.multisport {
    margin: 15px;
    font-size: 16px;
}

.sport-pass span {

    font-size: 16px;
   
}

.week-prices {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
     flex-direction: column;
    align-items: center;
}

.week-prices .days {
    font-size: 18px;
}

.week-prices .time {
    font-size: 16px;
    margin-top: 5px;
}

.week-prices article{
	margin-bottom: 30px;
}

.packages-prices {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
}

.packages-prices article {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    background-color: #2a67af;
    border: 1px solid #585c60;
    padding: 20px 30px;
}

.packages-prices article .package-name {
    height: 70px;
    font-size: 18px;
}

.packages-prices article ul li {
    margin-top: 5px;
    font-size: 13px;
}

#prices .cards-description {
    font-size:12px;
    margin-bottom: 15px;
}

.welcome-section {
    height: auto;
    padding:30px;
    background-color: #2a67af;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-msg-container {
    display: inline-block;
    text-align: center;
    margin: auto;
}

.welcome-msg-container .header {
    margin-bottom: 10px;
    font-size: 25px;
}

#contacts .phone {
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    margin-top: 25px;
}

#map {
    height: 250px;
    margin-top: 30px;
}

.address-container {
    margin-top: 15px;
    font-size: 20px;
}

.address-container div {
    font-size: 14px;
    margin-top: 5px;
}

.welcome-msg-container .days, .welcome-msg-container .time {
    font-size: 14px;
}

.address-container {
    padding:20px;
}

.footer {
    height: auto;
    padding: 5px;
}

.footer .logo img {
    width: 65px;
}

.footer .footer-contacts{
	display: flex;
	flex-direction: column;
    align-items: center;
	
}

.footer .footer-contacts .phone{
	margin-right: auto;
}

footer a {
    font-size: 14px;
}

.footer .social i {
    font-size: 20px;
    margin-left: 10px;
}
.footer i {
    font-size: 18px;
}

.popup-schedule .popup-content{
	width: 250px;
	min-height: 380px;
	
	position: fixed;
	z-index: 12;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;

	padding: 20px;

	font-family: 'Lato-Light';
    border-radius: 10px;
    text-align: center;
}

.popup-schedule .popup-content .popup-header{
    font-size: 25px;
  	font-family: 'Lato-Black';
	  width: 130px;
}


.popup-schedule .popup-content .close{
    position: absolute;
    width: 30px;
    height: 50px;
    background: url(../images/close-btn.png) no-repeat 0px 0px/contain;
    top: -30px;
    right: -30px;
}

.popup-schedule .popup-content .popup-description{
    font-size: 18px;
    margin-top: 20px;
}

.popup-schedule .popup-content .schedule{
 	margin-top: 15px;
 	font-size: 14px;
}

.popup-schedule .popup-content .promotion{
	position: static;
	margin-top: 20px;
 	font-size: 16px;


}

.popup-birthday .popup-content .popup-header{
    font-size: 18px;
  	font-family: 'Lato-Black';
}

.popup-birthday .popup-content .close{
    position: absolute;
    width: 30px;
    height: 50px;
    background: url(../images/close-btn.png) no-repeat 0px 0px/contain;
    top: -30px;
    right: -30px;
}


.popup-birthday .popup-content {
	width: 80vw;
	height: 60vh;
	padding: 20px;
}

.popup-birthday .popup-content .text{
	width: 90%;
	height: 80%;
	overflow: auto;
	margin: 20px auto auto;
	font-size: 14px;
   	text-align: left;	
}

.popup-birthday .popup-content .text div{
	margin-bottom: 15px;
}

.popup-birthday .popup-content .text p{
	margin-bottom: 7px;
}

.jpa-container {
    position: absolute;
    top: 0vw;
    right: 2vw;
}

.jpa-container span {
    color: #fff;
    font-size: 11px;
    display: block;
    text-align: center;
    margin-bottom: 8px;
    font-family: 'Lato';
}

.jpa-container img {
    width: 16vw;
    height: 16vw;
    border-radius: 100%;
}
}
	
	/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
}
	
	
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
