@charset "UTF-8";
/* CSS Document */


body{ margin:0; padding: 0; background :url(images/bg.png) repeat;  font-size: 14px; font-family: 'Roboto', sans-serif; color: #444;}
*,*:after ,*:before { box-sizing:border-box; }


.topnav {
  overflow: hidden;
  background-color: ;
	margin-top: 0px;
	    font-family: 'Raleway',sans-serif;

}

.topnav a {
  /*float: left;*/
	display: inline-block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none !important;
	
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
 
  color: #000;;
	border-radius:5px;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.menu-active{background-color: #000;

color: white !important;

	border-radius: 5px;}
	
	.menu-active2{background-color: #000;

color: white !important;

	border-radius: 5px;}

@media screen and (max-width: 1100px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
	  margin-top: 50px;
	  
  }
}

@media screen and (max-width: 1100px) {
	.link{  width: 100%; margin: 0;}
  .topnav.responsive {position: relative; background: rgba(100,100,100,0.95) !important; margin-top: 0px;}
  .topnav.responsive .icon {
    position: fixed;
    right: 0;
    top: 0px;
	  text-align: right;
	  border: 0;

box-shadow: 0 0 0 0 #888;
	 
  }
	
	.topnav {
    position: absolute;
    right: 0;
		top: 0;
	 margin-top: 0;}
	
	
  .topnav.responsive a {
    float: left;
    display: block;
    text-align: left;
	  width: 100%;
	  border-bottom: 1px solid #333;

box-shadow: 0 1px 0 0 #888;
  }
	
	


	
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
	
	.topnav a{ }
}