html, body {
	min-height:100%;
	min-width:100%;
}

body {
    font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif; !important;
    background-color:rgb(28,28,27);
}
.geo {
	font-family: "Geogrotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif; !important;
}
.transition {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.coverBG {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
a {
    color: #ac0808;
    transition: all 0.4s;
}
a:hover {
    color: #ff263c;
    text-decoration: none;
}
button,
.fakeButton {
    background-color: #ebb710;
    color: white;
    padding: 10px 40px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border: none;
}
button:hover,
.fakeButton:hover {
    background-color: black;
    color: #fbbf00;
}

button.big {
    font-size:30px;
    padding:10px;
    margin:10px auto;
    color:black;
    width:100%;
}
button.big:hover {
    color:#ebb710
}

.gold
{color:#ebb710;}
em {

    font-weight: 700;
}
blockquote {
    border-color: #dd5d15;
    font-style: italic;
    opacity: 0.8;
}
.logo {
    max-height: 120px;
        transform:rotateX(0deg);
        -webkit-transform:rotateX(0deg);
        transition:all 0.7s;
        -webkit-transition:all 0.7s;
}
.logo:hover
{
transform:rotateX(360deg);
-webkit-transform:rotateX(360deg);
}
.label {
    display: inline-block;
    color: #181818 !important;
    font-weight: 700;
    border-top: 4px solid #ebb710;
    border-bottom: 4px solid #ebb710;
    margin: 0px;
    padding: 3px 12px 2px 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-radius: 0px !important;
    transition: border-color 1s;
    -webkit-transition: border-color 1s;
    cursor: pointer;
    letter-spacing: -1px;
    font-size: 30px !important;
}
.label:hover {
    border-color: #dd5d15;
}
.labelWrap {
    width: 100%;
    text-align: center;
    margin: 10px 0px 0px 0px;
    padding: 0px 10px;
}
.headerBar {
    border-bottom: 10px solid rgb(28,28,27);
}
.navBar {
    background-color: #ebb710;
    top: 0px;
    left: 0px;
    z-index: 10414914;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.miniHeader {
    display: none;
}
@media (max-width: 768px) {
    .miniHeader {
        width: 100%;
        text-align: center;
    }
}
.navBar.affix .miniHeader {
    display: inline-block;
    transition: opacitiy 0.5s transform 0.5s;
    -webkit-transition: opacitiy 0.5s transform 0.5s;
    margin-top: 2px;
}
.navBar.affix .miniHeader:hover {
    opacity: 0.8;
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
}
.navBar ul,
.navBar li {
    list-style: none;
    display: inline-block;
}
.navBar.affix ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.navBar.affix ul li a {
    font-size: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.navBar ul {
    display: flex;
    justify-content: flex-end;
    /* justify-content: space-between; */
}
.navBar ul li {
    flex: 0 0 auto;

}
.navBar ul li a {
    display: inline-block;
    color: black;
    padding-left:13px;
    padding-right:13px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    /* border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; */
}
.navBar a.active {
    color: white;
    background-color: rgb(28,28,27);
    border-bottom: 2px solid rgb(28,28,27);
}
.navBar a:hover {
    color: #dd5d15;
}
@media (max-width: 768px) {
    .navBar ul li a {
        padding: 12px 10px;
        font-size:11px;
    }
}

main {
    transition: 0.25s;
}

.navBar ul#mobileNav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.9);
    color: white;
    z-index: 10000;
    height: 100vh;
    overflow: auto;
    min-width: 300px;
    transition: transform 1.4s, opacity 1.4s;
    justify-content: flex-start;
    border-left: 1px solid rgba(255,255,255,0.3);
    transform: translateX(0);
}

.navBar ul#mobileNav.hidden {
    transform: translateX(100%);
    opacity: 0;
    display: flex;
    visibility: visible;
    transition: transform 1.4s, opacity 1.4s;
    transform-origin: center right;
    pointer-events: none;
}

.navBar ul#mobileNav li {
    flex: 0 0 auto;
}
.navBar ul#mobileNav li a {
    color: #cccccc;
    font-size: 14px;
    font-weight: 600;
}
.navBar ul#mobileNav li a.active {
    color: #ebb710;
}

.footer {
    background-color: #000;
    padding: 25px 0px;
    border-top: 1px solid #ebb710;
    color: #f4f4f4;
}
f {
    opacity: 0.7;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}
