.navigation {
   /* background: transparent;
     float: right;
  padding-right: 10px;   
    left: 20px;
    z-index: 620;*/

	width: 100%;
margin: auto;
/* top: 50px; */
position: relative;
border-top: solid 1px #fff;
}

#num{
position: absolute;
top: 4px;
right: 0;
font-family: 'Open Sans', arial, sans-serif;
font-weight: 700;
font-size: 30px;
color: #fff;
padding: 0 10px 10px 0;
}

.flexnav,.menu-button {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 400
}

.flexnav {
    margin: 0/*  0 10px 0 */;
    list-style: none;
    height: 30px;
    overflow: visible;
    width: 100%;
    background:#000;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
    padding: 0;
    display: block;
}

.flexnav:after {
    content: "";
    display: table;
    clear: both
}

.menu-button {
	/* margin-top: 6px; */
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	/* font-size: 13px; */
	font-weight: 700;
    display: none;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #000 /* #992D29  */;
    cursor: pointer;
	width: 97%;
}

.flexnav ul li,.flexnav>li {
    display: block;
    position: relative
}

.flexnav>li {
    float: left;
	display: block;
	position: relative;
}

.flexnav li a {
    color: #fff;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.flexnav ul li a,.flexnav>li>a {
    display: block;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none
}



.flexnav li a:hover {
    color: silver;
   /*  font-weight: 600 */
}

.flexnav>.item-with-ul>a {
    padding-right: 15px
}

.touch-button,.touch-button::before {
    display: block;
    position: absolute;
    right: 0
}

.touch-button {
    z-index: 99;
    cursor: pointer;
    background: 0 0;
    top: 0;
    width: 54px;
    height: 25px
}

.touch-button::before {/* arrow */
content: '';
	display: block;
	width:0;
	height: 0;
	position: absolute;
	/*border-bottom: 6px solid tansparent;
	 border-right: 6px solid green; */
	border-left: 6px solid #ccc;
	border-top: 6px solid transparent;
	right: 5px;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg); 
	color: #fff;



    /* content: '';
    width: 7px;
    height: 7px;
    border-bottom: 3px solid silver;
    border-left: 3px solid silver;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #000 */
}

.flexnav li:hover>.touch-button::before,.sm-screen .submenu-open::before {
    border-bottom-color: #000;
    border-left-color: #000
}

.flexnav li:hover>.touch-button::after,.sm-screen .submenu-open::after {
    border-color:#887070;
}

.flexnav ul {
    position: absolute;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    top: 25px;
    z-index: 999
}

.flexnav ul ul {
    left: 244px;
    top: -1px
}

.flexnav ul li {
    padding: 0;
    margin: 0;
    border-top: solid 1px #fff
}

.flexnav ul li a {
    background-color: #000;
    width: 200px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.flexnav ul li a:hover {
    background-color: #ccc;
    color: #fff;
    border-top: none
}

.flexnav ul .touch-button {
    width: 40px;
    height: 40px;
    border-left: 1px solid #887070;
}

.flexnav ul .touch-button::after {
    top: 8px;
    right: 8px;
    width: 22px;
    height: 22px
}

.flexnav ul .touch-button::before {
    right: 17px;
    top: 16px;
    height: 7px;
    width: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media all and (max-width:800px) {
    .navigation {
        width: 100%;
        margin: auto;
        left: 0;
        position: relative;
        z-index: 120
    }
	

    .flexnav {
        overflow: hidden;
        max-height: 0
    }

    .flexnav.show {
        overflow: visible;
        max-height: 2000px
    }

    .flexnav li {
        background: #000/*#E7442E #D9D1D1 */;
        float: none
    }

    .flexnav ul li a {
        width: auto;
        padding-left: 42px
    }

    .flexnav>li {
       /*  border-top: 1px solid #887070;*/
        margin: 0
    }

    .flexnav ul,.flexnav ul ul {
        position: relative;
        left: 0;
        width: 100%;
        top: 0
    }

    .flexnav.show .touch-button,.menu-button .touch-button {
        z-index: 999
    }

    .flexnav ul .touch-button::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 16px;
        top: 15px
    }

    .menu-button {
        display: block
    }

    .menu-button .touch-button::before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        border-left: 0;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        right: 21px;
        height: 2px;
        width: 20px;
        top: 22px
    }

    .menu-button::after {
        display: block;
        width: 20px;
        height: 2px;
        content: '';
        position: absolute;
        background: #fff;
        right: 21px;
        top: 18px
    }

    .flexnav ul ul li a {
        padding-left: 62px
    }

    .flexnav ul ul ul li a {
        padding-left: 82px
    }

    .touch-button::before {/* this is the V that shows on submenus */
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-bottom: 8px solid tansparent;
	/* border-right: 6px solid green; */
	border-left: 8px solid #ccc;
	border-top: 8px solid transparent;
	right: 45px;
	top: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #fff;
        /* content: '';
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        border-bottom: 4px solid #fff;
        border-left: 4px solid #fff;
        right: 50px;
        top: 9px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        color: #000 */
    }

    .flexnav>li>a {
        display: block;
        padding: 5px 10px;
        border-bottom: solid 1px #887070;
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
    }

    .flexnav li a:hover {
        background-color: #E5DFDF;
        color: #000;
        border-top: none
    }
#num{
/* position: absolute;
top: 4px;
right: 0; */
float: left;
font-family: 'Open Sans', arial, sans-serif;
font-weight: 300;
font-size: 20px;
color: #fff;
padding: 10px 60px 10px 0;
}
	
}

/* ============for 480px or less =================*/
@media screen and (max-width: 480px) {

/* #num{display: none;} */

#num{
/* position: absolute;
top: 4px;
right: 0; */
float: left;
font-family: 'Open Sans', arial, sans-serif;
font-weight: 300;
font-size: 20px;
color: #fff;
padding: 10px 60px 10px 0;
}
.menu-button {
	width: 94%;
}


}