html, body{
    font-family: 'Dosis', sans-serif !important;
}

@media (min-width: 1920px) {
  .maxContainer  {
        max-width: 1920px; 
        margin: 0 auto;
  }
  .navbar-wrapper{
        max-width: 1920px; 
        margin: 0 auto; 
  }
}

#menu_id_1 {
    font-family: 'Dosis', sans-serif !important;   
}

.dropdown-menu {
    position: inherit;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 15px;
    padding-top: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent; 
    -webkit-background-clip: unset;
    background-clip: unset;
    border: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background: transparent;
}

.dropdown-menu>li>a {
    color: white;
    font-size:20px;
}

.dropdown-menu>li>a:hover {
    color: white;
    font-size:20px;
    text-decoration: underline;
    background: transparent;
}

.clearfix{
    clear: both;
}

.breadcrumb{
    background: #e9eaf3;
    color: #95a1c6 ;
    text-transform: uppercase;
}


.holder-Feriados{
    background: #fde9e8; padding: 10px;
}
.titleNews{
    margin: 0px;
    padding-top: 15px;
    padding-left: 15px;
    color: #005495;
    text-transform: uppercase;
    font-size: 25px;
}

.linkAllNews{text-align: right;}

.linkAllNews > a{
    margin: 0px;
    padding-top: 22px;
    padding-right: 15px;
    color: #005495;
    text-align: right;
    text-transform: uppercase;   
    font-weight: bold;
    text-decoration: underline ;
}

.news-holder{
    margin-bottom: 15px;
}

.feature-news .news-text-holder{
    background: #4569a2;
    padding: 20px;   
}

.news-text-holder {
    color: white;
}

.news-text-holder > h3 {
    margin: 0px;
    color: white;
    text-transform: uppercase;
    font-size:18px;
}

.news-text-holder > p {
    color: white;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.news-text-holder > a {
    color: white;
    text-transform: uppercase;
}

.navbar-brand {
	padding: 0px;
}

.menu{
	background: #ec3f34;
	color: 	white;
	padding: 10px;
}

.menu:hover{
    background: #ec3f34;
    color:  white;
    padding: 10px;
}

.lang{
	background: #005495;
	color: 	white;
	padding: 10px;	
}

.news-features-holder{
    background: #e9eaf3;
    min-height: 420px;
}

.newsletter-holder  .go.email{
    margin:  0 auto;
}
.newsletter-holder > h3{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
}

.newsletter-holder > h4{
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
}

.newsletter-holder > button{
    margin-bottom: 0px;
    border: none;
    background: white;
    margin: 30px 15px 23px 15px;
    font-size: 16px;
    padding: 10px 30px;
    color: #ec3f34;
    text-transform: uppercase;
}

.newsletter-holder a{
    color: #ec3f34;
}
.newsletter-holder a:hover{
    color: #ec3f34;
    text-decoration: none;
}

.floatMenu{
    position: absolute;
    top: 180px;
    margin-left:    -15px;
}

.floatMenu > ul{
    list-style:     none;
    padding: 0px;
    margin: 0px;
}

.floatMenu > ul > li{
    background: rgba(0, 84, 149, 0.8);
    color: white;
    font-size: 19px;
    line-height:    40px;
    padding: 5px 35px;
    margin-bottom:  2px;
    min-width:  450px;
}

.floatMenu > ul > li > div{
    float: left;
}

.floatMenu > ul > li > a{
    color: white;
    font-size: 19px;
    line-height:    40px;
    text-transform:     uppercase;
}

.floatMenu > ul > li > a >div{
        float: left;
}

.title-Feriados{
    height: 47px;
    margin-bottom: 5px;
}

.title-Feriados h3{
    color: #ec3f34;
    font-size: 25px;
    margin-bottom: 0px;
}

.link-Feriados{
    text-align: right;  
    margin-top: 31px;
}

.link-Feriados > a {
    color: #ec3f34; 
}

.list-Feriados {
    list-style: none;
    padding: 0px;
}

.list-Feriados > li{
    background: #ec3f34;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 15px;
    color: white;
}

.newsletter-holder{
    background: #ec3f34;
    text-align: center;
}

#clock-uk > div, #clock-us > div, #clock-fr > div {
    margin: 0px auto;
}

