/* 
*
* USER STYLES
* This styles will override default styles of template
*
*/


@font-face {
    font-family: 'bebas';
    src: url('../fonts/bebas-webfont.eot');
    src: url('../fonts/bebas-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas-webfont.woff2') format('woff2'),
         url('../fonts/bebas-webfont.woff') format('woff'),
         url('../fonts/bebas-webfont.ttf') format('truetype'),
         url('../fonts/bebas-webfont.svg#bebas') format('svg');
    font-weight: normal;
    font-style: normal;

}


a:link, a:visited {color:#CC2200;} 
a:active, a:hover {color:#888;} 
a.revs:link, a.revs:visited {color:#888;}
a.revs:active, a.revs:hover {color:#CC2200;}


#caption_ifmmain {color:#ff0000 !important;}
#caption_ifmclassix {color:#ffa21a !important;}
#caption_ifmtdm {color:#72b5d0 !important;}
#caption_garden {color:#0e892f !important;}
#caption_playabc {color:#9e9e9e !important;}
}

		div#donations-bar {
			width: 100%;
		}
		div#donations-bar-inner {
			width: 100%;
			height: 20px;
			font-size: 0;
		}
		div.donations-bar-inner {
			height: 100%;
			display: inline-block;
			margin: 0 auto;
			padding: 0;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		div.donations-bar-inner.red {
			background-color: #f30909;
		}
		div.donations-bar-inner.grey {
			background-color: #dfdfdf;
			text-align: right;
			padding-right: 5px;
			padding-top: 1px;
			position: relative;
			top: -5px;
		}
		div.donations-bar-inner.grey span {
			font-size: 14px;
			font-family: roboto, arial, serif;
		}


@media only screen and ( max-width:992px ) {
	#block_header { display:none !important; }

@media only screen and ( max-width:992px ) {
	.navbar-brand--img>img { max-height:48px !important; }
