/** GLOBAL **/

* {
  margin: 0px;
  padding: 0px;
}

body {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #555;
  font-weight: 400;
}

a {
  color: #555;
  text-decoration: none;  
}

img a, a img {
  border: none;             
}

.clear {
  clear: both;       
}

/** PAGE **/

.w {
  color: #0080a0;
  font-size: 22px; 
  font-weight: 400;
  text-align: center;
  margin: 180px 0;    
}

h1 {
  color: #0080a0;
  font-size: 64px;
}

.bg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 110%;
  z-index: 1;
  background-image: url(images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;   
}    

.bg_end {
  display: none;
  position: absolute;
  top: 0;
  right: 0;    
  width: 100%;
  background: #fff; 
  z-index: 3;      
}

.bg_end a {
  color: #0080a0;
  text-decoration: underline;          
}

.bg_end a:hover {
  text-decoration: none;          
}

#container {
  position: relative;
  display: none;
  width: 998px;
  margin: 180px auto 0 auto;
  z-index: 2;
}

#content {
  width: 998px;
  height: 479px;
  background: url(images/content.png);
}

.wrap-content {
  padding: 7px 19px 0 19px;
}

.left {
  width: 506px;
  height: 444px;
  float: left;
  text-align: center;
}

.wrap {
  padding: 30px 30px 0 30px;      
}

.motto {
  margin: 70px 0 0 0;
  font-size: 44px;     
  color: #999;
}

.right {
  position: relative;
  width: 454px;
  height: 444px;
  background: url(images/loc-a.png) no-repeat;
  float: right;
}

.actual-loc {
  display: none;
  position: absolute;
  top: 50px;
  left: 100px;
  width: 387px;
  height: 151px;
  background: url(images/loc-bg.png) no-repeat;
  color: #fff;   
  text-align: right;   
  text-shadow: 1px 1px 2px #111;      
}

.now {
  font-size: 29px; 
  font-weight: 700;    
}

.contact {
  padding: 4px 0 0 0;
}

.actual-loc a {
  color: #fff;              
}

.actual-wrap {
  padding: 34px 26px 0 0;             
}

.photo {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ddd;       
}