﻿
.banner img
{
	width:100%;
}
.MobileMnu
	{
		  display:none;
	
	}
	.topMnu
	{
		display:block;
	}
.MobileMnu .txt
	{
		display:block;
		margin-left: 50px;
		font-family: "MyriadProBoldCondensed";
		font-size: 28px;
	}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  box-sizing: border-box;
}

.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #00B4FF;
  display: block;
}

@media screen and (max-width: 1033px) {

	
	.footer .wrap 
	{
		width: 100%;
	}
	.ftr-btm p 
	{
		width: 100%;
	}
	.wrap {
    width: 100%;
	}
	.fa{
		height:65px;
	}
	.MobileMnu
	{
		display:block;
		 position: relative;
		max-height: 36px;
		z-index: 999;
		width: 100%;
		padding-top: 12px;
		background: none;
		overflow: hidden;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		opacity: 0;
		top: -100px;
		
		width: 100%;
	}
		.MobNav ul li {
			width: 100%;
			padding: 5px 0;
			margin: 0
			display: inline-block;
			line-height: 1.2;
		}
		.open-nav {
		  max-height: 400px !important;
		}
		.open-nav .mobile-toggle {
		  transform: rotate(-90deg);
		  -webkit-transform: rotate(-90deg);
		}

		.sticky {
		  background-color: rgba(255, 255, 255, 0.93);
		  opacity: 1;
		  top: 0px;
		  border-bottom: 1px solid gainsboro;
		}

	.topMnu
	{
		display:none;
	}
	.MobileMnu ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: left;
    width: 100%;
	margin-top: 20px;
	height:100%
	}
	
	.mobile-toggle {
    display: block;
	}
	
	.banner img
	{
		width:100%;
	}
	.footer .wrap 
	{
		width: 100%;
	}
	.ftr-btm p 
	{
		width: 100%;
	}
	.wrap {
    width: 100%;
	}
	.fa{
		height:65px;
	}
	.main-menu {
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.content {
	min-height:initial !important;
	}
	.yamap 	{
	width:100% !important;
	}
	.sliderWrap
	{display:none;	}
	.content .news .item
	{
		width:100%;
	}
	.content .news {
    background: none;
	}
	
	
}






.MobNav ul a {
  color: #888888;
  text-transform: uppercase;
  font-size: 16px;
  font-family	"MyriadProBoldCondensed"
}
.MobNav li ul {
  display:none;
}


 .MobileMnu .row {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}
.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border: 1px solid gainsboro;
}

