/***********************************************************
						SITE HEADER
***********************************************************/
#siteHeader {
    position: fixed;
}

/***************************
		HEADER LOGO
***************************/
#siteHeader h1.logo {
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #7c1e24;
    font-family: 'Open Sans';
}

#siteHeader h1.logo strong {
    display: block;
    height: 53px;
    line-height: 53px;
    padding-left: 72px;
    font-size: 34px;
}

@media (min-width: 981px) {
    #siteHeader h1.logo {
        position: absolute;
        top: 27px;
        left: 22px;
        height: 56px;
        background: url(img/header_logo.png) no-repeat 0 0;
        color: #7c1e24;
        font-family: 'Open Sans';
    }

    #siteHeader h1.logo strong {
        display: block;
        height: 53px;
        line-height: 53px;
        padding-left: 72px;
        font-size: 34px;
    }

    #siteHeader h1.logo small {
        display: block;
        padding-top: 2px;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
    }

    #siteHeader.headerScroll {
        height: 131px;
    }

    #siteHeader.headerScroll h1.logo {
        top: 15px;
        left: 43px;
        width: 115px;
        height: 34px;
        background-image: url(img/header_logo_pq.png);
    }

    #siteHeader.headerScroll h1.logo strong {
        height: 47px;
        line-height: 47px;
        padding-left: 65px;
        font-size: 30px;
    }

    #siteHeader.headerScroll h1.logo small {
        font-size: 6px;
        line-height: 7px;
        display: none;
    };
}

@media (max-width: 980px) {
    #siteHeader h1.logo {
        position: relative;
        z-index: 0;
        text-align: center;
    }

    #siteHeader h1.logo strong {
        display: inline;
        padding-left: 44px;
        background-repeat: no-repeat;
        background-image: url(img/header_logo_mobile.png);
        background-position: 0 center;
        font-size: 25px;
    }

    #siteHeader h1.logo small {
        display: none;
    };
}

/***************************
		HEADER MENU
***************************/
@media (min-width: 981px) {
    #siteHeader {
        height: 176px;
    }

    #siteHeader .menu {
        clear: both;
        position: absolute;
        top: 129px;
        margin-bottom: 13px;
        width: 100%;
        height: 30px;
        background-color: #860d12;
    }

    #siteHeader .menu:after {
        content: " ";
        display: table;
        clear: both;
    }

    #siteHeader .menu a {
        color: #FFF;
        font-size: 13px;
    }

    #siteHeader .menu .menuitem {
        position: relative;
        float: left;
    }

    #siteHeader .menu .item {
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        background-color: #860d12;
        font-size: 13px;
    }

    #siteHeader .menu .item.active,
	#siteHeader .menu .menuitem:hover {
        position: relative;
        z-index: 1;
    }

    #siteHeader .menu .item.active,
	#siteHeader .menu .menuitem:hover .item {
        margin-bottom: -6px;
        border-bottom: 6px solid #000;
        text-decoration: none;
    }

    #siteHeader .menu .submenu {
        display: none;
        position: absolute;
        top: 36px;
        padding: 20px 25px 10px 25px;
        background-color: #000;
    }

    #siteHeader .menu .menuitem:hover .submenu {
        display: block;
    }

    #siteHeader .menu .submenu ul {
        float: left;
        padding: 10px;
    }

    #siteHeader .menu .submenu li {
        padding-bottom: 10px;
        white-space: nowrap;
    }

    #siteHeader .menu .icon,
	#siteHeader .menu .iconVoltarMenu {
        display: none !important;
    }

    #siteHeader.headerScroll .menu {
        z-index: 3;
        top: 70px;
        width: inherit;
        padding-right: 77px;
    }

    #siteHeader.headerScroll .menu .item {
        padding: 0 10px;
    }

    #siteHeader .acess {
        position: relative;
        top: -100px;
        left: 840px;
        width: 110px;
    }

    #siteHeader.headerScroll .acess {
        top: -58px;
    }

    #siteHeader .acessCadeira {
        position: absolute;
        top: 85px;
        right: -24px;
        display: block;
        width: 17px;
        height: 17px;
        background: url(img/cadeira.png);
        background-size: 17px 17px;
        overflow: hidden;
        text-indent: -999px;
    }

    #siteHeader.headerScroll .acessCadeira {
        top: 100px;
    }

    #siteHeader.headerScroll {
        height: 135px;
    }

    #siteHeader .logoMPT {
        top: 32px;
        width: 410px;
        overflow: hidden;
        display: inline;
        position: relative;
    }

    #siteHeader.headerScroll .logoMPT {
        top: 0px;
        width: 410px;
        overflow: hidden;
        display: inline;
        position: relative;
    }
    .siteArea .logoMPT.logo_DEF.off, .siteArea .logoMPT.logo_AC.off{
	  display:none!important;
    }; 
}

