/*Make changes here and they will be applied across the entire site.
IT is not responsible for what you do here. You break it you buy it.

Tips and tricks:

*
You will need to refresh the page to see your changes. The Save button on this
page does not refresh the page.

*
You many have to use the term !important if you do not see your changes taking
place. Just be carful using important as it will always take priority. You will
get a warining when using important, but it will not cause an error.

ex:
.fa-product-hunt{
    color: purple !important;
}
*/
/*You can delete this. This was used for testing.*/
.testGlobal {
    color: red;
}

@media (min-width: 768px) {
    .lead {
        font-size: 16px;
    }
}

.panel-group {
    margin-bottom: 0px;
}

.panel-default > .panel-heading > .panel-title {
    font-size: 16px;
}

.panel .panel-heading {
    padding: 10px 25px;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 0;
    text-align: Left;
}

@font-face {
    font-family: "SnowFly";
    src: url('../less/icons/snowfly-icons/fonts/SnowFly.eot?t=1685643729068');
    /* IE9*/
    src: url('../less/icons/snowfly-icons/fonts/SnowFly.eot?t=1685643729068#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url("../less/icons/snowfly-icons/fonts/SnowFly.woff2?t=1685643729068") format("woff2"),
        url("../less/icons/snowfly-icons/fonts/SnowFly.woff?t=1685643729068") format("woff"),
        url('../less/icons/snowfly-icons/fonts/SnowFly.ttf?t=1685643729068') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('../less/icons/snowfly-icons/fonts/SnowFly.svg?t=1685643729068#SnowFly') format('svg');
    /* iOS 4.1- */
}

[class^="SnowFly-"],
[class*=" SnowFly-"] {
    font-family: 'SnowFly' !important;
    font-size: 2.25em;
    line-height: 1rem;
    width: 1em;
    height: 1em;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: inherit;
}


.SnowFly-hand-shake:before {
    content: "\ea01";
    position: relative;
    top: 0.25em;
}

.SnowFly-high-five:before {
    content: "\ea02";
    position: relative;
    top: 0.25em;
    padding-right: 0.25em;
    font-weight: normal;
}

.SnowFly-high-five.darker:before {
    color: #6a33cf;
}
