/* 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;
		padding-top: 10px;
	}
	#left{
		width: 34%;    
		margin-left: 5%;
	}
	#wrapper{
		width: 61%;
	}	
	.tr{
		display: block;
	}
	.table{
		display: block;
	}
	
	#left .moduletablepurp h3, .moduletable-cart h3 {
    	background-size: 100% 41px;
		width: 90%;
	}
	#left .moduletablepurp p, .moduletable-cart .vmCartModule {
		width: 95%;
	}
	#left .moduletablepurp {
		margin-top: 40px;
	}
	#footer{
		background-size: 99% auto;
		background-position: center top;
	}
	.panel img{
		border-radius: 20px;
		box-shadow: 3px 3px 3px #ccc;
	}
	#main .componentheading, #main .moduletable h3{
		background-size: 95% 41px;
	}
	.subtopimage{
		width: 100%;
		background-size: 100% auto;
	}
}

@media only screen and (max-width: 875px){
	#logo{
		height: 270px;
	}
	#left{
		margin-left: 3%;
	}
	.btm-right{
		width: 100%;
	}
	.btm-right, .btm-left {
		margin-bottom: 0;
	}
	body #photos-{
		height: 200px !important;
	}
}

@media only screen and (max-width: 815px){
	#logo{
		height: 250px;
		padding-top: 9px;
	}
	#left{
		margin-left: 1%;
	}
	#left ul {
   		margin: 0 0 20px 0;
	}
	#left .moduletable_menu ul li a:link, #left .moduletable_menu ul li a:visited {
    	background-size: 100% 47px;
	}
	.subtopimage {
    	height: 150px;
	}
}

/* For small screen only:  or ((max-device-width: 760px) and (orientation: portrait)) */
@media only screen and (max-width: 760px){
	body{
		background-attachment: fixed;
	}
	#header{
    	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{
		background-position: bottom center;
		height: 225px;
		margin: 0;
		padding: 0;
	}
	#breadcrumbs {
    	background-color: #95bf6b;
		min-height: 25px;
    	padding: 10px;
	}
	#left{
		max-width: 100%;
		width: 98%;
		display: none;
		border-radius: 0;
		top: 46px;
		position: static;
		border-bottom: 2px solid #95bf6b;
		margin-left: 0;
		padding: 1%;
	}
	#left .moduletablepurp, #left .moduletable{
		display:none;
	}
	#left .moduletable_menu ul li a:link, #left .moduletable_menu ul li a:visited {
    	background-size: auto;
	}
	#main .componentheading, #main .moduletable h3 {
    	background-size: 100% 45px;
	}
	#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/images/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;
	}
	.homenews p, .homenews h3{
		font-size: 1.3em;
	}
	.subtopimage {
    	height: 200px;
		background-size: auto;
	}
	#page{
		font-size: 1.3em;
	}
}

/* Screen Size Below 667px: */
@media all and (max-width: 667px) and (min-width: 20px){
	#logo{
		height: 215px;
	}
}


@media all and (max-width: 626px) and (min-width: 20px){
	.subtopimage {
		background-size: 100% auto;
	}
}

/* Screen Size Below 614px: */
@media all and (max-width: 614px) and (min-width: 20px){
	#logo{
		height:195px;
	}
	#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 614px: */
@media all and (max-width: 542px) and (min-width: 20px){
	#logo{
		height: 178px;
	}
}

@media all and (max-width: 530px) and (min-width: 20px){
	#logo{
		height: 168px;
	}
}

@media all and (max-width: 466px) and (min-width: 20px){
	#logo{
		height: 158px;
	}
	.subtopimage {
		width: 100%;
		height: 150px;
	}
	#breadcrumbs a, #breadcrumbs img{
		display: none;
	}
}

@media all and (max-width: 430px) and (min-width: 20px){
	#logo{
		height: 148px;
	}
	.btm-left p a{
		clear: none;
    	display: inline-block;
    	width: 45%;
		margin-bottom: 10px;
	}
	.search{
		display: none;
	}
}

/* Screen Size Below 320px: */
@media all and (max-width: 381px) and (min-width: 1px){
	#logo{
		height:138px;
	}
	#footer {
    	height: 80px;
	}
	#footer small{
		font-size: 1.3em;
		display: block;
		text-align: center;
	}
	#footer p{
		margin-bottom: 0;
	}
	#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;
	}
	.subtopimage {
    	height: 110px;
    }
}
@media all and (max-width: 371px) and (min-width: 1px){
	#logo{
		height:128px;
	}
	#all{
		min-width: 300px;
	}
}