.logo_wrap {
    display: block;
    float: left;
    width: 100%;
	background-color:#fff;
}
.menu {
	margin-top:5px;
}
.slider {
	margin-top:5px;
}
.acc_wrap
{
    width: auto; float: right;
    margin-top: 30px;
}
.logo-ISO 
{
	display: block;
    float: left;
    width: auto;
    padding:0px; 
    margin: 10px 0px 0px 0px;
}
.logo-ISO img
{
    width: 100px;
    margin: 0px 0px 0px 0px;
}
.tele-no 
{
	float:right;
	font-family:arial;
	color:#FFFF00;
	font-weight:bold; 
    width: 50%;
    text-align: right;
}
.tele-no table
{
    width: auto; float: right;
}
.tele-no table td
{
    vertical-align: top;
    padding: 5px;
    width: auto;
}
.navigation
{
    display: block; float: left; width: 100%;
}
/*=============================
        mobile navigation
==================================*/

#nav-mob
{
     vertical-align: bottom;
     text-align: right;
     display: none;
     margin-right: 0px;
     float: right;
     position: absolute;
    z-index: 9999;
    right: 10px;
    top: 30px;
    color: #fff;
}

.menu-button {
    cursor: pointer;
    background: transparent url("../images/menu-mobile.png") no-repeat 0 0;
    width: 16px;
	height: 16px;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}
.menu-button.selected,
.menu-button:active {
    background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}
.navigation ul
{ 
	padding: 0; 
	margin: 0;
}
.navigation ul li
{
    float:left;
	list-style:none;
	display:block;
	line-height: 45px;
	background-color:#000;
}
.navigation ul li a
{
    text-decoration: none;
  	color: #fff;
  	padding-left: 20px;
	padding-right: 20px;
	font-family:'Baumans';
	text-transform:uppercase;
}
.navigation ul li:hover {
	color:#fff;
	background-color:#2637d1;
	transition: all 0.4s ease;
}