p.clock-title {
    font-weight: 500;
    font-size: 18px;
    margin-right: 123px;
}

.light-blue{
    background: #e9eaf3;
    color: #005495;
    padding-top: 20px;
    padding-bottom: 20px;
}

.full-blue {
    background: #005495;
    line-height: 60px;
    color: white;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

a.dropdown-toggle::after{
    content: " +";
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.pageTitle{
    margin-top: 25px;
}

.pageTitle > h1 {
    color: #005495;
    text-transform: uppercase;
    font-size: 30px;
}

.pagina h2 {
    color:  #ec3f34;
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 25px;
}

.pagina p {
    font-size: 19px;
    text-align: justify;
}

.pageOutputHolder{
    margin-bottom:180px;
    max-width: 100%;
}

.paginaButtons{
    float: left;
    margin-left: 15px;
}

.paginaButtons > button.btnBack{
    background: #005495;
    color: white;
    border: none;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
}

.paginaButtons > a.btnLink{
    background: #ec3f34;
    color: white;
    border: none;
    padding: 11px 20px 12px 20px;
    text-transform: uppercase;
}

#form_view, #news{
    padding: 40px;
    background: #e9eaf3;
}

#news > #Form_Registo_Newsletter > table {
    max-width: 600px;
    margin:  0 auto;
}

form{
    max-width: 600px;
    margin:  0 auto;
}

form .input-group-addon.labels_form{
    display: none;
}

form .div_block_ele{
    width: 100%;
    background: #e9eaf3;
}

form input.form-control, form input:focus, form select.form-control, form textarea.form-control {
    width: 100%;
    background: #e9eaf3;
    margin: 10px  !important;
    margin-left: 10px;
    border:  solid 2px #919191;
    color:  #005495;
    border-radius: 0px !important;
}

form input[type=checkbox]:focus
{
    width: auto !important;
    margin: 4px 0px 0px 0px !important;
    /*margin-left: 10px !important; */
}

form input.form-control::placeholder , form textarea.form-control::placeholder {
    color:  #005495;
}

form textarea.form-control{
    max-height: 100px;
}

form .separator label a {
    font-size: 14px;
}

form > .div_ele > .input-group > .inputs_form{
    max-height: 34px;
}

hr.separator {
    display: none;
}

.message-holder{
    text-align: right;
    color:  #005495;
}

button#enviarform{
    background: #ec3f34;
    border-radius: 0px;
    border: none;
    padding: 5px 30px;
    float: left;
}

#element_3, #element_5, #element_51, #element_49, #element_54, #element_56, #element_58, #element_61, #element_64, #element_66, #element_68, #element_84{
    margin-left: 40px !important;
}

#element_5{
    height:     34px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom {
    background-color: white;
}

.LV_validation_message{
    position: absolute;
    top: 14px;
    right: -2px;
    z-index: 2;
}

.invalid_txt{
    display: none;
}

.name_form{
    font-size: 20px;
    color: #005495;
    text-transform: uppercase;
    font-weight: bold;
}

.formulario h2 {
    color: #ec3f34;
    font-size: 20px;
    margin-bottom: 0px;
}

.formulario p {
    font-size: 19px;
    text-align: justify;
}

.mapa{
    margin-bottom: 40px;
}

.morada > h5{
    color: #005495;
    font-size: 19px;
}

#paginator {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
    display: block;
    height: 25px;
}

/*Paginação selecionada #ec3f34 + não selecionada #f06b53.*/

#paginator .paginatorBlock{
    background:     white;
}

#paginator a{
    background: #ec3f34;
    color: white;
    font-size:  19px;
    line-height:    40px;
    width:  40px;
}

#paginator .current {
    background: #f06b53;
    color: white;
    font-size:  19px;
    line-height:    40px;
    width:  40px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 0px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 0px;
}
.pagination>li>a{
    margin-right:   5px;
}
.pagination>li>a, .pagination>li>span{
    background-color: #f06b53;
    color: white;
    border: none;
    width: 30px;
}

.pagination>li>a:hover, .pagination>li>a:focus{
    background-color: #f06b53;
    color: white;
    border: none;
    text-decoration: underline;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #ec3f34;
    border: none;
}

.input-group-addon {
    border: none;
    background:     none;
}

.feature-news{
    padding: 0px 15px;
}

.pedido-frete-texto{
    position: absolute;
    top: 32%;
    padding-left: 25px;
}


.pedido-frete-texto > h2, .pedido-frete-texto > p{
    margin-left: 90px;
    margin-top: 5px;
    text-transform:     uppercase   ;
}
.pedido-frete-texto > h2{
    color: #005495;
    font-size: 25px;
    margin-bottom: 0px;
}

.pedido-frete-texto > p{
    font-weight:    bold;
}
.go.fretes{
  float:    left;
} 

.nav>li>a:focus, .nav>li>a:hover{
    background:     none;
}

/* Mafalda */
p.noticia-texto{
    font-size: 17px;
}

/******************************   media queries   ******************************/
@media (max-width: 1100px) {
    
}

@media (min-width: 992px){

   .pedido-frete{
       min-height: 326px;
       overflow:   hidden;
   }

   .pedido-frete > img{
       min-height: 326px;
       width:  auto !important;
   }
}

    
@media (max-width: 991px) {
    .floatMenu{
        position: absolute;
        top: 5%;
        margin-left:    -15px;
    }

    img.img-responsive{
        width: 100%;
    }

    .row > div{
        margin-bottom: 15px;
    }


    
}
        
@media (max-width: 790px) {

	.pageOutputHolder {
	    margin-bottom: 180px;
	    width: auto !important;
	    max-width: 200%;
	}

	#form_6 #element_79 {
	    margin-left: 10px !important;
	}

    .div_ele {
        width: 100% !important;
        margin: 0px;
    }

    #element_3, #element_5, #element_51, #element_49, #element_54, #element_56, #element_58, #element_61, #element_64, #element_66, #element_68 {
        margin: 10px !important;
    }

}
@media (max-width: 680px) {
    #produtos_responsive {
        display: block;
    }

    #tabela_loja {
        display: none;
    }
}
                
@media (max-width: 500px) {
    
}
                    
@media (max-width: 400px) {
    .go.fretes{
      float:    none;
    } 
    .pedido-frete{
        min-height: 250px;
        overflow:   hidden;
    }

    .pedido-frete{
        min-height: 250px;
        width:  auto;
    }

    .pedido-frete > img{
        min-height: 250px;
        width:  auto !important;
    }

    .pedido-frete-texto > h2, .pedido-frete-texto > p{
        margin-left: 0px;
        margin-top: 5px;
        text-transform:     uppercase   ;
    }

    .pedido-frete-texto{
        top: 20%;
        width: 252px;
    }
}
/******************************   end media queries   ******************************/

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    max-width: none !important;
}

@media (max-width: 800px){
    
    .menu-holder{
      min-width: 320px !important;
      width: 320px !important;
    }

    .carousel {
      min-height: 155px;

    }

    .carousel .item {
      min-height: 155px;
      width: 100vw;
      overflow: hidden;
    }
    .carousel-inner > .item > img {
        min-height: 155px;
        width: none;
    }

    .carousel-caption {
      display: none;
    }

    .carousel-inner{
      width: 100% !important;
    }
    

}

@media (max-width: 800px){
.pedido-frete-texto{
    position: absolute;
    /*top: 5px;*/
    padding-left: 22px;
    padding-right: 40px;
}
}


.h1-look-a-like{
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Dosis, sans-serif;
    font-size: 40px !important;
    font-weight: 500;
    height: auto;
    line-height: 44px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    text-align: right;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: uppercase;
    width: auto;
    -webkit-margin-after: 10px;
    -webkit-margin-before: 20px;
    -webkit-margin-end: 0px;
    -webkit-margin-start: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}