/* FONT PATH
 * -------------------------- */

 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
 @import url(https://fonts.googleapis.com/css?family=Exo:400,300,500,700);
 @import url(https://fonts.googleapis.com/css?family=Exo+2:300,500,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*
 @font-face {
  font-family: 'Exo 2';
  font-style : normal;
  font-weight: 300;
  src        : local('Exo 2 Light'), local('Exo2-Light'), url(fonts/Exo2-Light.woff) format('woff');
}
@font-face {
  font-family: 'Exo 2';
  font-style : normal;
  font-weight: 500;
  src        : local('Exo 2 Medium'), local('Exo2-Medium'), url(fonts/Exo2-Medium.woff) format('woff');
}
@font-face {
  font-family: 'Exo 2';
  font-style : normal;
  font-weight: 700;
  src        : local('Exo 2 Bold'), local('Exo2-Bold'), url(fonts/Exo2-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style : normal;
  font-weight: 400;
  src        : local('Montserrat-Regular'), url(fonts/Montserrat-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans-Light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style : normal;
  font-weight: 400;
  src        : local('Open Sans'), local('OpenSans'), url(fonts/Open-Sans.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style : normal;
  font-weight: 700;
  src        : local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/Open-Sans-Bold.woff) format('woff');
}

*/

/* ICON PATH
 * -------------------------- */
@charset "UTF-8";

@font-face {
  font-family: "cooma-icon";
  src        :url("fonts/cooma-icon.eot");
  src        :url("fonts/cooma-icon.eot?#iefix") format("embedded-opentype"),
  url("fonts/cooma-icon.woff") format("woff"),
  url("fonts/cooma-icon.ttf") format("truetype"),
  url("fonts/cooma-icon.svg#cooma-icon") format("svg");
  font-weight: normal;
  font-style : normal;

}

[data-icon]:before {
  font-family            : "cooma-icon" !important;
  content                : attr(data-icon);
  font-style             : normal !important;
  font-weight            : normal !important;
  font-variant           : normal !important;
  text-transform         : none !important;
  speak                  : none;
  line-height            : 1;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family            : "cooma-icon" !important;
  font-style             : normal !important;
  font-weight            : normal !important;
  font-variant           : normal !important;
  text-transform         : none !important;
  speak                  : none;
  line-height            : 1;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: middle;

}

.icon-search:before {
  content: "g";
}
.icon-twister:before, .icon-twitter:before {
  content: "h";
}
.icon-facebook:before {
  content: "i";
}
.icon-google:before {
  content: "j";
}
.icon-googleplus:before {
  content: "j";
}
.icon-play:before, .icon-youtube:before {
  content: "k";
}
.icon-photo:before {
  content: "l";
}
.icon-arrow-left-mini:before {
  content: "m";
}
.icon-arrow-right-mini:before {
  content: "n";
}
.icon-star:before {
  content: "o";
}
.icon-home:before {
  content: "p";
}
.icon-play-circle:before {
  content: "a";
}
.icon-arrow-left:before {
  content: "b";
}
.icon-arrow-right:before {
  content: "c";
}
.icon-blog:before {
  content: "d";
}
.icon-calendar:before {
  content: "e";
}
.icon-comment:before {
  content: "f";
}
.icon-fly:before {
  content: "q";
}
.icon-history:before {
  content: "r";
}
.icon-images:before {
  content: "s";
}
.icon-list:before {
  content: "t";
}
.icon-location:before {
  content: "u";
}
.icon-m-accommodation:before {
  content: "v";
}
.icon-m-attractions:before {
  content: "w";
}
.icon-m-coffee:before {
  content: "x";
}
.icon-m-conferences:before {
  content: "y";
}
.icon-m-events:before {
  content: "z";
}
.icon-m-villages:before {
  content: "A";
}
.icon-mail:before {
  content: "B";
}
.icon-news:before {
  content: "C";
}
.icon-note:before {
  content: "D";
}
.icon-tag:before {
  content: "E";
}
.icon-video:before {
  content: "F";
}

.icon-instagram:before {
  font-family: "FontAwesome" !important;
  content: "\f16d";
}