						/*            1200px Screen         */

@media only screen and (max-width:1225px){
	.frame{
		padding:0 15px;
	}

	.member-box{
		margin:2% 10% 4% 10%;
	}
}

						/*            980px Screen         */

@media only screen and (max-width:985px){
	.member-box{
		float:none;
		margin:3% auto 5% auto;
	}
}

						/*            875px Screen         */

@media only screen and (max-width:875px){

	.top-logo img:first-child{
		display: block;
		margin:0 auto;
	}

	.top-logo img:last-child{
		display: block;
		margin:30px auto 0 auto;
	}
}

						/*            760px Screen         */

@media only screen and (max-width:760px){
	p{
		text-align: justify;
	}
	.top-logo{
		padding:30px;
	}
}

						/*            540px Screen         */

@media only screen and (max-width:540px){
	header,
	#header{
		padding-bottom: 20px;
	}

	.copyright{
		width:100%;
		float:none;
		font-size:15px;
		text-align: center;
	}

	.socials{
		width:100%:;
		float:none;
		text-align: center;
		line-height: 45px;
		padding-bottom:10px;
	}
}


						/*            400px Screen         */

@media only screen and (max-width:400px){
	#owl-gallery .item{
	  margin-left:75px;
	}
	footer,
	#footer{
		line-height: 45px;
	}
	.copyright{
		line-height: 25px;
		padding:25px 0 15px 0;
	}
	.top-logo{
		padding:15px;
	}
}

						/*            375px Screen         */

@media only screen and (max-width:375px){
	#owl-gallery .item{
	  margin-left:60px;
	}
}

						/*            340px Screen         */

@media only screen and (max-width:340px){
	#owl-gallery .item{
	  margin-left:45px;
	}
}

						/*            325px Screen         */

@media only screen and (max-width:325px){
	#owl-gallery .item{
	  margin-left:40px;
	}
}
