@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Sans+Narrow:400,700&.css");

/* palette */
@grey:	#d9d9d9;
@brown:  #231f20;

/*common*/
@narrow:	   'PT Sans Narrow', sans-serif ;
@normal:    'PT Sans', sans-serif ;


.border		{border-bottom:1px solid @brown}
.sprite		{background-image: url('../images/sprite.jpg'); background-repeat: no-repeat;}

/*MEDIA QUERY SIZES*/
@mobile: 600px;
@desktop: 1024px;
@ipadPortrait: 768px;
@grid_12: 98.34%;

 
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;text-rendering: optimizeLegibility; }
html, input, select, textarea { font-family:'PT Sans' ,sans-serif; color: @brown; }
body { margin: 0; font-size: 1em; line-height: 1.4; background: @grey}

::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */

a { color: @brown; text-decoration:none;transition: color .2s ease-out; }
a:visited { color: @brown; text-decoration:none }
a:hover { color: #808080; text-decoration:underline}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1, h2, h3, h4, h5, h6 {font-family: @narrow; color: @brown;text-transform:uppercase;margin:0;}

h3{line-height:1.1em;}
h3.subArea{color:@grey;font-size:30px;padding:30px 0 20px 0;clear:both;}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0;text-transform:uppercase;}

/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */

/* forms */
form { margin: 0; }
fieldset { border: 0; margin: 30px 0 1.5em 0; padding: 0;}
fieldset ul{list-style:none;margin:0;padding:0;}
fieldset li{position:relative;padding:0 0 6px 0;clear:both;}
legend { border: 0; *margin-left: -7px; padding: 0 2px; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;background: @grey;border:0;font-size:.8em;height:26px; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; border:0;padding:.2em .4em;height:26px;font-weight:700; color: @brown;text-transform:uppercase;}
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px;background-color: transparent !important }
//input[type="checkbox"]{float:left;margin-top:5px}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
textarea, input[type="text"], input[type="password"]{border:0;padding:.2em .4em;}



form{
   textarea, input[type="text"], input[type="password"]{width:364px;border: 1px solid transparent}
   label{font-size:.9em;text-align:right;line-height:30px;cursor: pointer; display: inline-block; width:190px;vertical-align: top;padding:0 15px 0 0;position:relative;}
   textarea{height:200px;}
   .small{width:80px !important}
   .half{width:174px !important}
   .desc{font-size:.9em;display:inline-block;margin-left:14px;}
   .rdio{font-size:.9em;line-height:30px;vertical-align:middle;display:inline-block;
      input[type="radio"]{height:13px;}
   }
   select{width:374px;height:30px;
      &.half{width:184px !important}
      &.multiple{height: auto !important}
   }
   input[type="file"]{width:374px;}
   .container{margin-top:-24px;}

   .colForm{line-height:.8em;font-size:.9em;margin-left:210px;vertical-align:middle;float:left;position:relative;
      input[type="radio"], input[type="checkbox"]{height:13px;margin:0 3px 0 0}
      div{float:left;width:240px;margin-right:7px;margin-bottom:5px;}
   }

   input[type="text"].error, textarea.error, input[type="password"].error {background: #de8989;border:1px solid #d34a4a}
   span.error{font-size:.8em;color:red;line-height:30px;}
}
.mgcPos{margin-left:190px;}

.multiS span.error{position:relative;bottom:25px;}


#rdoFreq_1Info{position:absolute;left:137px;top:28px;}
#chkViaturaPropriaInfo, #chkComprasInfo{position:absolute;left:137px;top:48px;}
.doubleline{line-height:1em;}

.obg{display:inline-block;height:10px;width:9px;background: url('/images/sprite.png') no-repeat -60px -51px;margin: 5px 10px 0 -20px;}
.checkbox{margin:0 0 0 180px !important}

.termos{font-size:.75em;width:440px;margin:0px 0 20px 208px}
.legal{margin-left:210px;font-size:.9em;line-height:30px;vertical-align:middle;
   .obg{top:5px;left:580px;position:absolute;}
}
#chkAutorizacao, #chkNewsletter, .oj{float:left;margin-left:230;}
.buttonForm{padding-left:208px;
   input[type="submit"], input[type="reset"]{width:174px;}
   input[type="reset"]{margin-left:14px}
}

#RespostaContainer{font-size:10pt;}

.newsbottom{position:absolute;top:60px;right:0;
   .text-box{height:21px !important;width:232px}
   .sendBtn{margin-right:31px}
   .info{
      .sprite;
      background-position: -212px -60px;
      height: 22px;
      width: 15px;
      display:block;
      margin-left: 5px;
      cursor:pointer;
      padding-top:5px;
      margin-right:6px;
      position:absolute;
      right:0;
      top:0;
   }
}

   .legalstuff{position:absolute;width:370px;height:150px;border:1px solid @brown;padding:10px;background-color:white;z-index:30;font-size:.75em;right:0;top:-180px;display:none;}
.sp{
   top:70px;
   right:70px;
}
.info{
      background: url('/images/icon-info.png') top left no-repeat;
      height: 22px;
      width: 15px;
      display:block;
      margin-left: 5px;
      cursor:pointer;
      padding-top:5px;
      position:absolute;
      right:0;
      top:0;
   }
.icon-mobile{
      .sprite;
      background-position: -193px -60px;
      height: 27px;
      width: 16px;
      display:block;
      float:left;
      margin-right:4px;
}
.doubleSelectBox select{width:183px !important;margin-right:5px}
#localizaloja{clear:both;}
#validatorMessage{margin:30px 0 0 0;}
   #validatorMessage li{list-style-type:circle;}

.icon-amoreiras360{
   .sprite;
   background-position: -238px -89px;
   height: 25px;
   width: 25px;
   display:block;
      float:left;
      margin-right:7px;
}


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {background: #ccc; color: black; padding: 0.2em 0;text-align:center;font-size:.9em; }

/* ==|== primary styles =====================================================
   Author:netmais
   ========================================================================== */

.fb-like{position:relative;z-index:1000;}

#wrapper{width:926px;margin:24px auto 0 auto;padding:27px;background:#fff;position:relative;}

#main-nav, #bottom-nav {
	li{float:left;}
}

#emailInfo{font-size:.8em;position:absolute;width:120px;text-align:right;top:5px;left:-125px;color:#f00}

#lojas-logos{text-align:center;line-height:1em; font-size: .9em;
   .logos{text-align:center;border-bottom:1px solid white;}
}

#searchEng{padding-bottom:20px;
   input[type="text"]{width:85px;background:white;}
   input[type="submit"]{height:32px;background:#211d1e;color:white;width:40px;}
   &.home{
      input[type="text"]{width:235px !important}


   }
   img{float:left}
}

.tommy{position:absolute;right:0;top:38px}

