@charset "UTF-8";
/* CSS Document */

body {
    width:100%;
	height:100%;
    background-image: url('https://s3.amazonaws.com/wordpress-avalonlords/images/bg-pattern.gif');
	padding-top:45px;
}


body.stream {
  width:100%;
	height:100%;
	background-image:transparent;
  background: -webkit-linear-gradient(90deg, #0e1f32 10%, #3A6073 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #0e1f32 10%, #3A6073 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #0e1f32 10%, #3A6073 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #0e1f32 10%, #3A6073 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #0e1f32 10%, #3A6073 90%); /* W3C */
	padding-top:70px;
}


body.stream .spacer.tag{
  display:none;
}

body.stream .mainbg{
	display:none;
}

body.stream .page-header.footer{
	display:none;
}

body.stream .stream-header{
	color:#FFF;
}

body.stream .jumbotron{
	padding-bottom:0px;
}

.site-navigation{
	position:relative;
	top: 22px;
    right: 18px;
	}

.site-navigation a{
	color:#FFF;
}

.site-navigation a:hover{
	color:#333;
}

.tag {
    width: 490px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

 .tag {
    display: block;
}

.tag .body {
    font-family: 'Titillium Web', sans-serif !important;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0px 0px 15px #000;
    font-size: 15px !important;
    font-weight: bold;
}

.tag .header {
    font-family: 'Titillium Web', sans-serif !important;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0px 0px 15px #000;
    font-size: 32px !important;
    text-transform: uppercase;
    font-weight: bold;
}
/* LOGIN */

.navbar-brand {
   padding: 8px 15px;
}

.navbar-brand.al-logo{
   padding: 15px 15px;
}

.jumbotron.main {
    position: relative;
    background: #000 url("https://s3.amazonaws.com/wordpress-avalonlords/images/background-main3.jpg") center center;
    background-size: cover;
    overflow: hidden;
	top:0;
	width:100%;
	height:auto;
	z-index:1;
	left:0;
}

body.stream .jumbotron{

	background:transparent;

}



.jumbotron.main .navbar{
	position:relative;
	z-index:3;
	top:-30px;
}

.mainbg {
    background-image: url('https://s3.amazonaws.com/wordpress-avalonlords/images/trans-bg.png');
    width: 100%;
    height: 110px;
    z-index: 2;
	position:absolute;
	top:0;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }

	.navbar-brand.al-logo{
   padding: 25px 45px;
	}

	.tag{
   display:none;
	}
}

.breadcrumb {
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-bottom:0;
}
