@charset "utf-8";
/* CSS Document */

@font-face {
 font-family:LaoUI;
 src: url(../fonts/LaoUI.eot); /* EOT file for IE */
}

@font-face {
 font-family:LaoUI;
 src: url(../fonts/LaoUI.ttf); /* TTF file for CSS3 browsers */
}

@font-face {
 font-family:Ebrima;
 src: url(../fonts/ebrima.eot); /* EOT file for IE */
}

@font-face {
 font-family:Ebrima;
 src: url(../fonts/ebrima.ttf); /* TTF file for CSS3 browsers */
}

animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
  from {
      opacity:0;
      transform: scale(0.95);
  }
  to {
      opacity:1;
      transform: scale(1);
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
      opacity:0;
      transform: scale(0.95);
  }
  to {
      opacity:1;
      transform: scale(1);
  }
}
@-o-keyframes fadein { /* Opera */
  from {
      opacity:0;
  }
  to {
      opacity: 1;
  }
}


body{
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  display: block;
  margin: 0px;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width:1200px){
  .container{
    width:1170px;
      margin-top: 20px;
  }
}

@media (min-width:992px) and (max-width:1199px){
  .container{
    width:970px;
      margin-top: 20px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .container{
    width:750px;
    margin-top: 0px;
  }
}


.footer {
  position:fixed;
  bottom: 0;
  background-color: rgba(34,59,122,1);
  text-align: center;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 4px;
  font-family: ebrima;
  font-size: 12px;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

a[href^="mailto:"] {
  font-family: ebrima;
  font-size: 12px;
  font-weight: normal;
  color: white;
  text-decoration: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  z-index: 100;
}

.clearfix {
  clear: both;
}


.head_container{
  background-color: rgba(34,59,122,1);
}

.head_logo {
  padding-top: 7px;
  padding-bottom: 0px;
  margin-bottom: -15px;
  transition: height 0.3s linear;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.head_logo.expanded {
  height: 0px;
}

@media (min-width:1200px){
  .head_logo img{
    width:185px;
    margin-left: auto;
    margin-right: auto;

  }
}

@media (min-width:992px) and (max-width:1199px){
  .head_logo img{
    width:180px;
    margin-left:45px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .head_logo img{
    width:120px;
    margin-left: 45px;
  }
}

@media (max-width:767px){
  .head_logo img{
    width:100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.head_text {
  font-family: ebrima;
  font-size: 25px;
  font-weight: bold;
  color: white;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-bottom: 10px;
  padding-top:10px;
  transition: opacity 0.3s linear;
}

.head_text.expanded {
  opacity: 0;
}

@media (min-width:1200px){
  .head_text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width:992px) and (max-width:1199px){
  .head_text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .head_text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width:767px){
  .head_text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}

.main_title {
  font-family: ebrima;
  font-size: 23px;
  font-weight: bold;
  color: rgba(34,59,122,1);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-bottom: 20px;
}

@media (min-width:1200px){
  .main_title {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width:992px) and (max-width:1199px){
  .main_title {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .main_title {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width:767px){
  .main_title {
    padding-left: 10px;
    padding-right: 10px;
  }
}


.main_container {
  transition: opacity 0.3s linear;
}

.main_container.expanded {
  opacity: 0;
}


.main_text {
  font-family: ebrima;
  font-size: 16px;
  font-weight: normal;
  color: rgba(34,59,122,1);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-left: auto;
  margin-right: auto;

}



@media (min-width:1200px){
  .main_text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width:992px) and (max-width:1199px){
  .main_text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .main_text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width:767px){
  .main_text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.button_web{
  font-family: Ebrima;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 12px;
  border-radius: 25px;
  cursor: pointer;
  background-color: rgba(127,130,136,1);
  border: 1px solid rgba(127,130,136,1);
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 30px;
  display: block;
}

.button_web:hover{
  background-color: white;
  color: rgba(75,105,146,1);
}

.button_book{
  font-family: Ebrima;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 12px;
  border-radius: 25px;
  cursor: pointer;
  background-color: rgba(127,130,136,1);
  border: 1px solid rgba(127,130,136,1);
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
}

.button_book:hover{
  background-color: white;
  color: rgba(68,76,88,1);
}
