.language {position: absolute; z-index: 1000;}
.language .language-link {display: block;}
.language .language-link img {border: 1px solid transparent;}
.language .language-link.active img {border: 1px solid yellow;}
.header {
	width: 1086px;
	height: 173px;
	position: absolute;
	left: 0;
	right: 0;
	top: 8px;
	margin: 0 auto;
	background: url(../img/background/menu-bg.png);
	background-repeat: no-repeat;
    background-position: center; 
	z-index: 200;
}
.offcanvas{
	font-weight: 700;
}
.header-menu-left ul li a:hover, .header-menu-right ul li a:hover, .footer-menu ul li a:hover {
	text-decoration: underline;
	color: #fff7b7;
	transition: 0.3s;
}
.header-menu-left, .header-menu-right {
	height: 100%;
	font-weight:700;
}
.header-menu-left {
    float: left;
}
.header-menu-left ul {
	padding: 0;
    position: absolute;
    bottom: 0;
    top: 76px;
    right: 670px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
}
.header-menu-left ul li {
	display:inline;
}
.header-menu-left ul li a {
	transition: 0.3s;
	text-transform:uppercase;
	text-decoration:none;
	color: #eac176;
}
.header-menu-left ul li:before {
	content: url(../img/decoration/footer-menu-divider.png);
	padding-left: 3px;
    padding-right: 6px;
}
.header-menu-left ul li:first-child:before {
	display:none;
}

.header-menu-logo {
	height: 100%;
    width: 244px;
    position: absolute;
    margin: 0 auto;
}

.header-menu-right {
	float: right;
}
.header-menu-right ul {
    padding: 0;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
	left: 660px;
	top: 75px;
    text-align: center;
    font-size: 15px;
}

.header-menu-right ul li {
	display:inline;
}
.header-menu-right ul li a {
	transition: 0.3s;
	text-transform:uppercase;
	text-decoration:none;
	color: #eac176;
}
.header-menu-right ul li:before {
	content: url(../img/decoration/footer-menu-divider.png);
    padding-left: 6px;
    padding-right: 10px;
}
.header-menu-right ul li:first-child:before {
	display:none;
} 

.brooksfield-bg {
	width:100%;
}
.mobile-menu {display:none;}


.header-bg { 
	/*margin-top: -35px;*/
    z-index: 1;
    position: relative;
}
img.header-bg-image {width: 100%;}
img.slider-image-background {
	width:100%;
}
.header-bg-link {
	position: absolute;
    bottom:25px;
    left: 15px;
}

.link-for-cats {
	position: absolute;
    width: 292px;
    height: 92px;
    bottom: 455px;
    left: 15px;
}
	
.link-for-dogs {
    position: absolute;
    width: 292px;
    height: 90px;
    bottom: 343px;
    left: 24px;
}

@media (min-width:1261px) {
	.language {right: 30px; top: 47px;}
	.brooksfield-bg-tablet {
		display: none;
	}
	.header-menu-logo {
    left: 0;
	right: 0;
	}
	.header-bg-tablet {
		display: none;
	}
	.header-bg-mobile {
		display: none;
	}
}


@media (max-width:1260px) {
	.language {left: 30px; top: 40px;}
	.header {
	background: url(../img/tablet/background/menu-bg.jpg) no-repeat;
	margin: 0;
	width:100%;
	}
	.header-menu-logo {
		right:0;
		margin-top: -5px;
	}
	.header-menu-logo img {
		max-height: 120px;
	}
	.brooksfield-bg {
		display: none;
	}
	.brooksfield-bg-tablet {
		width:100%;
	}
	.header-menu-left ul {
    top: 30px;
	left: 0;
	right:0;
	margin-right:173px;
	}
	.header-menu-right ul {
    top: 60px;
    left: 0;
	right:0;
	margin-right:173px;
	}
	.header-bg {
		display: none;
	}
	.header-bg-tablet {
		position: relative;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin-top: -45px;
		height: 736px;
		z-index: 1;
	}
	.header-bg-mobile {display:none;}
	.product-tablet-buttons {
		position: absolute;
		bottom: 95px;
		text-align: center;
		left: 0;
		right: 0;
	}
	.product-tablet-buttons-for-cats, .product-tablet-buttons-for-dogs {
		display: inline-block; margin:0 10px;
	}
}
@media (min-width:761px) {
	.brooksfield-bg-mobile {
		display: none;
	}
}
@media (max-width:760px) {
	.language {right: 0; top: 23px; left: unset;}
	.brooksfield-bg-tablet {
		display: none;
	}
	.brooksfield-bg-mobile {
		width:100%;
		margin-top: 85px;
	}
	.header {
	background: url(../img/mobile/background/menu-bg.jpg) no-repeat;
	margin-top:0;
	top:0;}
	.header-menu-left ul, .header-menu-right ul {
		display:none;
	}
	.header-menu-logo {
		display:none;
	}
	.mobile-menu-logo a img {
		margin-left: -20px;
	}
	.mobile-menu {display:block;}
	.mobile-menu-logo {padding: 26px; text-align:center;}
	.header-bg {display: none;}
	.header-bg-tablet {display:none;}
	.header-bg-mobile {
		display:block;
		position: relative;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin-top: 0;
		height: 680px;
		z-index: 1;
	}
	.product-tablet-buttons {
		bottom: 100px;
	}
	
	.hamburger {float:left; padding:20px 10px;}
	.hamburger .line{
	  width: 50px;
	  height: 5px;
	  background-color: #ffbf00;
	  border-radius: 5px;
	  display: block;
	  margin: 8px auto;
	  -webkit-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}

	.hamburger:hover{
	  cursor: pointer;
	}

	/* ONE */

	#hamburger-1.is-active .line:nth-child(2){
	  opacity: 0;
	}

	#hamburger-1.is-active .line:nth-child(1){
	  -webkit-transform: translateY(13px) rotate(45deg);
	  -ms-transform: translateY(13px) rotate(45deg);
	  -o-transform: translateY(13px) rotate(45deg);
	  transform: translateY(13px) rotate(45deg);
	}

	#hamburger-1.is-active .line:nth-child(3){
	  -webkit-transform: translateY(-13px) rotate(-45deg);
	  -ms-transform: translateY(-13px) rotate(-45deg);
	  -o-transform: translateY(-13px) rotate(-45deg);
	  transform: translateY(-13px) rotate(-45deg);
	}
	
	
}