#maphomeEng{float:right;width:360px;margin-top:-350px;
    #dirInit{width:210px;}
    #sub_dir{width:130px;height:32px}
    header{margin:0;text-align:right;}
    h3{margin:6px 0 14px 0}
    .controls.bottom{padding:6px 0 0 0}

}

#mastnav{border-top:1px solid #241f21;
   &.eng{border:0;}
}
#mastnav ul {margin-left:17px;}
#mastnav > ul > li{float:left;}
#mastnav > ul > li.s > a{background: #231f20;margin-top:-15px;color:#fff;text-decoration:none;}
#mastnav > ul > li.areaSelected > a{background: #231f20;margin-top:-15px;color:#fff;text-decoration:none;}

#mastnav{
   &.eng{position:absolute;right:0;top:16px;
      .menu-item, .menu-item:visited{padding:15px 10px 5px 10px;}
   }
}

.menu-item, .menu-item:visited{font-family: "PT Sans Narrow", sans-serif;text-transform: uppercase;font-size:15pt;padding:25px 23px 10px 23px;display:block;text-decoration: none;color:#231f20;margin-top:-15px;position:relative;}
.menu-item:hover{color:#fff;background: #231f20;}

.sub-menu{background: #fff;border:1px solid #241f21;padding-top:15px;padding-bottom:15px;font-size:14px;display:none;position:absolute;z-index: 50000}
.sub-menu a, .sub-menu a:visited{text-transform: uppercase;text-decoration: none;color:#241f21;}
.sub-menu a:hover{text-decoration: underline;color:#241f21;}

#m-amoreiras .sub-menu{padding-right:17px;}

#m-cinema{position:relative;
    .sub-menu{width:100px;text-align:right;right:0;padding-right:20px;}
}

#m-lojas{
    .sub-menu{width: 340px;height:120px;
        .smaller{margin-top:10px;font-size:12px;}
      li{width: 150px;float:left;}   
    }
}

#m-restaurantes{
    .sub-menu{width:200px;}
}

#search{position:absolute;right:10px;top:25px;
   input[type="text"]{width:160px !important;height:22px !important;}
}
   #btnSubmitSearch{width:34px;height:28px !important}

#logo{margin:0 0 20px 10px;
   &.eng{float:left;}
	a{display: block;width:266px;height:60px;background: url('../images/sprite.jpg') no-repeat top left}
}

#bottom-nav{position:relative;display:block;
	ul{position:absolute;right:0;top:0;}
	li{text-align:right;font-size:10pt;margin-left:15px;}
}

#main-footer{position:relative;border-top:1px solid @brown;padding-top:20px;clear:both;
	p{font-size:9pt;line-height:1.3em;margin:0 0 1.3em 0}
}    
   #social{position:absolute;top:95px;right:0;width:335px;padding-bottom:25px;.border}
   #social div{width:27px;height:26px;float:right;display:block;cursor:pointer;.sprite;
      a{display:block;width:27px;height:26px;}
   }
      #icon-youtube{background-position: -56px -61px;margin-left:4px}
      #icon-facebook{background-position: -84px -61px}
      #icon-instagram{background-position:-231px -61px;margin-left:4px}
   #copy{position:absolute;top:155px;right:0;font-size:9pt;}   

header{position:relative;
	nav{position:absolute;right:0;bottom:3px;
		.prev, .next{float:right;width:19px;height:21px;display:block;cursor:pointer;.sprite;}
	}
}
#acessos{
   .sector-separator{padding-top:20px}

}
.mapa-acessos{float:right;width:550px;height:420px;}
.mapa_google{
   .controls{min-height:24px;
      &.bottom{margin-top:5px;}
      .bt_directions{float:right;width:182px;height:20px;background-color:#e5e5e5;font-size:13px;padding-top:4px;padding-left:15px;cursor:pointer;display:none;
         &.open{background-image:url('/images/acessos/gmap_open_bg.png');background-position:right top;background-repeat:no-repeat;}
         &.close{background-image:url('/images/acessos/gmap_close_bg.png');background-position:right top;background-repeat:no-repeat;}
      }
      .directions{width:187px;height:315px;overflow:auto;position:absolute;display:none;z-index:10000;font-size:14px;
                  margin:24px 0 0 353px;background-image:url('/images/acessos/gmap_direction_bg.png');padding:5px;}
      input{float:left;}
      input[type="text"]{width:338px;height:30px;background-color:#e5e5e5;padding:0px 0px 0px 5px;margin-right:10px}
      input[type="submit"]{width:197px;height:30px;background-color:#d9d9d9;}
      .info{clear:both;margin-top:30px;font-size:13px;}
   }
}

section{
   &.invert{background-color:@grey;
      h2{color:#fff}
   }
   nav .prev{background-position: 0 -60px}
   nav .next{background-position: -28px -60px;margin-left:4px}
   header{height:40px;margin-bottom:18px;
   	h2{color:@grey;font-size:42px;margin:0;padding:0;line-height:1em;}
   }
}

.homeInfoEng{clear:both;margin:20px 0;padding-bottom:40px;
   header{margin-bottom:10px;}
   section{width:400px}
}
#brands-eng{width:522px;height:317px;padding:14px;}

.i_plus{.sprite;background-position: -129px -61px;margin:0 0 1px 6px;height:11px;width:11px;display:inline-block;}

#home-banner{position:relative;height:345px;margin:20px 0 30px 0;
	&.interior{height:200px !important;margin:32px 0 20px 0}
   &.eng{height:345px !important;margin:10px 0 30px 0;
      .social-plugins{right:20px !important;z-index:2147483645}
   }

   article{visibility: hidden;}
   nav{position:absolute;left:20px;bottom:20px;z-index:10;
      .prev, .next{float:right;width:19px;height:21px;display:block;cursor:pointer;.sprite;}
   }
   .social-plugins{position:absolute;bottom:20px;right:20px;height:22px;z-index:6000;
      .facebook-like{width:85px;}
   }
   .title{font-size:24pt;position:absolute;color:@brown;font-family:@narrow;font-weight:bold;
      p{padding:5px 0;margin:0;line-height:1em;text-transform: uppercase;
         span{background:@grey;padding:5px 15px}
      }
      &.topLeft{top:25px;left:20px;}
      &.topRight{top:25px;right:20px;text-align:right;}
      &.bottomLeft{bottom:70px;left:20px;}
      &.bottomRight{bottom:70px;right:20px;text-align:right;}
   }
}
.after-banner{position:relative;}
#happening{width:550px;margin-bottom:30px;
   .item-list{overflow:hidden;margin-left:-14px;}
   article{width:174px;margin-left:14px;float:left;
      h3{padding:0;margin:12px 0 0 0}
   }
}

.page1, .page2, .page3, .page4{position:relative;margin:20px 0 0 4px;display:none;}

.invert{
   nav .prev{background-position: -145px -60px;display:none;}
   nav .next{background-position: -169px -60px;margin-left:4px;display:none;}
}

#trending-home{width:345px;position:absolute;right:0;top:0;text-align:right;
   .item-thumb{float:right;margin-left:14px;width:165px;height:120px}
   h3{padding:0;margin:0;}
   a:hover{text-decoration:none}
   a:hover h3{text-decoration:underline;}
   p{font-size:9pt;margin:4px 0 0 0;text-decoration:none !important}
   .desc{float:left;width:165px}
   article{width:345px;}
}

