@charset "utf-8";
/* CSS Document */
img, object, video, iframe, input, textarea {
	max-width: 100%;
}


/* =RESPONSIVE
-------------------------------------------------------------- */


@media only screen and (max-width: 1310px) {
	.police {
		margin-left:10%;
		
	}
	
	.police img {
		max-width:30%;
	}
		

}

@media only screen and (max-width: 1024px) {
	
	.police {
		margin-left:0;
		
	}
	
	#content {
		padding-left:80px;
	}
	
	.o-1 {
	font-size:34px;

}

.phone {
	font-size:80px;
	line-height:80px;
}

.o-2 {
	font-size:44px;
	}
	

}

@media only screen and (max-width: 768px) {
	
	#content {
		padding-left:35%;
		padding-top:30px;
	}
	
	.slogan {
		font-size:30px;
		background-size:contain;
	}
	
.o-1 {
	font-size:28px;

}

.phone {
	font-size:60px;
	line-height:60px;
}

.o-2 {
	font-size:34px;
	}
	
#list {
	font-size:20px;
}

#mainslider {
	margin-bottom:20px;
}

.copyrights,
.credits {
	text-align:center;
}

#contact {
	text-align:center;
}

	
}

/* Mobile Phones ----------- */

@media only screen and (max-width: 668px) {
	.door {
		left:0;
		max-width:90%;
		text-align:left;
	}
	
	.logo {
		margin-bottom:30px;
	}
	
.o-1 {
	font-size:24px;

}

.phone {
	font-size:50px;
	line-height:50px;
}

.o-2 {
	font-size:30px;
	}

#list {
	width:100%;
	margin:20px auto;
	
}




}

@media only screen and (max-width: 641px) {
	.slogan {
		font-size:24px;
}

.logo {
	margin-bottom:15px;
}

.o-2 {
    font-size: 24px;
}
}

@media only screen and (max-width: 480px) {
	
#content {
	padding-left:0;
	padding-top:15px;
}

.police, .logo {
	padding-left:35%;
}
	.slogan {
		background-size:cover;
		font-size:30px;
}

#order {
	text-align:center;
}

    
}

@media only screen and (max-width: 361px) {
	.o-1 {
    font-size: 20px;
}

#list {
	margin-left:auto;
	margin-right:auto;
	width:80%;		
	-moz-column-count: 1;
-moz-column-gap: 0px;
-webkit-column-count: 1;
-webkit-column-gap: 0px;
column-count: 1;
column-gap: 0px;
	
}

.c-1, .c-2, .c-3 {
	font-size:30px;
}

}

/* =END
-------------------------------------------------------------- */