f:hover {
    opacity: 0.95;
}
.brand {
    color: #ebb710;
}
.brandHover:hover {
    color: #ebb710;
}
.brandBG {
    background-color: #ebb710;
}
.brandAlt {
    color: #dd5d15;
}
.brandAltHover:hover {
    color: #dd5d15;
}
.brandAltBG {
    background-color: #dd5d15;
}
.brandAltBG a {
    color: white;
}
.white, a.white {
    color: white;
}

.brandAltFadeBG {
    background: #d03622;
    background: -moz-linear-gradient(top, #d03622 0%, #b50d01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d03622), color-stop(100%, #b50d01));
    background: -webkit-linear-gradient(top, #d03622 0%, #b50d01 100%);
    background: -o-linear-gradient(top, #d03622 0%, #b50d01 100%);
    background: -ms-linear-gradient(top, #d03622 0%, #b50d01 100%);
    background: linear-gradient(to bottom, #d03622 0%, #b50d01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d03622', endColorstr='#b50d01', GradientType=0);
}
.brandAltFadeBG a {
    color: white;
}
.albumCarousel {
    width: 100%;
    height: 250px;
    overflow: hidden !important;
    white-space: nowrap !important;
    border-bottom: 10px solid #ebb710;
    border-top: 0px solid #ebb710; /*black;*/
    border-radius:10px 10px 0px 0px;
}
@media(max-width:768px){
        .albumCarousel
        {white-space: normal !important;
        padding:0px !important;
        border:none !important;
        height:auto;}
}
img.albumCover {
    height: 200px;
    display: inline-block;
    opacity: 0.85;
    cursor: pointer;
	margin-top:10px;
    margin-left: 10px;
    white-space: nowrap;
}
@media(max-width:768px){
        img.albumCover
        {width:70px;
        height:auto;
        opacity:1;
        margin-top:0px;
        display:inline-block;
        float:none;
        margin-left:5px;
        margin-bottom:10px;
        white-space: normal;}
}
img.albumCover:hover {
    opacity: 1;
}
.bottomBar {
    background-color: #222;
    color: #f4f4f4;
    padding: 20px 0px;
}
.albumCarouselSlider {
    min-width: 100%;
    width: auto;
    height: 220px;
	padding-top:10px;
    overflow: visible;
    overflow-x:auto;
}
@media(max-width:768px) {
    .albumCarouselSlider {
        height:150px;
    }
}


.albumCarouselInner {
    position: relative;
    width:100%;
    overflow-x:auto;
    padding-left: 30px;
}

.leftBox,
.centerBox,
.rightBox {
    padding: 0px;
    height: 100%;
}
.bb {
    border-bottom: 5px solid transparent;
}
@media(max-width:768px){
        .bb{border:none;}
}
.mainContainer {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 0px;
}
@media(max-width:768px){
        .mainContainer
        {border:none;}
}
.mainContainer > .row,
.mainContainer > .row > .col-xs-12 {
    padding: 0px;
}
.greyFill {
    background-color: #f0f0f0;
    width: 100%;
}
.leftBox {
    border-left: 1px solid transparent;
}
.rightBox {
    border-right: 1px solid transparent;
}
.centerBox {
    padding-top: 10px;
    padding-bottom: 20px;
}
.linkStrip a {
    margin-left: 10px;
    color: rgba(0,0,0,0.1);
}
.article {
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 5px solid #ebb710;
    border-bottom:5px solid #ebb710;
    margin-bottom: 20px;
    padding: 10px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: block;
}
.article:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: teal;
}
.articleSub {
    color: #8c3200;
}
.article:hover .articleSub {
    color: #c89900;
}
.article:hover .linkStrip a {
    color: #000000;
}
.articleTitle {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    color: white;
}
a .articleTitle:hover {
    color: #dd5d15;
    cursor: pointer;
}
.articleContent {
    font-weight: 400;
    font-size: 20px;
		font-family: 'Baskerville', 'Georgia', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Times New Roman', serif;
		color: #000;
    line-height: 1.4em;
}
.linkStrip {
    padding: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.articlePicSm {
    border-radius: 0px;
    width: 100%;
    min-height: 100px;
    margin-bottom: 0px;
    display: block;
    padding-top: 280px;
    background-size: cover;
    background-position: center center;
}
.articleInner {
    padding: 10px;
    margin-top: 10px;
    display: block;
}
.linkStrip a:hover {
    color: #ebb710 !important;
}
.closeKern {
    letter-spacing: -1.5px;
}
.videoTile {
    margin: 5px 10px;
}
.videoThumb {
    max-width: 100%;
    opacity: 0.8;
}
.videoThumb:hover {
    opacity: 1;
}
.twitter-timeline .timeline-header {
    display: none !important;
}
.homeStream {
    width: 100%;
    margin-top: 10px;
    height: 400px;
}
.buttonize {
    font-size: 20px;
    color: black;
    padding: 10px;
    padding-right: 9px;
    text-align: center;
    margin-top: -2px;
    border-radius: 0px 0px 5px 5px;
    background-color: #ebb710;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.buttonize:hover {
    color: white;
}
.videoEmbed {
    width: 100%;
    height: 450px;
    border: 1px solid #EBB710;
    border-radius: 5px;
    max-width: 100%;
}
@media (max-width: 992px) {
    .videoEmbed {
        height: 450px;
    }
}
@media (max-width: 768px) {
    .videoEmbed {
        height: 350px;
    }
}
@media (max-width: 600px) {
    .videoEmbed {
        height: 250px;
    }
}
#curTitle {
    font-size: 50px;
}
#curDescription {
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    #curTitle {
        font-size: 40px;
    }
}
.shareButton {
    width: 60px;
    height: 60px;
    background-color: #ebb710;
    padding: 10px;
    border-radius: 50%;
    margin: 10px;
}
.shareButton:hover {
    opacity: 0.8;
}
.socialButtonWrap {
    width: 160px;
    margin: 0px auto;
}
.deepBorder {
    border: 10px solid #181818;
}
.deepBorder:hover {
    border-color: #dd5d15;
}
.newsItemImg {
    background-position: center center;
    width: 100%;
    height: 130px;
    margin: 0px auto;
		background-color: #efefef;
    background-size: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.newsItemFeaturedImg {
    width: 100%;
    background-position: center center;
    margin: 0px auto;
    background-size: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.newsItem {
    width: 90%;
    font-size: 18px;
    margin: 5px auto;
}
.newsItem h3 {
    cursor: pointer;
}
.newsItem h3:hover {
    color: #dd5d15;
}
.newsItem .full.bloc.coverBG {
	background-color: #efefef;
}
.albumFeatureBoxTop {
    display: inline-block;
}
.albumFeatureBoxTop .albumCover {
    max-width: 80%;
    height: auto;
    border: 5px solid black;
}
.spinMe {
    transform: rotateZ(0deg) !important;
    -webkit-transform: rotateZ(0deg) !important;
    transition: all 1s !important;
    -webkit-transition: all 1s !important;
}
.spinMe:hover {
    transform: rotateZ(450deg) !important;
    -webkit-transform: rotateZ(450deg) !important;
    transition: all 1s !important;
    -webkit-transition: all 1s !important;
    color: #dd5d15;
}
.spinMe360 {
    transform: rotateZ(0deg) !important;
    -webkit-transform: rotateZ(0deg) !important;
    transition: all 1s !important;
    -webkit-transition: all 1s !important;
}
.spinMe360:hover {
    transform: rotateZ(360deg) !important;
    -webkit-transform: rotateZ(360deg) !important;
    transition: all 1s !important;
    -webkit-transition: all 1s !important;
    color: #dd5d15;
}
.goldUnderline {
    text-decoration: underline;
    text-decoration-color: #ebb710;
    -webkit-text-decoration-color: #ebb710;
}
ul#footerNav li {
    display: inline-block;
    margin: 0px;
}
ul#footerNav li a {
    padding: 0px !important;
    color: #666;
    text-transform: uppercase;
    font-size: 15px;
}
ul#footerNav li a:hover {
    color: white;
}
ul#footerNav li:not(:last-child) a:after {
    content: "/";
    opacity: 0.7;
    color: #ebb710;
    margin: 0px 5px;
}
a .bandCard {
    color: #181818;
    background-color: #f4f4f4;
}
a .bandCard:hover {
    color: #ac4d09;
}
.bandCard {
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    margin: 5px auto;
    overflow: hidden;
}
.bandBio {
	display:block;
	position:relative;
}
.bandBio:after {
	content: " ";
	width:100%;
	display:inline-block;
	height:100px;
	position:relative;
	top:-100px;
	left:0px;
	margin-bottom:-100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,f4f4f4+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */

}
.thumbTriggers {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.thumbTrigger {
    flex: 1;
    margin: 0px;
    overflow: hidden;
    margin-right: 10px;
    height: 150px;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
    /* max-width: 120px; */
    background-position: center 25%;
    background-repeat: no-repeat;
}
.thumbTrigger:last-child {
    margin-right: 0;
}

@media(max-width:768px){

    .thumbTriggers {
        display: flex;
        flex-direction: column;
    }
        .thumbTrigger
        {width:100%;
            flex: 1 1 60px;
        margin:2px auto;
        height:35px;}
}
.thumbTrigger:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
@media(max-width:768px){
        .thumbTrigger:first-child
        {border-top-right-radius: 20px;
        border-bottom-left-radius:0px;}
}
.thumbTrigger:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media(max-width:768px){
        .thumbTrigger:last-child
        {border-top-right-radius:0px;
        border-bottom-left-radius:20px;}
}
.bandCardHeader {
    height: 250px;
    color: transparent;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    background-position: center 20%;
    background-repeat: no-repeat;
}
.bandCardHeaderFill {
    width: 100%;
    height: 100%;
    margin-top: -21px;
    background-color: rgba(220, 180, 30, 0.14);
    cursor: pointer;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
}
.bandCardHeader:hover .bandCardHeaderFill {
    background-color: rgba(0, 0, 0, 0);
}
.bandCardBody {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.bandCardBody h1,
.bandCardBody h2,
.bandCardBody h3 {
    text-align: center;
    margin: 0px;
    background-color: black;
    width: 100%;
    color: white;
    padding: 20px;
}
.helvetica
{font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;}

.bandCardBody p {
    text-align: left;
    font-size: 16px;
    line-height: 160%;
    padding: 20px;
    font-weight: 400;
	margin-bottom:-20px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.32);
    /*font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif*/;
}
#artistSelection {
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#coverRow {
    background-size: cover;
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.1);
    background-attachment: fixed;
    background-position: center center;
}
@media(max-width:768px){
        #coverRow
        {background-attachment: scroll;}
}
#profile .bio {
    font-size: 15px;
    padding: 10px 0px;
    line-height: 190%;
    color: #333;
    font-family: 'Roboto Slab';
    font-weight: 400;
}

