
.navbar {
    margin-bottom: 0; 
	background:rgba(0,0,0, 0.5); 
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
        letter-spacing: 1px;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		height:auto; min-height:auto;
}

.navbar .grid {
padding:25px 10% 20px; height:110px;
background: url("../common/navi_bg.jpg"); 
background-repeat:repeat-x;
background-position:center;
}

.navbar .line {
height:40px; background:#041b35;}

.top-nav-collapse {
        background:#232731;	
    }
	
.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
  height: 40px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.0)!important; 
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

.navbar-custom ul.nav li a {
font-family:'Montserrat', sans-serif;
	font-size: 0.8em !important; line-height:1.8em;
	letter-spacing: 1px;
    color: #eee;
	text-transform: uppercase;
	font-weight: 500; 
	padding-left:20px; padding-right:20px;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #eee !important; 
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255, 0);
}
.navbar-custom.top-nav-collapse ul.nav li a:hover,
.navbar-custom.top-nav-collapse ul.nav li a:focus,
.navbar-custom.top-nav-collapse ul.nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255, 0);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}



@media(min-width:768px) {

    .navbar {   }

    .top-nav-collapse {
        padding:0; 	
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 0px solid #ddd;
    }
	.navbar-custom ul.nav li a {
line-height:1.9em;}
}


@media (max-width:1600px) {
.navbar .grid {
padding:25px 5% 20px;}
}

@media (max-width:1199px) {
.navbar .grid {
padding:25px 15px 20px;}
.navbar-brand {
height:auto; width:280px; margin-top:5px;
}
.navbar-brand img {
width:100%;
}
.navbar-custom ul.nav li a {
	font-size: 0.8em !important;
	letter-spacing: 0px;
}
.lang img {
width:19px; height:auto;}
}

@media (max-width:991px) {
.navbar-brand {
 width:200px;  margin-top:10px;
}
}


@media (max-width:767px) {
 .navbar, .navbar-nav {
		background: #000 !important;
	}
.navbar {
        padding: 0;}
	.navbar .grid {
padding: 0; height:auto;
background:#156690; 
background-repeat:repeat-x;
background-position:center;
background-size:attachmemt;
}
.navbar-header {
padding: 10px 0 5px;
background: url("../common/navi_bg.jpg"); 
background-repeat:repeat-x;
background-position:center;
background-size:contain;}
	.navbar-brand {
width:150px;
}
	.navbar-nav a {
		color: #fff !important;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
.navbar-nav  {
	max-height:300px; overflow-y:scroll;}
}

@media (max-width:480px) {
.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}

	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
}