
body a:active{
    
    text-decoration: none;
    
}

body a:hover{
    
    text-decoration: none;
    color: none;
    
}

body a:visited{
	
    text-decoration: none;
     
}


/*navigation area styling*/


/*logo in navigation*/

.logo{
    
	float:left;
}

.logo i {
    
    font-size: 3em;
    color: white;
    position: absolute;
    top: 0%;

	}

.logo span{
    

    width: 50px;
    height: 43px;
    display: inline-block !important;
    margin: 5px 0px 5px 100px;

    
}

/*logo things in navigation*/



.top-nav{
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    background: black;
    width: 100%;
    z-index: 10000 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
filter: alpha(opacity=70);  /* IE 5-7 */
-moz-opacity: 0.7;          /* Netscape */
-khtml-opacity: 0.7;        /* Safari 1.x */
opacity: 0.7;        
    
}

.navigation-right{
/*	float:left;*/
}
.navigation-right ul{
    
    list-style: none;
    display: inline-block;
    
    
}
    
    
    
.navigation-right ul li{
	display:inline-block;
/*    float: left;*/
    position: relative;
    height: 50%;
    margin: 10px 0px 10px 5px;
    border-right: 3px solid white;
}
.navigation-right ul li:first-child{
/*	border-left: 3px solid #2d2a23;*/
}

.navlinkstoopen:hover{
    
    cursor: pointer;
    
}

.navigation-right ul li a{
	color:#fff;
    font-size:14px !important;
    text-decoration: none;
    padding: 1px 20px 10px 20px;
	text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
/*    z-index: 5;*/
}


.navigation-right ul li a:active{
    
 border-bottom: 3px solid red;

}
.navigation-right ul li.active a {

    border-bottom: 3px solid red;
    background-color: transparent !important;
    
}

.navigation-right ul li a:hover{
    
	 background-color: transparent !important;
    border-bottom: 3px solid red;
}


.navigation-right ul li a:active{
    
	 background-color: transparent !important;
    text-decoration: none !important;
}


.navigation-right ul li a:visited{
    
	 background-color: transparent !important;
    text-decoration: none !important;
}

.dropdown-toggle:active{
    
       
      background-color: transparent !important;
    text-decoration: none !important;
    
    
}

.dropdown-toggle:hover{
    
       
      background-color: transparent !important;
    text-decoration: none !important;
    
    
}


.dropdown-toggle:visited{
    
       
      background-color: transparent !important;
    text-decoration: none !important;
    
    
}



.dropdown-content{
    
    
    position: absolute;
    min-width: 250px;
    background-color: black;
    text-align: left !important;
    z-index: 10000 !important;
}

.dropdown-item{
    
    height: 25px;
    font-size: 1em !important;
    border: none !important;
    display: block !important;
    
}

.dropdown-item:hover{
        
      background-color: transparent !important;
        
    }

.dropdown-item:active{
        
      background-color: transparent !important;
    text-decoration: none !important;
        
    }



span.menu{
    
	display:none;
    
}

/*-- nav-hover --*/


@media(max-width:1360px){
	
    body{
/*        background: green;*/
    }
    

    .navigation-right ul li a {
       font-size: 0.75em !important;
	}
    

}



@media(max-width:1260px){
	
    body{
/*        background: red;*/
    }
    

    .navigation-right ul li a {
       font-size: 0.7em !important;
	}
    
      .logo span{
        
        
        margin-left: 15px;
        
        
    }
    

}




@media(max-width:1160px){
	
    body{
/*        background: yellow;*/
    }
    

    .navigation-right ul li a {
       font-size: 0.65em !important;
	}
    
    .logo span{
        
        
        margin-left: 10px;
        
        
    }

}

@media(max-width:1024px){
    
    body{
/*        background: violet;*/
    }
    
    .dropdown-content{
        
        
        position: relative;
        top: 50%;
        background-color: black;
        opacity: 10 !important;
        
        
        
    }
    
    .navigation-right ul li a {
       font-size: 1em !important;
	}

	span.menu {
		display: block;
		cursor: pointer;
		width: 10%;
		position: absolute;
		text-align: center;
		margin-top: -5px !important;
        left: 80%;
	}
	.navigation-right ul {
		position: absolute;
		left: 2%;
		width: 96%;
		z-index: 999;
		text-align: center;
		padding: 0px;
		margin: 13px 0px 0px 0px;
	}
	.navigation-right ul.nav1 li {
		display: inline-block;
		width: 100%;
		margin: 0px;
		padding: 10px 0px;
	}
	ul.nav1 {
		display: none;
		margin-top: 2em;
		    background: black;
	}
	.navigation-right {
		margin: 0.7em 0px 0px 0px;
	}
	.navigation-right ul li a {
		display: inline-block;
	}
	.navigation-right ul.nav1 li {
		padding: 0px 0px;
	}

    
	
}

/*navigation area styling ends here*/
