/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@font-face {
  font-family: "FontAwesome";
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('eot'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  	font-family: "Champagne"; 
	src: url('../fonts/champreg-webfont.eot');
	src: url('../fonts/champreg-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/champita-webfont.woff') format('woff'),
		 url('../fonts/champita-webfont.ttf') format('truetype'),
		 url('../fonts/champita-webfont.svg#Champagne') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeue.otf');
	src: url('../fonts/BebasNeue.ttf');
	src: url('../fonts/BebasNeue.otf?#iefix') format('embedded-opentype'),		 
		 url('../fonts/BebasNeue.ttf') format('truetype');
		 
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Social';
	src: url('../fonts/Socialico.otf');
	src: url('../fonts/Socialico.ttf');
	src: url('../fonts/Socialico.otf?#iefix') format('embedded-opentype'),		 
		 url('../fonts/Socialico.ttf') format('truetype');
		 
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SocialIcon';
	src: url('../fonts/Socialico.otf');
	 
	src: url('../fonts/Socialico.otf?#iefix') format('embedded-opentype');
		 
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: "Caviar";    
  src: url('../fonts/CaviarDreams.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="ida-"]:before, [class*=" ida-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="ida-"], a [class*=" ida-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.ida-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
 
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.ida-glass:before                { content: "\f000"; }
.ida-music:before                { content: "\f001"; }
.ida-search:before               { content: "\f002"; }
.ida-envelope:before             { content: "\f003"; }
.ida-heart:before                { content: "\f004"; }
.ida-star:before                 { content: "\f005"; }
.ida-star-empty:before           { content: "\f006"; }
.ida-user:before                 { content: "\f007"; }
.ida-film:before                 { content: "\f008"; }
.ida-th-large:before             { content: "\f009"; }
.ida-th:before                   { content: "\f00a"; }
.ida-th-list:before              { content: "\f00b"; }
.ida-ok:before                   { content: "\f00c"; }
.ida-remove:before               { content: "\f00d"; }
.ida-zoom-in:before              { content: "\f00e"; }

.ida-zoom-out:before             { content: "\f010"; }
.ida-off:before                  { content: "\f011"; }
.ida-signal:before               { content: "\f012"; }
.ida-cog:before                  { content: "\f013"; }
.ida-trash:before                { content: "\f014"; }
.ida-home:before                 { content: "\f015"; }
.ida-file:before                 { content: "\f016"; }
.ida-time:before                 { content: "\f017"; }
.ida-road:before                 { content: "\f018"; }
.ida-download-alt:before         { content: "\f019"; }
.ida-download:before             { content: "\f01a"; }
.ida-upload:before               { content: "\f01b"; }
.ida-mailinbox:before                { content: "\f01c"; }
.ida-play-circle:before          { content: "\f01d"; }
.ida-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.ida-refresh:before              { content: "\f021"; }
.ida-list-alt:before             { content: "\f022"; }
.ida-lock:before                 { content: "\f023"; }
.ida-flag:before                 { content: "\f024"; }
.ida-headphones:before           { content: "\f025"; }
.ida-volume-off:before           { content: "\f026"; }
.ida-volume-down:before          { content: "\f027"; }
.ida-volume-up:before            { content: "\f028"; }
.ida-qrcode:before               { content: "\f029"; }
.ida-barcode:before              { content: "\f02a"; }
.ida-tag:before                  { content: "\f02b"; }
.ida-tags:before                 { content: "\f02c"; }
.ida-book:before                 { content: "\f02d"; }
.ida-bookmark:before             { content: "\f02e"; }
.ida-print:before                { content: "\f02f"; }

.ida-camera:before               { content: "\f030"; }
.ida-font:before                 { content: "\f031"; }
.ida-bold:before                 { content: "\f032"; }
.ida-italic:before               { content: "\f033"; }
.ida-text-height:before          { content: "\f034"; }
.ida-text-width:before           { content: "\f035"; }
.ida-align-left:before           { content: "\f036"; }
.ida-align-center:before         { content: "\f037"; }
.ida-align-right:before          { content: "\f038"; }
.ida-align-justify:before        { content: "\f039"; }
.ida-list:before                 { content: "\f03a"; }
.ida-indent-left:before          { content: "\f03b"; }
.ida-indent-right:before         { content: "\f03c"; }
.ida-facetime-video:before       { content: "\f03d"; }
.ida-picture:before              { content: "\f03e"; }

.ida-pencil:before               { content: "\f040"; }
.ida-map-marker:before           { content: "\f041"; }
.ida-adjust:before               { content: "\f042"; }
.ida-tint:before                 { content: "\f043"; }
.ida-edit:before                 { content: "\f044"; }
.ida-share:before                { content: "\f045"; }
.ida-check:before                { content: "\f046"; }
.ida-move:before                 { content: "\f047"; }
.ida-step-backward:before        { content: "\f048"; }
.ida-fast-backward:before        { content: "\f049"; }
.ida-backward:before             { content: "\f04a"; }
.ida-play:before                 { content: "\f04b"; }
.ida-pause:before                { content: "\f04c"; }
.ida-stop:before                 { content: "\f04d"; }
.ida-forward:before              { content: "\f04e"; }

.ida-fast-forward:before         { content: "\f050"; }
.ida-step-forward:before         { content: "\f051"; }
.ida-eject:before                { content: "\f052"; }
.ida-chevron-left:before         { content: "\f053"; }
.ida-chevron-right:before        { content: "\f054"; }
.ida-plus-sign:before            { content: "\f055"; }
.ida-minus-sign:before           { content: "\f056"; }
.ida-remove-sign:before          { content: "\f057"; }
.ida-ok-sign:before              { content: "\f058"; }
.ida-question-sign:before        { content: "\f059"; }
.ida-info-sign:before            { content: "\f05a"; }
.ida-screenshot:before           { content: "\f05b"; }
.ida-remove-circle:before        { content: "\f05c"; }
.ida-ok-circle:before            { content: "\f05d"; }
.ida-ban-circle:before           { content: "\f05e"; }

.ida-arrow-left:before           { content: "\f060"; }
.ida-arrow-right:before          { content: "\f061"; }
.ida-arrow-up:before             { content: "\f062"; }
.ida-arrow-down:before           { content: "\f063"; }
.ida-share-alt:before            { content: "\f064"; }
.ida-resize-full:before          { content: "\f065"; }
.ida-resize-small:before         { content: "\f066"; }
.ida-plus:before                 { content: "\f067"; }
.ida-minus:before                { content: "\f068"; }
.ida-asterisk:before             { content: "\f069"; }
.ida-exclamation-sign:before     { content: "\f06a"; }
.ida-gift:before                 { content: "\f06b"; }
.ida-leaf:before                 { content: "\f06c"; }
.ida-fire:before                 { content: "\f06d"; }
.ida-eye-open:before             { content: "\f06e"; }

.ida-eye-close:before            { content: "\f070"; }
.ida-warning-sign:before         { content: "\f071"; }
.ida-plane:before                { content: "\f072"; }
.ida-calendar:before             { content: "\f073"; }
.ida-random:before               { content: "\f074"; }
.ida-comment:before              { content: "\f075"; }
.ida-magnet:before               { content: "\f076"; }
.ida-chevron-up:before           { content: "\f077"; }
.ida-chevron-down:before         { content: "\f078"; }
.ida-retweet:before              { content: "\f079"; }
.ida-shopping-cart:before        { content: "\f07a"; }
.ida-folder-close:before         { content: "\f07b"; }
.ida-folder-open:before          { content: "\f07c"; }
.ida-resize-vertical:before      { content: "\f07d"; }
.ida-resize-horizontal:before    { content: "\f07e"; }

.ida-bar-chart:before            { content: "\f080"; }
.ida-twitter-sign:before         { content: "\f081"; }
.ida-facebook-sign:before        { content: "\f082"; }
.ida-camera-retro:before         { content: "\f083"; }
.ida-key:before                  { content: "\f084"; }
.ida-cogs:before                 { content: "\f085"; }
.ida-comments:before             { content: "\f086"; }
.ida-thumbs-up:before            { content: "\f087"; }
.ida-thumbs-down:before          { content: "\f088"; }
.ida-star-half:before            { content: "\f089"; }
.ida-heart-empty:before          { content: "\f08a"; }
.ida-signout:before              { content: "\f08b"; }
.ida-linkedin-sign:before        { content: "\f08c"; }
.ida-pushpin:before              { content: "\f08d"; }
.ida-external-link:before        { content: "\f08e"; }

.ida-signin:before               { content: "\f090"; }
.ida-trophy:before               { content: "\f091"; }
.ida-github-sign:before          { content: "\f092"; }
.ida-upload-alt:before           { content: "\f093"; }
.ida-lemon:before                { content: "\f094"; }
.ida-phone:before                { content: "\f095"; }
.ida-check-empty:before          { content: "\f096"; }
.ida-bookmark-empty:before       { content: "\f097"; }
.ida-phone-sign:before           { content: "\f098"; }
.ida-twitter:before              { content: "\f099"; }
.ida-facebook:before             { content: "\f09a"; }
.ida-github:before               { content: "\f09b"; }
.ida-unlock:before               { content: "\f09c"; }
.ida-credit-card:before          { content: "\f09d"; }
.ida-rss:before                  { content: "\f09e"; }

.ida-hdd:before                  { content: "\f0a0"; }
.ida-bullhorn:before             { content: "\f0a1"; }
.ida-bell:before                 { content: "\f0a2"; }
.ida-certificate:before          { content: "\f0a3"; }
.ida-hand-right:before           { content: "\f0a4"; }
.ida-hand-left:before            { content: "\f0a5"; }
.ida-hand-up:before              { content: "\f0a6"; }
.ida-hand-down:before            { content: "\f0a7"; }
.ida-circle-arrow-left:before    { content: "\f0a8"; }
.ida-circle-arrow-right:before   { content: "\f0a9"; }
.ida-circle-arrow-up:before      { content: "\f0aa"; }
.ida-circle-arrow-down:before    { content: "\f0ab"; }
.ida-globe:before                { content: "\f0ac"; }
.ida-wrench:before               { content: "\f0ad"; }
.ida-tasks:before                { content: "\f0ae"; }

.ida-filter:before               { content: "\f0b0"; }
.ida-briefcase:before            { content: "\f0b1"; }
.ida-fullscreen:before           { content: "\f0b2"; }

.ida-group:before                { content: "\f0c0"; }
.ida-link:before                 { content: "\f0c1"; }
.ida-cloud:before                { content: "\f0c2"; }
.ida-beaker:before               { content: "\f0c3"; }
.ida-cut:before                  { content: "\f0c4"; }
.ida-copy:before                 { content: "\f0c5"; }
.ida-paper-clip:before           { content: "\f0c6"; }
.ida-save:before                 { content: "\f0c7"; }
.ida-sign-blank:before           { content: "\f0c8"; }
.ida-reorder:before              { content: "\f0c9"; }
.ida-list-ul:before              { content: "\f0ca"; }
.ida-list-ol:before              { content: "\f0cb"; }
.ida-strikethrough:before        { content: "\f0cc"; }
.ida-underline:before            { content: "\f0cd"; }
.ida-table:before                { content: "\f0ce"; }

.ida-magic:before                { content: "\f0d0"; }
.ida-truck:before                { content: "\f0d1"; }
.ida-pinterest:before            { content: "\f0d2"; }
.ida-pinterest-sign:before       { content: "\f0d3"; }
.ida-google-plus-sign:before     { content: "\f0d4"; }
.ida-google-plus:before          { content: "\f0d5"; }
.ida-money:before                { content: "\f0d6"; }
.ida-caret-down:before           { content: "\f0d7"; }
.ida-caret-up:before             { content: "\f0d8"; }
.ida-caret-left:before           { content: "\f0d9"; }
.ida-caret-right:before          { content: "\f0da"; }
.ida-columns:before              { content: "\f0db"; }
.ida-sort:before                 { content: "\f0dc"; }
.ida-sort-down:before            { content: "\f0dd"; }
.ida-sort-up:before              { content: "\f0de"; }

.ida-envelope-alt:before         { content: "\f0e0"; }
.ida-linkedin:before             { content: "\f0e1"; }
.ida-undo:before                 { content: "\f0e2"; }
.ida-legal:before                { content: "\f0e3"; }
.ida-dashboard:before            { content: "\f0e4"; }
.ida-comment-alt:before          { content: "\f0e5"; }
.ida-comments-alt:before         { content: "\f0e6"; }
.ida-bolt:before                 { content: "\f0e7"; }
.ida-sitemap:before              { content: "\f0e8"; }
.ida-umbrella:before             { content: "\f0e9"; }
.ida-paste:before                { content: "\f0ea"; }

.ida-user-md:before              { content: "\f200"; }
