/******************************************************************************
 *  WEB SITE AGIRA
 ******************************************************************************/
/******************************************************************************
 *  GLOBAL VARIABLES
 ******************************************************************************/
@font-face {
  font-family: OpenSansRegular;
  src: url(fonts/OpenSans-Regular.ttf); }
@font-face {
  font-family: OpenSansLight;
  src: url(fonts/OpenSans-Light.ttf); }
@font-face {
  font-family: OpenSansBold;
  src: url(fonts/OpenSans-Bold.ttf); }
@font-face {
  font-family: OpenSansExtraBold;
  src: url(fonts/OpenSans-ExtraBold.ttf); }
/******************************************************************************
 *  GLOBAL RULES
 ******************************************************************************/
html {
  width: 100%; }

body {
  margin: 0px;
  position: relative;
  font-family: OpenSansRegular,sans-serif;
  font-size: 14px;
  background-color: #F9F9F9 !important; }

a {
  color: #f7941d;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

a:hover {
  color: #222; }

.MainSection {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.ButtonStyle, .Button {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: OpenSansBold;
  background: #f7941d; }

.Button {
  display: inline-block;
  padding: 15px 40px 15px 40px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border-radius: 20px; }

.Button:hover {
  background: #00aeef; }

.ImageBorder, .ImageSizeSmall, .ImageSizeMedium, .ImageSizeFreeHeight, .PictureFrame {
  border: 3px solid transparent !important;
  box-shadow: 0 0 0 1px #8e8e8e !important; }

.ImageSizeSmall {
  width: 250px;
  height: 170px; }

.ImageSizeMedium {
  width: 400px;
  height: 320px; }

.ImageSizeFreeHeight {
  width: 400px; }

.PictureFrame {
  width: 300px;
  height: 340px; }

.QueryStrTag {
  font-size: 30px;
  font-weight: bold;
  width: 20%;
  display: inline-block; }

.BodyWrapper {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8); }

.Dialog {
  display: none;
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); }

.disabled {
  cursor: none !important; }

.citation {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  font-style: italic; }

#languageMenu {
  /*li:hover{ 
     background-color: $Color-Orange !important; 
      a{color: #fff !important;}
  }*/ }
  #languageMenu .navbar .navbar-nav .nav-item.active a {
    background: #efefef !important;
    color: #FFF !important; }

#currentLang {
  display: none;
  width: 32px;
  height: 21px; }

.SectionBanner {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  height: 28vw;
  max-height: 360px;
  position: relative;
  color: #222; }
  .SectionBanner .TextContainer {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-10%, -50%); }
  .SectionBanner .Text {
    font-weight: bold;
    font-family: OpenSansLight, sans-serif;
    font-size: 46px;
    line-height: 56px;
    color: #222; }

.SectionContent, .SectionContentBgGrey {
  background-color: #FFF;
  font-family: OpenSansRegular,sans-serif;
  padding: 15px; }
  .SectionContent .Content, .SectionContentBgGrey .Content {
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    white-space: nowrap; }
    .SectionContent .Content .TitleContainer, .SectionContentBgGrey .Content .TitleContainer {
      text-align: left;
      white-space: normal; }
      .SectionContent .Content .TitleContainer .Title, .SectionContentBgGrey .Content .TitleContainer .Title {
        font-weight: 800;
        font-size: 30px;
        display: block;
        color: #014b69;
        line-height: 35px;
        padding-bottom: 5px;
        font-family: OpenSansExtraBold; }
      .SectionContent .Content .TitleContainer .Subtitle, .SectionContentBgGrey .Content .TitleContainer .Subtitle {
        font-weight: 300;
        font-size: 30px;
        display: block;
        color: #014b69;
        line-height: 35px;
        padding-bottom: 10px;
        font-family: OpenSansLight; }
    .SectionContent .Content .Picture, .SectionContentBgGrey .Content .Picture, .SectionContent .Content .PictureRight, .SectionContentBgGrey .Content .PictureRight, .SectionContent .Content .PictureLeft, .SectionContentBgGrey .Content .PictureLeft {
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 20px; }
    .SectionContent .Content .PictureRight, .SectionContentBgGrey .Content .PictureRight {
      float: right; }
    .SectionContent .Content .PictureLeft, .SectionContentBgGrey .Content .PictureLeft {
      float: left; }
    .SectionContent .Content .Text, .SectionContentBgGrey .Content .Text {
      color: #777777;
      font-size: 18px;
      line-height: 28px;
      margin-top: 15px;
      font-weight: normal;
      white-space: normal;
      text-align: justify; }

.SectionContentBgGrey {
  background-color: #f1f1f1; }

.hotel-info {
  display: flex;
  justify-content: space-around; }

/* For modern browsers, just add the CSS3 :target selector to the page. This will apply to all the anchors automatically.*/
:target {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }

.Chronology {
  background-color: #FFF;
  font-size: 18px;
  padding: 15px;
  margin-right: 10px;
  list-style-type: none;
  border: 1px solid #DDD;
  text-align: left;
  display: flex;
  flex-wrap: wrap; }

.Chronology li {
  padding: 20px;
  width: 300px; }

.Chronology li:last-child {
  font-weight: bold; }

.Chronology li .Title {
  color: #F00;
  display: block;
  margin-bottom: 5px; }

.Chronology li .Subtitle {
  white-space: break-spaces; }

.Chronology li .ImgLeft {
  border-radius: 50%;
  float: left;
  width: 80px;
  margin-right: 10px; }

.Chronology li .ImgRight {
  border-radius: 50%;
  float: right;
  width: 80px;
  margin-left: 10px; }

/******************************************************************************
 *  ANIMATIONS
 ******************************************************************************/
@keyframes PresentationTransition {
  0% {
    opacity: 0.0; }
  33% {
    opacity: 0.33; }
  66% {
    opacity: 0.66; }
  100% {
    opacity: 1; } }
@-webkit-keyframes PresentationTransition {
  0% {
    opacity: 0.0; }
  33% {
    opacity: 0.33; }
  66% {
    opacity: 0.66; }
  100% {
    opacity: 1; } }
/******************************************************************************
 *  CROSS BROWSER RULES
 ******************************************************************************/
/**********************************************************
/ HEADER
/*********************************************************/
header {
  text-align: center;
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  will-change: transform;
  font-family: OpenSansBold, sans-serif;
  z-index: 200; }
  header #mainMenu .navbar-nav .nav-item.active a {
    background: #f7941d !important;
    color: #FFF !important;
    margin-top: -10px;
    margin-bottom: -10px;
    line-height: 40px; }

/**********************************************************
/ FOOTER
/*********************************************************/
footer {
  background-color: #51476f;
  color: #FFFFFF;
  text-align: center;
  display: block; }
  footer .SiteMap {
    white-space: nowrap; }
    footer .SiteMap .Grid {
      padding: 10px;
      white-space: normal;
      display: inline-block;
      vertical-align: top;
      width: 33%;
      text-align: center; }
      footer .SiteMap .Grid .GridItem {
        text-align: left;
        display: inline-block;
        vertical-align: top; }
        footer .SiteMap .Grid .GridItem .Header {
          color: #FFFFFF;
          display: block;
          text-transform: uppercase;
          font-size: 24px;
          font-weight: bold;
          line-height: 35px;
          height: 40px; }
        footer .SiteMap .Grid .GridItem .Link {
          font-size: 16px;
          text-decoration: none;
          color: #FFFFFF;
          line-height: 25px; }
        footer .SiteMap .Grid .GridItem .Link:hover {
          text-decoration: underline; }
  footer .Copyright {
    border-top: 1px solid #FFF;
    font-size: 18px;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px; }

/**********************************************************
/ HOME
/*********************************************************/
.Home .SectionBanner {
  /*background-image: url(../images//banner-home-top.jpg);*/
  background-color: #aaaaaa; }
  .Home .SectionBanner .TextContainer {
    left: 25%;
    transform: translate(-15%, -50%); }
  .Home .SectionBanner .Text {
    font-size: 40px;
    line-height: 50px;
    color: #333 !important; }

/**********************************************************
/ PAYEMENT
/*********************************************************/
.payment .payment-options {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 1rem; }
.payment .paypal-container {
  width: 50%;
  margin: auto; }

/**********************************************************
/ Desktop layout
/*********************************************************/
@media screen and (min-width: 1024px) {
  .MainSection {
    max-width: 1300px; }

  .navbar {
    max-width: 1300px;
    position: absolute;
    margin: auto; } }
/* and (orientation: landscape)*/
/**********************************************************
/ tablets layout
/*********************************************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ImageSizeSmall {
    width: 200px;
    height: 130px; }

  .ImageSizeMedium {
    width: 320px;
    height: 240px; }

  .ImageSizeFreeHeight {
    width: 320px; }

  .PictureFrame {
    width: 250px;
    height: 290px; }

  .SectionBanner .Text {
    font-size: 38px;
    line-height: 50px; }
  .hotel-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }

  header .BrandDesc {
    width: 130px;
    font-size: 14px; }
  header .navbar-inverse .navbar-nav > li > a {
    padding: 15px 5px 15px 5px; }

  .Home .SectionBanner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center; }
    .Home .SectionBanner .TextContainer {
      left: 20%;
      transform: translate(-10%, -50%); }
    .Home .SectionBanner .Text {
      font-size: 35px;
      line-height: 50px; }

  footer .SiteMap .Grid .GridItem .Header {
    height: 80px; }

  .payment .payment-options {
    grid-template-columns: auto auto; }
  .payment .payment-instruction-image {
    width: 100%; }
  .payment .paypal-container {
    width: auto; } }
/**********************************************************
/ Smartphone layout
/*********************************************************/
@media screen and (max-width: 767px) {
  #currentLang {
    display: block; }

  .ImageSizeMedium {
    width: 280px;
    height: 200px; }

  .ImageSizeFreeHeight {
    width: 280px; }

  .PictureFrame {
    width: 250px;
    height: 290px; }

  .SectionBanner .Text {
    font-size: 28px;
    line-height: 35px; }

  .hotel-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }

  header #mainmenu .navbar-brand img {
    display: none; }

  .Home .SectionBanner .TextContainer {
    left: 20%;
    transform: translate(-10%, -50%); }
  .Home .SectionBanner .Text {
    font-size: 23px;
    line-height: 33px; }
  .Home .SectionContent .Content .TitleContainer .Title, .Home .SectionContentBgGrey .Content .TitleContainer .Title {
    font-size: 22px; }
  .Home .SectionContent .Content .TitleContainer .Subtitle, .Home .SectionContentBgGrey .Content .TitleContainer .Subtitle {
    font-size: 22px; }
  .Home .SectionContent .Content .PictureRight, .Home .SectionContentBgGrey .Content .PictureRight {
    float: none;
    margin-left: 0px;
    margin-right: 0px; }
  .Home .SectionContent .Content .PictureLeft, .Home .SectionContentBgGrey .Content .PictureLeft {
    float: none;
    margin-left: 0px;
    margin-right: 0px; }

  .SectionContent .Content .TitleContainer .Title, .SectionContentBgGrey .Content .TitleContainer .Title {
    font-size: 22px; }
  .SectionContent .Content .TitleContainer .Subtitle, .SectionContentBgGrey .Content .TitleContainer .Subtitle {
    font-size: 22px; }
  .SectionContent .Content .PictureRight, .SectionContentBgGrey .Content .PictureRight {
    float: none;
    margin-left: 0px;
    margin-right: 0px; }
  .SectionContent .Content .PictureLeft, .SectionContentBgGrey .Content .PictureLeft {
    float: none;
    margin-left: 0px;
    margin-right: 0px; }

  .SectionContentBgGrey .Content .TitleContainer .Title {
    font-size: 22px; }
  .SectionContentBgGrey .Content .TitleContainer .Subtitle {
    font-size: 22px; }
  .SectionContentBgGrey .Content .PictureLeft {
    float: none;
    margin-left: 0px;
    margin-right: 0px; }

  footer .SiteMap .Grid {
    display: block;
    width: 100%;
    text-align: left;
    height: auto; }

  .payment .payment-options {
    grid-template-columns: auto; }
  .payment .payment-instruction-image {
    width: 100%; }
  .payment .paypal-container {
    width: auto; }

  .Chronology {
    font-size: 16px; } }

/*# sourceMappingURL=style.css.map */
