@font-face {
    font-family: "HelveticaNeueCyrMedium";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/HelveticaNeueCyrMedium.woff") format("woff"), url("/themes/default/fonts/HelveticaNeueCyrMedium.ttf") format("truetype"), url("/themes/default/fonts/HelveticaNeueCyrMedium.svg") format("svg");
}

@media screen and (max-width: 2000px) {
	
	nav{
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    z-index: 1000;}
 
.toggleMenu::after {
    border: medium none;
    border-radius: 11px;
    color: #c65738;
    content: "≡";
    font-size: 33px;
    margin-left: 10px;
    padding: 4px 0;
    position: relative;
    top: 5px;
    z-index: 100000;
}
.toggleMenu {
    color: #000;
    display: none;
    float: right;
    margin-right: 0;
    margin-top: 11px;
    text-decoration: none;
    z-index: 10000000;
}

.nav {
	background: #000 none repeat scroll 0 0;
	float: left;
	left: 50%;
	list-style: outside none none;
	margin-left: -760px;
	position: relative;
	top: 15px;
	z-index: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    color: #fff;
    font-family: HelveticaNeueCyrRoman,arial;
    font-size: 12px;
    margin: 0 47px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.nav li{
   padding: 17px 0px
}


.nav li:first-child{

}

.nav li:last-child{

}

.nav a:hover {
	color:#d56e53;

}




.nav > li {
    float: left;
}
.nav > li > .parent {

    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #333333;
    position: relative;
    z-index:100;
    color: #dddddd;
	    font-size: 12px;
	    padding: 10px 20px;	
	    transition: color 0.2s ease 0s;	
		width: 180px;
		text-transform: none;
}


.nav li li li a {
    background:#249578;
    z-index:200;
    border-top:none;
}


.nav ul  li a:hover {

}

.nav li a:hover{

}

.nav li a:hover{
	color: #d56e53;
}

.nav li li a:hover{

}



@media screen and (max-width: 980px) {
	/*

#cssmenu {

}
	
 
.toggleMenu {


}	



.nav li:first-child {
    margin-left: 0px;
}
.nav li:first-child {
    margin-left: 0px;
}
.nav li {
    padding: 17px 40px;
}




.active {
        display: block;
    }
 .nav > li {
        float: none;
    }
    .nav > li > .parent {
	    background-image: url("../images/downArrow.png");
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
		width: 100%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	
	.nav li li a {width: 100%;}
	
.nav a{
    font-size: 20px;
    line-height: 1.1;
    margin: 0px 0;
	padding: 0 15px;
}	

	
.nav li:hover{
	border: none;
}

.nav li{
    background:#0e68be none repeat scroll 0 0;
    left: 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1000;
}

.nav a:hover {

}

.nav li a:hover{

}

.nav > li {
    float: none;
}
	
	
}

*/
}


