@charset "utf-8";
/* CSS Document */

.bg{
  position: absolute;
  top: 30px;
  right:30px;
  bottom:30px;
  left: 30px;
  background:url(../images/contact/bg.jpg) center;
  -webkit-background-size: cover;
  background-size: cover;
}

.title{
  position: relative;
  margin-bottom: 20px;
}
.title h2{
  position: absolute;
  top: 0;
  left: 40px;
}

.content{
  position: absolute;
  left: 70%;
  top: 30px;
  bottom: 30px;
  width: 320px;
  background: #FFF;
  margin-left: -60px;
}

.contactInfo{
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.showPage{
  font-size: 0.75em;
  margin: 10px;
}
.showPage a{
  color:#666;
}
.showPage a:hover{
  color: #000;
}

.text::after{
  content:'';
  width: 10px;
  height: 1px;
  background: #ccc;
  display: block;
  margin: 10px 0;
}
.addTitle { 
  color: #70A8C3; 
  background: url(../images/contact/p-map1.jpg) no-repeat right center;
  padding-right: 20px;
  display: inline-block;
}
.showPage a:hover .addTitle{
  background-image: url(../images/contact/p-map2.jpg);
}
.consult a { color:#E83E29; }

.map{
  position: absolute;
  top: 50%;
  left: 30%;
  margin:-200px 0 0 -260px;
}
.gMap{
  display: none;
}

@media screen and (max-width:1100px),screen and (max-height:660px){
  .bg{
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    bottom: auto;
    padding-bottom:300px;
  }

  .title{
    position: absolute;
    top: 300px;
    left: 50%;
    background: #FFF;
    width: 180px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .title h2{
    position: static;
  }
  
  .content{
    position: static;
    margin: 100px 30px;
    width: auto;
  }

  .contactInfo{
    position: static;
  }
  
  .map{
    display: none;
  }

  .gMap{
    position: relative;
    padding-bottom: 300px;
    display: block;
  }
  .gMap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}