@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu/Ubuntu-Light.eot');
  src: url('../fonts/ubuntu/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ubuntu/Ubuntu-Light.woff') format('woff'),
       url('../fonts/ubuntu/Ubuntu-Light.ttf') format('truetype'),
       url('../fonts/ubuntu/Ubuntu-Light.svg#Ubuntu') format('svg');
  font-weight: 300;
  font-style: normal;

}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu/Ubuntu-Regular.eot');
  src: url('../fonts/ubuntu/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ubuntu/Ubuntu-Regular.woff') format('woff'),
       url('../fonts/ubuntu/Ubuntu-Regular.ttf') format('truetype'),
       url('../fonts/ubuntu/Ubuntu-Regular.svg#Ubuntu') format('svg');
  font-weight: 400;
  font-style: normal;

}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/ubuntu/Ubuntu-Medium.eot');
  src: url('../fonts/ubuntu/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ubuntu/Ubuntu-Medium.woff') format('woff'),
       url('../fonts/ubuntu/Ubuntu-Medium.ttf') format('truetype'),
       url('../fonts/ubuntu/Ubuntu-Medium.svg#Ubuntu') format('svg');
  font-weight: 500;
  font-style: normal;

}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/rrss/fontello.eot?69183312');
  src: url('../fonts/rrss/fontello.eot?69183312#iefix') format('embedded-opentype'),
       url('../fonts/rrss/fontello.woff2?69183312') format('woff2'),
       url('../fonts/rrss/fontello.woff?69183312') format('woff'),
       url('../fonts/rrss/fontello.ttf?69183312') format('truetype'),
       url('../fonts/rrss/fontello.svg?69183312#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/material-icons/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('../fonts/material-icons/Material Icons'),
       local('../fonts/material-icons/MaterialIcons-Regular'),
       url('../fonts/material-icons/MaterialIcons-Regular.woff2') format('woff2'),
       url('../fonts/material-icons/MaterialIcons-Regular.woff') format('woff'),
       url('../fonts/material-icons/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}



 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */