/* Conditional Statements */
#showMenu,#showCountries,#countryMenu2{
	display: none;
}

/* Mid sized screen:  or ((max-device-width: 990px) and (orientation: landscape))*/
@media only screen and (max-width: 990px){
	#logo{
		background-position: center top;
		background-size: 100% auto;
		height: 200px;
	}
	#left{
		width: 250px;
		max-width: 250px;
	}
	#wrapper{
		width: auto;
	}	
	.tr{
		display: block;
	}
	.table{
		display: block;
	}
}


/* For small screen only:  or ((max-device-width: 759px) and (orientation: portrait)) */
@media only screen and (max-width: 601px){
	body{
		background-attachment: fixed;
	}
	#header{
		background-color: #5c7498;
    	background-image: url("/images/backgrounds/ask-net-bg.jpg");
		background-position: 0 -20px;
    	background-repeat: no-repeat;
    	background-size: 100% auto;
	}
	.all{
		padding: 0;
	}
	#logo{
		height: 150px;
	}
	#left{
		max-width: 100%;
		width: 100%;
		display: none;
		border-radius: 0;
	}
	#sidenav{
		border-radius: 0;
	}
	#wrapper{
		width: 100%;
		display: block;
		border-radius: 0;
	}
	#main, #main2{
		border-radius: 0;
	}
	#main h1, #main2 h1{
		padding: 0;
	}
	#showMenu{
		display: block;
		height: 25px;
		width: 25px;
		background-image: url("/images/icons/menu-icon.png");
		background-repeat: no-repeat;
		background-size: 25px 20px;
		background-position: 3px 2px; 
		float: right;
	}
	#showMenu span, #showCountries span, .countryAdmin{
		display: none;
	}
	#showCountries{
		display: block;
		height: 25px;
		width: 25px;
		background-image: url("/images/globe.png");
		background-repeat: no-repeat;
		background-size: 25px 25px;
		float: right;
	}
	#countryMenu2{
		display: none;
		width: 96%;
		position: relative;
		list-style: none;
		margin: 0;
		padding: 2%;
		background-color: #b8c9d9;
	}
	#countryMenu2 li{
		background-color: #ffffff;
		padding: 5px;
		color: #000000;
		text-align: left;
		border-radius: 5px;
		margin-bottom: 5px;
	}
	#countryMenu2 a{
		color: #000000;
		text-decoration: none;
	}
	.left ul li:nth-child(1){
		border-radius: 0;
	}
	.left ul li:nth-last-child(1){
		border-radius: 0;
	}
	#footer{
		height: 50px;
	}
	#google_translate_element{
		display:none;
	}
	#left .moduletablepurp {
		display:none;
	}
}

/* Screen Size Below 536px: */
@media all and (max-width: 536px) and (min-width: 20px){
	#header{
		height:130px;
	}
	#left, .left{
		width: 100%;
	}
	.left .moduletable_menu ul li{
		width: 96%;
		padding: 5px 2%;
	}
	#page ul, #page li, #page blockquote{
		margin-left: 0;
		margin-right: 0;
	}
}

/* Screen Size Below 320px: */
@media all and (max-width: 381px) and (min-width: 1px){
	#header{
		height:75px;
	}
	#footer {
    	height: 60px;
	}
	#breadcrumbs a.home, #breadcrumbs span.home{
		padding-left: 25px;
		text-decoration: none;
	}
	.breadcrumbs .home span, .breadcrumbs .rightArrow, .breadcrumbs .pathway{
		display:none;
	}
	.contentheading-sub{
		clear:both;
	}
}