div.fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 160px;
  border: none;
}

.float-left {
	float:left;
}

.padding-right {
	padding-right:1%;
}

.float-right {
	float:right;
}

.padding-left {
	padding-left:5%;
}

.slidein-button {
	display:block;
	margin-left: 10px;
	width: 230px;
	height: 30px;
	background: LightGray;
	padding-top: 7px;
	text-align: center;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	font-size: large;
}

.nav-primary {
	list-style: none;
	font-size: x-large;
}

.nav-secondary {
	color:white;
	float:right;
	padding-right:15px;
	font-size: normal;
}

.priority-advert-container {
	position:relative;
	width:96%;
	height:80px;
	background-color:Cornsilk;
  border-style: solid;
  border-width: 1px;
	border-color:#C8C8C8;
	box-shadow: 10px 10px 5px #888888;
	border-radius:2px;
	padding-left:5px;
	padding-top: 5px;
	margin-left:10px;
	overflow: hidden;
	font-size:large;
}

.free-advert-container {
	position:relative;
	width:100%;
	height:70px;
	background-color:white;
	padding-left:5px;
	padding-top: 5px;
	
	overflow: hidden;
	font-size:medium;
}

@media all and (max-width: 980px)
{
	#rightcolumn { display:none;}
	#leftcolumn { display:none;}
	#footer { display:none;}
	#navigation { display:none;}
	#header { display:none;}

	#content {
		background: #FFFFFF;
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 5px; 
		padding-right: 5px;
		margin: 0 auto;
		width: 90%;
	}

	#wrapper {
		width: 100%;
		min-width: 0px;
		max-width: 4000px;
		margin: 0 auto;
	}

	a:link {
		text-decoration: none;
	}
	
	a:visited {
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	a:active {
		text-decoration: none;
	}

	.mobile-button {
		display: inline-block;
		width: 165px;
		height: 30px;
		background: LightGray;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		vertical-align: bottom;
		border-radius: 5px;
		color: white;
		font-weight: bold;
		font-size: large;
	}
	
	.pure-toggle-label { /* smaller size menu toggler for mobile devices */
	  display: none;
	  cursor: pointer;
	  display: block;
	  position: fixed;
	  top: 5px;
	  z-index: 99;
	  color: #5d809d;
	  width: 50px;
	  height: 50px;
	  transition: all 400ms ease-in-out;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  -o-user-select: none;
	  user-select: none;
	  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

.priority-advert-not-mobile { display:none; float:left;}
.free-advert-not-mobile { display:none; float:left;}

}

@media all and (min-width: 981px)
{
	#mobile-logo {display: none;}
	#mobile-header { display:none;}
	.priority-advert-mobile { display:none; float: left;}
	.free-advert-mobile { display:none; float: left;}
}