/* CSS Document */
@font-face {
    font-family: 'open_sansregular';
    src: url('Fonts/opensans-regular-webfont.eot');
    src: url('Fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('Fonts/opensans-regular-webfont.woff') format('woff'),
         url('Fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('Fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('Fonts/opensans-bold-webfont.eot');
    src: url('Fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('Fonts/opensans-bold-webfont.woff') format('woff'),
         url('Fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('Fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Container01 */

.titlebg1    { background-image:url(images/title_bg.jpg); background-position:center top; background-repeat:repeat-x; height:53px; max-width:100%; width:45%; }
.Con1Title  { font-family: 'open_sansregular'; font-size:30px; font-weight:normal; color:#4f4f4f; }
.Con1       { font-family: 'open_sansbold'; font-size:30px; font-weight:normal; color:#000000; }

/* Container02 */
.titlebg_in    { background-image:url(images/titl-s_bg.jpg); background-position:center top; background-repeat:repeat-x; height:21px; max-width:100%; width:45%; }
.Con1Title_in  { font-family: 'open_sansregular'; font-size:24px; font-weight:normal; color:#4f4f4f; }

/* Container03 */
.titlebg    { background-image:url(images/title_bg.jpg); background-position:center top; background-repeat:repeat-x; height:53px; max-width:100%; width:45%; }
.Con3Title  { font-family: 'open_sansregular'; font-size:24px; font-weight:normal; color:#4f4f4f; }
.Con3       { font-family: 'open_sansbold'; font-size:24px; font-weight:normal; color:#000000; }


/* Container04 */
.titlebg4    { background-image:url(images/title_bg4.jpg); background-position:left top; background-repeat:repeat-x; height:65px;}
.Con4Title   { font-family: 'open_sansregular'; font-size:30px; font-weight:normal; color:#4f4f4f; }
.Con4        { font-family: 'open_sansbold'; font-size:30px; font-weight:normal; color:#000000; }


/* Container04 */
.Con5Title  { font-family: 'open_sansregular'; font-size:23px; font-weight:normal; color:#000; }

/* iphone Portrait [VERTICAL] CSS Start here */
@media only screen and (max-width :320px)   
{
 .Con1Title  { font-family: 'AvenirLTStd55Roman'; font-size:25px; font-weight:normal; color:#5a5959; }
 
.Con4Title   { font-family: 'open_sansregular'; font-size:15px; font-weight:normal; color:#4f4f4f; }
.Con4        { font-family: 'open_sansbold'; font-size:20px; font-weight:normal; color:#000000; }
.Con5Title  { font-family: 'open_sansregular'; font-size:17px; font-weight:normal; color:#000; }

}