@import url('https://fonts.googleapis.com/css?family=Alegreya:400,500,700|Raleway:100,300,400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&subset=latin-ext');
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
html {
  width: 100%;
  height: 100%;
}
input {
  border-radius: 0;
}
textarea {
  border-radius: 0;
}
button:focus {
  outline: none;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.layer-preload {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 80000;
  background: #ffffff;
}
.layer-preload img {
  display: block;
  width: 400px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -190px;
}
.main-wrapper {
  width: 100%;
  display: flex;
  height: 100%;
}
.main-wrapper aside {
  width: 340px;
  height: 100%;
  padding: 0px 40px;
  background: #ffffff;
  position: relative;
}
.main-wrapper aside .logo {
  width: 100%;
  height: 96px;
  margin-top: 30px;
  margin-bottom: 42px;
  cursor: pointer;
}
.main-wrapper aside .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.main-wrapper aside .slogan {
  width: 100%;
  color: #4b5747;
  font-family: 'Alegreya', sans-serif;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 28px;
}
.main-wrapper aside .text-mini {
  color: #787878;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 22px;
}
.main-wrapper aside nav {
  margin-top: 83px;
}
.main-wrapper aside nav a {
  display: block;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #887eb0;
  cursor: pointer;
}
.main-wrapper aside .copyright {
  position: absolute;
  bottom: 20px;
  left: 40px;
  display: block;
  color: #adadad;
  font-size: 12px;
  font-weight: 500;
}
.main-wrapper section {
  width: calc(100% - 340px);
  height: 100%;
  position: relative;
}
.main-wrapper section .start-photo-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.main-wrapper section .start-photo-wrapper .col {
  width: 33.33%;
}
.main-wrapper section .start-photo-wrapper .col .photo {
  display: block;
  width: 100%;
  background: #ff0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.4s;
}
.main-wrapper section .start-photo-wrapper .col .photo img {
  display: block;
}
.main-wrapper section .start-photo-wrapper .col .photo1 {
  height: 70%;
  border-bottom: 2.5px solid #ffffff;
  border-right: 2.5px solid #ffffff;
  background: url(../foto-home/home_08.jpg) center center no-repeat;
  background-size: cover;
}
.main-wrapper section .start-photo-wrapper .col .photo2 {
  height: 30%;
  border-top: 2.5px solid #ffffff;
  border-right: 2.5px solid #ffffff;
  background: url(../foto-home/home_10.jpg) center center no-repeat;
  background-size: cover;
}
.main-wrapper section .start-photo-wrapper .col .photo3 {
  height: 35%;
  border-bottom: 2.5px solid #ffffff;
  border-right: 2.5px solid #ffffff;
  border-left: 2.5px solid #ffffff;
  background: url(../foto-home/home_07.jpg) center center no-repeat;
  background-size: cover;
}
.main-wrapper section .start-photo-wrapper .col .photo4 {
  height: 65%;
  border-top: 2.5px solid #ffffff;
  border-right: 2.5px solid #ffffff;
  border-left: 2.5px solid #ffffff;
  background: url(../foto-home/home_01a.JPG) center center no-repeat;
  background-size: cover;
}
.main-wrapper section .start-photo-wrapper .col .photo5 {
  height: 60%;
  border-bottom: 2.5px solid #ffffff;
  border-left: 2.5px solid #ffffff;
  background: url(../foto-home/home_05.jpg) center center no-repeat;
  background-size: cover;
}
.main-wrapper section .start-photo-wrapper .col .photo6 {
  height: 40%;
  border-top: 2.5px solid #ffffff;
  border-left: 2.5px solid #ffffff;
  background: url(../foto-home/BF_home_06.jpg) center center no-repeat;
  background-size: cover;
}
.main-wrapper section .content {
  position: absolute;
  top: 0px;
  right: -130%;
  width: 100%;
  height: 100%;
  background: none;
  transition: 1.3s;
  overflow-y: scroll;
  padding-bottom: 40px;
}
.main-wrapper section .content .close-section {
  position: absolute;
  top: 13px;
  left: 18px;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}
.main-wrapper section .content-about-session {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 70px;
  background: #9e96c0;
  opacity: 0;
}
.main-wrapper section .content-about-session h1 {
  color: #ffffff;
  font-size: 36px;
  font-family: 'Alegreya', sans-serif;
  font-weight: 300;
  margin: 0px;
}
.main-wrapper section .content-about-session .wrapper-about {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin-left: -80px;
  padding-top: 91px;
}
.main-wrapper section .content-about-session .wrapper-about .item {
  width: 50%;
  float: left;
  padding-left: 80px;
  margin-bottom: 40px;
}
.main-wrapper section .content-about-session .wrapper-about .item .item-inside {
  position: relative;
  padding-left: 80px;
}
.main-wrapper section .content-about-session .wrapper-about .item .item-inside .icon-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
}
.main-wrapper section .content-about-session .wrapper-about .item .item-inside .icon-wrapper .icon-item {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 100%;
  color: #887eb0;
  display: block;
  z-index: 3;
  background: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
}
.main-wrapper section .content-about-session .wrapper-about .item .item-inside .icon-wrapper .price {
  position: absolute;
  z-index: 2;
  display: block;
  width: 160px;
  height: 60px;
  top: -41px;
  left: 10px;
}
.main-wrapper section .content-about-session .wrapper-about .item .item-inside .icon-wrapper .price img {
  display: block;
  width: 100%;
  height: auto;
}
.main-wrapper section .content-about-session .wrapper-about .item .item-inside .icon-wrapper .price-long {
  width: 194px;
}
.main-wrapper section .content-about-session .wrapper-about .item .item-inside h2 {
  color: #ffffff;
  font-weight: 300;
  font-size: 32px;
  padding-top: 11px;
}
.main-wrapper section .content-about-session .wrapper-about .item .item-inside .text {
  color: #ffffff;
  padding-top: 13px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.main-wrapper section .content-about-session .wrapper-about .full-item {
  width: 100%;
}
.main-wrapper section .content-about-session .mt60 {
  margin-top: 40px;
}
.main-wrapper section .content-about-session .rules {
  color: #0e3a60;
  font-size: 18px;
  width: 100%;
  max-width: 1000px;
  line-height: 24px;
}
.main-wrapper section .content-about-session .rules a {
  color: #0e3a60;
  text-decoration: underline;
  font-weight: 600;
}
.main-wrapper section .content-how-preparation {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 70px;
  background: #c598ad;
  opacity: 0;
}
.main-wrapper section .content-how-preparation h1 {
  color: #ffffff;
  font-size: 36px;
  font-family: 'Alegreya', sans-serif;
  font-weight: 300;
  margin: 0px;
}
.main-wrapper section .content-how-preparation .wrapper-preparation {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin-left: -80px;
  padding-top: 40px;
}
.main-wrapper section .content-how-preparation .wrapper-preparation .item {
  width: 100%;
  float: left;
  padding-left: 80px;
  margin-bottom: 40px;
}
.main-wrapper section .content-how-preparation .wrapper-preparation .item .item-inside {
  position: relative;
  padding-left: 80px;
}
.main-wrapper section .content-how-preparation .wrapper-preparation .item .item-inside .icon-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
}
.main-wrapper section .content-how-preparation .wrapper-preparation .item .item-inside .icon-wrapper .icon-item {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 100%;
  color: #949494;
  display: block;
  z-index: 3;
  background: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
}
.main-wrapper section .content-how-preparation .wrapper-preparation .item .item-inside h2 {
  color: #ffffff;
  font-weight: 300;
  font-size: 32px;
  padding-top: 11px;
}
.main-wrapper section .content-how-preparation .wrapper-preparation .item .item-inside .text {
  color: #ffffff;
  padding-top: 13px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.main-wrapper section .content-how-preparation .wrapper-preparation .item .item-inside .text p {
  margin-bottom: 10px;
}
.main-wrapper section .content-how-preparation .rules {
  color: #0e3a60;
  font-size: 18px;
  width: 100%;
  max-width: 1000px;
  line-height: 24px;
}
.main-wrapper section .content-how-preparation .rules a {
  color: #0e3a60;
  text-decoration: underline;
  font-weight: 600;
}
.main-wrapper section .content-contact {
  opacity: 0;
  padding: 0px!important;
}
.main-wrapper section .content-contact .contact-data {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(14, 58, 96, 0.7);
  padding-left: 80px;
  padding-top: 70px;
  transition: 0.5s;
  bottom: 0px;
  right: 0px;
}
.main-wrapper section .content-contact .contact-data h1 {
  color: #ffffff;
  font-size: 36px;
  font-family: 'Alegreya', sans-serif;
  font-weight: 300;
  margin: 0px;
}
.main-wrapper section .content-contact .contact-data .text {
  font-size: 18px;
  color: #ffffff;
  padding-top: 20px;
  font-family: 'Alegreya', sans-serif;
  line-height: 22px;
}
.main-wrapper section .content-contact .contact-data .phone {
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 22px;
}
.main-wrapper section .content-contact .contact-data .mail {
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}
.main-wrapper section .content-contact .contact-data .maps-show {
  display: block;
  width: 149px;
  height: 47px;
  cursor: pointer;
  margin-top: 20px;
  font-family: 'Dancing Script', cursive;
  font-size: 26px;
  color: #ffffff;
  position: relative;
}
.main-wrapper section .content-contact .contact-data .maps-show img {
  display: block;
  width: 100%;
  height: auto;
}
.main-wrapper section .content-contact .opening-maps {
  width: 380px;
  height: 380px;
  transform: scale(0.7);
  border-radius: 100%;
  text-align: center;
  bottom: 40px;
  right: 40px;
  padding-left: 0px;
  padding-top: 106px;
}
.main-wrapper section .content-contact .opening-maps .maps-show {
  margin: auto;
  margin-top: 20px;
}
.main-wrapper section .content-contact .opening-maps h1 {
  font-size: 30px;
}
.main-wrapper section .content-contact .opening-maps .close-section {
  opacity: 0;
}
.main-wrapper section .content-contact .opening-maps .phone {
  font-size: 25px;
}
.main-wrapper section .content-contact .opening-maps .mail {
  font-size: 23px;
}
.main-wrapper section .content-contact .maps-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.main-wrapper section .content-contact .maps-wrapper #maps {
  width: 100%;
  height: 100%;
  border: 0px;
}
.main-wrapper section .content-reservation {
  padding-left: 80px;
  padding-top: 70px;
  background: #0e3a60;
  opacity: 0;
}
.main-wrapper section .content-reservation h1 {
  color: #ffffff;
  font-size: 36px;
  font-family: 'Alegreya', sans-serif;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 30px;
}
.main-wrapper section .content-reservation .form {
  width: 100%;
  max-width: 380px;
}
.main-wrapper section .content-reservation .form .form-label {
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 15px;
}
.main-wrapper section .content-reservation .form input[type="date"],
.main-wrapper section .content-reservation .form input[type="text"],
.main-wrapper section .content-reservation .form input[type="email"],
.main-wrapper section .content-reservation .form input[type="tel"] {
  height: 34px;
  margin-bottom: 6px;
  width: 100%;
  padding: 0px 9px;
  color: #838181;
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
}
.main-wrapper section .content-reservation .form input[type="date"]:focus,
.main-wrapper section .content-reservation .form input[type="text"]:focus,
.main-wrapper section .content-reservation .form input[type="email"]:focus,
.main-wrapper section .content-reservation .form input[type="tel"]:focus {
  outline: none;
}
.main-wrapper section .content-reservation .form textarea {
  height: 125px;
  margin-bottom: 6px;
  width: 100%;
  padding: 9px;
  resize: none;
  color: #838181;
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
}
.main-wrapper section .content-reservation .form textarea:focus {
  outline: none;
}
.main-wrapper section .content-reservation .form .mt {
  margin-top: 30px;
}
.main-wrapper section .content-reservation .form button {
  width: 149px;
  height: 50px;
  border: 0px;
  float: right;
  margin-top: 20px;
  background: none;
  font-family: 'Dancing Script', cursive;
  font-size: 26px;
  color: #ffffff;
  position: relative;
}
.main-wrapper section .content-reservation .form button img {
  display: block;
  width: 100%;
  height: auto;
}
.main-wrapper section .content-reservation .form .date {
  padding-left: 45px;
  margin-bottom: 30px;
  position: relative;
}
.main-wrapper section .content-reservation .form .date svg {
  font-size: 24px;
  position: absolute;
  top: 5px;
  left: 5px;
  color: #ffffff;
}
.main-wrapper section .content-reservation .form .checkitem {
  padding-top: 5px;
}
.main-wrapper section .content-reservation .form label {
  display: block;
  padding-left: 25px;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  top: -18px;
}
.main-wrapper section .content-gallery {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 70px;
  background: #939591;
  opacity: 0;
  min-height: 100%;
}
.main-wrapper section .content-gallery h1 {
  color: #ffffff;
  font-size: 36px;
  font-family: 'Alegreya', sans-serif;
  font-weight: 300;
  margin: 0px;
}
.main-wrapper section .content-gallery .wrapper-gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  max-width: 1150px;
  width: 100%;
  padding-top: 60px;
}
.main-wrapper section .content-gallery .wrapper-gallery-list .item {
  width: 33.33%;
  padding-left: 50px;
  margin-bottom: 40px;
}
.main-wrapper section .content-gallery .wrapper-gallery-list .item .photo {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}
.main-wrapper section .content-gallery .wrapper-gallery-list .item .photo span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}
.main-wrapper section .content-gallery .wrapper-gallery-list .item .photo img {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.main-wrapper section .content-gallery .wrapper-gallery-list .item .photo:hover span {
  opacity: 0.2;
}
.main-wrapper section .content-gallery .wrapper-gallery-list .item .photo:hover img {
  transform: scale(1.1);
}
.main-wrapper section .content-gallery .wrapper-gallery-list .item .name-session {
  display: block;
  padding-right: 40px;
  position: relative;
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
}
.main-wrapper section .content-gallery .wrapper-gallery-list .item .name-session svg {
  position: absolute;
  right: 0px;
  top: 0px;
}
.main-wrapper section .content-gallery .wrapper-gallery-list .item .name-session:hover {
  color: #e0b1c7;
}
.main-wrapper section .content-gallery .wrapper-gallery-list .item .date-session {
  display: block;
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}
.main-wrapper section .content-gallery-single {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 70px;
  background: #9894a6;
  opacity: 0;
  min-height: 100%;
  overflow-y: scroll;
}
.main-wrapper section .content-gallery-single h1 {
  color: #ffffff;
  font-size: 36px;
  font-family: 'Alegreya', sans-serif;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 20px;
}
.main-wrapper section .content-gallery-single h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 300;
  margin: 15px 0px;
}
.main-wrapper section .content-gallery-single .date {
  display: block;
  color: #ffffff;
  font-size: 14px;
}
.main-wrapper section .content-gallery-single .wrapper-gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  max-width: 1150px;
  width: 100%;
  padding-top: 60px;
}
.main-wrapper section .content-gallery-single .wrapper-gallery-list .col {
  width: 33.33%;
  padding-left: 20px;
}
.main-wrapper section .content-gallery-single .wrapper-gallery-list .col a {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
}
.main-wrapper section .content-gallery-single .wrapper-gallery-list .col a span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}
.main-wrapper section .content-gallery-single .wrapper-gallery-list .col a img {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.main-wrapper section .content-gallery-single .wrapper-gallery-list .col a:hover span {
  opacity: 0.2;
}
.main-wrapper section .content-gallery-single .wrapper-gallery-list .col a:hover img {
  transform: scale(1.1);
}
.main-wrapper section .opening-section {
  right: 0%;
  opacity: 1;
}
.main-wrapper section .gallery-cta {
  z-index: 1000;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  font-family: 'Alegreya', sans-serif;
}
.main-wrapper section .gallery-cta .bggal {
  fill: #8a9b75;
  transition: 0.3s;
}
.main-wrapper section .gallery-cta div {
  position: absolute;
  top: 13px;
  left: 0px;
  color: #ffffff;
  font-size: 20px;
  padding-left: 50px;
  z-index: 3;
}
.main-wrapper section .gallery-cta div span {
  display: block;
  margin-left: 30px;
}
.main-wrapper section .gallery-cta .fa-angle-right {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #ffffff;
  font-size: 20px;
  margin-top: -19px;
}
.main-wrapper section .gallery-cta:hover .bggal {
  fill: #a3b093;
}
.main-wrapper section .facebook {
  z-index: 999;
  position: absolute;
  top: 78px;
  right: 0px;
  cursor: pointer;
  color: #ffffff;
}
.main-wrapper section .facebook svg {
  position: absolute;
  top: 18px;
  left: 37px;
  font-size: 30px;
}
.main-wrapper section .instagram {
  z-index: 998;
  position: absolute;
  top: 134px;
  right: 0px;
  cursor: pointer;
  color: #ffffff;
}
.main-wrapper section .instagram svg {
  position: absolute;
  top: 40px;
  left: 33px;
  font-size: 30px;
}
.start-photo-wrapper-mobile {
  display: none;
  overflow-y: scroll;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-bottom: 95px;
}
.start-photo-wrapper-mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.start-photo-wrapper-mobile .text-mini {
  color: #787878;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  padding: 20px 15px;
}
.mobile-menu {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: 95px;
  width: 100%;
  flex-wrap: wrap;
  z-index: 6000;
}
.mobile-menu .col-full {
  width: 100%;
  background: #887eb0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  height: 35px;
  font-family: 'Alegreya', sans-serif;
  text-align: center;
  color: #ffffff;
  line-height: 35px;
}
.mobile-menu .col-full .fa-angle-right {
  position: relative;
  top: 1px;
  left: 4px;
}
.mobile-menu .col-menu .mobile-bars {
  width: 40px;
  margin: auto;
  padding-top: 19px;
}
.mobile-menu .col-menu .mobile-bars span {
  display: block;
  width: 100%;
  background: #ffffff;
  height: 6px;
  border-radius: 100%;
}
.mobile-menu .col-menu .mobile-bars span:nth-child(1) {
  width: 80%;
  margin: auto;
  margin-bottom: 4px;
}
.mobile-menu .col-menu .mobile-bars span:nth-child(2) {
  width: 100%;
  margin: auto;
  margin-bottom: 4px;
}
.mobile-menu .col-menu .mobile-bars span:nth-child(3) {
  width: 80%;
  margin: auto;
}
.mobile-menu .col-menu .opening-mobile-bars {
  padding-top: 28px;
}
.mobile-menu .col-menu .opening-mobile-bars span {
  display: block;
  width: 100%;
  background: #ffffff;
  height: 6px;
  border-radius: 100%;
}
.mobile-menu .col-menu .opening-mobile-bars span:nth-child(1) {
  width: 100%;
  margin: auto;
  margin-bottom: 4px;
  position: relative;
  transform: rotate(-45deg);
}
.mobile-menu .col-menu .opening-mobile-bars span:nth-child(2) {
  display: none;
}
.mobile-menu .col-menu .opening-mobile-bars span:nth-child(3) {
  width: 100%;
  margin: auto;
  position: relative;
  transform: rotate(45deg);
  top: -9px;
}
.mobile-menu .col {
  width: 25%;
  height: 60px;
  text-align: center;
}
.mobile-menu .col a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 64px;
  color: #ffffff;
  font-size: 24px;
}
.mobile-menu .col:nth-child(2) {
  background: #044d77;
  border-right: 1px solid #ffffff;
}
.mobile-menu .col:nth-child(3) {
  background: #89d89e;
  border-right: 1px solid #ffffff;
}
.mobile-menu .col:nth-child(4) {
  background: #e0b1c7;
  border-right: 1px solid #ffffff;
}
.mobile-menu .col:nth-child(5) {
  background: #044d77;
}
@media only screen and (max-width: 1400px) {
  .main-wrapper aside .text-mini {
    display: none;
  }
  .main-wrapper aside .logo {
    width: 220px;
    margin: auto;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .main-wrapper aside .slogan {
    font-size: 24px;
    line-height: 28px;
  }
  .main-wrapper aside nav {
    margin-top: 50px;
  }
  .main-wrapper section .content-gallery .wrapper-gallery-list .item .name-session {
    font-size: 24px;
  }
  .main-wrapper section .content-gallery .wrapper-gallery-list .item {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .main-wrapper section .content-about-session .wrapper-about .item {
    width: 100%;
  }
  .main-wrapper section .content-about-session .wrapper-about .item {
    margin-bottom: 65px;
  }
  .main-wrapper section .content-gallery .wrapper-gallery-list .item {
    width: 100%;
  }
  .main-wrapper section .content-gallery-single .wrapper-gallery-list .col {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .mobile-menu {
    display: flex;
  }
  .start-photo-wrapper-mobile {
    display: block;
  }
  .start-photo-wrapper-mobile .logo {
    width: 220px;
    margin: auto;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .start-photo-wrapper-mobile .slogan {
    width: 100%;
    color: #044d77;
    font-family: 'Alegreya', sans-serif;
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .main-wrapper aside .logo {
    display: none;
  }
  .main-wrapper aside .slogan {
    display: none;
  }
  .main-wrapper section .content {
    padding-bottom: 110px;
  }
  .main-wrapper aside {
    width: 100%;
    height: 0px;
  }
  .main-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .main-wrapper section {
    position: static;
    width: 100%;
    height: auto;
  }
  .main-wrapper aside nav {
    display: none;
  }
  .main-wrapper aside .copyright {
    display: none;
  }
  .main-wrapper section .facebook {
    display: none;
  }
  .main-wrapper section .instagram {
    display: none;
  }
  .main-wrapper section .gallery-cta {
    display: none;
  }
  .main-wrapper section .start-photo-wrapper {
    display: none;
  }
  .main-wrapper section .content-about-session {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
  }
  .main-wrapper section .content-about-session h1 {
    font-size: 30px;
  }
  .main-wrapper section .content-about-session .wrapper-about .item .item-inside h2 {
    font-size: 26px;
  }
  .main-wrapper section .content-about-session .wrapper-about .item {
    padding-right: 0px;
  }
  .main-wrapper section .content-about-session .wrapper-about {
    width: calc(100% + 80px);
  }
  .main-wrapper section .content-how-preparation {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
  }
  .main-wrapper section .content-how-preparation h1 {
    font-size: 30px;
  }
  .main-wrapper section .content-how-preparation .wrapper-preparation .item .item-inside h2 {
    font-size: 26px;
  }
  .main-wrapper section .content-how-preparation .wrapper-preparation {
    width: calc(100% + 80px);
  }
  .main-wrapper section .content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
  }
  .main-wrapper section .content-reservation .form {
    max-width: 100%;
  }
  .main-wrapper section .content-reservation h1 {
    font-size: 30px;
  }
  .main-wrapper section .content-contact .contact-data {
    padding-left: 15px;
    padding-top: 50px;
  }
  .main-wrapper section .content-contact .contact-data h1 {
    font-size: 30px;
  }
  .main-wrapper section .content-contact .opening-maps {
    right: -60px;
    bottom: 35px;
    transform: scale(0.6);
    padding-top: 89px;
    padding-left: 0px;
    width: 340px;
    height: 340px;
  }
  .main-wrapper section .content-gallery h1 {
    font-size: 30px;
  }
  .main-wrapper section .content-gallery .wrapper-gallery-list {
    padding-top: 30px;
    width: calc(100% + 50px);
  }
  .main-wrapper section .content-gallery .wrapper-gallery-list .item .name-session {
    font-size: 22px;
  }
  .main-wrapper section .content-gallery .wrapper-gallery-list .item .photo {
    margin-bottom: 20px;
  }
  .main-wrapper section .content-gallery-single h2 {
    font-size: 26px;
  }
  .main-wrapper section .content-gallery-single .wrapper-gallery-list {
    width: calc(100% + 20px);
    padding-top: 40px;
  }
  .main-wrapper section .content-gallery-single .wrapper-gallery-list .col {
    width: 100%;
  }
  .main-wrapper aside nav {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: -100%;
    height: calc(100% - 95px);
    background: rgba(14, 58, 96, 0.9);
    z-index: 5000;
    left: 0px;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    transition: bottom 1s;
  }
  .main-wrapper aside nav a {
    color: #ffffff;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .main-wrapper aside .opening-menu-mobile-nav {
    bottom: 95px;
  }
  .layer-preload {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 80000;
    background: #ffffff;
  }
  .layer-preload img {
    display: block;
    width: 280px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -140px;
    margin-top: -140px;
  }
}
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 30px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */