/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.sect-eat .eat-info {
		margin-top: 23%;
	}
	.header-phone {
		margin-left: 32px;
	}
	.switch-langs {
		left: 7px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	h1, .h1 {
	font-size: 30px;
	}
	h2, .h2 {
		font-size: 26px;
	}
	h3, .h3 {
		font-size: 24px;
	}
	h4, .h4 {
		font-size: 22px;
	}
	.btn {
		padding: 8px 30px;
	}
	.header-phone,
	.toggle-mnu {
		margin-left: 14px;
	}
	.owl-slider .owl-nav {
		padding: 0 2%;
	}
	.sect-team .team-info,
	.sect-eat .eat-info {
		margin-top: 0;
		text-align: center;
	}
	.sect.sect-eatmenu::before {
		width: 45px;
		height: 78px;
	}
	.switch-langs {
		left: auto;
		right: 177px;
	}
	.foot-widget .foot-soc {
		margin: 20px 0;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.switch-langs {
		margin-top: 5px;
	}
	.switch-langs li a {
		padding: 6px 2px;
		width: 40px;
		font-size: 13px;
	}
	.slider-item {
		padding: 115px 0;
	}
	.slide-content {
		font-size: 16px;
	}
	.foot-widget {
		text-align: center;
	}
	.foot-widget .foot-logo,
	.work-time {
		margin: 0 auto;
	}
	.foot-soc li {
		margin: 0 6px;
	}
	.switch-langs {
		top: 12px;
	}
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.switch-langs li a {
		padding: 5px 2px;
		width: 28px;
		font-size: 11px;
	}
	.header-nav {
		height: 69px;
	}
	.logo {
		max-width: 50px;
	}
	.mob-menu {
		top: 59px;
	}
	.header-phone {
		margin-top: 13px;
	}
	.toggle-mnu {
		margin-top: 16px;
	}
	.sect.sect-eatmenu::before {
		width: 25px;
		height: 50px;
	}
}

/* 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) {

}