#cinema-home{width:522px;height:300px;padding:14px;margin-bottom:90px;position:relative;
   nav {font-size:16px;font-family:@narrow;font-weight:700;cursor:pointer;width:145px;line-height: 1.1em;
      li{margin-bottom:7px;
         &.selected{text-decoration: underline;}
      }
   }
   .film-desc{position:absolute;text-align:right;right:175px;top:0px;width:185px;
      .film-estreia{font-size:9pt;margin:6px 0 4px 0}
      p{font-size:10pt;margin:0;line-height: 1.2em;}
   }
   .film-poster{position:absolute;bottom:0;right:0;}
}
.film-container{height:240px;width:360px;position:absolute;right:15px;top:73px;} 

#promo-home{width:365px;position:absolute;right:-5px;top:225px;text-align:right;
   .item-list{margin-left:20px;}
   article{float:right;width:155px;padding:0 0 15px 15px}
   a:hover{text-decoration:none}
   a:hover h3{text-decoration:underline;}
   p{font-size:9pt;margin:2px 0 2px 0;}
   h3, p{margin-right:45px;line-height:1.1em}
   .icon{width:37px;height:37px;background-image: url('../images/sprite.jpg');background-repeat: no-repeat;float:right;
      &.euro{background-position: -2px -89px }
      &.percent{background-position: -41px -89px }
      &.smile{background-position: -80px -89px }
   }
   .promo-info{position:absolute;bottom:-30px;right:0;font-size:8pt;line-height: 1em}
}
#NoDataMessage{font-size:.9em;}
aside{width:174px;float:right;
   section{
      header{margin-bottom:12px;height:35px;
         h2{font-size:32px;text-align: right;}         
      }
   }
}

.ffs a{
   font-weight: 700 !important;
}

.interior-content{float:left;margin:20px 0 60px 0;width:738px;
   header{position:relative;}
   &.full{width: 100% !important;}
}
.noSpace{margin:0;}
.interior-content.historia{width:926px;}

#forms .noSpace{margin:5px 0 0 0 !important;}

form{
   ul{list-style: none;padding:0;margin:0
      li{
         label{width:190px;padding-right:15px;float:left;position:relative;}
      }
   }
}


#cinema-room{
   .item-list{margin-left:-20px;margin-top:-15px;
      article{float:left;margin:0 0 20px 20px;width:353px;
         img{float:left;margin-right:15px;}
         .film-estreia{font-size:9pt;margin:6px 0 4px 0}
         p{font-size:10pt;margin:0;line-height: 1.2em;}
         h3{margin-top:15px;}
      }
   }
}
.aside-content{padding:12px 15px 15px 15px;margin:14px 0 14px 0;
   &#promo-interior{
      article{float:right;width:150px;padding:0 0 15px 15px;text-align: right;}
      a:hover{text-decoration:none}
      a:hover h3{text-decoration:underline;}
      p{font-size:9pt;margin:2px 0 2px 0;}
      h3, p{margin-right:43px;line-height:1.1em;}
   }
   &#novidades-interior{text-align:right;
      article{margin-bottom:15px;
         h3{margin-top:10px;}
      }

   }
}

.interior-content{position:relative;
   p{font-size:10pt;}
   .links{font-size:10pt;}
   header{margin-bottom:32px;
      .small{font-size:28px;margin-left:6px;}
      .smaller{font-size:28px;text-transform:none;}
      h2{width:100%;}
   }
   h2{width:340px;line-height:1.1em;}
   .estreia{position:absolute;left:320px;top:75px;text-transform:uppercase;}
   .social-links{position:absolute;right:0;top:75px;
      div{float:left;margin-left:10px}
   }
   .film-poster{float:left;height:310px;width:170px;background:@grey;margin-top:20px;}
   .film-youtube{float:left;margin:20px 0 0 15px;height:310px;width:545px;background:@grey;}
   fieldset{width: 100%;}
   ul{width: 100%;clear: both;margin-top: 20px;}
}

#promo-promos{text-align:right;
   .item-list{margin-left:20px;}
   article{width:140px;padding:0 0px 15px 0}
   a:hover{text-decoration:none}
   a:hover h3{text-decoration:underline;}
   p{font-size:9pt;margin:2px 0 2px 0;}
   h3, p{margin-right:45px;line-height:1.1em}
   .icon{width:37px;height:37px;background-image: url('../images/sprite.jpg');background-repeat: no-repeat;float:right;
      &.euro{background-position: -2px -89px }
      &.percent{background-position: -41px -89px }
      &.smile{background-position: -80px -89px }
   }
   .promo-info{position:absolute;bottom:-30px;right:0;font-size:8pt;line-height: 1em}
}

.search-sector-separator{clear:both;
   header{padding:0;margin:0 0 15px 0;line-height:1em;
      .small{margin:0;}
 
   }
}
.sector-separator{clear:both;
   header{padding:0;margin:0;
   	h2{font-size:33px}
      .small{margin:0;}
   }   
}


.english{
   #selectCentro{top:20px;right:0;}
   #social{top:48px;right:0;width:250px}
   #copy{top:95px}
}

.englinkpt, .cnlinkpt{
   position: absolute;
   right: 28px;
   margin-top: -15px;
   font-family: 'PT Sans',sans-serif;
   color: #231f20;
   font-size: 10pt;
   padding: 5px 10px;
}
.englinkpt{
   right: 70px;
}
.englinkpt--interior, .cnlinkpt--interior{
   font-size: 10pt;
   padding: 5px 6px;
}
.englinkpt a, .cnlinkpt a{
   text-decoration: none;
}
.englinkpt--home {
   right:45px;
   margin-top:-28px;
}
.englinkpt:hover, .cnlinkpt:hover {
   color:#fff;
   background-color: #000;
}
.englinkpt:hover a, .cnlinkpt:hover a{
   color: #fff;
}
.cnlinkpt--home {
   right:0px;
   margin-top: -28px;
}
.en_freemap:hover{
   color:#fff;
   background-color: #000;
}
.en_freemap:hover a{
   color: #fff;
   padding:5px;
   text-decoration: none;
}
.en_freemap{
   position:absolute;
   top:-28px;
   right:80px;
   padding: 5px 7px;
   font-family: 'PT Sans',sans-serif;
   color: #231f20;
   font-size: 10pt;
   text-transform: uppercase;
}

