.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    border-bottom: 3px solid #3498db;
    width: 16px;
    height: 16px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#Overlay #content {
    display: inline;
    float: left;
    width: 360px;
}
#Overlay{
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left:-150px;
    z-index: 55;
    background: white;
    border: 1px solid #BBB;
    padding: 20px;
    width:350px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size:10px;
    -moz-box-shadow: 2px 2px 5px #88A;
    -webkit-box-shadow: 2px 2px 5px #88A;
    color:#000;
    display:none;
}
#Overlay .title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #888;
}
#Overlay p {
    margin-bottom: 0px;
}
.inputfeilds{
    width: 150px;
    margin: 5px;
}
.autosize {
    display:block;
    margin:auto;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    padding-bottom: 30px;
    padding-top: 10px;
}

.foot{
    text-align: center;
    bottom:0;
    z-index:999999;
    width: 100%;
    height: 100px;
}

.cl {
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    clear: both;
}
.border{
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #262526;
}
#overlayBackground{
    position:fixed;
    background:url(/img/blackTransp.png) repeat;
    left: -295px;
    height: 104%;
    width: 200%;
    top: 0px;
    z-index:49;
    display:none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.itemInfoOverlay{
    display:none;
    position:absolute;
    top:45px;
    left:10px;
    width:150px;
    padding:10px;
    z-index:50;
    background: #32383e;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:10px;
}
.itemName{
    font-size:12px;
    margin-bottom:5px;
    font-weight:bold;
}
.item {
    display: inline;
    float: left;
    padding: 0 .625em 1.25em;
    width: 20%;
}
#content {
    display: inline;
    float: left;
    width: 660px;
}
#purchaseOverlay #content {
    display: inline;
    float: left;
    width: 360px;
}
#purchaseOverlay{
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left:-150px;
    z-index: 55;
    background: #32383e;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    width:350px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size:10px;
    color:#aaa;
    display:none;
}
#purchaseOverlay .title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #888;
}
#purchaseOverlay p {
    margin-bottom: 0px;
}
.itemImage {
    height: 120px;
    width: 120px;
    clear: none;
    cursor:pointer;
    position:relative;
}
.voteImage {
    height: 55px;
    width: 88px;
    clear: none;
    cursor:pointer;
    position:relative;
}
.spacer{
    clear:both;
    height:10px;
    width:100%;
}
.oldBallance .value{
    text-decoration: line-through;
}
.newBallance{
    font-weight:bold;
    color:#555;
}
.actions{
    text-align:center;
}
html {
    position: relative;
    min-height: 100%;
}
/*body {
    background-image: url("../img/bg1.png");
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 360px; /* Margin bottom by footer height */
/*}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 340px; /* Set the fixed height of the footer here */
/*}*/
.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 340px; /* Set the fixed height of the footer here */
    min-height: 340px;
    background-image: url("../img/footerbg.png");
    background-repeat: repeat-x;
}
#appOverlay #content {
    display: inline;
    float: left;
    width: 360px;
}
#appOverlay{
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left:-150px;
    z-index: 55;
    background: #32383e;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    width:350px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size:10px;
    color:#aaa;
    display:none;
}
#appOverlay .title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color:#555;
}
#appOverlay p {
    margin-bottom: 0px;
}

/* Make the image fully responsive */
.carousel-inner img {
    /*width: 100%;
    height: 100%;*/
}
#particles-js{
    width: 100%;
    height: 100%;
}
body {
    padding-top: 54px;
}

.carousel-item {
    height: 50vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}