body {
	/*css for full size background image*/
	margin: 0;
	background: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color: #000;
	color: #343434;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-weight: lighter;
}


#brsw{
	background: #1a6aa0;
	border:none;
}
#baio{
	background: #197740;
	border:none;
}

#btrack{
	background: #e95a07;
	border:none;
}
#bges{
	background: #bb3250;
	border:none;
}

#bril{
	background: #58647e;
	border:none;
}

#bsgi{
	background: #a01919 !important;
	border:none;
}


.vcenter {
	line-height:48px !important;
}

video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: hsla(0,0%,100%,0);
	background-size: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
}

h1 {
	font-size: 3rem;
	text-transform: uppercase;
	margin-top: 0;
	letter-spacing: .3rem;
}
a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: rgba(0,0,0,0.5);
	padding: .5rem;
	-webkit-transition: .6s background;
	transition: .6s background;
}
a:hover {
	background: rgba(0,0,0,0.9);
}
.stopfade {
	opacity: .5;
}





@media all and (max-device-width: 800px) {
body {
	background: url("../img/railway.jpg") #000 no-repeat center center fixed;
	background-size: cover;
}
#bgvid {
	display: none;
}
div {
 width:100%;
}
}


.form-signin {
	max-width: 330px;
	display:none;
	margin: 15px auto;
	border-radius: 0px;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
	margin-bottom:10px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom:10px;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#principal {

  background: rgba(255, 255, 255, .75);
	padding:50px;

}
#principal button{
	border-radius:0px;
}
#loghi {
	width:100%;
	text-align:left;
	margin-bottom:15px;
	padding:10px 0px 20px 0px;
}
.tt-query,
.tt-hint {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    outline: none;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}
.twitter-typeahead{
	width:100%;
}
.tt-dropdown-menu {
    width: 100%;
    margin-top: 5px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 10px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #5cb85c;

}
@media screen and (max-width: 768px) {
#principal {
  padding:20px;
}
	#loghi img{
		height:35px;
	}
}