﻿.sticky-footer-push,
.footer {
    height: 60px;
}

.container {
    margin: 0 auto;
}

/* base styles */

/* ----------- */

html {
    color: #333;
    font-family: Prociono;
    font-size: 18px;
    line-height: 1.2;
}

a {
    color: #03739c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 10px 0;
}

/* site theme */

/* ---------- */

.masthead,
.footer {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

.twitter-logo {
    height: 72px;
    margin: 0;
    vertical-align: middle;
    width: 72px;
}

.title {
    font-size: 64px;
    margin: 20px 0 0 0;
}

.tagline {
    color: #444;
    font-size: 20px;
    margin: 20px 0 0 0;
}

.typeahead,
.tt-hint {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #024e6a;
    border-radius: 0;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.tt-hint {
    color: #9194b9;
}

.tt-menu {
    -moz-border-radius: 0;
    -moz-box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    border: none;
    border-radius: 0;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    height: auto;
    margin-top: 0px;
    overflow-y: auto;
    width: 600px;
}

.tt-suggestion {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px;
}

.tt-suggestion+.tt-suggestion {
    border: none;
    font-size: 14px;
}

.twitter-typeahead .tt-suggestion:hover,
.twitter-typeahead .tt-suggestion.tt-cursor {
    border-left-width: 5px;
    border-left-style: solid;
}
/*
.btn-download {
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 2px 5px -2px #111;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px -2px #111;
    background-color: #0097cf;
    background-image: -moz-linear-gradient(top, #04a2dd, #03739c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#04a2dd), to(#03739c));
    background-image: -webkit-linear-gradient(top, #04a2dd, #03739c);
    background-image: -o-linear-gradient(top, #04a2dd, #03739c);
    background-image: linear-gradient(to bottom, #04a2dd, #03739c);
    background-repeat: repeat-x;
    border: 1px solid #024e6a;
    border-radius: 10px;
    box-shadow: 0 2px 5px -2px #111;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    font: inherit;
    font-size: 32px;
    line-height: 38px;
    margin: 150px 0 0 0;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    vertical-align: middle;
    white-space: nowrap;
    *zoom: 1;
}

.btn-download:hover {
    background-color: #04a2dd;
    background-image: none;
}

.btn-download:active {
    background-color: #03739c;
    background-image: none;
}
*/

/*.btn:hover,
.btn:focus,
.btn:active {
    text-decoration: none;
}

.btn::-moz-focus-inner {
    border: 0;
    padding: 0;
}*/

.social {
    margin: 80px 0 0 0;
}

.social-btn {
    padding: 5px 8px;
}

.links {
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.links a {
    color: #999;
    font-size: 16px;
}

.footer {
    font-size: 12px;
}

/* narrow screens */

/* -------------- */

@media all and (max-width: 600px) {

    .typeahead-demo,
    .links-examples {
        display: none;
    }
}




/* SUGGESTION TEMPLATE! - BEGIN*/

.tt-suggestion span.bold {
    font-size: 16px;
    font-family: 'Source Bold';
}

.tt-suggestion span.right {
    float: right;
    text-align: right;
}

.tt-suggestion span.smaller {
    font-size: 11px;
    height: 5px;
}

.clear {
    clear: both;
}

/* SUGGESTION TEMPLATE! - END*/
/*
.tooltip {
    pointer-events:none;
}*/