/*
 *            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
 *                    Version 2, December 2004
 *
 * Copyright (C) 2014 Tim Severien
 *
 * Everyone is permitted to copy and distribute verbatim or modified
 * copies of this license document, and changing it is allowed as long
 * as the name is changed.
 *
 *            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
 *   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 *
 * 0. You just DO WHAT THE FUCK YOU WANT TO.
*/

@font-face { font-family: 'taggd'; src: url('../fonts/taggd.eot'); src: url('../fonts/taggd.eot#iefix') format('embedded-opentype'), url('../fonts/taggd.woff') format('woff'), url('../fonts/taggd.ttf') format('truetype'), url('../fonts/taggd.svg#taggd') format('svg'); font-weight: normal; font-style: normal; }

.taggd-wrapper { overflow: hidden; position: relative; width: 100% !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; }

    .taggd-wrapper .taggd-item { cursor: pointer; display: block; padding: 0; z-index: 1000; margin-top: 5px; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s; }
        .taggd-wrapper .taggd-item:before { margin-left: 5px; color: #E63323; }

.taggd-hover { display: block !important; position: absolute; background: #fff; color: #000; padding: 10px; min-height: 38px; min-width: 40px; -moz-box-sizing: border-box; box-sizing: border-box; opacity: 0; -webkit-transition: opacity 500ms ease-in-out; -moz-transition: opacity 500ms ease-in-out; -ms-transition: opacity 500ms ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 500ms ease-in-out; }
    .taggd-hover.active { opacity: 1; z-index: 9999; }

.taggd-wrapper .taggd-editor { position: absolute; }

.taggd-hover .price { font-size: 1.5em; }
.taggd-hover .title { font-size: 1.3em; }
