
/* custom css */

.c3Dropbtn {
	display: none;
	background-color: transparent;
	color: #fff;
	padding: 0 15px;
	font-size: 14px;
	line-height: 35px;
	border: none;
	cursor: pointer;
}

.c3Dropbtn:hover, .c3Dropbtn:focus {
	color: #fff;
	background-color: #000000;
}

.c3Dropdown {
	position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #006f9b;
	max-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
	max-height: 400px;
	overflow: auto;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
	border-bottom: 1px dotted #55a0c1;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #014650}

.dropdown-content.show {display:block;}







/* resonsive overrides */

@media (max-width:1100px) {
	#all {
		margin: 0;
		width: 100%;
	}
	
	body{
		min-width: 0;
	}
	
	#header{
		background-position: 0 center;
	}
	
	.c3Dropbtn {
		display: block;
	}
	
	.dj-main{
		display: none;
	}
	
	#top_menu{
		background: #000 url('/modules/mod_djmenu/assets/images/three_0.gif') repeat-x;
	}
	
	img{
		display: block;
		max-width: 100%;
		height: auto;
	}
	
	ul.actions img, div.breadcrumbs img{
		display: inline;
	}
	
	.avPlayerWrapper{
		position: relative;
		padding-bottom: 75%;
		height: 0;
		box-sizing: border-box;
	}
	
	.avPlayerWrapper .avPlayerContainer{
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100%;
	}
	
	.avPlayerWrapper .avPlayerBlock {
		width: 100% !important;
		height: 100% !important;
	}
	
	.avPlayerWrapper iframe{
		width: 100% !important;
		height: 100% !important;
	}
	
	.fixedNav{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
	
}

@media (max-width:800px) {

	#wrapper2 {
		width: 100%;
		float: none;
	}

	#right {
		float: none;
		width: 100%;
		margin: 10px 0px;
		padding: 0px;
		position: relative;
	}
	
	.leftbigger {
		width: 100%;
	}

	.left {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	#itemListPrimary .itemContainer{
		width: 100% !important;
		float: none;
	}
	
	div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
		float: none;
	}
	
	#wrapper {
		width: 100%;
		float: none;
		position: relative;
	}
	
}

@media (max-width: 767px) {

}

@media (max-width: 500px) {

}