.bio p:first-line
{font-size:20px;
line-height: 180%;}
.thumbShadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    margin-top: -22px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.thumbShadow:hover {
    background-color: transparent;
}
#profile ul.sideLinks {
    list-style: none;
    padding: 0px;
    display: block;
    margin-top: 3px;
}
#profile ul.sideLinks li {
    margin-bottom: 3px;
    border-radius: 5px 0px 0px 5px;
    letter-spacing: 1px;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    color: white;
    background-color: black;
}
#profile ul.sideLinks li:hover {
    background-color: #ebb710;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    color: black;
}
#profile .sideBar {
    background-color: #ebb710;
}
.artistStrip {
    margin: 0px;
    text-shadow: 0px 0px 4px black;
    padding: 0px;
    border-top: 2px solid #eb4910;
    border-bottom: 2px solid #eb4910;
    height: auto;
    margin-bottom: 10px;
    background-position: center right;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.artistStrip span {
    font-size: 16px;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    max-width: 500px;
    margin-bottom: 15px;
    color: #ccc;
}
.artistStrip:hover p {
    color: #ebb710;
}
.xShadow {
    margin: 0px;
    height: 100%;
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 30px;
}
.extToFacebook li {
    background-color: #3b5998 !important;
}
.extToTwitter li {
    background-color: #00aced !important;
}
.extToBandcamp li {
    background-color: #444;
}
.extToYoutube li {
    background-color:rgb(233,29,0);
}
.extToMainSite li {
    padding-top: 40px !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    padding-bottom: 40px !important;
}
@media (max-width: 992px) {
    .extToMainSite li {
        font-size: 20px !important;
    }
}

.thumbShowBox
{padding:0px;}
.thumbShow
{display:none;
margin-top:20px;
box-shadow:0px 0px 10px rgba(0,0,0,0.3);
width:100%;}

.closeCue
{transition: all 0.5s;
-webkit-transition: all 0.5s;
cursor: pointer;}
.closeCue:hover
{color:red;
transform:rotateZ(360deg);
-webkit-transform:rotateZ(360deg);
}

.specialTitle
{font-family:'Passion One','Helvetica Condensed','Helvetica Neue Condensed','Helvetica Bold Condensed','Oswald','Arial Narrow' !important;}
#shadow
{display:none;}

#profile .sectionTitle
{padding-bottom:10px;
border-bottom:3px solid #ebb710;
margin-top:-20px;}

.circler
{position:absolute;
top:32%;
left:42%;
text-align: center;
color:white;}

.circler .glyphicon
{display:inline-block;
background-color:black;
font-size:25px;
padding:10px 10px 10px 12px;
border-radius:50%;}

.videoTile
{cursor: pointer;}

.videoTile:hover .glyphicon
{background-color:#ebb710;}

button.dark
{background-color:black;
color:white;}
button.dark:hover
{background-color:#ebb710;
color:black;}
.trackListing {
        background-color:rgba(0,0,0,0.6);
        overflow: hidden;
        margin-top:20px;
        border-radius:10px;
}

.track {
        padding:15px 10px;
        border-bottom:1px solid rgba(255,255,255,0.3);
}


.subFooter
{background-image:url(./../media/topBG.png);background-size:contain;background-repeat:repeat-x;background-position:top left;}
@media(max-width:768px){
        .subFooter
        {background-image:none;
        background-color:rgb(26,26,26);}
}


.modalWrapper
{width:100%;
height:100%;
padding-top:100px;
position:fixed;
top:0px;
display:none;
left:0px;
z-index:149149149;
text-align:center;
background-color:rgba(0,0,0,0.5);}
.videoModal
{background-color:black;
border-radius:20px;
width:855px;
height:495px;
border:2px solid #ebb710;
box-shadow:0px 0px 30px rgba(0,0,0,1);
padding:20px;
margin:0px auto;}

@media(max-width:768px){
        .videoModal
        {width:100%;
        height:250px;
        border-radius:3px;
        padding:5px;}
}

.buyLinks button
{margin:5px;}

button.streamButton
{background-color:#eb4910;
color:white;
border:1px solid transparent;
display:block;}
button.streamButton:hover
{background-color:black;
border-color:rgba(255,255,255,0.2);
color:#eb4910;}


.videoBay
{height:400px;
padding:20px;
text-align: center;}
@media(max-width:768px){
        .videoBay
        {padding:5px;
        border:none;
        height:auto;}
}
#primaryColumn {
         border-left:5px solid transparent;
}
@media(max-width:768px){
        #primaryColumn
        {border:none;}
}

.aboutBlock

#graphicLogo {
    width: 300px;
    display: inline-block !important;
}
@media(max-width:768px){
        #graphicLogo
        {max-width:20%;}
}

#textLogo {
        max-width:300px;margin-left:30px;display:inline-block !important;
}
@media(max-width:768px){
        #textLogo
        {max-width:50% !important;}
}
@media(max-width:768px){
        #textLogo
        {max-width:60%;}
        .pad0m
        {padding:0px !important;}
        .pad10m
        {padding:10px !important;}
}

