.fixed-top-offset {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('../fonts/roboto-condensed-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../fonts/roboto-condensed-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* abeezee-regular - latin */
@font-face {
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abeezee-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('ABeeZee Regular'), local('ABeeZee-Regular'),
       url('../fonts/abeezee-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/abeezee-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/abeezee-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/abeezee-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/abeezee-v13-latin-regular.svg#ABeeZee') format('svg'); /* Legacy iOS */
}
@media (max-width: 1200px) {
  .dropdown-menu img {
  display:none !important
}
}
.qx-element-blurb:hover .qx-icon, .qx-element-blurb:hover .qx-image {
	-webkit-transform: scale(0.9) !important;
	-moz-transform: scale(0.9) !important;
	-ms-transform: scale(0.9) !important;
	-o-transform: scale(0.9) !important;
	transform: scale(0.9) !important;
}
.qx-element-blurb {
	margin: 5px 0 !important;
}
.blurb p {
  margin: 0px !important;
  line-height: 1.2em !important;
}
.t3-footer {
	background: #212121;
	background-size: inherit;
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
	padding: 0px 0 !important;
}
.t3-footer a {
  color: #fff !important;
  font-size: 18px !important;
}
.t3-footer a:hover {
  color: #999 !important;
}
a {
  text-decoration: none !important;
}
body {
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
.dropdown-menu {
	list-style: none;
	font-size: 16px;
	text-align: left;
}
.navbar-nav {
	font-family: roboto condensed;
	font-size: 18px;
}
.dropdown-menu > li > a {
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: normal !important;
}
.jmg-iframe .notification.default {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	color: #fff !important;
	height: auto;
	padding: 10px !important;
	background: rgba(0,0,0,0.7)!important;
}
.jmg-iframe .notification.default h2 {
	color: #fff !important;
}
@media (max-width: 720px) 
{.jmg-iframe .notification.default {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	color: #fff !important;
	height: auto;
	padding: 5px !important;
  margin-bottom:10px !important;
	background: rgba(0,0,0,0.7)!important;
}}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock {
	width: 100% !important;
	position: relative !important;
	padding: 0 0 0 0 !important;
}
.btn-primary {
  margin-top: 10px !important
};