@charset "utf-8";
/* CSS Document */
.suport_meniu{
	background-image: -webkit-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(214,214,214,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(214,214,214,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(214,214,214,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(241,241,241,1.00) 0%,rgba(214,214,214,1.00) 100%);
	border-radius: 6px;
}

.topnav { overflow: hidden;/*margin-left:1%;
margin-right:1%;*/ 	}

.topnav a {
  float: left;
  display: block;
  color: #454545;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.15em;
  
  }

.topnav a:hover {
	color:#DFDFDF;
	background:#056BB5;}

.topnav .tock {
  display: none;

}

@media screen and (max-width: 780px) {
  .topnav a:not(:first-child) {display: none;
  border-top:solid 1px #EFEAEA;
  }
  .topnav a.tock {
	display: block;
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(106,178,247,1.00) 0%,rgba(23,112,203,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(106,178,247,1.00) 0%,rgba(23,112,203,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(106,178,247,1.00) 0%,rgba(23,112,203,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(106,178,247,1.00) 0%,rgba(23,112,203,1.00) 100%);
	color: #DFDFDF;
  }
 .suport_meniu{
	 background:none;
 }
  .topnav.responsive {position: relative;

  }
  
  .topnav.responsive {
    right: 0;
    top: 0;background-color:#1D4273;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;	
	color:#DFDFDF;
	
  }
}
