@font-face {
    font-family: 'daxmedium';
    src: url('daxmedium.eot');
    src: url('daxmedium.eot?#iefix') format('embedded-opentype'),
         url('daxmedium.woff') format('woff'),
         url('daxmedium.ttf') format('truetype'),
         url('daxmedium.svg#daxmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'daxcondensedregular';
    src: url('daxcondensedregular.eot');
    src: url('daxcondensedregular.eot?#iefix') format('embedded-opentype'),
         url('daxcondensedregular.woff') format('woff'),
         url('daxcondensedregular.ttf') format('truetype'),
         url('daxcondensedregular.svg#daxcondensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.fullwidthbanner-container ul, .fullwidthbanner-container ul li{margin:0; padding:0; list-style-type:none;}
	
.blankimg{
	background:url(blank.png) repeat;
	position:absolute;
	width:100%;
	height:325px;
	z-index:102;
}

.fullwidthbanner-container{
	display: block;
	height: 325px !important;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 52px;
	width: 100% !important;
	z-index: 5;
	overflow:hidden;
	font-family:'daxcondensedregular';
	font-size:32px;
	color:#222;
}

@media (max-width: 768px) {
.fullwidthbanner-container {
	height: auto !important;
	 position: relative;
	 top:0;
}
.linkcontainer {
    margin-top: 0px;
}
.tp-bullets.simplebullets.navbar{
	height:auto !important;
	min-height: 27px;
}
}