@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,cyrillic);
*{box-sizing: border-box;}

nav {
  background-color:#005B94;
  box-shadow: 0 2px 0 0 #ECF1F2;
  border-top: 1px solid #ECF1F2;
  text-align: left;
  margin-left:230px;
  

}
nav a {
  text-decoration: none;
  display: block;
  transition: .3s linear;
  
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor:pointer;
}
.topmenu > li {
  display: inline-block;
  position: relative;
  margin-right: -4px;
  border-left: 1px solid #ECF1F2;
}
.topmenu > li:last-child {border-right: 1px solid #ECF1F2;}
.topmenu > li > a {
  cursor:pointer;
  padding: 30px 15px;
  font-size: 70%;
  letter-spacing: 3px;
  color: white;
  line-height: 17px;
  vertical-align: baseline;
  letter-spacing: 2px;
  word-spacing: 0px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  text-indent: 0px;
  font-weight:bold;
}
.active:after, .submenu-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: inherit;
  margin-left: 10px;
}
.topmenu .active, .topmenu > li > a:hover, .submenu li a:hover {color: #9BD1F5;}
.submenu {
  position: absolute;
  left: -1px;
  z-index: 5;
  width: 240px;
  border-bottom: 1px solid #ECF1F2;
  visibility: hidden;
  opacity: 0;  
  transform: translateY(10px);
  transition: .3s ease-in-out;
}
.submenu li {position: relative;}
.submenu a {
  background: white;
  border-top: 1px solid #ECF1F2;
  border-right: 1px solid #ECF1F2;
  border-left: 1px solid #ECF1F2;
  color: #80928D;
  text-align: left;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  word-spacing: 0px;
  font-size:80%;
  
}

.submenu .submenu {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  left: -webkit-calc(100% - 1px);
}
nav li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

#navigation{
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	position: relative;
    top: 0px;
    background-color: white; 
    width:100%; 
    padding-bottom:10px; 
    padding-top:10px; 
    z-index: 2000; 
    margin:auto;
    height:95px;
    min-width:1100px;
}
#navigation.fixed{
	position: fixed;
	top: 0;
	width: 100%;
    min-width:1430px;
	
}


/* left menu */

.menu {
  background-color: rgba(0, 0, 0, 0.8);
  left: -285px;
  height: 95%;
  position: fixed;
  width: 285px;
  top:100px;
  z-index: 2000; 
}


/*  */



.menu ul {
  border-top: 1px solid #555;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  border-bottom: 1px solid #555;
  font-family: 'Open Sans', sans-serif;
  line-height: 45px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-top: 3px;
}

.menu li:hover {
  cursor: pointer;
  background-color: #555;
  }

.menu a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-close {
  cursor: pointer;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 6px;
   
}




.icon-menu {
  color: #fff;
  float:left;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  padding: 20px 0 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-menu img {
  margin-right: 5px;
  -webkit-animation: 3s ease-in-out 0s normal none infinite running cbh-circle-img-anim; 
  -moz-animation: 3s ease-in-out 0s normal none infinite running cbh-circle-img-anim; 
  -o-animation: 3s ease-in-out 0s normal none infinite running cbh-circle-img-anim; 
  animation: 3s ease-in-out 0s normal none infinite running cbh-circle-img-anim; 
}

@keyframes cbh-circle-img-anim {
	0%, 50%, 100% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	10%, 30% {
		transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
	}
	20%, 40% {
		transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-o-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
	}
}
