/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.top_phone {
		font-size: 11px;
		padding-left: 0px;
		margin-top: 3px;
	}
	.top_title {
		font-size: 12px;
		margin-bottom: 7px;
		padding-top: 8px;
	}
	.t_logo {
		text-align: left;
		padding-top: 20px;
	}
	.top_quolity {
		max-width: 80%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.footer2 {
		font-size: 24px;
	}
	.footer1 {
		font-size: 30px;
	}
	.text_part {
		padding-left: 0px;
		padding-right: 0px;
	}
	.cont {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	a.price_go { 
		width: 40%;
	}
	.top_text1 {
		padding-left: 0px;
	}
	.top_text, .top_text1 {
		text-align: center;
	}
	.main_logo {
		max-width: 50%;
		margin-bottom: 20px;
	}
	.t_logo {
		text-align: center;
	}
	.top_text {
		font-size: 14px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.footer2 {
		text-align: center;
		font-size: 20px;
		float: none;
		width: 50%;
		margin: auto;
		margin-bottom: 1px;
	}
	.footer1 {
		text-align: center;
		font-size: 26px;
		float: none;
		width: 50%;
		margin: auto;
		margin-bottom: 1px;
	}
	.text_part {
		padding-left: 90px;
		padding-right: 90px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.footer2 {
		font-size: 18px;
		width: 70%;
	}
	.footer1 {
		font-size: 22px;
		width: 70%;
	}
	.text_part {
		padding-left: 0px;
		padding-right: 0px;
	}
	span.pad {
		padding-left: 5px;
		padding-right: 5px;
	}
	a.order_go {
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 13px;
	}
	span.ar_line_title {
		font-size: 12px;
	}
	.ar_line {
		padding-left: 5px;
		font-size: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.ar_title {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}