/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.header-phone {
		padding: 0;
		background: transparent;
	}
	.header-order {
		padding: 0;
		background: transparent;
	}
	.header-lang img{
		width:30px;
	}
	.header-menu {
		width: 40%;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.header-hamburger {
		display: block;
	}

	#mobile-menu.opened {
		display: block;
	}

	.header-menu {
		width: 100%;
		display: none;
	}

	header {
		padding-top:68px;
	}
	header > .container {
		position: fixed;
		z-index: 1000;
		background: #000;
		left: 0;
		top: 0;
		right: 0;
	}

	.header-logo {
		width: 130px;
	}

	.about_sect blockquote {
		font-size: 20px;
		margin: 15px 0;
	}
	h2.sect-title {
		font-size: 22px;
	}
	.front-header-img-container {
		min-height: none;
		height: calc(100vw/2);
	}
	footer {
		padding: 30px 0 35px;
	}
	.header-order,
	.header-lang {
		display:none;
	}
    #jbForm_apply .jb_input {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	.header-img-container {
		height: 150px;
	}
	.img-responsive-50 {
		max-width: 100%;
		height: auto;
		float: none;
		margin: 0 auto 30px;
		display: block;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}
