@font-face {
    font-family: 'ACaslonPro-SemiboldItalic';
    src: url('../fonts/ACaslonPro-SemiboldItalic.eot');
    src: url('../fonts/ACaslonPro-SemiboldItalic.eot') format('embedded-opentype'),
         url('../fonts/ACaslonPro-SemiboldItalic.woff') format('woff'),
         url('../fonts/ACaslonPro-SemiboldItalic.ttf') format('truetype'),
         url('../fonts/ACaslonPro-SemiboldItalic.svg#ACaslonPro-SemiboldItalic') format('svg');
}
@font-face {
    font-family: 'Frutiger CE 46 Light Italic';
    src: url('../fonts/Frutiger CE 46 Light Italic.eot');
    src: url('../fonts/Frutiger CE 46 Light Italic.eot') format('embedded-opentype'),
         url('../fonts/Frutiger CE 46 Light Italic.woff') format('woff'),
         url('../fonts/Frutiger CE 46 Light Italic.ttf') format('truetype'),
         url('../fonts/Frutiger CE 46 Light Italic.svg#Frutiger CE 46 Light Italic') format('svg');
}
/*@font-face {
    font-family: 'frutigerlt-lightcn';
    src: url('../fonts/frutigerlt-lightcn.eot');
    src: url('../fonts/frutigerlt-lightcn.eot') format('embedded-opentype'),
         url('../fonts/frutigerlt-lightcn.woff') format('woff'),
         url('../fonts/frutigerlt-lightcn.ttf') format('truetype'),
         url('../fonts/frutigerlt-lightcn.svg#frutigerlt-lightcn') format('svg');
}*/
@font-face {
    font-family: 'frutigerlt-lightcn';
    src: url('../fonts/frutigerlt-lightcn-webfont.eot');
    src: url('../fonts/frutigerlt-lightcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutigerlt-lightcn-webfont.woff') format('woff'),
         url('../fonts/frutigerlt-lightcn-webfont.ttf') format('truetype'),
         url('../fonts/frutigerlt-lightcn-webfont.svg#frutiger_ltlight_condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
/* padding: 0; */
margin: 0;
font-family: 'Tahoma';
color: #ffffff;

}
.main{
width: 100% !important;
background:#fff;
}
.bg1{
background:#d0ecf4;
width:100%;
height:102px;
border-bottom:4px solid white;
box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.4);
position:absolute;
top:0;
}
.content1{
max-width:1365px;
margin:0 auto;
text-align:center;
padding-top:25px;
}
.bg2{
background:url('../images/bg1.png');
max-width:1365px;min-width:800px;
height:390px;
margin: 102px auto 0;
}
.content2{
max-width:1365px;min-width:800px;
margin:0 auto;padding-top: 40px;
}
.bg3{
background:url('../images/bg3.png');
max-width:1365px;
height:560px;
margin:0 auto;    
}
.content3{
width:800px;
margin:0 auto;
padding-top:10px;
padding-bottom:10
}
.bg4{
background:#d0ecf4;
width:100%;
height:220px;
border-top:4px solid white;
border-bottom:4px solid white;  
position:absolute;
top:740px;    
}
.content4{
width:800px;
margin:0 auto;
padding-top:14px;
}
.purchase{
    /*margin-top: -95px; 
    margin-left: 34.5%;*/
    border-radius: 50px;
    color:#000000;
    background-color: rgba(255, 255, 255, 0.7);
    width: 300px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}
.purchase h3{
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 5px;
    font-size: 16px;
}
.purchase .links{
    padding-bottom:10px; 
}
.purchase a{
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    padding: 0 5px;
    font-size: 14px;
}