/* CSS Document */

.affix-top{opacity:0;}

.affix{
	opacity:1;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar {
    border-radius: 0;
    width: 100%;
}

.navbar-default {
	background-color:#ff4612; /*rojo manquez*/
	border-color:transparent;/*transpàrent*/
}

.navbar-nav {
    padding-bottom: 10px;/*alto del menu*/
}

.navbar-default {
    background-color: #FF4612;
    border-color: transparent;
	border:0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
	background-color: #584444;
	font-size: 18px;
}

.navbar-brand{
	background-image:url(../img/logo-manquez-top-mobile.png);
	background-repeat:no-repeat;
	width:162px;
	height:30px;
	margin:10px 0 0 15px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color:rgba(255,255,255,1.0);
    background-color:rgba(255,255,255,0.2);
}

.navbar-default .navbar-nav > li > a{
    color:rgba(255,255,255,0.6);
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color:rgba(255,255,255,1.0);
}

/**BTN MOBILE NAV**/
.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}


    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
/***NAV**/
.affix-top{opacity:1;}

.navbar-default {
	background-color:transparent;
	border-color: transparent;
}
.navbar-default .navbar-nav > li > a{
    color:rgba(255,255,255,0.8);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color:#ff0; /*rojo*/
	background-color:transparent;/*transpàrent*/
}

.navbar-brand{
	background-image:url(../img/logo-nav.png);
	background-repeat:no-repeat;
	width:176px;
	height:67px;
	margin:40px 0 0 15px;
}

.headerdos .navbar-brand{
	background-image:url(../img/logo-manquez-top-mobile.png);
	background-repeat:no-repeat;
	width:162px;
	height:30px;
	margin:10px 0 0 15px;
}

.headeruno .navbar-right{
	margin-top:40px;
}

.headerdos .navbar-right{
	margin-top:0px;
}

.headerdos{
	background-color:#ff4612; /*rojo manquez*/
}		

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
	background-color: transparent;
	font-size: 18px;
}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {



    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }