/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

 .aboutus .tableus {
 	margin-bottom: 15px;
 	float: left;
 	width: 100%;
 	margin-bottom: 70px;
 }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.headname {
		text-align: center;
		font-size: 24px;
	}
	.headphone {
		text-align: center;
		font-size: 24px;
	}

	.zakaz .boxpd {
		padding: 30px 20px;
	}

	.topindex .infobox {
		padding: 30px 10px 50px;
	}

	.topindex h1 {
		font-size: 24px;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	
}

/* 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) {

	
	.drinkinfo .drinkcall {
		margin-left: 20%;
	}
	.drinkinfo h2 {
		font-size: 36px;
	}
	.drinkinfo h3 {
		font-size: 24px;
	}

	.services p {
		font-size: 14px;
	}

	.topservice .wbox {
		margin: 0 auto 50px;
		min-height: 332px;
	}

	.tarif .boxall {
		margin: 0 auto 50px;
	}

	.tarif .text1 {
		font-size: 14px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.services p {
		font-size: 16px;
	}

	.topservice h1 {
		font-size: 48px;
	}

	.aboutus h1 {
		font-size: 48px;
	}

	.tarif h1 {
		font-size: 48px;
	}

	.tarif .text1 {
		font-size: 16px;
	}

	.databoard h1 {
		font-size: 48px;
	}

	.databoard .downadata .boxsqr {
		margin-bottom: 0;
	}

	.vodunit h1 {
		font-size: 48px;
	}

	.topservice .wbox {
		min-height: 310px;
	}

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	.topservice .wbox {
		min-height: 276px;
	}

}