@media screen and (min-width: 320px) and (max-width: 732px) {
    .info{
		height: 800px;
		padding: 10px;
		width: 100% !important;
	}

	.info div{
		padding: 0;
		height: 230px;
	}

	.info div h1{
		font-family: 'Roboto';
		font-size: 40px;
		font-weight: 900;
		color: #025e79;
		line-height: 35px;
	}

	.info div p{
		font-family: 'Open sans';
		font-weight: 400;
		font-size: 12px;
		color: #4f4f4f;
		text-transform: uppercase;
	}

	/* DISTIN */
	.distin{
		height: 1350px;
		background-image: url('/images/distingue.jpg');
		background-size: auto 100%;
		background-position: center;
		padding: 0;
	}

	.distin_div{
		padding: 20px;
		height: 225px;
		text-align: center;
	}

	.distin_img{
		height: 50px;
		text-align: center;
		margin-top: 10px;
	}

	.distin div h5{
		font-family: 'Roboto';
		font-size: 15px;
		color: #00b8f0;
		font-weight: 400;
		text-transform: uppercase;
	}

	.distin div p{
		font-family: 'Open sans';
		font-size: 13px;
		color: #dcdddd;

	}
	/* END DISTIN */

	/* END DISTIN */

	/* CLIENTES */
	.clientes{
		height: 400px;
		text-align: center;
		padding: 20px;
	}

	.clientes div{
		margin-top: 5px;
		margin-bottom: 5px;	
	}

	.clientes h1{
		font-family: 'Roboto';
		fotn-size: 40px;
		font-weight: 900;
		color: #00b8f0;
		text-transform: uppercase;
	}

	.clientes h5{
		font-family: 'Roboto';
		fotn-size: 13px;
		font-weight: 400;
		color: #4f4f4f;
		text-transform: uppercase;
	}
	/* END CLIENTES */

	/* CONTACTO */
	.contacto{
		height: 1000px;
		background-color: #2c2c2c;
		padding: 20px;
	}

	.right_bottom{
		text-align: right;
		margin-top: 15px;
		font-family: 'Roboto';
		font-size: 15px;
		color: silver;
		font-weight: 900;
	}

	/* END CONTACTO */

	.toplam{
		height: 300px;
		background-image: url('/images/laminacion1.jpg');
		background-size: auto 100%;
		background-position: cover;
		background-attachment: fixed;
		position: relative;
		background-repeat: no-repeat;
	}

	.topdom{
		height: 300px;
		background-image: url('/images/domos1.jpg');
		background-size: auto 100%;
		background-position: cover;
		background-attachment: fixed;
		position: relative;
		background-repeat: no-repeat;
	}

	.topdom h1{
		position: absolute;
		top: 20px;
		left: 10px;
		color: white;
		font-family: 'Roboto';
		font-weight: 900;
		font-size: 50px;
	}

	.toplam h1{
		position: absolute;
		top: 20px;
		left: 20px;
		color: white;
		font-family: 'Roboto';
		font-weight: 900;
		font-size: 50px;
	}

	.toplam a{
		position: absolute;
		bottom: 20px;
		right: 40px;
		font-family: 'Roboto';
		font-weight: 900;
		color: white;
		cursor: pointer;
		font-size: 15px;
		text-decoration: none;
		display: block;
		border-width: 1px;
		border-color: white;
		border-style: solid;
		border-radius: 15px;
		padding: 10px;
	}

	.msglam{
		height: 300px;
		background-color: white;
		color: #191919;
		font-family: 'Roboto';
		font-size: 15px;
		font-weight: 700;
		text-align: center;
		padding: 50px 60px;
		text-transform: uppercase;
	}

	.matlam{
		background-color: #e2e2e2;
		height: 1000px;
		padding: 40px 10px;
	}

	.matlam div{
		padding: 10px;
	}

	.domos_block{
		background-color: #015f79;
		color: white;
		height: 450px;
		font-family: 'Roboto';
		padding: 5px;
	}

}

@media screen and (min-width: 733px) and (max-width: 1000px) {
	.info{
		height: 800px;
		padding: 10px;
	}

	.distin{
		height: 550px;
		background-image: url('/images/distingue.jpg');
		background-size: auto 100%;
		background-position: center center;
		background-repeat: no-repeat;
		padding: 20px;
	}

	.contacto{
		height: 850px;
		background-color: #2c2c2c;
		padding: 20px;
	}

	.right_bottom{
		text-align: right;
		margin-top: 15px;
		font-family: 'Roboto';
		font-size: 15px;
		color: silver;
		font-weight: 900;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1024px) {
	.info{
		height: 450px;
		padding: 10px;
	}

	.distin{
		height: 550px;
		background-image: url('/images/distingue.jpg');
		background-size: 100% auto;
		background-position: center;
		background-repeat: no-repeat;
		padding: 20px;
	}

	.contacto{
		height: 400px;
		background-color: #2c2c2c;
		padding: 20px;
	}

	.right_bottom{
		text-align: right;
		margin-top: 15px;
		font-family: 'Roboto';
		font-size: 15px;
		color: silver;
		font-weight: 900;
	}
}