@media screen and (max-width: 881px){
	.burgerDiv
{
	float: left;
	margin-left: 100px;
	cursor: pointer;
	position: absolute;
	z-index: 9999;
	background-color: #fff;
	box-sizing: border-box;
	padding: 15px;
	padding-bottom: 0;
	border-radius: 5px;
	box-shadow: 0 0 3px grey;
	height: 80px;
}
.burgerDiv span
{
	width: 75px;
    height: 3px;
    display: block;
    margin-bottom: 20px;
    background-color: #000;
    box-shadow: 0 0 3px #fff;
	transition-duration: 1s;
}
.navbar
{
	position: absolute;
	top: 0;
	z-index: 9999999;
}
.burgerDiv
{
	right:100px;
    top:30px;
}
.navbar[data-status="visab"] .burgerDiv span
{
	transform: rotateZ(0deg);
}
.navbar  > ul
{
	list-style:none;
	width: 100%;
	transition-duration: 1s;
}
.navbar
{
	
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	height: initial;
}
.navbar a
{
	width: 100%;
	box-sizing: border-box;
}
.navbar ul li
{
	text-align: center;
	width: 100%;
	margin:0;
}
.navbar[data-status="show"] .burgerDiv span:nth-child(1)
{
	transform: rotateZ(-45deg);
	transform-origin: center;
	margin:0;
	top: 35px;
	position: absolute;
}
.navbar[data-status="show"] .burgerDiv span:nth-child(3)
{
	transform: rotateZ(45deg);
	transform-origin: center;
	margin:0;
	margin-top: -1px;
}

.navbar[data-status="show"] .burgerDiv span:nth-child(2)
{
	opacity: 0;
	visibility: hidden;
}
.navbar[data-status="hidden"] ul
{
	overflow: hidden;
	height: 0;
}
.theLogoSector > .container
{
	position: relative;
}
.logoTextThe
{
	margin: 15px 0 0 15px;
	width: 250px;
}
.logoFishThe
{
	position: absolute;
	width: 100px;
	top: 120px;
	left: 100px;
}
.cbalink
{
	display: none;
}
@media screen and (max-width: 980px)
{
	.logoTextThe
	{
		width: 110px;
	}
	.logoFishThe
	{
		display: none;
	}
	.content .titleSector
	{
		padding:0 !important;
	}
	.footer
	{
		position: static !important;
	}	
	.burgerDiv
        {
		right:50px;
	}
}
@media screen and (max-width: 880px)
{
	.navbar a
	{
		font-size: 21px;
	}
	.burgerDiv
	{
		right: 5px;
		height: 60px;
	}
	.burgerDiv span
	{
		width: 45px;
		margin-bottom: 10px;
	}
	.navbar[data-status="show"] .burgerDiv span:nth-child(1)
	{
		top: 26px;
	}
}
}
@media screen and (max-width: 1200px) and (min-width: 880px){
	.navbar .logo img{
		float: left;
	}
	.navbar a{
		font-size: 18px;
		padding:10px 5px;
		box-sizing: border-box;
	}
	.social{
		float: left !important;
		margin-left: 10px;
	}
	.navbar {
		position: static;
		float: right;
	}
	.navbar li{
		float: left;
		clear: none;
	}
	.navbar li a{

		box-shadow: none;
		padding: 5px 5px;
	}
	.topPanel{
		display: flex;
		justify-content: space-around;
	}
	.navbar ul{
		margin-top: 30px;
	}
}
@media screen and (min-width: 881px) and(max-width: 980px) {
	.navbar a{
		font-size: 14px;
	}
	.ourBear .text{
		width: auto;
	}
	.ourBear {
		background-image: none;
	}
	.listMenu .owl-next{
		font-size: 60px;
		width: 60px;
		height: 60px;
		margin-right: -60px;
	}
	.listMenu .owl-prev{
		font-size: 60px;
		width: 60px;
		height: 60px;
		margin-left: -60px;
	}
	.copyright .whiteLine{
		display: none;
	}
	.copyright .logo{
		display: none;
	}
	.copyright .footerNav{
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.copyright .footerNav ul{
		display: inline-block;
	}
	.beforeHeader .psevdoBg{
		display: none;
	}
	.topPanel{
		margin-top: 45px;
	}
	.topPanel{
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 480px) {
        .burgerDiv{
          height: 36px !important;

          padding:10px !important;
        }
        .burgerDiv span{
          width: 25px !important;
          height: 2px !important;
          margin-bottom: 5px !important;
          }}
@media screen and (max-width: 1300px) and (min-width: 1200px){
	.navbar a{
		font-size: 21px;
		padding: 8px 12px;
	}
}