/*import google fonts*/
/*font-face*/

/* font 1:  'OpenSansCondensedLight' */
@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('../fonts/opensans/opensans-condlight-webfont.eot');
    src: url('../fonts/opensans/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensans-condlight-webfont.woff') format('woff'),
         url('../fonts/opensans/opensans-condlight-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensans-condlight-webfont.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* font 2: 'YanoneKaffeesatzLight'  */
@font-face {
    font-family: 'YanoneKaffeesatzLight';
    src: url('../fonts/yanone/yanonekaffeesatz-light-webfont.eot');
    src: url('../fonts/yanone/yanonekaffeesatz-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yanone/yanonekaffeesatz-light-webfont.woff') format('woff'),
         url('../fonts/yanone/yanonekaffeesatz-light-webfont.ttf') format('truetype'),
         url('../fonts/yanone/yanonekaffeesatz-light-webfont.svg#YanoneKaffeesatzLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* font 3:  'QlassikMediumRegular'   */
@font-face {
    font-family: 'QlassikMediumRegular';
    src: url('../fonts/qlassik/qlassik_tb-webfont.eot');
    src: url('../fonts/qlassik/qlassik_tb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/qlassik/qlassik_tb-webfont.woff') format('woff'),
         url('../fonts/qlassik/qlassik_tb-webfont.ttf') format('truetype'),
         url('../fonts/qlassik/qlassik_tb-webfont.svg#QlassikMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-------------------B-O-D-Y----F-O-N-T-S-----------------*/

/*font 1:  'UbuntuLight'*/
@font-face {
    font-family: 'UbuntuLight';
    src: url('../fonts/ubuntu/ubuntu-light-webfont.eot');
    src: url('../fonts/ubuntu/ubuntu-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu/ubuntu-light-webfont.woff') format('woff'),
         url('../fonts/ubuntu/ubuntu-light-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu/ubuntu-light-webfont.svg#UbuntuLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*font 2:  'PTSansRegular'   */
@font-face {
    font-family: 'PTSansRegular';
    src: url('../fonts/pt_sans/pt_sans-web-regular-webfont.eot');
    src: url('../fonts/pt_sans/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_sans/pt_sans-web-regular-webfont.woff') format('woff'),
         url('../fonts/pt_sans/pt_sans-web-regular-webfont.ttf') format('truetype'),
         url('../fonts/pt_sans/pt_sans-web-regular-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.price-list { font-family:'PTSansRegular',Tahoma,Arial,Helvetica,Sans-Serif; }
  
h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover, h2.postheader, .style-title, .style-title2, .showhide li .title, .showcase-banner, .th .title,.price-tag, h3.dotted  { font-family: 'YanoneKaffeesatzLight', arial, serif; }