/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (min-width: 1000px) {
	/*body {
		background:#f40 url(../images/bg2.jpg) 100% 100% no-repeat;
	}*/



}


/* for 980px or less */
@media screen and (max-width: 980px) {
	.button {
		display: none;
	}
	

}

/* for 700px or less */
@media screen and (max-width: 700px) {

	article {
 		width:100%;
 		}
	h1 img {
 		max-width: 90% !important;
 		}
 	.slogan {
 		padding: 20px 0px 40px 0px;
 		font-size:15px;
 		width: 90%;
 	}
 	.slogan span {
 		font-size: 12px;
 	}
 	.btnTwitter {
 		
 	}	
	.slide {
		width:100%;
		height:auto;
		}
	#results {
	 	margin-top: :0px !important;
	}
	#results span.dataInfo {
		width: 90%;
	}
	.countrySelect {
		height:70px !important;
	}
	select.styled, span.customSelect {
			margin-top: 10px !important;
	}
 	.form, #results, #worldResults {
 		width: 80%;
 		text-align: center;
 		padding:7% 10% 7% 10%;
		}
	.styled, .customSelectInner {
		width: 97% !important;
		text-align: left;
		padding-right: 0px !important;

	}
	.form .parent { 
		width:100%; 
		float: none; 
		margin: 0px 0px 20px 0px; 
		}
	.form label {
		
	}
	.form .mum label {
		padding-bottom: 0px;
	}	
	.form .parent input, .form input {
		width:94%;
		padding:8px 3% 8px 3%;
		margin-bottom: 20px;
		position: relative;
	}
	.often{
		margin-bottom: 15px !important;
	}
	.btnSubmit {
		margin-top: 20px !important;

	}
	#shareResults h3 {
		font-size: 14px;
	}
	#slide2 {
		padding-top:20px;
	}
	#slide2 article {
		width:80%;
	}
	#slide2 p, #slide2 span {
		font-size: 14px;
	}
	#slide2 span {
		width: 100%;
	}
	#results p {
		font-size: 16px;
	}
	#why {
		width: 100% !important;

	}
	
	.dataInfo {
		width: 300px;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	
	
}

/* for 480px or less */
@media screen and (max-width: 480px) {




}



/* for 320px or less */
@media screen and (max-width: 320px) {





}