.info-container{padding-top:20px;clear:both}
.eng{
   &.sobre-gallery{width:100%}
}
.promo-picture-container{width:360px;float:right;display:block;margin:0 0 15px 15px;}
.picture-container{background:@grey;width:360px;height:330px;float:right;margin:14px 0 14px 14px;text-align:center;display:table-cell; vertical-align:middle;position:relative;line-height:326px;
	.pic-holder{text-align:center;width:360px;height:330px;}
	img{max-height:330px; max-width:360px}	
}
.invert{
   .icon{width:35px;height:37px;background-image: url('../images/sprite.jpg');background-repeat: no-repeat;float:right;
      &.euro{background-position: -122px -89px }
      &.percent{background-position: -161px -89px }
      &.smile{background-position: -200px -89px }
   }
}

#menuCinema{position:absolute;right:0;bottom: -1px;
   h3{float:left;margin-left:10px;font-size:25px;
      &.selected a{color:#bebebe}
   }
   a{color:@grey;
      &:hover{color:#bebebe}
   }
}

.detail-info{font-size:.9em;padding:25px 0 0 0;clear:both;
   ul{list-style: none;margin:0;padding:0;
      li{margin:0;padding:0;clear:both;
         &.sp{margin-top:10px;}
      }
      label{width:170px;margin-right:15px;text-align:right;float:left;font-weight: 700;cursor:default}
      p{margin:0 0 0 185px;}
   }
}

.galeriaImagens{position:relative;width:100%;height:100%;
   nav{height:100%;}
   .next, .prev{background:@grey;width:6%;height:100%;cursor:pointer;transition: background .2s ease-out;float:left;margin:0;
      &:hover{background:@grey - 40%;}
   }
   .next .btn, .prev .btn{display:block;height:44px;width:34px;background-image:url('../images/sprite.png');background-repeat:no-repeat;margin:-22px auto 0 auto;top:50%;position:relative;}
   .next .btn{background-position: -52px -1px;}
   .photoContainer{width:84%;height:100%;background:@grey + 20%;float:left;position:relative;line-height:330px;text-align:center; vertical-align:middle;display: table-cell}
   .block{width: 100%;height:100%;
      img{max-height: 100%;max-width: 100%;}
   }
}

.item-subSector{width:165px;margin:0 0 15px 0;
   h3{margin:0;padding:0;}
   p{font-weight:700;margin:0;padding:0;}
   ul{list-style:none;font-size:10pt;margin:0;padding:0;}
}

#sector{
   .item-container{margin-left:-10px;
      .item-loja{display:inline-block;margin:0 0 14px 9px;width:174px;vertical-align:top;padding:0;
            a:hover{text-decoration:none}
            a:hover h3{text-decoration:underline;}
            a:link .logo{font-family: @narrow;text-transform: uppercase;font-size:18px; color:@grey !important;}
            a:hover .logo, a:visited .logo{color:@grey !important;}
         .logo{border:1px solid @grey;position:relative;width:174px;height:90px;text-align:center;display:table-cell; vertical-align:middle;
            img{max-width:160px;max-height:80px;}
         }
         h3{margin:10px 0 5px 0}
         p{margin:0;padding:0;}
      }
   }
}
#corporate-descontos{
   .item-container{margin-left:-10px;
      .item-loja{display:inline-block;margin:0 0 14px 9px;width:174px;vertical-align:top;padding:0;
            a:hover{text-decoration:none}
            a:hover h3{text-decoration:underline;}
            a:link .logo{font-family: @narrow;text-transform: uppercase;font-size:18px; color:@grey !important;}
            a:hover .logo, a:visited .logo{color:@grey !important;}
         .logo{border:1px solid @grey;position:relative;width:174px;height:90px;text-align:center;display:table-cell; vertical-align:middle;
            img{max-width:160px;max-height:80px;}
         }
         h3{margin:10px 0 5px 0}
         p{margin:0;padding:0;}
      }
   }
}

#novidades{
   .item-container{margin-left:-10px;
      .item-novidade{display:inline-block;margin:0 0 24px 9px;width:174px;vertical-align:top;padding:0;
            a:hover{text-decoration:none}
            a:hover h3{text-decoration:underline;}
            a:link .logo{font-family: @narrow;text-transform: uppercase;font-size:18px; color:@grey !important;}
            a:hover .logo, a:visited .logo{color:@grey !important;}
         .logo{background-color: @grey;position:relative;width:174px;height:174px;text-align:center;display:table-cell; vertical-align:middle;line-height: 170px;
            img{max-width:174px;max-height:174px;}
         }
         h3{margin:10px 0 5px 0}
         p{margin:0;padding:0;}
      }
   }
}

.videoYoutube_d{
   background: @grey;
   text-align: center;
   width:100%;
   height:335px;
   margin:25px 0 25px 0;
}

#promocoes{
   .item-container{margin-left:-10px;
      .item-promo{display:inline-block;margin:0 0 24px 10px;width:174px;vertical-align:top;padding:0;
            a:hover{text-decoration:none}
            a:hover h3{text-decoration:underline;}
            a:link .logo{font-family: @narrow;text-transform: uppercase;font-size:18px; color:@grey !important;}
            a:hover .logo, a:visited .logo{color:@grey !important;}
         .logo{border:1px solid @grey;position:relative;width:174px;height:90px;text-align:center;display:table-cell; vertical-align:middle;
            img{max-width:160px;max-height:80px;}
         }  
         h3{margin:10px 0 5px 0}
         p{margin:0;padding:0;}
      }
   }
}

.curtasPromo{width: 171px;border:1px solid @grey;display:block;float:right;
   h2{font-size:30px;color:@grey;text-align:right;padding:14px 15px 14px 0;width: auto !important;line-height: 1em }
}

#lojas-sector{clear:both;
   h2{font-size:26px;clear:both;text-align:left;}
   ul{list-style: none;padding:14px  0 0 0;font-size:.9em;text-align:left;}
   li{margin:0;}
}

#lojas{
   .social-links{z-index:3000}
}

.multiSelect{height:67px !important}

.pager{font-size:22px;color:@brown;font-weight:700px;margin-top:14px;
   a{color:@grey;}
   .onPage{font-size:26px;}
   &.top{float:right;}
   &.bottom{margin:5px 0 20px 0}
}

#txtDataDeInfo{position:absolute; top:30px;left:245px;}
#txtDataAteInfo{position:absolute; top:30px;left:375px;}

#goMapa{cursor:pointer;}

#directoria{position:relative;}

