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

        

/*------------------------------------------*/
/*--------- Dark Menu Styles Begin ---------*/
/*------------------------------------------*/

        /* Main Dark Menu Unordered List First Level Style */
		
#comboNav{
	visibility:hidden;
	  height:0 !important;
	  width:0 !important;
	  display: none;
	}
		.uno{
			
			padding-left:0 !important;}
        ul.dark_menu {
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height: normal;
	display: block;
	float: left;
	width:580px;
        }

        /* Clears all floated List Items */
        ul.dark_menu:after {
            content: "";
            clear: both;
            display: block;
            overflow: hidden;
            visibility: hidden;
            width: 0;
            height: 0;
        }

            /* First Level List Items Style */
            ul.dark_menu li {
	float: left;
	position: relative;
	border-right-style: none;
	display: block;
	margin-right: 10px;
	padding-right: 16px;
	padding-left: 10px;
	background-image: url(../img/separador.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
            }

            /* First List Item in First Level Style */
            ul.dark_menu li:first-child {
                margin: 0;
            }

                /* List Items Links Style */
                ul.dark_menu li a, ul.dark_menu li a:link {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding: 3px;
	/* Gradient Background */
                  
                   

    
	/* Transition Effect */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
                }

                    /* List Items Links Hover State Style */
                    ul.dark_menu li a:hover {
	color: #cccccc;
	/* Transition Effect */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
                    }

                    /* List Items Links Active and Selected State Style */
                    ul.dark_menu li a.selected, ul.dark_menu li a:active {
	color: #666666;
	/* Text Shadow */
	
	/* Transition Effect */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
                    }

                    /* Sub Menu Unordered List Second Level Style */
                    ul.dark_menu li ul {
	display: none;
	background-color: #000000;
                    }

                    /* Before Second Level Unordered List Style */
                    ul.dark_menu li ul:before {
                        content: " ";
                        position: absolute;
                        display: block;
                        z-index: 1500;
                        left: 0;
                        top: -10px;
                        height: 10px;
                        width: 100%;
                    }

                    /* Sub Menu Unordered List Second Level Style
                        When Parent List Item is Hovered */
                    ul.dark_menu li:hover ul {
                        position: absolute;
                        display: block;
                        z-index: 1000;
                        left: 0;
                        top: 44px;
                        padding: 2px 0;
                        list-style: none;
                    
                       

                     
                    }

                        /* Second Level Menu List Items Style */
                        ul.dark_menu li ul li {
	float: none;
	borde-right: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 10px;
	color:#fff;
	

                        }

                        /* First List Item in Second Level Menu Style */
                        ul.dark_menu li ul li:first-child {
                            margin: 0 5px;
                            border-top: 0 none;
                        }

                        /* Last List Item in Second Level Menu Style */
                        ul.dark_menu li ul li:last-child {
                            border-bottom: 0 none;
                        }

                        /* Second Level List Items Links Style */
                        ul.dark_menu li ul li a, ul.dark_menu li ul li a:link {
	color: #FFFFFF !important;
	display: block;
	background: transparent none;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	

                        }

                        /* Second Level List Items Links Hover State Style */
                        ul.dark_menu li ul li a:hover {
                            text-decoration: underline;
                         
                        }

@media only screen and (max-width: 568px) {
	
  ul.dark_menu {
	  visibility:hidden;
	  height:0 !important;
	  width:0 !important;
	  display: none;
	  }
	
.main-nav{
	display: none;
		  visibility:hidden;
		    height:0 !important;
	  width:0 !important;
			}
			
#comboNav{
	visibility: visible;
	width:100% !important;
	display:block

	}
	
.brand{
		margin-bottom:20px !important;
		display:block;}
		
		
		
}