﻿@import "//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css";

body, html {
    font-family: 'Ubuntu', sans-serif;
    padding: 0px; 
    margin: 0px;
    background-color: black;
    color: #fff;
}
.container {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    padding: 20px; 
    margin: 0px;
    z-index: 99999;
    min-width: 320px;
}

.content {
    background-color: #444;
    opacity: .75; /* Standard: FF gt 1.5, Opera, Safari, CSS3 */
    filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
    -khtml-opacity: .75; /* Safari 1.x */
    -moz-opacity: .75; /* FF lt 1.5, Netscape */
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 320px;
    margin:0 auto;
    margin-top: 20px;
}

/*@media screen and (max-width: 800px) {
    .content {
        clear:both;
        float: left;
        margin: 20px;
    }
}*/

.bmenu{
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
}
.bmenu li{
    /*font-size: 50px;*/
    font-family: 'Marcellus SC', serif;
    font-size: 50px;
    display: block;
}
.bmenu li a{
	white-space: nowrap;
	color: rgba(255,255,255,0.2);
	display: block;
	text-transform: uppercase;
    text-decoration: none;
	text-align: center;
	text-shadow: 0px 0px 6px #fff;
	letter-spacing: 1px;
	-moz-transform: scale(0.5); 
	-ms-transform: scale(0.5); 
	-o-transform: scale(0.5); 
	-webkit-transform: scale(0.5); 
	transform: scale(0.5); 
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.bmenu:hover li a{
	text-shadow: 0px 0px 15px #fff;
}
.bmenu li a:hover{
	text-shadow: 0px 0px 1px #fff;
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1); 
}

.bmenu li a:active {
    color:white;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.box-container {
    padding: 20px;
    position: relative;
    width: 143px;
    height: 220px;
    float: left;
}

.profile-container {
    padding: 8px;
    position: absolute;
    width: 143px;
    z-index: 1000;
}

.profile {
    background: #f6f6f6;
    float: left;
    padding: 4px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.avatar img {
    display: block;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.follow {
    margin: 4px 0 0 0;
}

.follow button {
    display: block;
    width: 100%;
    border: 0;
    background: #268cde;
    color: white;
    padding: 7px 0;
    margin: 0;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.follow button i {
    font-size: 10px;
    color: #b9daf4;
}

.follow button:hover {
    background: #3096e8;
}

.follow button:active {
    background: #2085d6;
}

.profile-list {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    color: #767b7e;
    font-size: 13px;
}

.profile-list li {
    cursor: pointer;
    background: #ffffff;
    border-top: 1px solid #e5e6e6;
    padding: 15px 10px;
}

.profile-list li:last-child {  
    border-radius: 0 0 3px 3px;;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

.profile-list li [class^="icon-"] {
    margin: 0 3px 0 0;
}


.profile-list .profile {
    border-radius: 3px 3px 0 0;
    position: relative;
}

.profile-list li {
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: perspective(250px) rotateX(-90deg);
    -o-transform: perspective(250px) rotateX(-90deg);
    transform: perspective(250px) rotateX(-90deg);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
}

.profile-list .first {
    -webkit-transition: 0.2s linear 0.8s;
    -o-transition: 0.2s linear 0.8s;
    transition: 0.2s linear 0.8s;
}

.profile-list .second {
    -webkit-transition: 0.2s linear 0.6s;
    -o-transition: 0.2s linear 0.6s;
    transition: 0.2s linear 0.6s;
}

.profile-list .third {
    -webkit-transition: 0.2s linear 0.4s;
    -o-transition: 0.2s linear 0.4s;
    transition: 0.2s linear 0.4s;
}

.profile-list .fourth {
    -webkit-transition: 0.2s linear 0.2s;
    -o-transition: 0.2s linear 0.2s;
    transition: 0.2s linear 0.2s;
}

.profile-container:hover .profile {
    border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

.profile-container:hover .profile-list li {
    -webkit-transform: perspective(350px) rotateX(0deg);
    -o-transform: perspective(350px) rotateX(0deg);
    transform: perspective(350px) rotateX(0deg);
    -webkit-transition: 0.2s linear 0s;
    -o-transition: 0.2s linear 0s;
    transition: 0.2s linear 0s;
}

.profile-container:hover .profile-list .second {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.profile-container:hover .profile-list .third {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.profile-container:hover .profile-list .fourth {
    transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
} 

.slider-wrapper {
    top: 0; right: 0; bottom: 0; left: 0;
    padding: 0px; 
    margin: 0px;
    position: absolute;
    overflow: hidden;

}

.page {
    display:none;
    padding: 20px;
    background-color: transparent;
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #444;
    opacity: .75; /* Standard: FF gt 1.5, Opera, Safari, CSS3 */
    filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
    -khtml-opacity: .75; /* Safari 1.x */
    -moz-opacity: .75; /* FF lt 1.5, Netscape */
    max-width: 800px;
    /*min-width: 280px;*/
    margin:0 auto;
    margin-bottom:20px;
}

/*@media screen and (max-width: 860px) {
    .page {
        clear:both;
        float: left;
        margin: 20px;
    }
}*/


.page.visible {
    display: block;
}

.page h1 {
    font-family: 'Marcellus SC', serif;
    text-transform: uppercase;
    text-shadow: 0px 0px 6px #ddd;
	letter-spacing: 1px;
}

.page h2 {
    font-family: 'Marcellus SC', serif;
    text-transform: uppercase;
    text-shadow: 0px 0px 6px #ddd;
	letter-spacing: 1px;
}

.page h3 {
    font-family: 'Marcellus SC', serif;
    text-transform: uppercase;
    text-shadow: 0px 0px 6px #ddd;
	letter-spacing: 1px;
}

.page hr {
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px black;
}
.page hr:after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */
}

.poweredby
{
    font-size: 8pt;
    color: #fff;
    float:right;
}

.site-title {
    font-family: 'Marcellus SC', serif;
    font-size: 32px;
    width: 320px;
    margin:0 auto;
    margin-bottom: 20px;
    text-align:center;
}

.buttonlink
{
    background: #268cde;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 8px;
    line-height: 28px;
}

.buttonlink:hover {
    background: #157bcd;
}

.circle
{
    clear:both;
    float:left;
    width:40px;
    height:40px;
    border-radius:50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size:20px;
    color:#157bcd;
    line-height:40px;
    text-align:center;
    background:#fff;
    font-family: 'Gloria Hallelujah', cursive;
    margin-right: 10px;
    margin-top: 10px;
}

.label
{
    margin-top: 20px;
    float:left;
}

iframe {
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: transparent !important;
}

.secondary-page
{
    padding:10px;
    background-color:transparent !important;
}