em {
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
header h1 {
  text-align: right;
  margin-top: 0px;
}
h1,
h2,
h3,
h4,
h5 {
  text-transform: lowercase;
  color: #547960;
  font-weight: 600;
}
h2 {
  font-size: 1.9em;
  font-weight: 600;
  margin: 1.6em 0;
}
p.small-paragraph {
  font-size: 0.8em;
  line-height: 1.4em;
}
p.tiny-paragraph {
  font-size: 0.6em;
  line-height: 2em;
}
a {
  color: #547960;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
ul {
  padding: 0;
}
ul#language_selection {
  list-style: none;
  margin: 0;
  position: fixed;
  z-index: 1020;
  top: 7px;
  left: 7px;
}
ul#language_selection li {
  line-height: 1.4em;
  padding: 5px 10px;
  letter-spacing: 0.15em;
  font-size: 14px;
  float: left;
}
ul#language_selection li .long {
  display: none;
}
ul#language_selection li .short {
  display: block;
}
ul#language_selection li.selected {
  border: 2px solid #547960;
}
@media (min-width: 1001px) {
  ul#language_selection {
    z-index: 980;
    top: 50%;
    left: 0;
    width: 100%;
  }
  ul#language_selection li .long {
    display: block;
  }
  ul#language_selection li .short {
    display: none;
  }
  ul#language_selection li#english_button {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
  }
  ul#language_selection li#italian_button {
    float: right;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  ul#language_selection {
    z-index: 980;
    top: 50%;
    left: 0;
    width: 100%;
  }
  ul#language_selection li {
    top: 40%;
  }
  ul#language_selection li#italian_button {
    float: right;
  }
}
.nav-spacer {
  height: 189px;
}
body#home .nav-spacer {
  height: 119px;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
