/* 
   _  ___         
| |/ (_) |__  ___
| ' <| | '_ \/ _ \
|_|\_\_|_.__/\___/

KIBO STUDIOS // ADVERTISING ® 2016
This file was originally created by Kibo.
No public difusion allowed. Code rights reserved.
Contact us info@kibostudios.com
www.kibostudios.com

ExtraLight: 100
Light:      200
SemiLight:  300
Book:       400
Regular:    500
Medium:     600
SemiBold:   700
Bold:       800
ExtraBold:  900

*/

/************************ FONT ************************/

@font-face {
    font-family: 'gotham';
    font-weight: 100;
    src: url('../fonts/Gotham/Gotham-XLight.eot');
    src: url('../fonts/Gotham/Gotham-XLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham/Gotham-XLight.woff') format('woff'),
         url('../fonts/Gotham/Gotham-XLight.ttf')  format('truetype');
}

@font-face {
    font-family: 'gotham';
    font-weight: 200;
    src: url('../fonts/Gotham/gotham-light.eot');
    src: url('../fonts/Gotham/gotham-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham/gotham-light.woff') format('woff'),
         url('../fonts/Gotham/gotham-light.ttf')  format('truetype');
}

@font-face {
    font-family: 'gotham';
    font-weight: 400;
    src: url('../fonts/Gotham/gotham-book.eot');
    src: url('../fonts/Gotham/gotham-book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham/gotham-book.woff') format('woff'),
         url('../fonts/Gotham/gotham-book.ttf')  format('truetype');
}

@font-face {
    font-family: 'gotham';
    font-weight: 600;
    src: url('../fonts/Gotham/gotham-medium.eot');
    src: url('../fonts/Gotham/gotham-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham/gotham-medium.woff') format('woff'),
         url('../fonts/Gotham/gotham-medium.ttf')  format('truetype');
}

@font-face {
    font-family: 'gotham';
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/Gotham/Gotham-MediumItalic.eot');
    src: url('../fonts/Gotham/Gotham-MediumItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham/Gotham-MediumItalic.woff') format('woff'),
         url('../fonts/Gotham/Gotham-MediumItalic.ttf')  format('truetype');
}

@font-face {
    font-family: 'gotham';
    font-weight: 800;
    src: url('../fonts/Gotham/gotham-bold.eot');
    src: url('../fonts/Gotham/gotham-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham/gotham-bold.woff') format('woff'),
         url('../fonts/Gotham/gotham-bold.ttf')  format('truetype');
}


/************************ FLATICON FONT ************************/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon/Flaticon.eot");
  src: url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/flaticon/Flaticon.woff") format("woff"),
       url("../fonts/flaticon/Flaticon.ttf") format("truetype"),
       url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-monitor:before { content: "\f100"; }
.flaticon-vol:before { content: "\f101"; }