.aboutBlock p {
        line-height:180%;
}



.newsItemTile {
    padding:15px !important;
    border-top:10px solid #ebb710;
    margin-bottom:10px;
		float: left;
		height: 400px;
		overflow: auto;
    padding-top:0px;
}




#youtubeHero {
    width:1000px;
    height:300px;
    border:1px solid rgba(255,255,255,0.5);
}
@media(max-width:768px) {
    #youtubeHero {
        width:700px;
        height:300px;
    }
}

.skyBG {
	background: #eda52d;
	background: -moz-linear-gradient(top,  #eda52d 0%, #d92f33 100%);
	background: -webkit-linear-gradient(top,  #eda52d 0%,#d92f33 100%);
	background: linear-gradient(to bottom,  #eda52d 0%,#d92f33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda52d', endColorstr='#d92f33',GradientType=0 );
}

sup {
	font-size:50%;
}


.new-tag {
    background-color: rgb(249, 55, 66); color: #efefef; display: inline-block; padding: 6px 10px 6px 8px; position: relative; top: -10px; text-align: center; border-radius: 5px;
}


.autoflip {
    display: flex;
    flex-direction: row;
}

.bio .autoflip p::first-line {
    font-size: inherit;
    line-height: inherit;
}

@media (max-width: 768px) {
    .autoflip { flex-direction: column; }
}