.navbar {
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  font-size: 12pt;
  background-color: #ffffff;
  padding: 0 30px;
}
.navbar .container {
  padding: 0;
}
.navbar .navbar-collapse {
  padding: 0;
}
.navbar .navbar-nav {
  width: 620px;
  margin-left: auto;
  float: none;
  margin-right: auto;
}
.navbar .navbar-nav li {
  /*width: 16%;*/
  text-align: center;
  padding-right: 66px;
}
.navbar .navbar-nav li a {
  padding: 30px 0 40px 0;
  text-transform: lowercase;
  color: #333333;
  font-weight: normal !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.navbar .navbar-nav li a:hover {
  letter-spacing: .2em;
  background-color: transparent;
  outline: none;
}
.navbar .navbar-nav li.active a {
  background-color: transparent;
  background-image: url('/images/menu-arrow.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
.navbar .navbar-nav li:first-of-type {
  text-align: left;
  /*width: 10%;*/
}
.navbar .navbar-nav li:last-of-type {
  text-align: right;
  /*width: 10%;*/
  padding-right: 0px;
}
.navbar .navbar-nav li:last-of-type a {
  background-position: 90% 100%;
}
.navbar.navbar-default {
  border: 0;
}
.navbar.navbar-default a:hover,
.navbar.navbar-default li.active a:hover,
.navbar.navbar-default a:focus {
  font-weight: bold;
  background-color: transparent;
}
.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.out {
  filter: alpha(opacity=0);
  opacity: 0;
}
.mr-carosel {
  position: relative;
}
.mr-carosel ul {
  list-style: none;
}
.mr-carosel ul li {
  position: absolute;
  top: 0px;
  left: 1.7%;
  zoom: 1;
  width: 100%;
}
.mr-carosel ul li.in {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: 2s cubic-bezier(0.26, 0.04, 1, 0.05);
  -moz-transition: 2s cubic-bezier(0.26, 0.04, 1, 0.05);
  -o-transition: 2s cubic-bezier(0.26, 0.04, 1, 0.05);
  -ms-transition: 2s cubic-bezier(0.26, 0.04, 1, 0.05);
  transition: 2s cubic-bezier(0.26, 0.04, 1, 0.05);
}
.mr-carosel ul li.out {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 2s cubic-bezier(0.04, 0.92, 0.4, 0.98);
  -moz-transition: 2s cubic-bezier(0.04, 0.92, 0.4, 0.98);
  -o-transition: 2s cubic-bezier(0.04, 0.92, 0.4, 0.98);
  -ms-transition: 2s cubic-bezier(0.04, 0.92, 0.4, 0.98);
  transition: 2s cubic-bezier(0.04, 0.92, 0.4, 0.98);
}
.mr-carosel#the-carosel {
  height: 224px;
  top: 102px;
  left: -20px;
  filter: alpha(opacity=80);
  /* IE */
  -moz-opacity: 0.8;
  /* Mozilla */
  opacity: 0.8;
  /* CSS3 */
}
.mr-carosel#the-footer-carosel {
  /* Look in the #footer */
}
#the-header {
  position: relative;
  background-image: url('/assets/Ilaria-coaching-logo-bottom.png');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto 55px;
  -webkit-background-size: auto 55px;
  height: 55px;
  max-width: 770px;
  margin: 0 auto;
}
#the-header a {
  display: block;
  width: 100%;
  height: 100%;
}
#the-header a .focus {
  outline: none;
  outline-offset: none;
}
.block {
  border-top: 4px solid #999999;
  padding-top: 40px;
  padding-bottom: 40px;
}
.block h2 {
  margin-bottom: 50px;
  margin-top: 24px;
}
.block p {
  padding: 0 45px 0 0;
}
.block.first {
  border: none;
}
.narrow {
  width: 85%;
  margin: auto;
}
a.anchor {
  padding-top: 189px;
  margin-top: -189px;
  display: inline-block;
  /* required for webkit browsers */
}
.service-icon {
  background-repeat: no-repeat;
  background-size: contain;
}
.service-icon.career {
  background-image: url(/images/Ilaria_icons_spaceship_grainy.png );
}
.service-icon.life {
  background-image: url(/images/Ilaria_icons_sun_grainy.png );
}
.service-icon.sport_and_wellness {
  background-image: url(/images/Ilaria_icons_flame_grainy.png );
}
.service-icon.corporate_training {
  background-image: url(/images/Ilaria_icons_pillar_grainy.png );
}
@media (min-width: 744px) {
  .service-icon {
    background-position: 50% 50%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .service-icon .info {
    position: absolute;
    width: 80%;
    height: 80%;
    margin-top: 10%;
    margin-left: 10%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    filter: alpha(opacity=0);
    /* IE */
    -moz-opacity: 0;
    /* Mozilla */
    opacity: 0;
    /* CSS3 */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    backface-visibility: hidden;
    background-color: #000000;
  }
  .service-icon .info h4 {
    position: relative;
    text-align: center;
    margin-top: 40%;
    color: #ffffff;
  }
  .service-icon .info h4 a {
    color: #ffffff;
    text-decoration: none;
  }
  .service-icon .info h4.double-line {
    margin-top: 35%;
  }
  .service-icon:hover .info {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* Mozilla */
    opacity: 1;
    /* CSS3 */
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  body#home .service-icon {
    width: 130px;
    height: 130px;
  }
  body#about .service-icon {
    width: 120px;
    height: 120px;
  }
  body#services .service-icon {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 743px) {
  .services li {
    clear: both;
    padding-bottom: 20px;
  }
  .services .service-icon .info {
    height: 5em;
    padding-left: 120px;
    padding-top: 1em;
  }
}
#consultation {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #EFF6F8;
  overflow: hidden;
}
#consultation p.superbig {
  font-size: 3em;
  padding-bottom: 44px;
}
#consultation h2.mediumbig {
  font-size: 2em;
  text-transform: lowercase;
  letter-spacing: 0em;
  height: 1em;
  margin-top: 68px;
}
#consultation h3 {
  padding-bottom: 20px;
}
#consultation a.social {
  padding-top: 56px;
}
#consultation.out {
  height: 0px;
}
#consultation.in {
  margin-bottom: 30px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
