@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  background: #324D5C;
  font-family: 'Open Sans', sans-serif;
  color: #313A41;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #009BE2; }

ul li{
  display: inline-block;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%; }

.construction {
  width: 500px;
  height: auto;
  padding-bottom: 45px;
  background: #fff;
  margin: auto;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .construction .title {
    padding: 20px;
    text-align: center;
    font-weight: 300;
    margin-top: 20px;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    position: relative; }
  .construction .info {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    display: block;
    text-align: center; }
  .construction .contact ul {
    width: 100%;
    margin:0;
    padding: 0;
    }
    .construction .contact ul li {
      display: block;
      text-align: center;
      }
  .construction .cog {
    position: absolute;
    bottom: 0;
    right: -2px;
    width: 80px;
    height: 80px; }

.contact{
	padding-top: 45px;
}

  .construction .cone {
    position: absolute;
    bottom: -4px;
    left: 20px;
    width: 40px; }

    .btn{
      background: #324D5C;
      color: #fff;
      padding: 12px 18px;
      border-radius: 4px;
      width: 280px;
      margin-top: 25px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      text-align: center;
      transition: ease .3s all;
      border: 2px solid #fff;
      font-weight: 700;
    }
    .btn:hover{
      cursor:pointer;
      background: #fff;
      border: 2px solid #324D5C;
      color: #324D5C;
      
    }

.message{
  padding: 25px;
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  right: 25px;

}
.message-default{
  top: 25px;
}
.message-download{
  bottom: 25px;
  right: -100%;
  transition: ease-in-out .3s all;
}

.message-download.active{
  right: 25px;
}

.message-default

.message ul{
   margin: 5px 0;
   padding: 0;
}
.message ul li{
   list-style: none;
}

.mt-5{
   margin-top: 20px;
}

@media only screen and (max-width: 1330px) {
   .construction{
      margin-top: 230px;
   }

   .message{
      right: 50%;
      transform: translateX(50%);
      text-align: center;
   }
 }

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