body {
    background: url(../images/background.png);
}

h1 {
    font-family: 'Engagement';
    font-size: 45px;
    line-height: 70px;
    font-weight: normal;
}

hr{
    border-style: inset;
}

.well {
    background: #DEEBFC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset, 5px 5px rgba(221, 221, 221, 0.8);
}

.well blockquote {
}

.navbar .btn {
    margin: -3px 0 6px;
    padding: 3px 10px;
}

.navbar .brand{
    padding: 0;
    position: absolute;
    top:0;
    left:0;
}

.quote-box{
    position: relative;
}

.quote-box blockquote {
    margin-bottom: 30px;
}

.favourite {
    position: absolute;
    top: 5px;
    right: 5px;
}

.rating-poster {
    position: relative;
    top: -20px;
}

.rating-poster:after,.rating-poster:before {
    content: '';
    display: table;
    clear: both;
}

.quote-poster{
    font-size: 11px;
}

.quote-box-social{
    position: absolute;
    right: 0;
    bottom: 5px;
}

#content-container {
    padding: 30px 0 0 0;
}

#top-nav-bar-wrapper{
    z-index: 1050;
}

#top-nav-bar{
    position: relative;
}

#top-nav-links{
    margin-left: 60px;
}

#top-subnav-bar{
    top: 43px;
}

#top-subnav-bar .navbar-inner{
    background: none;
    box-shadow: none;
    min-height: 30px;
    padding-top: 8px;
}

#top-subnav-bar .nav > li{
    margin-left: 5px;
}

#top-subnav-bar .nav > li > a{
    padding: 0px 8px 3px;
    background: none;
    color: #000;
    text-shadow: 1px 1px #fff;
    background: #F3F3F3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

#top-subnav-bar .nav > li > a:hover{
    color: #555;
    box-shadow: 0 2px #ddd;
}

.align-right{
    text-align: right;
}

.label-info a{
    color: #fff;
}

.form-actions {
    background: rgba(245, 245, 245, 0.7);
}

.pin-btn, .fb-btn, .tw-btn, .gplus-btn {
    position: relative;
    display: inline-block;
}


.pin-btn {
    bottom: 3px;
}
.fb-btn {

}

.tw-btn {
    bottom: -3px;
}

.gplus-btn {
    bottom: -3px;
}

.error .help-block,.error .help-inline{
    color: #B94A48;
}

.modal .alert, .modal .control-group{
    margin-bottom: 5px;
}
.modal .help-block,.modal .help-inline{
    margin-top: 0;
}

#my-account li.active a{
    background: #EDEDE7;
    color: #000;
}

#my-account i{
    vertical-align: text-bottom;
}

.gad {
    text-align: center;
    margin-bottom: 20px;
}

.profile-table.table-striped tbody tr:nth-child(2n+1) td, .profile-table.table-striped tbody tr:nth-child(2n+1) th {
    background-color: #ECF3FB;
}

.profile-table tbody tr:hover th, .profile-table tbody tr:hover td {
    background-color: #F6FAFE;
}

.languages{
    margin: 10px 0 0 10px;
    padding: 0px 3px;
    background: #626262;
    border-radius: 5px;
}