#the-contact-form input[type="text"],
#the-contact-form textarea {
  width: 100%;
  border-radius: 0;
  padding: 9px;
  font-size: 0.8em;
  background-color: #E5E5E5;
  border: none;
  -webkit-box-shadow: 2px 2px 5px 3px #d4d4d4 inset;
  -moz-box-shadow: 2px 2px 5px 3px #d4d4d4 inset;
  box-shadow: 2px 2px 5px 3px #d4d4d4 inset;
}
#the-contact-form textarea {
  height: 144px;
}
#the-contact-form .has-error {
  position: relative;
}
#the-contact-form .has-error:after {
  content: '\f071';
  /* fa-exclamation-triangle*/
  font-family: 'FontAwesome';
  position: absolute;
  bottom: 4px;
  right: 4px;
}
#the-contact-form button {
  border: none;
  background-color: #547960;
  color: white;
  padding: 4px 10px;
  margin-top: 8px;
}
#the-contact-form .checkbox {
  float: right;
}
#the-contact-form .checkbox span {
  font-size: 0.8em;
}
body#home #the-spacer {
  height: 1072px;
}
body#home .navbar .navbar-nav li.active a {
  background-image: none;
}
body#home #the-header {
  top: 413px;
  left: 0;
  opacity: 0.8;
}
body#home #the-sky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
body#home a.skip-down {
  display: block;
  width: 100px;
  position: absolute;
  text-indent: -999em;
  background-image: url(/images/down-arrow-black.png );
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 40px;
  filter: alpha(opacity=80);
  /* IE */
  -moz-opacity: 0.8;
  /* Mozilla */
  opacity: 0.8;
  /* CSS3 */
}
body#home #main-content {
  margin-bottom: 30px;
}
body#home #main-content h1 {
  width: 85%;
  margin-bottom: 75px;
}
body#home #main-content p {
  padding: 0 0 20px 209px;
}
body#home #services ul.services {
  list-style: none;
}
body#home #services ul.services li {
  float: left;
  margin: 0 40px 40px 0;
}
body#home #services ul.services li h4 {
  font-size: 0.8em;
}
body#home #gears {
  margin: 0 15px;
  height: 245px;
  width: 336px;
  background-image: url('/images/Gears_filmstrip_nograd_336px.jpg');
  background-repeat: no-repeat;
  background-position: 50% 10px;
}
body#home #gears a {
  display: block;
  height: 100%;
}
body#home .pull-quote {
  background-image: url('/assets/ilaria-4.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  background-color: #7D7D7D;
  background-position: 100% 100%;
  margin: 0;
  margin-top: 20px;
  padding: 54px 3% 0 3%;
}
body#home .pull-quote a {
  color: #ffffff;
}
body#home .pull-quote a:hover {
  color: #000000;
}
body#home .pull-quote img.signature {
  position: relative;
  width: 25%;
  left: 20%;
}
body#about p {
  margin: 0px 0px 25px;
}
body#about .main-image img {
  margin-top: 30px;
}
body#about .services ul {
  list-style: none;
  height: 120px;
  margin: 69px 0px;
  padding-left: 40px;
}
body#about .services ul li {
  float: left;
  margin: 10px;
}
body#about .services ul li h4 {
  font-size: 0.8em;
}
body#services,
body#retreats {
  /* this is a nice little trick to fool the anchor into being further down the page */
}
body#services button.huge,
body#retreats button.huge {
  background-color: #547960;
  border: 0;
  color: #ffffff;
  text-align: left;
  padding: 10px 10px;
  text-transform: lowercase;
  width: 100%;
}
body#services button.huge .arrow,
body#retreats button.huge .arrow {
  float: right;
}
body#services .services,
body#retreats .services {
  padding: 40px 0px;
}
body#services .services ul,
body#retreats .services ul {
  list-style: none;
  padding: 0;
  height: 164px;
  margin: 0 0 20px 0;
}
body#services .services ul li,
body#retreats .services ul li {
  float: left;
  margin-left: 20px;
}
body#services .block p,
body#retreats .block p {
  padding: 0;
}
body#services ul.services_list,
body#retreats ul.services_list {
  padding: 0;
  margin: 0em;
  margin-bottom: 20px;
  list-style: none;
  font-weight: bold;
}
body#services ul.services_list li,
body#retreats ul.services_list li {
  margin: 0em 0 0.5em 1em;
  font-size: 14px;
}
body#services ul.services_list li:before,
body#retreats ul.services_list li:before {
  content: '\f0da';
  /* fa-caret-right */
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1em;
}
body#services .newsletter a,
body#retreats .newsletter a {
  display: inline-block;
  background-color: #666666;
  border: 0;
  color: #ffffff;
  text-align: left;
  padding: 10px 10px;
  text-transform: lowercase;
}
body#services .newsletter a .arrow,
body#retreats .newsletter a .arrow {
  float: right;
}
body#values .main-image {
  margin-bottom: 40px;
}
body#values h2 {
  font-size: 24px;
}
body#privacy-policy h1 {
  margin-bottom: 30px;
}
body#retreats h1,
body#retreats h2,
body#retreats h3,
body#retreats h4 {
  text-transform: none;
}
body#retreats h1 {
  margin: 20px 0 60px 0;
}
body#retreats h3 {
  margin-bottom: 30px;
}
body#retreats h4 {
  margin-bottom: 40px;
  margin-top: 5px;
  color: #999999;
}
body#retreats button {
  position: relative;
  z-index: 981;
  margin: 2px;
}
body#retreats button.book-now {
  background-color: #B57841;
}
body#retreats button.faq {
  text-transform: none;
}
body#retreats .location-info {
  background-color: #EFF6F8;
  margin: 15px 15px;
  padding-bottom: 15px;
  width: 100%;
  height: 100%;
}
body#retreats .location-info button {
  margin-top: 10px;
}
body#retreats .location-info#rossnaree-faq h3,
body#retreats .location-info#italy-faq h3 {
  font-size: 1em;
  margin-top: 2em;
}
body#retreats .location-info#rossnaree-faq p,
body#retreats .location-info#italy-faq p {
  font-size: 0.8em;
}
body#retreats .location-info#rossnaree-faq a.close,
body#retreats .location-info#italy-faq a.close {
  padding-top: 10px;
}
body#retreats .location-info#rossnaree-faq ul,
body#retreats .location-info#italy-faq ul,
body#retreats .location-info#rossnaree-faq .price,
body#retreats .location-info#italy-faq .price {
  margin: 40px;
}
body#retreats ul.retreat-carousel {
  list-style-type: none;
  color: transparent;
}
body#retreats ul.retreat-carousel li span {
  position: absolute;
  background-size: cover;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  opacity: 0;
}
body#retreats #rossnareeCarousel li span {
  animation: imageAnimationRos 48s linear infinite 0s;
  -webkit-animation: imageAnimationRos 48s linear infinite 0s;
}
body#retreats #rossnareeCarousel li:nth-child(1) span {
  background-image: url(/images/rossnaree/rossnareeResized/ros3.jpg);
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
body#retreats #italyCarousel li:nth-child(1) span {
  background-image: url(/images/italy/italyResized/italy1.jpg);
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
body#retreats #italyCarousel li span {
  animation: imageAnimationIT 40s linear infinite 0s;
  -webkit-animation: imageAnimationIT 40s linear infinite 0s;
}
@media (min-width: 788px) {
  #rossnareeCarousel,
  #italyCarousel,
  #rossnareeCarousel li span,
  #italyCarousel li span {
    height: 320px;
    width: 740px;
  }
}
@media (max-width: 788px) {
  #rossnareeCarousel,
  #italyCarousel,
  #rossnareeCarousel li span,
  #italyCarousel li span {
    height: 280px;
    width: 650px;
  }
}
@media (max-width: 674px) {
  #rossnareeCarousel,
  #italyCarousel,
  #rossnareeCarousel li span,
  #italyCarousel li span {
    height: 240px;
    width: 552px;
  }
}
@media (max-width: 580px) {
  #rossnareeCarousel,
  #italyCarousel,
  #rossnareeCarousel li span,
  #italyCarousel li span {
    height: 213px;
    width: 490px;
  }
}
@media (max-width: 520px) {
  #rossnareeCarousel,
  #italyCarousel,
  #rossnareeCarousel li span,
  #italyCarousel li span {
    height: 173px;
    width: 400px;
  }
}
@media (max-width: 400px) {
  #rossnareeCarousel,
  #italyCarousel,
  #rossnareeCarousel li span,
  #italyCarousel li span {
    height: 160px;
    width: 370px;
  }
}
@media (max-width: 330px) {
  #rossnareeCarousel,
  #italyCarousel,
  #rossnareeCarousel li span,
  #italyCarousel li span {
    height: 130px;
    width: 300px;
  }
}
@media (max-width: 310px) {
  #rossnareeCarousel,
  #italyCarousel,
  #rossnareeCarousel li span,
  #italyCarousel li span {
    height: 108px;
    width: 250px;
  }
}
#footer {
  border-top: 4px solid #999999;
  margin-bottom: 60px;
  margin-top: 30px;
}
#footer h3 {
  margin-top: 0;
  color: #333333;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-bottom: 4px;
  letter-spacing: 0.3em;
}
#footer h2 {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 1em;
  margin-top: 0;
}
#footer h2 a {
  color: #333333;
}
#footer ul.contact-details {
  list-style: none;
  padding: 0;
  height: 141px;
  font-size: 0.95em;
}
#footer ul.contact-details li a:hover {
  color: #000000;
}
#footer .social {
  color: #666666;
  float: left;
  padding: 0px 10px 0px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