@media (max-width: 980px) {
    #siteHeader {
        z-index: 99;
        top: 0;
        /*height: 50px;*/
        min-height: 50px;
        padding: 0;
        background-color: #fff;
    }

    #siteHeader nav.menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
		/*background-color: white;
        padding-top: 50px;*/
		/*padding-bottom: 50px;*/;
    }

    #siteHeader nav.menu .menuitem {
        display: none;
        width: 50%;
        background-color: #850d12;
        border-bottom: 1px solid #750c10;
    }

    #siteHeader nav.menu .menuitem:last-child {
        margin-bottom: 50px;
    }

    #siteHeader nav.menu a {
        display: block;
    }

    #siteHeader nav.menu a.item {
        padding: 10px 20px;
        color: #e7cfd0;
    }

    #siteHeader nav.menu .hasSubmenu a.item {
        background-image: url(img/menu_seta.png);
        background-repeat: no-repeat;
        background-position: right center;
    }
	 #siteHeader nav.menu .mobileImage
	 {
		background-color:white;
	 }
    #siteHeader nav.menu .submenu {
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
        width: 50%;
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-top: 1px solid #e0e0e0;
    }
	/*#siteHeader nav	.menuitem:hover .submenu{
		display: block;
	}*/
    #siteHeader nav.menu .submenu li {
        padding: 10px;
        border-bottom: 1px solid #e0e0e0;
        background-color: #fff;
    }

    #siteHeader nav.menu .icon {
        position: absolute;
        z-index: 0;
        top: 1px;
        left: 0;
        display: block;
        width: 50px;
        height: 50px;
        background: #fff url(img/header_menu.png) no-repeat 17px 17px;
        overflow: hidden;
        text-indent: -999px;
    }

    #siteHeader nav.menu .iconVoltarMenu {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        display: none;
        height: 50px;
        line-height: 50px;
        padding-left: 30px;
        padding-right: 20px;
        background: url(img/menu_seta_voltar.png) no-repeat 10px center;
        color: #850d12;
        font-size: 13px;
    }
	#siteHeader .logoMPT {
		width: 15%;
		min-width:119px;
		min-height:40px;
		margin: auto;
		padding: 5px 0px;

	};
}


/***************************
		HEADER MENU 2
***************************/

#siteHeader .menu2 .ulMenu2{
	width:250px;
    }

@media (min-width: 981px) {
    #siteHeader .menu2 {
        position: relative;
        float: right;
        margin-left: 220px;
        background-color: #2f2f2f;
    }

    #siteHeader .menu2:before {
        content: '';
        position: absolute;
        top: 0;
        left: -20px;
        border-top: 30px solid #2f2f2f;
        border-left: 20px solid #fff;
        width: 0;
    }

    #siteHeader .menu2 a {
        float: left;
        min-height: 24px;
        padding: 6px 10px 0;
        background-color: #2f2f2f;
        color: #fff;
        font-size: 11px;
    }

    #siteHeader .menu2 a:hover,
	#siteHeader .menu2 a.active {
        text-decoration: none;
        background-color: #860d12;
    }

    #siteHeader.headerScroll .menu2 {
        top: 36px;
        margin-left: 190px;
    };
    
    
}

@media (max-width: 980px) {
	
    #siteHeader .menu2 {
        display: none;
    };
}


/***************************
		HEADER BUSCA
***************************/
#siteHeader .busca .icon {
    display: none;
}

#siteHeader .busca legend {
    display: none;
}

@media (min-width: 981px) {
	
    #siteHeader .busca {
        position: absolute;
        right: 5px;
        top: 76px;
		/*right: 124px;*/;
    }

    #siteHeader .busca .text {
        width: 270px;
        border-color: #eaeaea;
        box-shadow: -2px 2px 0 0 #fff inset;
    }

    #siteHeader.headerScroll .busca {
        top: 70px;
        right: 0;
        display: block;
        width: 40px;
        height: 30px;
        background-color: #860d12;
    }

    #siteHeader.headerScroll .busca fieldset {
        position: absolute;
        z-index: 1;
        top: 31px;
        display: block;
        right: 120px;
        width: 320px;
        margin-right: 20px;
    }

    #siteHeader.headerScroll .busca .icon {
        position: relative;
        z-index: 4;
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url(img/header_busca.png) no-repeat center;
        overflow: hidden;
        text-indent: -999px;
    };
}

@media (max-width: 980px) {
	
    #siteHeader .busca {
        display: none;
    };
}

/***************************
		HEADER RADIO
***************************/
#siteHeader .radioMPT {
    position: absolute;
    top: 75px;
    right: 326px;
    display: block;
    width: 130px;
    height: 30px;
    background-image: url(img/header_radio.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #860d12;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    text-indent: 47px;
    line-height: 34px;
}

#siteHeader.headerScroll .radioMPT {
    z-index: 4;
    right: 30px;
    top: 70px;
    width: 122px;
    background-position: center;
    background-color: #860d12;
    color: #fff;
    font-size: 13px;
    text-indent: 37px;
}

@media (max-width: 980px) {
    #siteHeader .radioMPT {
        display: none;
    };
}

/***************************
		HEADER FONTE
***************************/
#siteHeader .fonte {
    position: absolute;
    top: 86px;
    right: 25px;
}

#siteHeader .fonte dt {
    display: none;
}

#siteHeader .fonte dd {
    float: left;
    margin-left: 1px;
}

#siteHeader .fonte a {
    display: block;
    width: 25px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
}

#siteHeader .fonte a.aumenta,
#siteHeader .fonte a.diminui {
    color: #fff;
    background: #860d12;
}

#siteHeader .fonte a:hover {
    text-decoration: none;
}

#siteHeader .fonte a.normal {
    margin-right: 4px;
    color: #860d12;
    font-size: 16px;
}

#siteHeader .fonte a.normal small {
    font-size: 12px;
    text-transform: uppercase;
}

#siteHeader.headerScroll .fonte {
    top: 102px;
}

@media (max-width: 980px) {
    #siteHeader .fonte {
        display: none;
    };
}

/***************************
		HEADER CONTRASTE
***************************/
#siteHeader .contraste {
    position: absolute;
    top: 86px;
    right: 0;
    display: block;
    width: 17px;
    height: 17px;
    background: url(img/icn_contraste.png);
    overflow: hidden;
    text-indent: -999px;
}

#siteHeader.headerScroll .contraste {
    top: 102px;
}

@media (max-width: 980px) {
    #siteHeader .contraste {
        display: none;
    };
}