html {
    margin-right: 0 !important;
    overflow: visible !important;
}
header.smaller {
    background: #16549f;
}

section {
    background: #16549f;
}

.de_tab.tab_style_2 .de_nav li.active span {
	background-color: #16549f;
}

.de_tab .de_tab_content {
    background: #030536;
}

.de_tab.tab_style_2 .de_nav {
    background: #030536;
}

#contact_form input[type=text], #contact_form textarea, #contact_form input[type=email], #search {
    background: #030536;
}

footer {
    background: #0b366d;
}

#sub-menu-1.side-bg .background-image {
    background: url(../images/laterais/lateral_partelaria.jpg) top;
}

/*
#sub-menu-2.side-bg .background-image {
    background: url(../images/laterais/lateral_partelaria.jpg) top;
}

#sub-menu-3.side-bg .background-image {
    background: url(../images/laterais/lateral_partelaria.jpg) top;
}
*/
#subheader {
    background: url(../images/sep/separador_01.jpg) top fixed;
}

.dropdown > a {
	margin-top: 0px;
	right: 0;
    top: 31px;
}

#mainmenu {
    margin-right: 0;
}

#mainmenu a.langsel {
    color: #ca8e46;
}

#mainmenu a.langsel:hover {
    color: #fff;
}

.mfp-arrow-left {
    left: 20px;
}

.mfp-arrow-right {
    right: 20px;
}

a.btn-solid, .btn-solid {
	color: #16549f;
}

a.btn-slider:hover {
    color: #16549f;
    
}

a.btn-solid:hover, .btn-solid:hover {
    background: #16549f;
    color: #ca8e46;
}

#contact_form input[type=submit]:hover {
    background: #0b366d !important;
    color: #ca8e46 !important;
}


#back-to-top:before {
	color: #16549f;

}

#back-to-top:hover {
    background: #16549f;
}

header.header-mobile {
    height: 100%;
    background: #16549f;
}

#menu-btn {

    background: #ca8e46;

}

p.desclojas {
	margin-bottom: 80px;
}


.dropdown ul {
    padding: 0;
    right: 0;
    top: 57px;
}

select {
	background-color: #030536;
	width: 100%;
	padding: 7px 10px 7px 10px;
	font-size: 16px;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: none;
	color: #999;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 0px;
}
.form-control::-moz-placeholder {
	color: #999;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}

select::-ms-expand { 
	display: none;
}

footer {

    padding: 140px 0 70px 0;
}

footer img {

   width: 350px;
}

.color-overlay-section {
	background: #0b366d;
	padding: 80px 0 80px 0;
}

#encomendas {
    background: url(../images/background/bg-5.jpg) top fixed;
}

.encomendasdisc {
    color: #999;
    font-size: 12px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: none;
}

button.mfp-arrow {
    background: #000000;
}

.mfp-arrow {
     margin-top: -25px;
    padding: 0;
    width: 50px;
    height: 50px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    left: -17px;
    top: 0;
    margin-top: 10px;
    margin-left: 0px;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 10px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 7px;
    border-bottom-width: 7px;
    top: 8px;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 10px solid #FFF;
    margin-left: 32px;
}

.mfp-arrow:active {
    margin-top: -25px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    border-right: 0;
}

.success {
	margin-bottom: 0px;
    margin-top: 50px;
    
    color: #fff;
    border: solid 1px #fff;
}

.success {
    /* display: none; */

@media only screen and (max-width: 992px) {

	.container .col-md-4 
	{
	    margin-bottom: 60px;
	}
	
	#familia-carousel {
		visibility: hidden;
		}
		
	.hidepast {
		display:none;
	}
	
	.copyright {
		text-align: center;
	}
	
	footer {

    padding: 140px 0 70px 0;
	}
	
	footer img {

   width: 250px;
}




}



@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    }
}