.restaurants-list{margin-left:179px !important;width:650px;padding-top:10px;display:none;
   .item-loja{display:none}
}
.restaurantes-nav{float:left;width:174px;background:@grey;margin-top:10px;
   ul{list-style: none;margin:10px 0;padding:0;text-transform: none;font-size:.9em;
      li{clear:both;margin:0 0 3px 5px;cursor:pointer}
      input[type="radio"]{margin:5px 5px 0 5px;float:left;height: 13px;}
      label{line-height: 15px;vertical-align: middle;cursor:pointer;}
   }
   h2{color:#fff;font-size:29px;margin:10px 0 0 10px}
}

.facebook-comments{}
.icon{}
.loading{background:url('../images/ajax-loader.gif') no-repeat center center;}

.media_container{width:174px;float:left;padding-bottom:30px;
   .video{width:174px;margin-top:14px;position:relative;cursor:pointer;
      .icon{position:absolute;right:10px;top:10px;z-index:6;width:21px;height:16px;background: url('/images/sprite.png') no-repeat -26px -48px;display:block;}
      .cover{position:absolute;width:100%;height:100%;background:url('/images/lojas/cover_media_lojas.png') repeat;z-index:5}
   }
   .gallery{width:174px;margin-top:14px;position:relative;cursor:pointer;
      .icon{position:absolute;right:10px;top:10px;z-index:6;width:21px;height:16px;background: url('/images/sprite.png') no-repeat 0px -48px;display:block;}
      .cover{position:absolute;width:100%;height:100%;background:url('/images/lojas/cover_media_lojas.png') repeat;z-index:5}   }
   .logo{border:1px solid @grey;position:relative;width:174px;height:174px;text-align:center;display:table-cell; vertical-align:middle;line-height: 174px;
      img{max-width: 150px;max-height:150px}
   }

}

.detail-info-loja{font-size:.9em;float:left;padding:25px 0 30px 0;
   ul{list-style: none;margin:0;padding:0;
      li{margin:0;padding:0;clear:both;
         &.sp{margin-top:10px;}
      }
      label{width:170px;margin-right:15px;text-align:right;float:left;font-weight: 700;cursor:default}
      p{margin:0 0 0 185px;padding-top:1px;}
   }
}

.media-content{position:relative;display:none;height:0;
   .video{height:335px;width:550px;}
   .gallery{height:335px;width:550px;}
   .close{width:25px;height:25px;cursor:pointer;right:0;top:0;background:@grey;color:#999999;font-weight:700;position:absolute;z-index:10;text-align:center;}
}
.desc-container{width:550px;margin-left:188px;position:relative;}
.info-loja{margin-top:0;}
.repre-marcas{background:#f2f2f2;padding:5px 10px;
   p{margin:0;}
}

.two-col-container{
	.col-1{float:left;width:348px;padding-right:27px;}
	.col-2{float:left;width:363px}
	h2{color:@grey;font-size:33px;}
}

.table1{font-size:.8em;text-align:left;background:#fff;
   .mainTitle{text-transform: uppercase;font-family: @narrow;height:30px;background: @grey;vertical-align: middle;font-size:1.3em;text-align:center !important}
   .mainSubTitle{background:#f9f9f9;border-bottom:1px solid @grey;border-top:1px solid @grey;height:40px;vertical-align:middle;font-size:1.1em;text-align:center !important}
   .bottomPrices{padding-bottom:10px;}
   .topPrices{padding-top:10px;}
}

.list-servicos img{float:left;margin:0 10px 10px 0}

.fbshare-filme{margin-top:10px}


.eng{
   .banners-container{width:926px !important}
}
.banners-container{position:relative;height:345px;width:875px
   article{position:relative;}
}
#mgc_link{background:@grey - 40%;height:330px;position:absolute;right:0;padding:15px 15px 0 15px;transition: background .2s ease-out;
}

#selectCentro{position:absolute;right:93px;top:95px}

.servicos{
	.two-col-container{
		img{margin-bottom:10px}
	}
}

#contactos{
   .sobre-container{width:360px !important}
   .contactos-img{float:right;}
   .sp2{padding-top:30px;padding-bottom:20px;}

}
.sobre-container{margin-bottom:10px;width:170px;
	&.horizontal{margin-left:18px;}
	&.horizontal2{margin-left:18px;margin-top:14px}
	p{margin:0}
}

.contactos-container{margin-bottom:10px;width:163px;margin-right:20px;
   p{margin:0}
}

#topSubMenu{position:absolute;top:-20px;right:10px;
   ul{list-style: none;}
   li{float:right;text-transform: uppercase;font-family: @narrow;margin-left:10px;font-size:13px;}
}

.sobre-gallery{width:550px;height:335px;float:right;}
.float-left{float:left;}


#promo-lojas{text-align:left;padding-top:15px;
   .item-list{margin-left:20px;}
   article{display:inline-block;width:140px;padding:0 35px 15px 0;vertical-align:top;cursor:pointer;position:relative;}
   a:hover{text-decoration:none}
   a:hover h3{text-decoration:underline;}
   p{font-size:9pt;margin:2px 0 2px 0;}
   h3, p{margin-left:45px;line-height:1.1em}
   .icon{width:37px;height:37px;background-image: url('../images/sprite.jpg');background-repeat: no-repeat;float:left;
      &.euro{background-position: -2px -89px }
      &.percent{background-position: -41px -89px }
      &.smile{background-position: -80px -89px }
   }
   .promo-info{position:absolute;bottom:-30px;right:0;font-size:8pt;line-height: 1em}
   .img_promo{position:absolute;left:8px;margin-top:4px;display:none;z-index:10;
      img{max-height: 200px;max-width: 200px}
   }
}

/*Estilos para editor*/
.editor{
   a{text-decoration:underline;}
}

form {
   .termos div.error {
      background-color: #c42323;
      color: #fff;
      float: left;
      padding: 5px 10px;
      margin-right: 10px;
  }
}

/*Gen l-check_group*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
.l-check_group {
   margin-top: 20px;
  margin-bottom: 30px;
  .grid_3 {
      width: 23%;
      margin-right: 2%;
      float: left;
  }
  label {
    float: right;
    width: ~"calc(100% - 45px)";
    margin: 0;
    cursor: pointer;
    text-align: left;
    line-height: 20px;
  }
  input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 10px;
  }
  .grid_3 {
    padding: 5px 10px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    &.selected { background-color: #eaeaea; }
  }
}
/*END*/

/*compra filmes cinema */
	.cinemaSinopse{}
	.cinema_bilhetes{position:relative;}
		.titulo_bilhetes{}
		.logo_bilhetes{position:absolute;top:94px;left:405px;}
		.cinema_bilhetes form{margin-top:10px;}
		.cinema_bilhetes form .hide{display:none;}
		.cinema_bilhetes form .submit{display:none;}
		.cinema_bilhetes form ul{list-style:none;padding:0px;margin:0px;}
		.cinema_bilhetes form ul li{margin-bottom:8px;}
		.cinema_bilhetes form label{width:175px;float:left;margin-top:3px}
		.cinema_bilhetes form select{width:190px;border:0px;padding:3px;}
		.cinema_bilhetes form option{width:190px;}
		.submit_bilhetes{width:135px;padding:5px 10px;margin:0px 0 0 205px}
		
