/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
}

header {
    color: #ffffff;
}

header a {
    color: #ffffff !important;
}

header a.navbar-brand {
    color: #dfdfdf !important;
    text-transform: uppercase;
    width: 120px;
}

.navbar {
	background-color: #8a8a8a;
}

.navbar-form {
	border: none;
	box-shadow: none;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
	opacity: 0.7;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    font-size: 0.8em;
    height: 60px;
    background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Custom page CSS
-------------------------------------------------- */

#wrap > .container {
    padding: 0px 0 60px 0;
}

.container {
    max-width: 860px;
}

.container .credit {
    margin: 20px 0;
}

.container .well {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.container .well > .page-header {
    margin-top: 0;
}

.jumbotron .container {
	max-width: 100%;
}

.thumbnail {
    height: 100px;
    margin-bottom: 15px;
    position: relative;
}

.thumbnail > a {
    display: block;
    line-height: 90px;
    text-align: center;
}

.thumbnail > a > img {
    vertical-align: middle;
}

.profiles-all > li {
    margin-bottom: 5px;
}

#footer .yashare-auto-init {
    margin-top: 15px;
}

code {
    font-size: 80%;
}

/* Search
-------------------------------------------------- */

form.form-search-profile > i.icon-search,
form.navbar-form-search-profile > i.icon-search {
    color: #EAEAEA;
    position: absolute;
}

form.form-search-profile > i.icon-search {
    font-size: 1.8em;
    margin-top: -55px;
    margin-left: 15px;
}

form.navbar-form-search-profile > i.icon-search {
    font-size: 1.4em;
    margin-top: 8px;
    margin-left: -28px;
}

form.navbar-form-search-profile > input[name='q'] {
    padding-right: 30px;
}

#search-profile-ajax {
    font-size: 34px;
    height: auto;
    padding: 10px 14px 10px 60px;
}

/* Mainpage
-------------------------------------------------- */

.benefits {
    margin: 50px 0 25px;
    text-align: center;
}

.benefits h2 {
    font-weight: 300;
}

.benefits i {
    font-size: 5em;
}

.benefits p {
    color: #777777;
    font-size: 0.9em;
}

/* Versions
-------------------------------------------------- */


.table-versions tr.row-version:hover {
    background: #fcf6e6;
}

.table-versions tr.row-version td {
    border: 0;
    padding: 30px 20px 40px;
    vertical-align: middle;
}

#version-code .preview {
    border: 1px solid #eaeaea;
    padding: 50px 20px;
    text-align: center;
}