@import url(https://fonts.googleapis.com/css?family=Oswald);
body {
    padding-top: 50px;
    font-size: 16px;
    color: #263238;
}
.navbar {
    font-family:'Oswald';
}
.team-link {
    padding: 10px;
}
.team-link > a {
    color: rgb(255, 255, 255) !important;
}
.dropdown-menu {
    min-width: 170px;
}
.dropdown-menu > a {
    text-decoration: none;
	color: #263238;
}
.dropdown-menu > li > a {
    font-weight: inherit;
}
.dropdown-menu > a > li:hover {
    background-color: #f0f0f0;
    color: #455a64;
}
.navbar-text > a > img {
    padding-left: 10px;
    vertical-align: baseline;
}

.navbar>.container-fluid .navbar-brand {
	margin-left:0px;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-left: 0;
}

.logo-black {
	fill: #5faadb;
}

.logo-white {
	fill: #fff;
}

.row-custom {
    margin: inherit;
    padding: 30px 0;
}

.top-shadow {
    box-shadow: 0px -1px 5px #000;
}

.row-tweet {
    padding: 0;
}
.carousel-caption {
    left: 10%;
    right: 10%;
    font-size: 15px;
    bottom: -20px;
}
.vods {
    border: 10px solid rgb(95, 95, 95);
}
.footer {
    padding-bottom: inherit;
	background-color: white;
	color: #263238;
}
.streamer {
    width: 200px;
}
.social {
    padding: 10px;
    height: 90px;
}
/*.social-container > img {
    vertical-align: top;
    display: inline-block;
    text-align: justify;
}*/
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.tweet {
    font-size: 0.9em;
    height: 80px;
    padding: 5px 10px 10px 10px;
    word-wrap: break-word;
	background-color: #fff !important;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
	border: 1px rgba(222,222,222,0.45) solid;
}
.twitter-logo {
    padding: 15px 10px 20px 0;
}
.twitter-time {
    bottom: 30px;
    font-size: 0.9em;
    position: relative;
    padding: 5px;
}
.twitter-time > a {
    color: #263238;
}
.twitter-time > a:hover {
    color: #455a64;
}
.carousel-indicators {
    bottom: -10px;
}

.logo {
    max-width: 100%;
    max-height: 175px;
    height: auto;
    width: auto
}
.carousel-fade .item {-webkit-transition: all 3s ease; -moz-transition: all 3s ease; -ms-transition: all 3s ease; -o-transition: all 3s ease; transition: all 3s ease;}
.carousel-fade .active.left {left:0;opacity:0;z-index:2;}
.carousel-fade .active.right {left:0;opacity:0;z-index:2;}
.carousel-fade .next {left:0;opacity:1;z-index:1;}

.carousel-inner > .item {
    height: 100%;
}

.welleventWL {
    min-height: 20px;
    padding: 8px;
    margin: 5px auto 20px auto;
    background-color: #f5f5f5;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 -50px 9px rgba(0,0,0,0.25);
    box-shadow: inset 0 -50px 9px rgba(0,0,0,0.25);
    background-color: #555F6A;
}

.welleventWL a {
	color: inherit; /* blue colors for links too */
	text-decoration: inherit; /* no underline */
}

.pull-right {
	padding-right: 10px;
}

.pull-left {
	padding-left: 10px;
}
