/*------------------------------------------------------------------------------ top box */
#top-box {
    position: absolute;
    z-index: 310;
    width: 100%;
    left: 0;
    top: 0;
	/*adicionado*/
	background: #000000;
	opacity: 0.5;
}

#top-box .pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #292929;
    opacity: 0.8;
	
}

#top-box .center {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
} 

#top-box .center .logo {
    width: 100px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -21.5px;
    left: 0;
    z-index: 500;
}

#top-box .center .logo a {
    display: block;
}

#top-box #menu {
    list-style: none;
    padding: 37px 0 0 0;
}

#top-box #menu li {
    display: inline-block;
    margin: 0 20px;
    font-size: 13px;
}

#top-box #menu li a {
    color: #fff;
    padding: 0 0 20px 0;
}

#top-box #menu li .sub-menu {
    position: absolute;
    background: #fff;
    padding: 7.5px 15px;
    width: 150px;
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 );
    margin-top: 20px;
    margin-left: -15px;
    display: none;
    z-index: 5000;
}

#top-box #menu li .sub-menu:before {
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    content: ' ';
    top: -5px;
    left: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#top-box #menu li:hover .sub-menu {
    display: block;
}

#top-box #menu li .sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
    padding: 7.5px 0;
    border-bottom: 1px dashed #eee;
}

#top-box #menu li .sub-menu li:last-child {
    border-bottom: none;
}

#top-box #menu li .sub-menu li a {
    color: #3bbded;
}

#top-box #menu li.only-for-responsive {
    display: none;
}

#top-box .contact {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21.5px;
}

#top-box .contact .button {
    margin-right: 0;
}

/*------------------------------------------------------------------------------ menu responsive button */
.menu-responsive-button {
    width: 30px;
    height: 30px;
    float: right;
    background-image: url( '../../_img/menu-button.png' );
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    margin-top: 31px;
}

/*------------------------------------------------------------------------------ responsive */
@media (min-width: 1150px) {

    #top-box .center {
        width: 1000px;
    }
    
    .menu-responsive-button {
        display: none;
    }
}

@media (min-width: 850px) and (max-width: 1149px) {

    #top-box .center {
        width: 750px;
    }
    
    #top-box .center #menu {
        position: absolute;
        background: #fff;
        padding: 7.5px 0;
        width: 150px;
        text-align: left;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 );
        margin-top: 75px;
        right: -11px;
        z-index: 5000;
        display: none;
    }
    
    #top-box .center #menu:before {
        width: 10px;
        height: 10px;
        background: #fff;
        position: absolute;
        content: ' ';
        top: -5px;
        right: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    
    #top-box .center #menu li {
        display: block;
        padding: 0;
        margin: 0;
        padding: 7.5px 15px;
        border-bottom: 1px dashed #eee;
    }
    
    #top-box .center #menu li:last-child {
        border-bottom: none;
    }
    
    #top-box .center #menu li a,
    #top-box #menu li.only-for-responsive span {
        color: #3bbded;
        cursor: pointer;
    }
    
    #top-box #menu li .sub-menu {
        margin-top: -31px;
        margin-left: -165px;
        padding: 7.5px 0;
    }
    
    #top-box #menu li .sub-menu:before {
        display: none;
    }
    
    #top-box #menu li .sub-menu li {
        padding: 7.5px 15px;
    }
    
    #top-box .center .contact {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 849px) {

    #top-box .center {
        width: 500px;
    }
    
    #top-box .center #menu {
        position: absolute;
        background: #fff;
        padding: 7.5px 0;
        width: 150px;
        text-align: left;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 );
        margin-top: 75px;
        right: -11px;
        z-index: 5000;
        display: none;
    }
    
    #top-box .center #menu:before {
        width: 10px;
        height: 10px;
        background: #fff;
        position: absolute;
        content: ' ';
        top: -5px;
        right: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    
    #top-box .center #menu li {
        display: block;
        padding: 0;
        margin: 0;
        padding: 7.5px 15px;
        border-bottom: 1px dashed #eee;
    }
    
    #top-box .center #menu li:last-child {
        border-bottom: none;
    }
    
    #top-box .center #menu li a,
    #top-box #menu li.only-for-responsive span {
        color: #3bbded;
        cursor: pointer;
    }
    
    #top-box #menu li .sub-menu {
        margin-top: -31px;
        margin-left: -165px;
        padding: 7.5px 0;
    }
    
    #top-box #menu li .sub-menu:before {
        display: none;
    }
    
    #top-box #menu li .sub-menu li {
        padding: 7.5px 15px;
    }
    
    #top-box .center .contact {
        display: none;
    }
}

@media (max-width: 599px) {

    #top-box .center {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    #top-box .center #menu {
        position: absolute;
        background: #fff;
        padding: 7.5px 0;
        width: 150px;
        text-align: left;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 );
        margin-top: 75px;
        right: -11px;
        z-index: 5000;
        display: none;
    }
    
    #top-box .center #menu:before {
        width: 10px;
        height: 10px;
        background: #fff;
        position: absolute;
        content: ' ';
        top: -5px;
        right: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    
    #top-box .center #menu li {
        display: block;
        padding: 0;
        margin: 0;
        padding: 7.5px 15px;
        border-bottom: 1px dashed #eee;
    }
    
    #top-box .center #menu li:last-child {
        border-bottom: none;
    }
    
    #top-box .center #menu li a,
    #top-box #menu li.only-for-responsive span {
        color: #3bbded;
        cursor: pointer;
    }
    
    #top-box #menu li .sub-menu {
        margin-top: -31px;
        margin-left: -165px;
        padding: 7.5px 0;
    }
    
    #top-box #menu li .sub-menu:before {
        display: none;
    }
    
    #top-box #menu li .sub-menu li {
        padding: 7.5px 15px;
    }
    
    #top-box .center .contact {
        display: none;
    }
}