@CHARSET "UTF-8";

.upgrade, 
.upgrade:hover, 
.upgrade.active,
.upgrade:active,
.upgrade.focus,
.upgrade:focus,
.upgrade:active.focus,
.upgrade.active.focus{
    color: #fff;
    background-color: #007dcc;
    border-color: #007dcc;
}

.header-menu{	
    background: url(../../images/bg-header.png) no-repeat  98.1% top;
}

@media only screen and (max-device-width: 480px){
	.header-menu{	
   		background-position-x: 150%;
	}	
}

.user{
	margin-right: 5px;
}

.btn-default-menu-user {
    color: #FFFFFF;
    background-color: rgba(137, 177, 49, 0);
    border-color: rgba(137, 177, 49, 0);
}

.navbar-default {
    border: 0px;
    z-index: 99999999;
    height: 100px;
}

.btn-default-menu {
    color: #FFFFFF;
    background-color: rgba(137, 177, 49, 0.1);
    border-color: rgba(137, 177, 49, 0.1);
}

.well {
    border-radius: 0px !important;
}

@media (min-width: 768px){
	.navbar-nav>li>a {
    	padding-top: 6px;
    	padding-bottom: 6px;
	}

	.navbar-right {
    	/*margin-top: 66px;
    	padding: 0px;*/
    	margin-right: 0px;
	}
	
	.dropdown-toggle{
  		/*display: none;*/
  	}
}

@media (max-width: 767px){
	.navbar-nav .open .dropdown-menu {    
    	background-color: white;
    	padding-top: 10px;
    	padding-bottom: 10px;
	}
}

@media only screen and (max-device-width:480px){
	.dropdown-toggle{
  		display: none;
  	}	
}
	
.dropdown-large {
  	position: static !important;
}

.dropdown-menu-large {
  	margin-left: 16px;
  	margin-right: 16px;
 	padding: 20px 0px;
  /*margin-right: 355px;*/
}

.dropdown-menu-large > li > ul {
  	padding: 0;
  	margin: 0;
}

.dropdown-menu-large > li > ul > li {
  	list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  	display: block;
  	padding: 3px 20px;
  	clear: both;
  	font-weight: normal;
  	line-height: 1;
  	color: #4a432c;
  	white-space: normal;
  	font-size: 13px;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  	color: #999999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  	text-decoration: none;
  	background-color: transparent;
  	background-image: none;
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
  	color: rgb(123, 167, 49);
  	font-size: 15px;
}

@media (max-width: 768px) and (orientation: landscape){
	.header-menu{	
   		background-position-x: 80% !important;
	}	
}

@media (max-width: 768px) {
	
  	.flexnav li a:hover {
  		background-color: #7b7663 !important;
    	text-decoration: none;
  	}
	
	.header-menu{	
   		background-position-x: 200%;
	}
	.dropdown-menu-large {
    	margin: 0;
		padding: 0;
  	}  
  	.navbar-default {
    	height: auto;
	}
	.menu-button .touch-button{
		display:none;
	}
  	.dropdown-menu-large > li {
    	margin-bottom: 30px;
  	}
  	.dropdown-menu-large > li:last-child {
    	margin-bottom: 0;
  	}
  	.dropdown-menu-large .dropdown-header {
    	padding: 3px 15px !important;
  	}
	.dropdown-toggle,.user{
  		/*display: none !important;*/
  	}
  	.navbar-nav {
    	margin: 0px -15px;
	}
}
