#sidebar img{
	width: 100%;
	height: auto;
	}

@media (max-width: 1549px){
	#sidebar{
		display: none;
		}

	#sidebar-extra{
		display: none;
		}
		
	}


@media (min-width: 1549px) AND (max-width: 1949px){
	#sidebar{
		position: fixed;
		right: -28px;
		top: 110px;
		width: 280px;
		
		/*background-color: red;*/
		color: #363D82;
		}

	#sidebar-extra{
		display: none;
		
		}
	}
	
@media (min-width: 1949px){
	#sidebar{
		position: fixed;
		right: 350px;
		top: 120px;
		width: 280px;
		color: #363D82;
		/*
		background-color: red;
		border-right: 1px solid #363D82;
		*/
		}

	#sidebar-extra{
		position: fixed;
		right: 90px;
		top: 130px;
		width: 260px;
		
		color: #363D82;
		}
	}