/* =============================================================================
   Historia
   ========================================================================== */
   .historia{}
		.historia .opt{width:174px;height:210px;float:left;overflow:hidden;cursor:pointer;
         &.loading{opacity:0.4;filter:alpha(opacity=40);cursor:hand;}
      }
		.historia .opt h3{position:relative;height:100px;color:#fff;margin:15px 0 -115px 15px;z-index:10;}
		.historia .opt.open img{
	
		}
		 
		.historia .opt.open:hover img{
		    filter: none;
		    -webkit-filter: grayscale(0);
		}
		.historia .top{margin-bottom:14px;}
		.historia .sep{margin-right:14px;}
	.historia-content{height:271px;clear:both;margin-bottom:14px;position:relative;display:none;}
	.historia-content .wr{display:none;}
		.historia-content .page{clear:both;display:none;}
		.historia-content .coll{margin-right:14px;height:271px;float:left;
         .infoBox{position:absolute;height:45px;margin-top:199px;display:none;
            .infoBt{width:27px;height:27px;float:right;cursor:pointer;margin-top:45px;
               &.closed{background-image:url('/sobre/historia/img/open_arrow.png');}
               &.open{background-image:url('/sobre/historia/img/close_arrow.png');}
            }
            .infoTex{float:left;display:none;width:100%;height:45px;background-image:url('/sobre/historia/img/bg_desc.png');
               p{margin:0px;padding:0px;padding:8px 0 0 8px;line-height:14px;}
            }
         }
      }
		.historia-content .coll._1{width:174px;.infoBox{width:174px;}}
		.historia-content .coll._2{width:362px;.infoBox{width:362px;}}
		.historia-content .coll._3{width:550px;.infoBox{width:550px;}}
		.historia-content .coll.edge{margin-right:0px;}
			/*INFO BOX*/
			.historia-content .info{width:174px;height:385px;background-color:#e3e3e3;position:absolute;z-index:30000;display:none;}
			.historia-content .info._1{margin-left:0px;}
			.historia-content .info._2{margin-left:188px;}
			.historia-content .info._3{margin-left:376px;}
			.historia-content .info._4{margin-left:564px;}
			.historia-content .info._5{margin-left:752px;}
			.historia-content .info ._top{height:110px;margin:15px 0 0 15px;}
			.historia-content .info ._top ul{margin:0px;padding:0px;margin-top:10px;}
			.historia-content .info ._top ul li{margin:0px;padding:0px;list-style:none;float:left;background-color:#fff;text-align:center;margin-right:5px;
												width:18px;height:18px;font-size:12px;font-weight:bold;cursor:pointer;
												-webkit-border-radius: 10px;
												-moz-border-radius: 10px;
												border-radius: 10px;
												}
			.historia-content .info ._top ul li.selected{color:#fff;background-color:#000;}
			.historia-content .info ._top h3{color:#000;cursor:pointer;}
			.historia-content .info .content{width:144px;height:235px;padding:15px;}
			.historia-content .info .content h4{text-transform:none;font-size:15px;}
			.historia-content .info .content p{font-size:13px;line-height:15px;}
			
			.historia-content .info.top{margin-top:-114px;}
			.historia-content .info.bottom{}
			.historia-content .info .content{display:table-cell;vertical-align:bottom;}


.subtitle-corporate{
   font-size:38px;
}
.corporate-card{
   margin-bottom:15px;
}

.corporate-descontos-notes{
   padding:1em;
   background-color: #d9d9d9;
   margin-top:50px;
   p{
      margin:0;
   }
}
.btn__store{
   cursor: pointer;
}
/*==============================================================================
  Amoreiras 360
  =============================================================================*/
.amoreiras360-gallery{
   max-width:734px;
   height:370px;
}
.amoreiras360-list{
   text-transform: uppercase;
   padding-left: 0;
   li{
      float: left;
      list-style-type: none;
      background-color: #d9d9d9;
      margin-right: 10px;
      padding: 15px;
      font-weight: bold;
   }   
}
.amoreiras360-gallery_en{
   max-width:734px;
   height:370px;
}



/* =============================================================================
   Acessos
   ========================================================================== */

   

/* =============================================================================
   Old IE
   ========================================================================== */
.ie7{
	//#social{top:20px !important;}
	//#copy{top:80px;font-size:10pt;}
}

.ie9{
   #promo-home{
      h3, p{line-height:0.94em}
   }

   #main-nav{
      li{letter-spacing: .02em}
   }
} 

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* LAYER NEWSLETTER */
@cor_title: #d9d9d9;
@cor_title_article: #ffffff;
@cor_text_article: #323232;
@cor_title_form: #000000;
@cor_text_form: #231f20;
.boxsizing{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
.reset{margin:0px;padding:0px;}
#layer_newsletter{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    z-index:10000;
    background-color: rgba(0,0,0,0.4);
    margin: 0 auto;
    
}
.newsletter-container{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    display: block;
    width: 980px;   /*largura container - muda em cada shopping*/
    height: 550px;  /*altura container - muda em cada shopping*/
    background-color: #FFFFFF;  /*cor fundo - muda em cada shopping*/
    margin-top: -275px;     /*margens metade da altura do container - muda em cada shopping*/
    margin-left: -490px;    /*margens metade da largura do container - muda em cada shopping*/
    padding: 30px;
    .boxsizing;
    h1{
         .reset;
         font-size: 42px;
         line-height: 42px;
         font-weight: 700;
         color: @cor_title;
         font-family: @narrow; /*tamanho, tipo de fonte, cor e tamanho - muda em cada shopping*/
         text-transform: uppercase;
         margin-bottom: 35px; /*altura entre titulo e caixas - muda em cada shopping*/
    }
    .left_box{
        position: relative;
        float: left;
        width: 235px;
        height: 413px;  /*altura caixa - muda em cada shopping*/
        overflow: hidden;
        background-color: #d9d9d9;  /*cor fundo caixa - muda em cada shopping*/
        .boxsizing;
        padding: 20px 15px 0 15px;
        h3{
            .reset;
            font-size: 24px;
            line-height: 24px;
            font-weight: 700;
            color: @cor_title_article;
            font-family: @narrow;   /*tamanho, tipo de fonte, cor e tamanho - muda em cada shopping*/
            padding-bottom: 10px;
            text-transform: uppercase;
        }
        p{
            .reset;
            font-size: 14px;
            line-height: 14px;
            font-weight: 400;
            color: @cor_text_article;
            font-family: @normal;   /*tamanho, tipo de fonte, cor e tamanho - muda em cada shopping*/
            padding-bottom: 20px;
        }
        .bottom_img{
          position: absolute;
          right: 0;
          bottom: 0;
        }
    }
    .right_box{
         position: relative;
         float: left;
         margin-left: 40px;
         xbackground-color: #f5f5f5; /*apagar depois*/
         h1{
            .reset;
            font-size: 20px;
            line-height: 20px;
            font-weight: 700;
            color: @cor_title_form;
            font-family: @narrow;   /*tamanho, tipo de fonte, cor e tamanho - muda em cada shopping*/
            text-transform: uppercase;
            margin-bottom: 25px;
            padding-top: 20px;
         }
         //.include .estaticas;    /*Vai buscar CSS dos forms do site - muda em cada shopping*/
         form{
            /*textarea, input[type="text"], input[type="password"]{width:364px;border: 1px solid transparent}*/
            width: 630px;   /*largura area do form - muda em cada shopping*/
            #rdoSexo_1Info{padding-left: 5px;}
            #chkNewsletterInfo{ font-size: 13px; }
            input[type="submit"]{ margin-left:130px; }
            input[id="inscrito"]{float:right;border:0;}
            label{ width:110px; padding:0 15px 0 0; }
            .legal{ position:relative;margin-left: 130px; width: 350px; }
            .legal .obg{ left: 370px; }
            #chkNewsletter { margin-left: 100px !important; }
            .termos{ width:500px;margin:0px 0 20px 130px}
            li { padding-bottom: 6px;}
         }
         //.rdo{ padding-left:20px; }
    }
    .close{
        background-image: url('/images/common/close_circle.png');
        position: absolute;
        display: block;
        width: 29px;
        height: 28px;
        top: 15px;
        right: 20px;
        cursor: pointer;
    }
}
/* END LAYER NEWSLETTER */

/* BARRA COOKIES */
.boxsizing{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
.barra-cookies{
  position:fixed;
  bottom: 0;
  z-index: 1000000000;
  text-align:center;
  width:100%;
  height:35px;
  background-image:url(/images/common/bg_barra_cookie.png);
  border-top:solid 1px #b6bac0;
  -webkit-transition: bottom 0.5s; /* Safari */
    transition: bottom 0.5s;

  .text{
    float: left;
    margin-left: 20px;
    font-family:'Segoe UI',sans-serif;
    font-size:13px;
    line-height: 36px;
    color: #666;
  }
  .bts {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    padding: 6px 0;
  }
  .bt {
    display: block;
    float: left;
    padding: 0 10px;
    margin-left: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background-color: #363636;
    cursor: pointer;
  }
  a.bt {
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .close{
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background-image:url(/images/common/close_cookie_bar.png);
    cursor: pointer;
  }
  .jsclose { cursor: pointer; }
}
.barra-cookies-closed {
  display: none !important;
}

@media only screen and (max-width: 768px){
  .barra-cookies{
    padding: 5px 30px;
    .boxsizing;
    .text {
      line-height: 19px;
    }
    .text {
      line-height: 19px;
      margin-left: 0px;
    }
    .bts {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    .bt,
    a.bt {
      float: none;
      display: inline-block;
    }
  }
}
/* END BARRA COOKIES */

.en-lisbon-map {
   float:left;margin:0 15px 20px 0;
}
.en-lisbon-map-content {
   float:left;width:520px;font-size:10pt;
}


@import "/css/responsive.css";


@mobile: 600px;
@desktop: 1024px;
@ipadPortrait: 768px;

.fLeft { float: left; }
.fRight { float: right; }
.hidden { display: none; }

.boxsizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
.en_sprite { 
   background-image:url('/en/img/sprite.png');
   background-repeat:no-repeat; 
   background-size:400px 400px;
}

#wrapper.eng_resp {
   width: 96%;
   max-width: 980px;
   margin-top: 50px;
   .boxsizing;
}
.eng_resp.eng_resp {
   .boxsizing;

   .c-logos__home { 
      width: 100%;
      padding-bottom: 66.96%;
      padding-right: 0px;
      text-align: center; 
      font-size: 0;
      .boxsizing;
      img { max-width: 100%; }
      & > div { 
         display: none; 
         width: 100%;
      }
   }
   .c-logos__home_logo {
      display: inline-block;
      width: 32%;
      height: auto;
      margin-bottom: 10px;
   }
   .mapa-acessos { height: 470px; }
   .en_logo {
      margin-top: 10px;
      margin-left: 15px;
      margin-bottom: 20px;
   }
   .en_icon_menu { display: none; }
   .icon_menu {
      position: absolute;
      right: -22px;
      top: -21px;
      cursor: pointer;
      width: 40px;
      height: 40px;
      background-position: -190px 0;
   }
   .icon_tax {
      width: 80px;
      height: 80px;
      background-position: 0 0;
   }
   .icon_wifi {
      width: 80px;
      height: 56px;
      background-position: -105px 0px;
   }
   .icon_arrow {
      width: 15px;
      height: 30px;
      background-position: -85px 0px;
   }
   .c-top__tabs {
      position: absolute;
      width: 100%;
      height: 30px;
      margin-top: -57px;

      .tab {
         display: inline-block;
         height: 30px;
         line-height: 30px;
         vertical-align: middle;
         padding: 0 20px;
         font-size: 13px;
         background-color: #000;
         color: #fff;
         a { color: #fff; }
      }
      .tab-green { background-color: #a6ce39; }
   }
   .c-top__banners{
      clear: both;
      width: 100%;
      margin-bottom: 20px;
   }
   .c-top__banner {
      position: relative;
      display: block;
      width: 31.20%;
      height: 100px;
      padding-left: 30px;
      margin-right: 3.13%;
      float: left;
      font-size: 17px;
      background-color: #000;
      text-decoration: none;
      color: #fff;
      background-image: url('/en/img/bg_box_1.png');
      .boxsizing;

      h1 {
         margin-top: 24px;
         color: #fff;
         font-size: 30px;
         line-height: 30px;
      }
      .icon_wifi,
      .icon_tax {
        position: absolute;
        top: 10px;
        left: 31px;
      }
      .icon_wifi { top: 25px; }
      .icon_arrow {
         position: absolute;
         top: 50%;
         right: 20px;
         margin-top: -15px;
      }
      &.has-icon {
         padding-left: 140px;
      }
   }
   .c-top__banner:last-child { margin-right: 0; }
   .c-row {
      position: relative;
      width: 100%;
      margin-bottom: 30px;
   }
   .c-grid_half {
      width: 50%;
   }
   .c-grid_item {
      padding-right: 1.61%;
      float: left;
      .boxsizing;
   }
   .c-grid_item:last-child { padding-right: 0; }
   .c-map_home {
      h3 {
        margin-top: -10px;
        margin-bottom: 15px;
      }
   }
   .l-comp_info {
      margin-bottom: 30px;
   }
   .l-trip {}
   .mapa_google .controls input[type="text"] {
      width: 50%;
      margin-right: 2%;
      .boxsizing;
   }
   .mapa_google .controls input[type="submit"] {
      width: 48%;
      .boxsizing;
   }
   .mapa_google .controls.bottom { margin-top: 2%; }
   #banners-container {
     img {
      max-width: 100%;
      height: auto;
     }
   }
   section header { height: auto; }
   #home-banner.eng {
      padding-bottom: 35.86%;
      height: auto !important;
      img { 
         width: 100%;
         height: auto;
      }
   }
   #banners-container article { 
      position: absolute;
      width: 100%; 
   }
   #lojas-logos {
      height: auto;
      padding-bottom: 427.57%;
      div { display: none; }
      .c-logos__home_logo {
         display: block;
         width: 100%;
         margin-bottom: 0;
         padding-bottom: 5px;
         padding-top: 5px;
         border-bottom: solid 1px #fff;
         img { width: 100%; }
      }
   }
}
@media only screen and (max-width: 1024px){
   .eng_resp {
      .interior-content {
         width: 79%;
      }
      aside { 
         width: 19%; 
      }
   }
}

@media only screen and (max-width: @ipadPortrait){
   .eng_resp.eng_resp {
      #main-footer { margin-top: 30px; }
      .en_icon_menu { display: block; }
      .c-top__banners{
         margin-bottom: -10px;
      }
      .c-top__banner {
         width: 100%;
         margin-bottom: 20px;
         margin-right: 0;
      }
      #home-banner.eng {
         height: auto !important;
      }
      #mastnav.eng {
         position: relative;
         top: 0;
         display: none;
         width: 100%;
         height: 190px;
         padding-top: 20px;
         padding-bottom: 20px;

         li { 
            width: 100%; 
            float: none;
            text-align: center;
            a {
               padding: 0 !important;
               margin-top: 0;
            }
         }
      }
      #mastnav ul { margin-left: 0; }
      #mastnav.eng .menu-item, #mastnav.eng .menu-item:visited {
          padding: 10px 10px 5px 10px;
          font-size: 19pt;
      }
      #mastnav > ul > li.areaSelected > a {
         margin-top: 0px;
      }
      .c-grid_half {
         width: 100%;
         margin-bottom: 30px;
      }
      #selectCentro {
         position: relative;
         width: 100%;
         top: 0;
         margin-top: -10px;
         margin-bottom: 20px;
         select { width: 100%; }
      }
      #copy {
         position: relative;
         top: 0;
         margin-bottom: 10px;
      }
      .interior-content {
         width: 100%;
         margin: 0;
         margin-top: 20px;
         margin-bottom: 20px;
      }
      .galeriaImagens .next, .galeriaImagens .prev {
         width: 10%;
         .btn {-webkit-transform: scale(0.6);transform: scale(0.6);}
      }
      .galeriaImagens .photoContainer { 
         width: 80%; 
         line-height: 300px;
         font-size: 0;
      }
      .sobre-gallery.sobre-gallery,
      .eng.sobre-gallery { 
         width: 100%;
         height: 300px; 
         float: none;
      }
      aside { display: none; }
      .item-subSector {
         width: 100%;
         margin-bottom: 20px;
         text-align: center;
      }
      .item-subSector ul {
         font-size: 13pt;
      }
      #sector .item-container {
         width: 102%;
         margin: 0;
         margin-left: -1%;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
      }
      #sector .item-container .item-loja {
         width: 48%;
         margin: 0;
         margin: 0 1%;
         margin-bottom: 15px;
         img { max-width: 100%; }
      }
      .desc-container {
         width: ~"calc(100% - 140px)";
         float: right;
         margin: 0;
      }
      .media_container .logo {
         width: 120px;
         height: 120px;
         line-height: 120px;
      }
      .media_container {
         float: left;
         clear: both;
         width: 120px;
         height: 120px;
      }
      .media_container .logo img {
         max-width: 110px;
         max-height: 110px;
      }
      .interior-content header {
         margin-bottom: 15px;
      }
      .interior-content h2 { 
         width: 100%; 
         line-height: 36px;
      }
      .interior-content .social-links {
         position: relative;
         float: right;
         top: 0;
         margin-bottom: 20px;
      }
      .detail-info-loja {
         padding-top: 0; 
      }
      .detail-info-loja,
      .detail-info-loja ul,
      .detail-info-loja ul li {
         text-align: left;
         width: 100%;
      }
      .detail-info-loja ul {
         text-align: center;
      }
      .mgcPos { margin: 0; }
      .detail-info-loja ul label { 
         width: 120px; 
         text-align: left;
      }
      .detail-info-loja ul p { margin: 0 !important; }
      .mapa-acessos {
         width: 100%;
         height: 470px;
      }
      .mapa_google .controls .info { display: none; }
      .two-col-container .col-2,
      .two-col-container .col-1 {
         width: 100%;
         margin: 0;
         padding: 0;
         margin-top: 20px;
      }
      .mapa_google .controls .directions {
         margin-left: 0;
         width: 100%;
      }
      .amoreiras360-list {
         ul,
         li { 
            width: 100%; 
            .boxsizing;
         }
         li {
            text-align: center;
            margin-bottom: 10px;
         }
      }
      .item-loja.item-loja {
         width: 31.33% !important;
         a { width: 100% }
         .logo {
            width: 100% !important;
            display: block !important;
            line-height: 90px;
            img {
               max-width: 90% !important;
               max-height: 90% !important;
            }
         }
      }
   }
   .sobre-container {
      float: none;
      margin: 0 !important;
      padding: 0 !important;
      width: 100%;
      margin-top: 20px !important;
   }
   .zoom-btn {
      display: none;
   }
   .en-lisbon-map {
      width: 164px;
      margin: 0 auto !important;
      float: none;
   }
   .en-lisbon-map-content { 
      width: 100%; 
      margin-top: 30px;
   }
   .hidde_on_768 { display: none; }
   form {
      label {
         text-align: left;
         width: 100%;
         padding: 0;
         padding-left: 20px;
         .boxsizing;
      }
      input[type="text"],
      textarea {
         width: 100%;
         .boxsizing;
      }
      .buttonForm { padding-left: 0; }
      .termos,
      .checkbox,
      .legal {
         margin-left: 0 !important;
      }
      .legal { padding-left: 15px; }
      .termos { width: 100%; }
      .termos { margin-left: 20px !important; }
      .legal .obg { left: 20px; }
      .buttonForm input[type="submit"],
      .buttonForm input[type="reset"] {
         width: 100%;
         margin: 0;
         margin-bottom: 10px;
      }
   }
   #home-banner nav {
      left: 10px;
      bottom: 10px;
   }
}
@media only screen and (max-width: @mobile){
   .eng_resp.eng_resp {
      #home-banner.eng {
         padding-bottom: 66%;
      }
      .galeriaImagens .photoContainer { 
         line-height: 200px;
      }
      .sobre-gallery.sobre-gallery,
      .amoreiras360-gallery_en,
      .eng.sobre-gallery { height: 200px; }
      .sobre-container { width: 100%; }
      .c-logos__home {
         padding-bottom: 95.96%;
      }
      .c-logos__home_logo {
         width: 50%;
      }
      .item-loja.item-loja {
         width: 48% !important;
      }
   }
}

.pageListTable tr { display: none; }
.pageListTable .plTr { display: table-row; }