#footer button.huge {
  height: 111px;
  width: 100%;
  background-color: #547960;
  border: 0;
  color: #ffffff;
  text-transform: lowercase;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding: 15px;
  line-height: 1.2em;
}
#footer .copyright {
  font-size: 0.5em;
  clear: both;
}
#footer .privacy {
  margin-top: 20px;
  text-transform: lowercase;
}
#footer .lucky-lot {
  width: 115px;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  background-image: url('http://cdn.theluckylot.net/images/lucky-lot-web-credit-grey.png');
}
#footer .lucky-lot span {
  display: none;
}
#footer #the-footer-carosel {
  clear: both;
  width: 260px;
  margin: 0 auto;
  margin-top: 70px;
  height: 200px;
  background-image: url('/assets/Ilaria-coaching-logo-bottom.png');
  background-repeat: no-repeat;
  background-size: auto 26px;
  -webkit-background-size: auto 26px;
  background-position: 114% 30%;
}
#footer #the-footer-carosel img {
  height: 80px;
}
@media (min-width: 768px) {
  .navbar {
    background-image: url('/images/home-mountains.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 100%;
  }
  body#home {
    background-image: url('/images/home-mountains.jpg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  body#home h1 {
    width: 56%;
  }
  body#home .navbar {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }
  body#services .block.even h2 {
    padding-left: 34.53%;
  }
}
@media (max-width: 767px) {
  body#home .nav-spacer {
    height: 69px;
  }
  body#home #the-header {
    top: 0px;
  }
  body#home #main-content p {
    padding-left: 0;
  }
  #the-header {
    height: 60px;
    background-position: 110% 0%;
  }
  .navbar .navbar-collapse {
    padding: 0;
  }
  .navbar .navbar-nav {
    margin: 7.5px 0px;
  }
  .navbar .navbar-nav li {
    width: 100%;
    text-align: left;
  }
  .navbar .navbar-nav li a {
    padding: 15px 5px;
    text-transform: lowercase;
  }
  .navbar .navbar-nav li.active a {
    background-position: 96% 50%;
    background-image: url('/images/menu-arrow-left.png');
  }
  .navbar .navbar-nav li:first-of-type {
    text-align: left;
    width: 100%;
  }
  .navbar .navbar-nav li:last-of-type {
    text-align: left;
    width: 100%;
  }
  #footer .col-sm-4 {
    padding-top: 40px;
  }
  #footer #consultation p.superbig {
    margin-top: 40px;
  }
}
@media (min-width: 400px) {
  #retreats #rossnareeCarousel li:nth-child(2) span {
    background-image: url('/images/rossnaree/rossnareeResized/ros2.jpg');
    animation-delay: 8s;
    -webkit-animation-delay: 8s;
  }
  #retreats #rossnareeCarousel li:nth-child(3) span {
    background-image: url('/images/rossnaree/rossnareeResized/ros2a.jpg');
    animation-delay: 16s;
    -webkit-animation-delay: 16s;
  }
  #retreats #rossnareeCarousel li:nth-child(4) span {
    background-image: url('/images/rossnaree/rossnareeResized/ros1.jpg');
    animation-delay: 24s;
    -webkit-animation-delay: 24s;
  }
  #retreats #rossnareeCarousel li:nth-child(5) span {
    background-image: url('/images/rossnaree/rossnareeResized/ros4.jpg');
    animation-delay: 32s;
    -webkit-animation-delay: 32s;
  }
  #retreats #rossnareeCarousel li:nth-child(6) span {
    background-image: url('/images/rossnaree/rossnareeResized/ros5.jpg');
    animation-delay: 40s;
    -webkit-animation-delay: 40s;
  }
  #retreats #italyCarousel li:nth-child(2) span {
    background-image: url('/images/italy/italyResized/italy2.jpg');
    animation-delay: 8s;
    -webkit-animation-delay: 8s;
  }
  #retreats #italyCarousel li:nth-child(3) span {
    background-image: url('/images/italy/italyResized/italy3.jpg');
    animation-delay: 16s;
    -webkit-animation-delay: 16s;
  }
  #retreats #italyCarousel li:nth-child(4) span {
    background-image: url('/images/italy/italyResized/italy5.jpg');
    animation-delay: 24s;
    -webkit-animation-delay: 24s;
  }
  #retreats #italyCarousel li:nth-child(5) span {
    background-image: url('/images/italy/italyResized/italy4.jpg');
    animation-delay: 32s;
    -webkit-animation-delay: 32s;
  }
  @keyframes imageAnimationRos {
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
    }
    6% {
      opacity: 1;
      animation-timing-function: ease-out;
    }
    13% {
      opacity: 1;
    }
    19% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes imageAnimationRos {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
    }
    6% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
    }
    13% {
      opacity: 1;
    }
    19% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes imageAnimationIT {
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
    }
    4% {
      opacity: 1;
      animation-timing-function: ease-out;
    }
    11% {
      opacity: 1;
    }
    22% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes imageAnimationIT {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
    }
    4% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
    }
    11% {
      opacity: 1;
    }
    22% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  #retreats .map-container {
    width: 400px;
    height: 400px;
    margin-top: 5%;
  }
}
@media (max-width: 400px) {
  #the-header {
    height: 94px;
    background-position: 100% 0%;
    background-size: contain;
    background-image: url('/assets/small_logo.gif');
  }
  #retreats .map-container {
    width: 200px;
    height: 200px;
    margin-top: 5%;
  }
}
