/*body {
background: #efefef;
margin: 0;
padding: 0;
border: none;
text-align: center;
font: normal 13px Verdana, sans-serif;
color: #222;
}
#navi {
height: 50px;
margin-top: 50px;
}*/
#menu {
background-image:url(bg.png)
text-align: center;
line-height: 66px;
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #426d9c), color-stop(40%, #0f67a1), color-stop(100%, #1384d1));
background: -moz-linear-gradient(top, #426d9c, #0f67a1, #1384d1);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
line-height: 50px;

margin: 0 auto;
padding: 0;*/
}
/*#content {
width: 750px;
margin: 0 auto;
margin-bottom: 25px;
padding: 30px 0;
text-align: left;
}
ul {
padding: 0;
}
ul li {
list-style-type: none;
display: inline;
margin-right: 15px;
}
ul li a {
color: #fff;
text-decoration: none;
text-shadow: 1px 1px 1px #000;
padding: 3px 7px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-transition-property: color, background;
-webkit-transition-duration: 0.5s, 0.5s;
}
ul li a:hover {
background: #01458e;
color: #ff0;
-webkit-transition-property: color, background;
-webkit-transition-duration: 0.5s, 0.5s;
}*/
.default {
	width: 100%;
	height: auto !important;
/*box-shadow: 0 5px 20px #888;
-webkit-box-shadow: 0 5px 20px #888;
-moz-box-shadow: 0 5px 20px #888;*/
}
.fixed {
width:100%;
height: 80px;
position: fixed;
top: 0px;
background: #fff!important;
/* background: rgba(22,52,91, 0.8) !important;
left: 0;*/
/*background-image:url(bg.png);*/
/*box-shadow: 0 0 40px #222;
-webkit-box-shadow: 0 0 40px #222;
-moz-box-shadow: 0 0 40px #222;*/
z-index:102;


}

.fixed .navbar-default .navbar-nav>li>a {
    color: #000;
    text-decoration: none;
}
.fixed .navbar-default .cool-link:hover {
    color: #fff!important;
    text-decoration: none;
}

 @media only screen and (min-width: 768px) and (max-width: 984px){
 
 .fixed {
width:100%;
height: 80px;
position: fixed;
top: 0px;
 background: rgba(3,139,147, 0.8) !important;
/*left: 0;*/
/*background-image:url(bg.png);*/
/*box-shadow: 0 0 40px #222;
-webkit-box-shadow: 0 0 40px #222;
-moz-box-shadow: 0 0 40px #222;*/
z-index:102;


}
.navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
    text-decoration: none;
}
 .fixed .navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
    text-decoration: none;
}}
 @media only screen and (min-width: 620px) and (max-width: 767px){
.fixed {
width:100%;
height: 50px;
position: relative;
top: 0px;
background: rgba(3,139,147, 0.0) !important;
/*left: 0;*/
/*background-image:url(bg.png);*/
/*box-shadow: 0 0 40px #222;
-webkit-box-shadow: 0 0 40px #222;
-moz-box-shadow: 0 0 40px #222;*/
/*z-index:9999999999;*/

z-index:102;
}

}
@media only screen and (max-width: 619px) {
.fixed {
width:100%;
height: 50px;
position: relative;
top: 0px;
background: rgba(3,139,147, 0.0) !important;
/*left: 0;*/
/*background-image:url(bg.png);*/
/*box-shadow: 0 0 40px #222;
-webkit-box-shadow: 0 0 40px #222;
-moz-box-shadow: 0 0 40px #222;*/
/*z-index:9999999999;*/

z-index:102;
}


}
