html{
  height: 100%;
}

body{
  height: 100%;
  margin: 0;
  background-color: #fff;
  color: #000;
  font-family: "Arial Narrow", Arial, sans-serif;
}

.Content{
  height: 100%;
  position: relative;
  opacity: 0;
}

.Banner{
  padding: 50px 0;
  position: relative;
}

.BannerFooter{
  height: 200px;
  position: relative;
}

.BannerBK{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/background.png) no-repeat center center fixed;
  opacity: 0.2;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.Logo{
  height: 300px;
  background: url(../images/logo.png) center center no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.Title{
  height: 180px;
  background: url(../images/title.png) center center no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.SubTitle{
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
}

.Footer{
  line-height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 28px;
  text-align: center;
}

.Menu{
  height: 50px;
  padding: 40px 0 30px 0;
  position: relative;
  text-align: center;
}

.Button{
  height: 50px;
  width: 200px;
  margin: 0 50px;
  line-height: 60px;
  font-size: 28px;
  display: inline-block;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
}

.Button:hover{
  cursor: pointer;
}

.AboutButton{
  background: url(../images/about.png) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.ContactButton{
  background: url(../images/contact.png) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.About, .Contact, .Info{
  height: auto;
  text-align: center;
  color: #46484d;
  z-index: 99990;
  position: fixed;
  background-color: #f8f8f8;
  top: 30%;
  margin: 0 auto;
  padding: 10px 10px 30px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
}

.AboutTitleImage, .ContactTitleImage, .InfoTitleImage{
  height: 50px;
  margin: 0 0 10px 0;
}

.AboutTitleImage{
  background: url(../images/about.png) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.ContactTitleImage{
  background: url(../images/contact.png) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.InfoTitleImage{
  background: url(../images/info.png) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.Gallery{
  width: 1260px;
  margin: 20px auto;
  padding-bottom: 100px;
}

.ImageDisplay{
  text-align: center;
  color: #46484d;
  z-index: 99990;
  position: fixed;
  background-color: #f8f8f8;
  top: 30%;
  margin: 0 auto;
  padding: 10px 10px 30px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
}

.Image{
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.DarkBK{
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  opacity: 0;
  z-index: 99989;
  display: none;
}

.DisplayNav{
  height: 50px;
  text-align: right;
}

.CloseButton{
  height: 40px;
  width: 40px;
  display: inline-block;
  background: url(../images/close.png) no-repeat center center;
  text-align: right;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
}

.CloseButton:hover{
  cursor: pointer;
}

.ImageNav{
  position: absolute;
  display: inline-block;
  opacity: 0;
  z-index: 99991;
  text-align: center;
  font-size: 50px;
}

.ImageNav:hover{
  cursor: pointer;
  background-color: #fff;
  opacity: 0.5;
}

.PreviousImage{
  left: 0;
  background: url(../images/left.png) no-repeat center center;
}

.NextImage{
  right: 0;
  background: url(../images/right.png) no-repeat center center;
}

/*Media Queries*/
@media only screen and (max-width : 1679px),
only screen and (max-device-width : 1679px){
  .Gallery{
    width: 1260px;
  }
}

@media only screen and (max-width : 1279px),
only screen and (max-device-width : 1279px){
  .Gallery{
    width: 840px;
  }
}

@media only screen and (max-width : 869px),
only screen and (max-device-width : 869px){
  .Gallery{
    width: 410px;
  }
}

.Panel{
  height: auto;
  width: 392px;
  margin: 10px 10px 0 10px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 3px solid #dddada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.PanelBK{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99985;
  opacity: 0.2;
}

.Panel1BK{
  background-color: #fbe46c;
}

.Panel2BK{
  background-color: #d62c2e;
}

.Panel3BK{
  background-color: #9a86ac;
}

.Panel4BK{
  background-color: #bec7d0;
}

.Panel5BK{
  background-color: #51acbd;
}

.Panel6BK{
  background-color: #eebb4e;
}

.PanelContent{
  position: relative;
  z-index: 99986;
}

.PanelTitle{
  padding: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 10px;
}

.PanelText{
  padding: 0 20px 20px 20px;
  line-height: 26px;
  font-size: 16px;
}

.AboutText, .InfoText{
  padding: 30px;
  line-height: 26px;
  font-size: 16px;
  text-align: left;
}

.ContactText{
  padding: 30px;
  line-height: 26px;
  font-size: 16px;
  text-align: left;
}

.ContactText a{
  color: #46484d;
  text-decoration: none;
}

.ContactText a:hover{
  text-decoration: underline;
}

.ContactBox{
  width: 250px;
  margin: 0 auto;
}

.Thumb{
  padding: 10px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
}

.Thumb:hover{
  cursor: pointer;
  background-color: #000;
}

.Thumb img{
  width: 100%;
}

.Wide{
  width: 372px;
}

.Hidden{
  display: none;
}

.Small{
  width: 174px;
  display: inline-block;
}

.InfoThumb{
  margin: 10px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
}

.InfoWideLabel{
  height: 100%;
  width: 178px;
  margin: 0 auto;
  background: url(../images/info.png) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.InfoThumbWide{
  height: 182px;
  width: 380px;
}

.InfoThumbSmall{
  height: 150px;
  width: 174px;
  display: inline-block;
  background: url(../images/info.png) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.InfoWideLabel{
  height: 100%;
  width: 178px;
  margin: 0 auto;
  background: url(../images/info.png) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.InfoThumb:hover{
  cursor: pointer;
}
