@media (min-width:2400px) {
}
@media (min-width:2800px) {
}
@media (max-width:1600px) {
body {
	font-size: 16px;
}
}
@media (max-width:1200px) {
header .nav-link {
	padding: 5px 5px !important;
}
}
@media (min-width:1024px) {
.mobile {
	display: none !important;
}
}
@media (max-width:1023px) {
.desktop {
	display: none !important;
}
.nav-wrapper {
}
header .nav-wrapper {
	height: 50px;
}
.hamburger {
	position: absolute;
	top: 17px;
	right: 20px;
	color: #fff;
}
header.bright .hamburger, header.fixed .hamburger {
	color: #000;
}
header.fixed {
	top: 0px;
	margin: 0;
    height: 50px;
}
header .container {
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0;
}
header .nav-link {
	display: inline-block;
	color: #fff;
}
header .nav-link.active:before {
	animation: none;
}
header .navbar-collapse {
	text-align: right;
}
header .nav-link {
	display: inline-block;
}
header .nav-link.active:before {
	animation: none;
}
header .navbar-collapse {
	background: #000;
	margin: 0;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100vw;
	padding-right: 0px;
    
	text-align: right;
	height: auto;
}
header.fixed .navbar-collapse {
	top: 50px;
}
header .navbar-collapse .navbar-nav {
	position: relative;
	margin-top: 30px;
	padding-bottom: 10px;
    padding-right: 10px;
	background: #fff;
	width: 100vw;
}
header .navbar-collapse .navbar-nav a {
	color: #000;
}

}
@media (max-width:767px) {
body {
	max-width: 100vw;
	overflow-x: hidden;
	font-size: 16px;
}
h1 {
	font-size: 30px;
	margin: 0 0 30px 0;
}
h2 {
	font-size: 26px;
	margin: 20px 0 20px 0;
}
h3 {
	font-size: 20px;
	margin: 20px 0 10px 0;
}

.header2
{
    padding-top: 70px;
    padding-bottom: 20px;
}

.big-slider h2
{
    font-size: 30px;
}

.big-slider img
{
    max-width: 60vw;
}

.big-slider .slide
{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 20px;
    font-family: Dosis, sans-serif;
    font-weight: 600;
    position: relative;
}

.big-slider .slideBg
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.6;
    background: #fff;
}

.big-slider .slide-inner
{
    position: relative;
    z-index: 10;
    min-height: 0;
    text-align: center;
}

.big-slider .slide-inner *
{
    text-align: center;
}

.footer-right
{
    text-align: center;
}

.job:before
{
    width: 3px;
}

.job:nth-child(2n):before
{
    right: 6px;
}

.content {
	width: 100vw;
	padding: 0;
}
footer {
    text-align: center;
}
main .col-md-4.col-lg-3 {
	text-align: center;
}
@keyframes A {
from {
	background-position: right center;
}
}
@media (max-width:468px) {
}
