/* ==================================================================

*   Zoon Media Queries
*   url: styleshout.com
*   06-07-2014

/* ================================================================== */


/* screenwidth less than 1140px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1140px) {

	/* Intro Styles
	------------------------------------------------------------------ */
	.default{	width:100%; }
	
	img {width:100%; }
	
.containerImage{
	width: 50%;
}
.containerText{
	font-size: small;
	width: 50%;
	text-align: justify;
	padding-left: 25px;	
	color: #676767
	}
	

}

/* screenwidth less than 900px
--------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {

	.default{	width:100%; }
	
	img {width:100%; }
	.containerImage{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.containerText{
		font-size: small;
		width: 100%;
		text-align: justify;
		padding-left: 0;
		color: #676767
	}
.elementImage {
    width: 65%;
    height: 65%;
}
.containerElement {
    max-width: 1121px;
justify-content: center;
    margin-bottom: 50px;
	display: block;
}
	
}

/* mobile 
---------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

	.default{	width:100%; }
	
	img {width:100%; }
	.containerImage{
		width: 100%;
		display: flex;
		justify-content: center;
	}
 
 .elementImage {
    width: 65%;
    height: 65%;
}
.containerText{
	font-size: small;
	width: 100%;
	padding-left: 0;
	text-align: justify;
	color: #676767
	}
.containerElement {
    max-width: 1121px;
justify-content: center;
    margin-bottom: 50px;
}
	
}

/* screenwidth less than 460px
  -------------------------------------------------------------------------- */
@media only screen and (max-width: 460px) {

	.default{	width:100%; }
	
	img {width:100%; }

}

/* screenwidth less than 400px
  -------------------------------------------------------------------------- */
@media only screen and (max-width: 400px) {

	/* intro styles
	------------------------------------------------------------------ */
	.default{	width:100%; }
	
	img {width:100%; }

}









