@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/GOTHIC.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GOTHIC.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/GOTHIC.woff') format('woff'),
       url('../fonts/GOTHIC.ttf')  format('truetype'), 
       url('../fonts/GOTHIC.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'MyriadSetPro';
  src: url('../fonts/MyriadSetPro.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MyriadSetPro.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/MyriadSetPro.woff') format('woff'), 
       url('../fonts/MyriadSetPro.ttf')  format('truetype'), 
       url('../fonts/MyriadSetPro.svg#svgFontName') format('svg'); 
}
@font-face {
  font-family: 'myriadsetprothin';
  src: url('../fonts/myriadsetprothin.eot'); /* IE9 Compat Modes */
  src: url('../fonts/myriadsetprothin.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/myriadsetprothin.woff') format('woff'),
       url('../fonts/myriadsetprothin.ttf')  format('truetype'), 
       url('../fonts/myriadsetprothin.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'myriadsetprosemibold';
  src: url('../fonts/myriadsetprosemibold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/myriadsetprosemibold.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/myriadsetprosemibold.woff') format('woff'),
       url('../fonts/myriadsetprosemibold.ttf')  format('truetype'), 
       url('../fonts/myriadsetprosemibold.svg#svgFontName') format('svg');
}
.contentBg {
    background-image: url("../images/contentBg.jpg");
    background-size: cover;
    background-position: center bottom;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
 
}

.content {
    width: 938px;
    height: 912px;
    margin: 0 auto;
    background: #fff;
    opacity: 0.9;
    padding: 0 26px;
}

.content .backC{
    float: right;
    margin-top: 26px;
}
.content .backC img{
    width: 33px;
    height: 33px;
}
.content h3 {
    font-size: 33px;
    font-family: "Century Gothic";
    color: #999;
    text-align: center;
    margin-bottom: 80px;
    padding-top: 80px;
}


.content img {
    width: 936px;
    margin: 0 auto;
}


.title {
    width: 990px;
    margin: 0 auto 10px;
    background: #000;
    opacity: 0.6;
}

.title h2{
    float: left;
    font-size: 20px;
    font-family: "Century Gothic";
    line-height: 42px;
    color: #fff;
    margin-left: 26px;
}

.footer {
    padding-bottom: 62px;
}

.footerTx {
    margin-top: 9px;
}
#googleMap{
    width: 650px;
    height: 440px;
}
.adress{
    width: 240px;
    float: left;
    margin-left: 20px;
}

.adress h4{
    font-size: 12pt;
    font-family: "myriadsetprosemibold";
    font-weight: bold;
    color: #999;
    margin-bottom: 14px;
}
.adress .email{
    margin-top: 20px;
}
.adress .phone{
    margin-top: 20px;
}
.adress p{
    font-size: 9pt;
    font-family: "myriadsetprothin";
    color: #999;
    line-height: 11pt;
}