/*
    Project : Ipekyol
    Create : 09.02.2015
    Author: RND New Media Solutions
*/
/** Google fonts starts here */
/*
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
*/
/** Google fonts ends here */
/** Layout starts here **/
@import url(https://fonts.googleapis.com/css?family=Roboto:500,100,900,400italic,300,700,400&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,latin-ext); 

@font-face {
    font-family: 'AbakuTLSymSansRegular';
    src: url('/fonts/abakutlsymsans.eot');
    src: url('fonts/abakutlsymsans.eot?#iefix') format('embedded-opentype'),
         url('fonts/abakutlsymsans.woff') format('woff'),
         url('fonts/abakutlsymsans.ttf') format('truetype'),
         url('fonts/abakutlsymsans.svg#AbakuTLSymSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon3.eot?jl3s6j');
  src:  url('fonts/icomoon3.eot?jl3s6j#iefix') format('embedded-opentype'),
    url('fonts/icomoon3.ttf?jl3s6j') format('truetype'),
    url('fonts/icomoon3.woff?jl3s6j') format('woff'),
    url('fonts/icomoon3.svg?jl3s6j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family:'HelveticaNeueCondensed';
    src: url('fonts/HelveticaNeueCondensed.eot');
	src: url('fonts/HelveticaNeueCondensed.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueCondensed.woff') format('woff'),
		url('fonts/HelveticaNeueCondensed.ttf') format('truetype'),
		url('fonts/HelveticaNeueCondensed.svg#HelveticaNeueCondensed') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: condensed;
    unicode-range: U+0022-02D9;
}

@font-face {
    font-family:'HelveticaNeueThinCond';
    src: url('fonts/HelveticaNeueCondensedThin.eot');
	src: url('fonts/HelveticaNeueCondensedThin.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueCondensedThin.woff') format('woff'),
		url('fonts/HelveticaNeueCondensedThin.ttf') format('truetype'),
		url('fonts/HelveticaNeueCondensedThin.svg#HelveticaNeueCondensedThin') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: condensed;
    unicode-range: U+0022-02D9;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}