@charset "utf-8";
/* CSS Document */

/**
 *------------------------------------------------------------------------------
 * Grupo José Cristovão  - v-03
 *------------------------------------------------------------------------------
 * @website:    gjc.com
 * @authors:    SKYTRAILS, Lda
 *------------------------------------------------------------------------------
 */


/*--------------------------------------------------/
   T4 FRAMEWORK 
---*
#t4-top-bar
#t4-header
#t4-slider *(criado)
#t4-page-title
#t4-main-body
#t4-footholder *(criado)
#t4-footer

//*--------------------------------------------------/
   FONTES LETRA
---*
* font-family: ..., sans-serif;
* font-family: 'Muli', sans-serif;
*/

 /*--------------------------------------------------/
   CORES
---*/

 -H2 { color: #AE976D }
 -H2 { color: rgb(174, 151, 109, 1)}
 -H1 { color: #F9F6F1 }
 -H1 { color: rgb(249, 246, 241, 1)}
 
 -dourado navbar { color: #E0C899}
 -dourado titulo-H1 { color: #e1b660}
 -dourado foot { color: #9B7349}
 -dourado botoes { color: #AE976D}

 .page-beje .t4-content-inner{
	background-color: #f7f7f4;
}
/*////////////////////////////////////////////////////

----------------------- LAB -----------------------
////////////////////////////////////////////////////*/

.qx-media-grid {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(145,145,145,1);
-moz-box-shadow: 0px 0px 10px 5px rgba(145,145,145,1);
box-shadow: 0px 0px 10px 5px rgba(208,207,206,1.00);
}

.mfp_carousel_skin_card .mfp_carousel_item .mfp_carousel_title a {

    font-weight: 500 !important;
    font-size: 1em ;
color: grey;
    text-align: center;
    font-family: 'Gafata', sans-serif;
    font-size: 20px !important;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
}


/*retirar o simbolo de impressão*/
#dropdownMenuButton-6, #dropdownMenuButton-27, #dropdownMenuButton-28, .btn.dropdown-toggle {display: none;}


/*---------------------------/
   (HOME) Texto introdução
------------------------*/
.sc-bemvindo .article-body{padding-top:30px;}



/*---------------------------/
   (HOME) SECÇÃO: Contactos Valevilla.... (logotipos rodapé)
------------------------*/
.sc-contactos{
	background-color: #E0C899;
}

/*////////////////////////////////////////////////////

----------------------- GERAL -----------------------
////////////////////////////////////////////////////*/
*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
    text-rendering: optimizeLegibility;
}

h1{color: #AE976D; /*srgb(249, 246, 241, 1)}*/ }
h2{color: #AE976D; /*srgb(174, 151, 109, 1)*/ }	

.titulo h2 {
    font-size: 26px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gafata' 'Roboto';
    font-style: inherit;
    line-height: 1.4;
    letter-spacing: 0px;
}
h1{font-family: 'Montserrat'}

h3 {
    color: grey;
    /*text-align: center;*/
    font-family: 'Gafata', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 0;
}
box-shadow{
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
}
}



/*
   REGRAS GERAIS
------------------------*/
.hide{display: none;}
.show{display: initial}
.inline{ display: inline;}
.inline-block{ display: inline-block;}
.block{ display: block;}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-left: calc(-50vw - 9px);
    margin-right: 50vw;
    padding-left: 18px;
}
.nopad{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.gutter-5{
    padding: 0 5px !important;
}

/*SISTEMA DE LAYERSs*/
.layer, .layer-0, .layer-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.layer-1, .layer-2, .layer-3, .layer-4, .layer-5 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*OVERLAY FX*/
.overlay-container {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px;
  }
  .overlay-bottomm, .overlay-top{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .overlay-bottom {
    border: 0px solid rgb(240, 240, 240);
  }
  .overlay-top {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 600px;
    max-height: 600px;
  }
  .overlay-top div.text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    /*color: white;*/
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }
  .overlay-top a:hover {
    color: black;
}
.overlay-container:hover .overlay-top {
    opacity: 1;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8) !important;
  }

/*Cookies bar*/
.cc-color-override--1033558147.cc-window {
    color: #C1AA68 !important;
    background-color: rgba(22, 23, 37, 0.9) !important;
}
.cc-color-override--1033558147 .cc-btn {
    color: rgb(0, 0, 0) !important;
    border-color: transparent;
    background-color: #E0C899 !important;
    text-decoration: none;
}
.cc-color-override--1033558147 .cc-btn:hover, 
.cc-color-override--1033558147 .cc-btn:focus {
    background-color: #E0C899 !important;
}
.cc-theme-classic .cc-btn {
    border-radius: 0px !important;
}
.cc-revoke, .cc-window {
    font-family: inherit,sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
}
.cc-window.cc-banner {
    padding: 1.8em 1.8em !important;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cc-color-override--1033558147 .cc-link, .cc-color-override--1033558147 .cc-link:active, .cc-color-override--1033558147 .cc-link:visited {
    color: #E0C899 !important;
}
.cc-link:active, .cc-link:visited {
    color: initial;
}
.cc-link:hover {
    opacity: 1;
}
/* **** end Cookies bar*/


/*////////////////////////////////////////////////////

-                     _BODY
////////////////////////////////////////////////////*/
body {
    color: #2C3035;
    font-family: 'Gafata' 'Roboto';
    font-size: 15px;
    font-weight: 400;
    font-style: inherit;
    line-height: 1.5;
    letter-spacing: 0px;
}

body{background-color: #FFF;}
.t4-wrapper{background-color: transparent;}
	.t4-wrapper-inner{background-color: transparent;}
		.t4-content{background-color: transparent;}
			.t4-content-inner{background-color: transparent;}
                    .t4-main-body{background-color: transparent;}              
/*
			.t4-content-inner
                #t4-mainbar
                #t4-super-hero
				#t4-main-body
				#t4-footholder
				#t4-foot
*/

/*////////////////////////////////////////////////////

-                    FIX LAYOUT 
////////////////////////////////////////////////////*/
/* Corrigir dimensões secções fluídas no T4 
t4-section-inner container-fluid*/

/* T4 Section */
#t4-main-body {
    overflow: hiddden;
}
.t4-main-body {
    padding-top: 0;
    padding-bottom: 0;
}
#system-message{
	margin-top: 50px;
}
/* Corrigir dimensões secções fluídas no T4 
t4-section-inner container-fluid*/
/*.t4-section-inner.container-fluid{
    overflow: hidden;
} */

.item-page [itemprop="articleBody"] {
    margin-top: 0rem;
    margin-bottom: 0rem;
}


/*////////////////////////////////////////////////////

-               _@ MEDIA-QUERIES
////////////////////////////////////////////////////*/

.container{ width: 100%;}
.container-15 {margin: auto; padding: 0 15px;}

/*
  << 576px
------------------------*/
@media (max-width: 576px) {
  .container, .conteudo {max-width: 100%;}
  .mod-languages-inline{display: none !important;}
}
/*
  576px >>
------------------------*/
@media (min-width: 576px) {
  .container, .conteudo {max-width: 100%;}
}
/*
  768px >>
------------------------*/
@media (min-width: 768px) {
   .container, .conteudo {max-width: 100%;}
}
/*
  992px >>
------------------------*/
@media (min-width: 992px) {
    .container, .conteudo {max-width: 100%;}
}
/*
  1170px >>
------------------------*/
@media (min-width: 1170px) {
    .container, .conteudo {max-width: 100%;}
}
/*
  1300px >>
------------------------*/
@media (min-width: 1300px) {
  .container, .conteudo {max-width: 1290px;}
}


/*////////////////////////////////////////////////////

-                   _BOTÕES
////////////////////////////////////////////////////*/


/*
   JOOMLA - NAVIGATION BUTTONS 
------------------------*/
.article-navigation{
    width: 100%;
}
.pager.pagenav {
    text-align: center;
    margin-bottom: 50px;
}
.pagenav li:first-child {
    margin-right: 0.5rem;
}
.pagenav li {
    display: inline-block;
}
.pagenav li a {
    padding: 0.5rem 1rem;

    color: #AE976D;
    background-color: #fff;
    border: 2px solid #AE976D;
    border-radius: 3px;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    
    transition: 
    background-color 0.15s ease-in-out, 
    border-color 0.15s ease-in-out, 
    box-shadow 0.15s ease-in-out;
}
.pagenav li a:hover, 
.pagenav li a:focus, 
.pagenav li a:active {
    background-color: transparent;
    text-decoration: none;
    opacity: 1;
    background-color: #AE976D !important;
    border-color: #AE976D !important;
    color: #fff !important;
}

.hasPopover, .hasTooltip {
    display: inline-block !important;
}

/*original icomoon css transformed*/
.pagenav span[class^="icon-"], span[class*=" icon-"] {
    display: inline-block !important;
    width: 14px;
    height: 14px;
    line-height: 14px;
}
.pagenav span.icon-chevron-left {
    margin-right: 15px;
}
.pagenav span.icon-chevron-right{
    margin-left: 15px;
}
.pagenav li span::before {
    color: #AE976D;
    font-size: 13px;
    line-height: .5;
    margin-left: 0px;
    vertical-align: middle;
    padding-bottom: 2px;
    font-weight: normal;
}
.pagenav span[class^="icon-"]::before, span[class*=" icon-"]::before {
    /*font-family: "Linearicons-Free";*/
    font-style: normal;
    speak: none;
}
/*
.pagenav span.icon-chevron-left::before {
    content: "\e879";
}
.pagenav span.icon-chevron-right::before {
    content: "\e87a";
}*/
.pagenav li a:hover span.icon-chevron-left::before, 
.pagenav li a:focus span.icon-chevron-left::before, 
.pagenav li a:active span.icon-chevron-left::before {
    color: #fff !important;
	transition: .4s;
}
.pagenav li a:hover span.icon-chevron-right::before, 
.pagenav li a:focus span.icon-chevron-right::before, 
.pagenav li a:active span.icon-chevron-right::before {
    color: #fff !important;
}



/*////////////////////////////////////////////////////

-                     _NAVBAR
////////////////////////////////////////////////////*/

/*-------------------------------/
BLOCK - Logotipo
----------------------------*/
.header-block-1 .navbar-brand{
	/*background-color: blue;*/
	min-height: 92px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

/*-------------------------------/
BLOCK - Navbar
----------------------------*/

#t4-mainnav{
	background-color: rgba(20,20,40,0.9);
}
.gradient #t4-mainnav{
	background-color: rgba(20,20,40,0.8);
    /*Criar um gradiente de cor:*/
	background: -moz-linear-gradient(top, rgba(20,20,40,0.8) 0%, rgba(20,20,40,0.0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(20,20,40,0.8) 0%,rgba(20,20,40,0.0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(20,20,40,0.8) 0%,rgba(20,20,40,0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600a9b6', endColorstr='#e600cce3',GradientType=1 ); /* IE6-9 */
	box-shadow: 0 3px 3px rgba(0,0,0,0.0);
	transition: all 1.6s ease;
}
.gradient.not-at-top #t4-mainnav{
	background-color: rgba(20,20,40,0.9);
}
.not-at-top #t4-mainnav{
	position: sticky;
}

.mainnav{
	/*background-color: darkkhaki;*/
}
.mainnav .t4-navbar {
    position: relative;
    float: right;
    height: 100%;
}
.t4-navbar .navbar {
    float: left;
    height: 100%;
}
.mainnav .t4-navbar .navbar #t4-megamenu{
	/*background-color: palegreen;*/
}
/* Menus */
.mainnav ul.nav{
	/*background-color: silver;*/
	float: right;
	position: relative;
}

/* Posicionamento do logo */
.header-block-1 .navbar-brand{
	min-height: 92px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Posicionamento dos Menus */

ul.nav.navbar-nav.level0 > li{
	padding: 5px 0;
    margin: 0 15px;
}
ul.nav.navbar-nav.level0 > li > a{
	line-height: 74px;
}

/*-------------------------------/
MENUS- 1º Nível
----------------------------*/
.t4-megamenu .navbar-nav > li > a, 
.t4-megamenu .navbar-nav > li > a.nav-link {
    color: #D2B780;
	font-family: 'Spinnaker', sans-serif;
    font-size: 13.3px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0;
}
.t4-megamenu .navbar-nav > li > a:hover, 
.t4-megamenu .navbar-nav > li > a:focus, 
.t4-megamenu .navbar-nav > li > a:active, 
.t4-megamenu .navbar-nav > li > a.nav-link:hover, 
.t4-megamenu .navbar-nav > li > a.nav-link:focus, 
.t4-megamenu .navbar-nav > li > a.nav-link:active {
    color: #E0C899;
}
.t4-megamenu .navbar-nav > li.active > a {
    color: #D2B780 !important;
}
/* Barrinha debaixo dos menus */
.t4-megamenu .navbar-nav > li > a:hover::after,
.t4-megamenu .navbar-nav > li > a:focus::after,
.t4-megamenu .navbar-nav > li > a.nav-link:focus, 
.t4-megamenu .navbar-nav > li.active > a::after {
    transition-timing-function: ease-in;
    width: 100%;
}
.t4-megamenu .navbar-nav > li > a::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    bottom: 28px;
    width: 0%;
    left: -1px;
    right: 0;
    border-top: 0px solid #E0C899;
    border-bottom: 1px solid rgba(224, 200, 153, 0.801);
    border-radius: 2px;
    transition: 0.2s ease-in;
}

/* menus 1ºnivel com a aba 2ºnivel aberta */
.t4-megamenu .navbar-nav > li.show > a,
.t4-megamenu .navbar-nav > li.show .nav-link {
	color: #D2B780;
}
/* setinha de menu com submenu original */
.t4-megamenu .nav > .dropdown > .dropdown-toggle .item-caret {
    display: inline-block;
    border-top: 0px solid #343a40;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    margin-left: /*0.25rem*/ 0;
    vertical-align: middle;
}
/* setinha de menu com submenu nova */
.t4-megamenu .nav > .dropdown > .dropdown-toggle .item-caret::after {
    font-family: "FontAwesome";
	font-style: normal;
    content: "\f107";
    float: right;
    margin-left: 6px;
	font-size: 15px;
	padding-bottom: 3px;
}
/*Modulo custom criado para ir buscar o nome do utilizador*/
.custom.mod-menu-username {
    display: inline !important;
	font-weight: normal;
    text-transform:initial;
    letter-spacing: 0.3px !important;
    display: inline-block;
}
.custom .mod-menu-username .item-caret::after{
    display: inline-block;
    margin-left: 2px;
}
/* SUBMENU - Simbolos*/
.t4-megamenu div.dropdown-menu .lnr::before{
    font-family: Linearicons-Free;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-size: 16px;
    text-transform: none;
    position: relative !important;
	top: 2px;
	right: -1px;
    display: inline-block;
    line-height: 1px;
    margin-right: 10px;
}
/*-------------------------------/
MENUS- 2º Nível
----------------------------*/
.t4-megamenu .dropdown-menu{
    min-width: 15rem; /*controla a largura dos menus dropdown*/
    width: 100px;
    background: #fbfbfb;
    margin-top: 0px !important;/*afastamento ao 1º nível*/
    padding: 0;
    color: #212529;
    text-align: left;
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.t4-megamenu .dropdown-menu li > a, 
.t4-megamenu .dropdown-menu li > .nav-link, 
.t4-megamenu .dropdown-menu li .dropdown-item {
    padding: 0.66667rem 1rem;
    white-space: normal;
	color:  rgba(0, 0, 0, 0.7);
	background-color: transparent;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
	color: #212529;
	background-color: transparent;
}
/*hover focus active*/
.t4-megamenu .dropdown-menu li .dropdown-item:hover, 
.t4-megamenu .dropdown-menu li .dropdown-item:focus, 
.t4-megamenu .dropdown-menu li .dropdown-item:active {
    text-decoration: none;
	color:rgba(0, 0, 0, 0.8);
	background-color: #E8E8E8;
}


/*
03.G - T4 MEGA-MENU > dropdown > idiomas
---------------------------------------------------*/

/*.t4-megamenu ul.nav li.mega {
    border: 1px solid goldenrod;
}*/
.t4-megamenu ul.nav li.mega .dropdown-menu {
    min-width: 56px;
}
.t4-megamenu ul.nav li.mega div.mod-languages li {
    margin: 3px;
}
.t4-megamenu ul.nav li.mega .mega-inner {
    padding-bottom: 10px;
    padding-top: 10px;
}
.t4-megamenu .dropdown-menu .lang-block{
    padding: 0;
    margin: 0;
}
.t4-megamenu .dropdown-menu .lang-block li > a{
    padding: 0;
}

.lang-active {
    display: none !important;
}
    

/*////////////////////////////////////////////////////

-              HAMBURGER TOGGLERS
////////////////////////////////////////////////////*/

/*-------------------------------/
OFFCANVAS TOGGLER 1 - (verdadeiro offcanvas)
----------------------------*/
/*Template 992
<span - #triggerButton .btn .js-offcanvas-trigger .t4-offcanvas-toggle .c-button>
  <span - c-button__text>
    <i - .fa .fa-bars .toggle-bars>
*/

/*1º span */
span.t4-offcanvas-toggle {
	border: 0;
    display: block;
    position: relative;
    right: 20px !important;
    top: 20px !important;
    padding: 0;
    width: 20px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    color: #E0C899;
	float: right;
	height: 100%;
	line-height: 50px;
    z-index: 30;
}
span.t4-offcanvas-toggle:hover {
    cursor: pointer;
    color: #999;
    color: #e1b660;
}
span.t4-offcanvas-toggle i {
    font-size: 22px;
}

/*2º span (.c-button__text)*/
.t4-offcanvas-toggle > span {
    vertical-align: middle;
}

/*3º i (.fa .fa-bars .toggle-bars)*/
/*font awesome*/
.t4-offcanvas-toggle i.fa.fa-bars {
    font-size: 30px;
    display: inline-block;
    font-family: 'Linearicons-Free';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.t4-offcanvas-toggle i.fa-bars::before {
    content: "\e871";
}
.t4-offcanvas-toggle i.fa-bars:hover {
    font-size: 31px;
}

/*-------------------------------/
OFCANVAS TOGGLER 2 - (menu dropdown)
----------------------------*/

/*Template
<button - .navbar-toggler>
    <i - .fa .fa-bars .toggle-bars>
*/

.navbar .navbar-toggler {
    border-radius: 0;
    border: 0;
    color: /*#6c757d*/ pink;
    display: block;
    height: 52px;
    line-height: 52px;
    padding: 0;
	font-size: 1.25rem;
	background-color: transparent;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
	display: none;
}
.navbar .navbar-toggler:hover {
    cursor: pointer;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}
@media (max-width: 119.98px){
.nav-breakpoint-lg .navbar-toggler {
    float: right;
}}
@media (min-width: 992px){
.navbar-expand-lg .navbar-toggler {
    display: none;
}}


/*////////////////////////////////////////////////////

-                 POSIÇÃO OFFCANVAS
////////////////////////////////////////////////////*/

/* 01 - OFFCANVAS MODULO
    A - MODULO PRINCIPAL . background geral
    B - HEADER . Botão X Close offcanvas
    C - BODY . Sec Links e menus
*/

/* 
  01-A - OFFCANVAS-OVERLAY
---------------------------------------------------*/
.c-offcanvas-bg {
    /*background-color: transparent;*/
    transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    position: fixed;
    height: 100%;
    top: 0;
    /*left: -100%;*/
    width: 100%;
    z-index: 1079;
}
.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
    left: 0;
    background-color: rgba(40, 40, 50, 0.85);
    visibility: visible;
}

/* 
  01-A - OFFCANVAS-BODY . background geral
---------------------------------------------------*/
/*
Nas opções de Offcanvas do T4, selecionar Module Style: "no".
Retira a div.t4-module e tudo o que tem dentro:
//div.t4-module
//div.module-inner
//div.module-ct
*/
/*
div.t4-off-canvas-body
    //div.t4-module
        //div.module-inner
*/

.t4-offcanvas {
    background-color: #ffffff;
    border-right: 0px solid black;
    height: 100%;
    width: 370px;
    /*transform: translate3d(-300px, 0, 0);
    width: 50%;
    min-width: 350px;
    padding: 5px 25px;*/
}
.t4-offcanvas .t4-off-canvas-header{
	background-color: transparent;
}
.t4-offcanvas .t4-off-canvas-body{
	background-color: transparent;
    padding: 2rem;
    /*height: calc(100% - 90px);*/
	height: auto;
    overflow-y: auto;
	padding-top: 0;
}
.c-offcanvas--right {
    height: 100%;
    right: 0;
    transform: translate3d(450px, 0, 0);
    width: 300px;
}
.c-offcanvas.is-open {
    transform: translate3d(0, 0, 0);
    visibility: visible;

}

/*Animação*/
.c-offcanvas-bg.c-offcanvas-bg--push, 
.c-offcanvas-bg.c-offcanvas-bg--reveal, 
.c-offcanvas-content-wrap, .c-offcanvas {
    transition: transform 900ms cubic-bezier(0.4, 0, 0.6, 1);
}

/*
  01-B - OFFCANVAS-HEADER . BOTÃO CLOSE (x)
---------------------------------------------------*/
.t4-offcanvas .t4-off-canvas-header {
    padding: 0.5rem;
	padding-bottom: 10px;
}
.t4-offcanvas .t4-off-canvas-header h3{
	display: none; /*Sidebar Menu;*/
	color: transparent !important;
}
/* BOTÃO CLOSE (x) - estado normal */
.t4-offcanvas .t4-off-canvas-header button.close {
    float: right; 
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    border-radius: 50%;
    text-shadow: 0; 
    padding: 0;
    border: 0;
    height: 2rem;
    width: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.t4-offcanvas .t4-off-canvas-header button:not(:disabled), 
[type="button"]:not(:disabled), 
[type="reset"]:not(:disabled), 
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
/* BOTÃO CLOSE (x) - Animations */
.t4-offcanvas .t4-off-canvas-header button.close {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: gray;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: .8;
}
.t4-offcanvas .t4-off-canvas-header button.close:focus, 
.t4-offcanvas .t4-off-canvas-header button.close:active {
    background-color: rgba(0, 0, 0, 0.1);
}
.t4-offcanvas .t4-off-canvas-header button.close:not(:disabled):not(.disabled):hover, 
.t4-offcanvas .t4-off-canvas-header button.close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}
.t4-offcanvas .t4-off-canvas-header button.close:hover {
    color: #000 !important;
    background-color: #000;
    text-decoration: none;
}


/*
01-C - OFFCANVAS-MODULE . IDIOMAS
---------------------------------------------------*/
/*div.t4-module.module 
    //div.module-inner
        //div.module-ct
            div.mod-languages
                ul.lang-inline
                    li > a > img(bandeira)
*/
.t4-offcanvas .idioma-active{
    font-size: 15px;
    color: #B8856D;
    color: #292A30;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    text-transform: normal;
    letter-spacing: 2px;
}
.t4-offcanvas .t4-off-canvas-body .mod-languages {
    padding: 10px 0;
}
.t4-offcanvas .t4-off-canvas-body .mod-languages .lang-inline li {
    margin-left: 0px;
    margin-right: 12px;
}
.t4-offcanvas .t4-off-canvas-body .mod-languages .lang-inline li a{
    filter: grayscale(95%);
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}
.t4-offcanvas .t4-off-canvas-body .mod-languages .lang-inline li a:hover{
    filter: grayscale(10%);
    opacity: 1;
}
/*  LOGO GJC OFFCANVAS*/
.logo-offcanvas {
    padding-top: 80px;
    text-align: center;
    padding-right: 5px;
}
/*
01-C - OFFCANVAS-MODULE  . MENU
---------------------------------------------------*/
/*
div.t4-module.module_menu 
    //div.module-inner
        //div.module-ct
            nav.navbar
                ul.nav.navbar-nav
                    li.nav-item
                        a.nav-link 
*/
/*merda do template*/
.t4-offcanvas .t4-off-canvas-body .navbar {
    display: block;
    padding: 50px 0 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*apagar o Menu idiomas do menu oficial*/
.t4-offcanvas .t4-off-canvas-body .a-bandeira.nav-link {
    display: none;
}

/*SEPARADORES DE 1º NÍVEL*/
/*NORMAL*/
.t4-offcanvas .t4-off-canvas-body  nav.navbar ul.nav li a.nav-link,
.t4-offcanvas .t4-off-canvas-body .navbar .separator {
	font-size: 15px;
    color: #B8856D;
    color: #292A30;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    text-transform: normal;
    letter-spacing: 2px;
    
    padding: 15px 0px;
    transition: all 0.4s ease-out;
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-item {
   /* border-bottom: 1px dotted #9B7349;*/
    border-bottom: 1px solid #e8e8e8;
    padding: 0rem;
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-item:first-child {
    /*border-top: 1px dotted #9B7349;*/
    border-top: 1px solid #e8e8e8;
}
/*Li que tem o menu do idioma escondido ali mais acima*/
.t4-offcanvas .t4-off-canvas-body .navbar .nav-item:last-child {
    border: 0px dotted #9B7349;
}

/*HOVER*/
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.nav li a.nav-link:hover, 
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.nav li a.separator:hover {
    background-color: rgba(240, 239, 235, 0.3);
    color: #292A30;
}
/*FOCUS*/
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.nav li a.nav-link:focus,
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.nav li a.separator:focus{
    background-color: rgba(240, 239, 235, 0.3);
    color: #292A30;
}
/*ACTIVE*/
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.nav li.active a.nav-link,
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.nav li.active a.separator{
    background-color: rgba(240, 239, 235, 0.0);
    color: #B8856D;
}
/*ACTIVE HOVER*/
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.nav li.active a.nav-link:hover,
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.nav li.active:hover a.nav-link{
    background-color: rgba(240, 239, 235, 0.0);
    color: #B8856D;
    pointer-events: none;
  cursor: default;
  text-decoration: none;
}
/*
03.2-A - OFFCANVAS _2º NÍVEL (DropDown Menu)
---------------------------------------------------*/
/*CAIXA UL*/
.t4-offcanvas .t4-off-canvas-body .navbar ul.dropdown-menu {
    border-radius: 0;
    border: 0;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 5px;
}
/*SEPARADORES DE 2º NÍVEL*/
.t4-offcanvas .t4-off-canvas-body .navbar ul.dropdown-menu li a.dropdown-item{
    font-size: 1rem;
    text-transform: normal !important;
    letter-spacing: inherit !important;
    text-align: left;
    list-style: none;
    padding: 0.4rem 0rem 0.4rem 1.5rem;
    margin-bottom: 10px;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s ;
}
/*NORMAL*/
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.dropdown-menu li a.dropdown-item, 
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.ndropdown-menu li a.separator {
    background-color: #FFF ;
    color: #000;
}
/*HOVER*/
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.dropdown-menu a.dropdown-item:hover, 
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.ndropdown-menu a.separator:hover {
    background-color: rgba(235, 240, 235,0.5) !important;
    color: #000;
}
/*FOCUS*/
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.dropdown-menu a.dropdown-item:focus,
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.dropdown-menu a.separator:focus{
    background-color: #FFF ;
    color: #000;
}
/* li - ACTIVE*/
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.nav li ul.dropdown-menu li.active a.dropdown-item,
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.nav li ul.dropdown-menu li.active a.separator{
    background-color: rgba(235, 240, 235,0.5) !important;
    color: #000
}
/* li - ACTIVE HOVER*/
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.nav li ul.dropdown-menu li.active a.dropdown-item:hover,
.t4-offcanvas .t4-off-canvas-body nav.navbar ul.nav li ul.dropdown-menu li.active a.separator:hover{
    background-color: rgba(235, 240, 235,0.5) !important;
    color: #000 !important;
}
/*Setinhas antes dos links*/
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item::before, 
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link::before {
    display: inline-block;
}
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .lnr::before{
    font-family: "Linearicons-Free";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-size: 16px;
    text-transform: none;
    position: relative !important;
	top: 2px;
	right: -1px;
    display: inline-block;
    line-height: 1px;
    margin-right: 10px;
}

/* FROM TEMPLATE ORIGINAL*/
/*GENERAL T4 MENU-LINK OPTIONS*/
.t4-module nav li a, 
.t4-card .nav li a, 
.moduletable .nav li a, 
.module_menu .nav li a {
    background-color: inherit ;
    color: inherit;
}
/*active*/
.t4-module .nav > li.active > a, 
.t4-card .nav > li.active > a, 
.moduletable .nav > li.active > a, 
.module_menu .nav > li.active > a {
    background-color: inherit ;
    color: inherit;
}
/*active hover*/
.t4-module .nav > li.active > a:hover, 
.t4-card .nav > li.active > a:hover, 
.moduletable .nav > li.active > a:hover, 
.module_menu .nav > li.active > a:hover{
    background-color: inherit;
    color: inherit; 
}
/*all states*/
.t4-module .nav li a:hover, 
.t4-module .nav li a:active, 
.t4-module .nav li a:focus, 
.t4-card .nav li a:hover, 
.t4-card .nav li a:active, 
.t4-card .nav li a:focus, 
.moduletable .nav li a:hover, 
.moduletable .nav li a:active, 
.moduletable .nav li a:focus, 
.module_menu .nav li a:hover, 
.module_menu .nav li a:active, 
.module_menu .nav li a:focus {
    text-decoration: none;
}

/*2º Nivel*/
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item, 
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link {
    /*padding: 0.9rem 0 0.5rem 1.5rem !important;*/
}
/*Link  estado foco*/
.t4-offcanvas .dropdown-item:hover, 
.t4-offcanvas .dropdown-item:focus {
    background-color: inherit;
    color: inherit; 
}
/*Link estado activo*/
.t4-offcanvas .dropdown-item:active {
    background-color: inherit;
    color: inherit; 
}
/*ATIVO*/
.t4-offcanvas .t4-module .nav li ul > li.active > a, 
.t4-offcanvas .t4-card .nav li ul > li.active > a, 
.t4-offcanvas .moduletable .nav li ul > li.active > a, 
.t4-offcanvas .module_menu .nav li ul > li.active > a {
    background-color: inherit;
    color: inherit; 
}
/*ATIVO HOVER*/
.t4-offcanvas .t4-module .nav li ul > li.active > a:hover, 
.t4-offcanvas .t4-card .nav li ul > li.active > a:hover, 
.t4-offcanvas .moduletable .nav li ul > li.active > a:hover, 
.t4-offcanvas .module_menu .nav li ul > li.active > a:hover {
    background-color: inherit;
    color: inherit; 
}

/* end: POSIÇÃO OFFCANVAS
*************************************************************************/



/*////////////////////////////////////////////////////

-                      SLIDER
////////////////////////////////////////////////////*/
#t4-slider{
	margin-top: -103px;
}

/*////////////////////////////////////////////////////

-                   STIKY FOOTER
////////////////////////////////////////////////////*/
/* Criar uma nova secção no layout "T4" "footholder" este converte-se em "#t4-footholder"
Opcional criar uma nova Module Position "footholder".
IMPORTANTE - É necessário inserir algum tipo de conteúdo dentro da posição "0-footholder"
*/
html{
    height:100%;
	direction: ltr;
}
body{
    margin:0;
    padding:0;
    height:100%; /*colocar o Overlay com "Position:fixed;"*/
}
.t4-content-inner{
    position:absolute;
    min-height:100%;
    width: 100%;
    margin: auto;
}
#t4-foot, #t4-footholder {
	width: 100%;
}
#t4-footholder {
	margin: auto;
	clear: both;
	visibility: hidden;
}
#t4-foot {
	position: absolute;
	bottom:0;
	padding: 0;
	z-index: 999;
}

/* end: STIKY FOOTER
*****************************************************/

/*////////////////////////////////////////////////////

-                FOOT & FOOTHOLDER
////////////////////////////////////////////////////*/

/*Para proporcionar elasticidade ao stiky footer*/
/*O Footer e o Footholder têm que ter sempre a mesma altura, para assegurar a mesma altura
com conteúdo dinâmico, é necessário que o conteúdo do Footer, seja replicado no Footholder
a visibilidade do conteúdo deste fica presente mas escondida com "visibility: hidden"*/
/*É possível introduzir conteúdo dinâmico, utilizando o sistema de artigos e a extensão
RLabs Articles anywhere para carregar ambos os modúlos*/

/*Copiar o modulo "00 Footer" e colar no modulo 00 Footholder*/

#t4-foot, #t4-footholder {
	background-color: #282841; /*Azul base*/
    background-color: #272737; /*2º Azul base*/
}

.t4-foot .container {
    padding-top: 1rem;
    padding-bottom: 0rem;
}
.t4-footholder .container {
    padding-top: 1rem;
    padding-bottom: 0rem;
}

/*
03-A FOOTER // lOGO & CONTACTOS GJC
---------------------------------------------------*/
#gjc-contact-rodape{
	padding: 40px 0 30px 0;
	background-color: transparent;
	font-family: sans-serif;
	color: #9B7349;
}
#gjc-contact-rodape .txt, #gjc-contact-rodape a{
	color: #9B7349;
}
#gjc-socialmedia, #gjc-morada{
	padding-bottom: 15px;
}
#gjc-contatos{
	padding-bottom: 12px;
}
#gjc-socialmedia .icone{
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
#gjc-contatos .col-auto{
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
}
#gjc-socialmedia a.face{
	background-image:  url("img/facebook.png");
} 
#gjc-socialmedia a.insta{
	background-image: url("img/instagram.png");
}  
#gjc-socialmedia a.youtube{
	background-image: url("img/youtube.png");
}
#gjc-socialmedia a{
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
} 

/*
03-A FOOTER SECÇÃO HOTEL-LOGOS COM LINKS
---------------------------------------------------*/

#hotel-links{
	margin: 0 15px;
	padding: 30px 0 20px 0;
}
#hotel-links .col{
	padding-right: 0px;
	padding-left: 0px;
}
#hotel-links {
    border-top: 1px dotted #596175;
    border-bottom: 1px dotted #596175;
}
.iten-bar{
	margin: 0;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
	/*background-color: azure;*/
}
.iten-bar::after {
	content: " ";
	display: block;
    border-left: 1px dotted #9B7349;
	bottom: 0;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 1px;
	height: 50px;
}
.iten-bar:last-child::before{
	content: " ";
	display: block;
  border-right: 1px dotted #9B7349;
	bottom: 0;
	position: absolute;
	top: 30px;
	right: 0px;
	width: 1px;
  height: 50px;
}
.logo-footer img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 992px) {
    .iten-bar:nth-child(3n)::before{
        content: " ";
        display: block;
        border-right: 1px dotted #9B7349;
        bottom: 0;
        position: absolute;
        top: 30px;
        right: 0px;
        width: 1px;
        height: 50px;
    }
}
@media (max-width: 576px) {
    .iten-bar::after {
        /*display: none;*/
    }
    .iten-bar:last-child::before{
        /*display: none;*/
    }
    .iten-bar:nth-child(2n)::before{
        content: " ";
        display: block;
        border-right: 1px dotted #9B7349;
        bottom: 0;
        position: absolute;
        top: 30px;
        right: 0px;
        width: 1px;
        height: 50px;
    }
}
.logo-footer img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/*
03-A FOOTER // MENU LEGAL-NOTES
---------------------------------------------------*/
.t4-footholder,
.t4-foot {
    font-size: 0.875rem;
}
.t4-footholder nav.navbar,
.t4-foot nav.navbar {
	padding: 10px;
}
.t4-footholder .navbar ul.nav,
.t4-foot .navbar ul.nav {
    display: inline;
	text-align: center;
	margin:auto;
    padding: 0px;
}
.t4-footholder ul.nav li,
.t4-foot ul.nav li {
    display: inline;
	/*float: left;*/
}
.t4-footholder ul.nav > li > a,
.t4-foot ul.nav > li > a {
    color: #9B7349;
    text-transform: initial;
    display: inline-block;
	padding:6px 20px;
	/*float: left;*/
}
.t4-footholder ul.nav > li::before,
.t4-foot ul.nav > li::before {
    content: "";
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    color: #adb5bd;
}
.t4-foot ul.nav > li > a:hover, 
.t4-foot ul.nav > li > a:active, 
.t4-foot ul.nav > li > a:focus {
    background: none;
    border-bottom: 0px solid #343a40;
}
}
/*---------------------------/
    Links para artigos "LEGAL NOTES" no topo dos Artigos
------------------------*/
.category-modulelegal-notes.mod-list {
    margin: 0 0 40px;
    text-align: center;
}
.category-modulelegal-notes.mod-list li{
    display: inline-block;
}
.category-modulelegal-notes a {
    color: #343a40;
}
.legal-notes #t4-main-body {
    background-color: 
    #f7f7f4;
}
/*converter o layout destas páginas em "container"*/
@media (min-width: 1300px) {
   .legal-notes .container-fluid {
	max-width: 1230px !important;
	}
}

/* end: FOOT & FOOTHOLDER
*****************************************************/


/*/////////////////////////////////////////////////_00

-00                TODAS AS PAGINAS
////////////////////////////////////////////////////*/

/*---------------------------/
ESTRUTURA DOS ARTIGOS INTRODUÇÃO (Topo das páginas)
------------------------*/
.titulo{
	color: #e1b660;
    text-transform: uppercase;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    letter-spacing: 5px;
    line-height: 1.3;
    margin-bottom: 0px;
}
.subtitulo{
	color: grey;                                
    color: #7B878C;
    text-align: center;
    font-family: 'Gafata', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 0;
}
.texto {
    padding: 30px;
}
.texto {
    color: #8F8F8F;
    color: #7B878C;
    text-align: center;
    font-family: 'Gafata', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    column-count: 1;
}
.center{
    text-align: center;
}
/*  Refazer todos os blocos de entrada 
    e utilizar esta numenclatura: .sec-intro  */
.sec-intro .titulo {
    color: #e1b660;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 35px;
    letter-spacing: 5px;
    line-height: 1.3;
    margin-bottom: 0px;
}
.sec-intro .subtitulo{
    color: grey;
    color: #7B878C;
    text-align: center;
    font-family: 'Gafata', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 0;
}
.sec-intro .texto {
    padding: 30px 10px;
}
@media screen and (min-width: 992px) {
    .sec-intro .texto {
        padding: 30px;
    }
}
.sec-intro .texto p{
    color: #8F8F8F;
    color: #7B878C;
    color: #485866;
    text-align: center;
    font-family: 'Gafata', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    column-count: 1;
}



/*/////////////////////////////////////////////////_01

-01                PÁGINA - HOME
////////////////////////////////////////////////////*/
/*  A - CATEGORY ENTRY
    B - MODULO PRINCIPAL . background geral
    C - HEADER . Botão X Close offcanvas
    D - BODY . Sec Links e menus
*/
.pag-home .t4-main-body{
	padding-bottom: 0;
}

/*
01-A - SEC-01 BOOKING FORM
---------------------------------------------------*/

#sec-booking-form {
    display: flex;
    justify-content: center;
    margin-top: -150px;
    margin-bottom: 50px;
}
#t4-booking .t4-section-inner {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
#t4-booking .caixa,
#sec-booking-form .caixa {
    background-color: #FFF;
    border-radius: 5px;
    padding: 20px 20px;
    max-width: 920px;
    box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991.5px) { 
    /*caixa*/
    #t4-booking .caixa,
    #sec-booking-form .caixa {
        max-width: 580px;
    }
    #sec-booking-form {
        margin-top: -100px;
        margin-bottom: 30px;
    }
}
#t4-booking .rsform.formulario,
#sec-booking-form .rsform.formulario {
    background-color: #eeeeee4d;
}
.col-grupo {
    display: flex;
    flex-wrap: wrap;
}
#t4-booking .form-group,
#sec-booking-form .form-group, 
.control-group {
    margin-bottom: 10px;
}
#t4-booking .rsform.formulario label,
#sec-booking-form .rsform.formulario label {
    display: inline-block;
    margin-bottom: 0.1rem;
    color: #7B878C;
    font-family: Gafata;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
}

/*CAMPOS FORMULÁRIO*/

/*Botão com o icon do Calendário a substituir por icons alternativos*/
#bookingForm .input-group-btn {
    display: none;
}
/*Icones de substituição*/
#bookingForm .formfield{
    background-color: white;
    position: relative;
}
#bookingForm .formfield span{
    position: absolute;
    right: 0px;
    /*pointer-events: none;*/
    color: #bbb;
}
#bookingForm .formfield:hover span{
    color: grey;
}
/*Icon Seta*/
#bookingForm .rsform-block-hotel .formfield span,
#bookingForm .rsform-block-rooms .formfield span,
#bookingForm .rsform-block-adults .formfield span,
#bookingForm .rsform-block-children .formfield span{
    font-size: 15px;
    padding: 12px 12px 12px 0;
}
/*Icon calendário*/
#bookingForm .rsform-block-check-in .formfield span,
#bookingForm .rsform-block-check-out .formfield span{
    font-size: 18px;
    padding: 9px 12px 9px 0;
}
#bookingForm .form-control:disabled, 
#bookingForm .inputbox:disabled, 
#bookingForm .form-control[readonly], 
#bookingForm [readonly].inputbox {
    background-color: transparent;
    opacity: 1;
    border-color: rgba(154,207,250,0.5);
    border-color: rgb(234, 224, 192);
    color: #666 !important;
    box-shadow: none;
    position: relative;
}
#bookingForm .form-control, 
#bookingForm .inputbox {
    color: #666;
    background-color: transparent;
    border-color: rgba(154,207,250,0.5);
    border-color: rgb(234, 224, 192);
    outline: 0;
    box-shadow: none;
    position: relative;
    padding: 0.5rem 35px 0.6rem 0.6rem;
}
#bookingForm .form-control:hover, 
#bookingForm .inputbox:hover {
    color: #666;
    background-color: transparent;
    border-color: rgba(154,207,250,0.5);
    border-color: rgba(198, 187, 154, 0.4);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.1);
    box-shadow: 0 0 0 0.1rem rgba(198, 187, 154, 0.2);
    position: relative;
}
#bookingForm .formControls, #bookingForm .rsform-calendar-box {
    /*background-color: antiquewhite;*/
    cursor: default;
}
/*BOTAO ENVIAR*/
#bookingForm .rsform-submit-button.btn {
    display: inline-block;
    font-weight: normal;
    color: #AE976D;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    
    font-size: 15px;
    line-height: 1.42857143;
    padding: 9px 35px;
    border: 0px solid;
    border-radius: 1px;

    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#bookingForm .rsform-submit-button.btn.btn-primary {
    color: #fff;
    background-color: transparent !important;
    border: 0px solid #AE976D !important;
    transition: all 0.2s ease-in-out;
}

#bookingForm .rsform-block-reservar .formControls{
    background-image: url(img/bk-ouro.jpg);
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-color: #64533427 !important;
}
/* #bookingForm .rsform-submit-button.btn.btn-primary:hover {
    color:#AE976D;
    background-color: #FFF !important ;
    border-color: #AE976D !important;
	opacity: 1;
} */
#bookingForm .rsform-submit-button.btn.btn-primary:hover {
	opacity: 1;
    background-color: #64533427 !important;
}
@media screen and (max-width: 991.5px) { 
    /*caixa*/
    #sec-booking-form .rsform-submit-button {
        width: 100%;
    }
    #sec-booking-form .col-grupo-3 .form-group, .control-group {
        margin-bottom: 0px;
    }
}
/*
01-A - SEC-02 TEXTO INTRODUTORIO
---------------------------------------------------*/
/**/
/*.pag-home .texto p {
	column-count: 1;
}*/
#sec-home-intro {
    padding: 40px 21px 50px 40px;
}

@media (min-width: 768px){
    #sec-home-intro {
        padding: 50px 41px 50px 60px;
    }
}
#sec-home-intro .caixa {
    background-color: rgba(249, 246, 241, 1);
    padding: 60px 5px;
}
#sec-home-intro .caixa .conteudo {
    margin: auto;
    max-width: 1000px;
    background-color: rgba(249, 246, 241, 0.5);
}
@media (min-width: 576px){
    #sec-home-intro .caixa {
        padding: 80px 8%;
    }
}
@media (min-width: 768px){
    #sec-home-intro .caixa {
        background-image: 
    url(img/gold-dots-r.png),
    url(img/gold-dots-l.png);
    background-position:
    center right, /* this positions the first image */
    center left; /* this positions the second image */
    background-repeat:
    no-repeat; /* this applies to both images */
    }
}
@media (min-width: 992px){
    #sec-home-intro .caixa {
        padding: 100px 11%;
    }
    #sec-home-intro .caixa .conteudo {
        background-color: transparent;
    }
}
/*
01-C - SECÇÃO HOTEL PORTFOLIO LIST
---------------------------------------------------*/
#sec-home-hotels {
    background-color: #f7f7f4;
}
#sec-home-hotels .titulo {
    padding-top: 50px;
    padding-bottom: 30px;
	color: #AE976D;
}
#sec-home-hotels .hotels-card{
	padding-bottom: 100px;
}
#sec-home-hotels .container,
#sec-home-hotels .container-fluid,
#sec-home-hotels .box.col-auto,
#sec-home-hotels .row{
    padding: 0px;
}
.cola-1{background-color:transparent; padding: 0;}
.cola-2{background-color:transparent; padding: 0;}
.row{ padding: 0; margin: 0;}



/*MODULO: 00-HOTEL CARDS*/
#sec-home-hotels .box {
    /*background-color: powderblue;*/
    display: inline-block;
    text-align: center; 
    border: 0px solid #f7f7f4;
    background-color: #31334d ;
}
/*FILTROS*/
/*A layer-1 cobre a .box e .foto*/
#sec-home-hotels .layer-1{
    background-color:rgba(9, 10, 64, 0.2);
    /*filter: grayscale(10%) !important;*/
}
#sec-home-hotels .box .foto{
    filter: grayscale(0%) contrast(100%);
    opacity: 85%;
    transition: all 0.5s ease-in-out;
}
#sec-home-hotels .box:hover .foto{
    filter: grayscale(0%) contrast(100%);
    opacity: 100%;
    transition: all 0.5s ease-in-out;
}
/**/
/*FOTOGRAFIA - COVER FIT*/
#sec-home-hotels .box .foto {
    display: flex !important;
    overflow: hidden !important;
}
#sec-home-hotels .box .foto img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}
/*DIMENSÕES DOS CONTENTORES*/
#sec-home-hotels .box{
    width: 236px;
    height: 360px;
}
#sec-home-hotels .box .foto {
    width: 100%;
    height: 100%;
}
/*dois layouts diferentes*/
.container.mobile, .container.screen{
    padding: 0;
}
/*media queries*/
@media (min-width: 768.5px) {
    #sec-home-hotels .container-mobile{
        display: none
    }
}
@media (max-width: 768px) {
    #sec-home-hotels .container-screen{
        display: none
    }
    #sec-home-hotels .container-mobile .box{
        width: 270px;
        height: 360px;
        margin: 0px;
    }
}
@media (max-width: 576px) {
    #sec-home-hotels .container-mobile .box {
        width: 100%;
        height: 420px;
        margin: 0 10% 15px 10%;
    }
    #sec-home-hotels .container-mobile .box .foto .field-value {
        width: 100%;
        height: 450px;
    }
}

/**/

/*BOTÃO - PÁGINA DOS HOTEIS*/
#sec-home-hotels .botao {
    position: absolute;
    bottom: 40px;
    width: 100%;
}
#sec-home-hotels .logotipo {
    position: absolute;
    top: 0px;
    width: 100%;
}
#sec-home-hotels .hotels-card .hotel-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color:#f7f7f7;
    background-color:rgba(0, 0, 0, 0.2);
    border-color:#f7f7f7;
    border: 2px solid;
    border-radius: 0.25rem;
    box-sizing: border-box;
    padding: 10px 15px;
    
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#sec-home-hotels .hotels-card .hotel-btn:hover {
    color: #f7f7f7;
    background-color:#141428;
    border-color:rgba(0, 0, 0, 0);
    text-decoration: none;
    outline: 0;
}

/*
01-C HOME - SECÇÃO OFFERS LIST
---------------------------------------------------*/

#sec-offers-list{
    background-color: #F7F7F4;
}
#sec-offers-list .titulo {
    color: #e1b660;
    text-transform: uppercase;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1.3;
    margin-bottom: 0px;
}
#sec-offers-list .col-text, #sec-offers-list .col-foto{
    border: 0px dotted gray;
  }
/* Container around content */
#sec-offers-list .container {
    background-color: rgb(255, 255, 255);
    padding: 80px 0 100px 0;
    position: relative;
    max-width: 98%;
}
#sec-offers-list .container .titulo h2{
    padding: 0 0 50px 0;
}
#sec-offers-list .row{
    background-color: transparent;
    margin: 0 auto;
    max-width: 768px;
    padding: 0;
    margin-bottom: 50px;
}
/* The actual content */
#sec-offers-list div.text-box {
    padding: 50px 15px;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgb(251, 249, 247);
}
@media (min-width: 768px) {
    #sec-offers-list div.text-box {
        padding: 50px;
    }
}
#sec-offers-list div.foto-box {
    overflow: hidden;
    height: 300px;
    width: 100%;
    margin: 0;
}
#sec-offers-list  ul.image-list{
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}
#sec-offers-list  li.foto {
    /*display: flex;
    overflow: hidden;
    width: 100%;*/
    height: 100%;
    margin: 0;
}
#sec-offers-list img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media (min-width: 768px) {
    #sec-offers-list .container{
        max-width: 100%;
    }
    #sec-offers-list .row{
        min-height: 450px;
        /* background-color: rgb(240, 240, 240); */
    }
    #sec-offers-list div.text-box {
        float: left;
        padding: 50px 0;
        height: 100%;
        max-width: 300px;
        background-color: transparent;
    }
    #sec-offers-list div.foto-box {
        float: right;
        height: 100%;
        max-width: 350px;
        padding: 15px 0;   
    }
    #sec-offers-list .row:nth-child(2n+1) {
        display: flex;
        flex-direction: row-reverse;
    }
    #sec-offers-list .row:nth-child(2n+1) div.text-box{
        float: right;
        /* background-color: red; */
    }
    #sec-offers-list .row:nth-child(2n+1) div.foto-box{
        float: left;
    }
}

/* end: PÁGINA HOME
*****************************************************/


/*/////////////////////////////////////////////////_04

-04       PÁGINA -  QUEM SOMOS
////////////////////////////////////////////////////*/
/*
#sec-carrousel-hotels .row{
	background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
}
*/
.pagina{
    padding: 0 0 80px 0;
}
/*  SECÇÃO INTRO    */
.sec-intro{
    padding: 70px 0;
}
@media screen and (min-width: 992px) {
    .sec-intro{
        padding: 70px 10%;
    }
}



/* end: PÁGINA QUEM SOMOS
*****************************************************/


/*/////////////////////////////////////////////////_02

-02                PÁGINA - HOTEIS
////////////////////////////////////////////////////*/
/*

/*
/*---------------------------/
page_hoteis
------------------------*/

/*
02-A - LISTA DE HOTEIS
---------------------------------------------------*/
/* The actual content */

#sec-hotels-list .row{
    margin-bottom: 70px;
   /* background-color: rgba(255, 105, 180, 0.219);*/
}
#sec-hotels-list .col-text {
    padding: 0;
}
#sec-hotels-list .col-text  div.logo{
    padding-bottom: 10px;
}
#sec-hotels-list .col-foto {
    padding: 0px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /*  background-color: rgba(144, 238, 144, 0.26);*/ 
}
/* The actual content */

#sec-hotels-list .col-text .text-box {
    position: relative;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
    padding: 20px 10px 40px 10px;
    height: 100%;
    width: 100%;
    background-color: white;
    /* background-color: rgb(240, 240, 240); */
}
@media (min-width: 768px){
    #sec-hotels-list .col-text .text-box {
        padding: 20px 50px 50px 50px;
    }
}
#sec-hotels-list .col-foto .foto-box {
    height: 300px;
    width: 100%;
    margin: 0;
}
#sec-hotels-list  .foto-box ul{
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
}
#sec-hotels-list  li.foto {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
}
#sec-hotels-list li.foto img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 992px) {

    #sec-hotels-list .row {
        display: flex;
    }
    #sec-hotels-list .row .col-text {
        order: 1;
    }
    #sec-hotels-list .row .col-foto {
        order: 2;
    }
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (min-width: 992px) {
    #sec-hotels-list .row{
        margin-bottom: 100px;
    }
    #sec-hotels-list .text-box{
        width: 100%;
    }
    /*  reverter direção das div */
    #sec-hotels-list .row:nth-child(2n+1) {
        display: flex;
        flex-direction: row-reverse;
    }
    /*  row impar */
    #sec-hotels-list .row:nth-child(2n+1) .col-text {
        margin: 0;
        margin-left: -50px;
    }
    /*  row par */
    #sec-hotels-list .row:nth-child(2n+2) .col-text {
        margin: 0;
        margin-right: -50px;
    }
    /*  row impar */
    #sec-hotels-list .row:nth-child(2n+1) .col-text .text-box{
        margin: 0;
        margin-left: 50px;
    }
    /*  row par */
    #sec-hotels-list .row:nth-child(2n+2) .col-text .text-box{
        margin: 0;
        margin-left: -50px;
    }
    #sec-hotels-list .col-text{
        /*padding-top: 40px;*/
        padding-bottom: 0px;
    }
    #sec-hotels-list .col-foto{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #sec-hotels-list .col-foto .foto-box{
        height: 100%;
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
.container {
    max-width: 1200px;
    }
}

/*---------------------------/
MODULO: 01-HOTELS INTRO BLOCKS
------------------------*/

.telefone, .morada, .icone.pdf{
    font-family: 'Gafata', sans-serif;
    margin-bottom: 8px;
    color: #666;
}
div.inline{
	display: inline-block;
}
div.icone{
    margin-bottom: 10px;
}
div.icone a.face, div.icone a.insta, div.icone a.youtube{
	display: inline-block;
    margin: 5px;
    
    padding: 0px;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	width: 20px;
	height: 20px;
	
	background-color: transparent;
	text-decoration: none;
	text-indent: -99999999px;
	
	transition: all .1s ease-in-out;
}
div.icone a.face{
	background-image:  url("img/sm-face-icon.png");
	background-position: center;
	background-repeat: no-repeat;
} 
div.icone a.insta{
	background-image: url("img/sm-insta-icon.png");
	background-position: center;
	background-repeat: no-repeat;
}  
div.icone a.youtube{
	background-image: url("img/sm-youtube-icon.png");
	background-position: center;
	background-repeat: no-repeat;
} 
/*-------------------/
Botões page_hoteis
------------------------*/
a.btn-1, .btnm1 a{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 35px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	transition: all .1s ease-in-out;
	
	color: #AE976D;
    background: rgba(0, 0, 0, 0);
	border: 2px solid #AE976D;
}
a.btn-1:hover, .btnm1 a:hover {
    color: #fff;
    background-color: #AE976D;
}

a.btn-1:hover, a.btn-1:focus, a.btn-1, .btnm1 a{
    /*color: #333;*/
    text-decoration: none;
}

/* end: PÁGINA HOTEIS
*****************************************************/


/*/////////////////////////////////////////////////_04

-04       PÁGINA - MEETINGS & EVENTS
////////////////////////////////////////////////////*/
/*
#sec-carrousel-hotels .row{
	background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
}
*/
.pagina{
    padding: 0 0 80px 0;
}
/*  SECÇÃO INTRO    */
.sec-intro{
    padding: 70px 0;
}
@media screen and (min-width: 992px) {
    .sec-intro{
        padding: 70px 10%;
    }
}

/*  COLUNA FOTOGRAFIA/CARROUSEL 
    */


/*  COLUNA CONTEÚDO 
    */

.sec-list .fact-sheet a {
    background-image: url("img/icon-pdf.png");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 15px;
    color: gray;
    font-family: 'Gafata', sans-serif;
}
.sec-list .botao {
    margin-top: 15px;
}

/*
02-A - LISTA DE MEETINGS & EVENTS
---------------------------------------------------*/
/* The actual content */

#sec-meetings-list .row{
    margin-bottom: 70px;
   /* background-color: rgba(255, 105, 180, 0.219);*/
}
#sec-meetings-list .col-text {
    padding: 0;
}
#sec-meetings-list .col-text  div.logo{
    padding-bottom: 10px;
}
#sec-meetings-list .col-foto {
    padding: 0px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /*  background-color: rgba(144, 238, 144, 0.26);*/ 
}
/* The actual content */
#sec-meetings-list .col-text .text-box {
    position: relative;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
    padding: 20px 10px 40px 10px;
    height: 100%;
    width: 100%;
    background-color: white;
    /* background-color: rgb(240, 240, 240); */
}
@media (min-width: 768px){
    #sec-meetings-list .col-text .text-box {
        padding: 20px 50px 50px 50px;
    }
}
#sec-meetings-list .col-foto .foto-box {
    height: 300px;
    width: 100%;
    margin: 0;
}
#sec-meetings-list  .foto-box ul{
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
}
#sec-meetings-list  li.foto {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
}
#sec-meetings-list li.foto img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {

    #sec-meetings-list .row {
        display: flex;
    }
    #sec-meetings-list .row .col-text {
        order: 1;
    }
    #sec-meetings-list .row .col-foto {
        order: 2;
    }
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (min-width: 768px) {
    #sec-meetings-list .row{
        margin-bottom: 100px;
    }
    #sec-meetings-list .text-box{
        width: 100%;
    }
    /*  reverter direção das div */
    #sec-meetings-list .row:nth-child(2n+1) {
        display: flex;
        flex-direction: row-reverse;
    }
    /*  row impar */
    /*#sec-meetings-list .row:nth-child(2n+1) .col-text {
        margin: 0;
        margin-left: -50px;
    }
    /*  row par */
    /*#sec-meetings-list .row:nth-child(2n+2) .col-text {
        margin: 0;
        margin-right: -50px;
    }
    /*  row impar */
    /*#sec-meetings-list .row:nth-child(2n+1) .col-text .text-box{
        margin: 0;
        margin-left: 50px;
    }
    /*  row par */
    /*#sec-meetings-list .row:nth-child(2n+2) .col-text .text-box{
        margin: 0;
        margin-left: -50px;
    }*/
    #sec-meetings-list .col-text{
        /*padding-top: 40px;*/
        padding-bottom: 0px;
    }
    #sec-meetings-list .col-foto{
        padding-bottom: 5px;
        padding-top: 5px;
    }
    #sec-meetings-list .col-foto .foto-box{
        height: 100%;
        width: 100%;
    }
}

/* end: PÁGINA - MEETINGS & EVENTS
*****************************************************/


/*/////////////////////////////////////////////////_05

-05              PÁGINA - OFERTAS
////////////////////////////////////////////////////*/


/* end: PÁGINA - OFERTAS
*****************************************************/


/*/////////////////////////////////////////////////_06

-06             PÁGINA - CLUBE GJC
////////////////////////////////////////////////////*/

/*
  RS FORMS - GJC CLUBE
---------------------------------------------------*/
#club-registryForm .rsform-submit-button.btn {
    display: inline-block;
    font-weight: normal;
    color: #AE976D;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid #AE976D;
    padding: 6px 35px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#club-registryForm .rsform-submit-button.btn.btn-primary {
    background-color: rgba(0, 0, 0, 0) !important ;
    border-color:#AE976D !important;
    color:#AE976D;
    cursor: pointer;
}
#club-registryForm .rsform-submit-button.btn:hover {
    color: #fff;
    background-color: #AE976D;
    text-decoration: none;
}
#club-registryForm .rsform-submit-button.btn.btn-primary:hover {
    color: #fff;
    background-color: #AE976D !important;
    text-decoration: none !important;
	opacity: 1;
}


/* end: PÁGINA - CLUBE GJC
*****************************************************/


/*/////////////////////////////////////////////////_03

-03              PÁGINA - REAL ESTATE
////////////////////////////////////////////////////*/

body.page-real-estate{}

body.page-real-estate .entry-img img{
    width: 100%;
}

#sec-estate-list .entry-block{
    margin-bottom: 100px;
}

body.page-real-estate .entry-title{
    padding: 10px 0;
}
body.page-real-estate .entry-title h2{
    font-size: 20px;
    color: #B8856D;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 3px;
    text-align: center;
}
body.page-real-estate .concluido .entry-title h2{
    font-size: 16px;
}
body.page-real-estate .readmore{
    text-align: center;
    margin-top: 10px;
}

body.page-real-estate .entry-text{
    color: #8F8F8F;
    text-align: center;
    font-family: 'Gafata', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    column-count: 1;
}
body.page-real-estate .entry-title .btn-1{
    text-align: center;
}

/*--------------------------------------------------/
   Articles - Real Estate
---*/
.item-page.pag-real-estate {
    margin-top: 30px;
}
.article-body{
    width: 100%;
}
/*Foto de entrada*/
.item-page.pag-real-estate .box{
    width: 100%;
}
.item-page.pag-real-estate .field-entry {
    width: 100%;
    height: 300px;
    position: relative;
    margin: auto;
    overflow: hidden;
    background-color: rgb(255, 251, 240);
}
@media (min-width: 768px){
    .item-page.pag-real-estate .field-entry {
        height: 400px;
    }
}
.item-page.pag-real-estate .img-responsive {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*Titulo*/
.article-body h2[itemprop="headline"] {
    font-size: 26px;
    color: #B8856D;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 3px;
    padding: 30px 0;

}
/*Corpo de texto*/  
.article-body .article-text {
    color: #8F8F8F;
    text-align: left;
    font-family: 'Gafata', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}    





/* end: PÁGINA REAL ESTATE
*****************************************************/


/*/////////////////////////////////////////////////_07

-07              PÁGINA - CONTATOS
////////////////////////////////////////////////////*/
.pag-contacts .pagina{
    padding-top: 70px;
}
#sec-contacts > .row{
    margin-bottom: 60px;
    padding: 0 0 30px 0;
    border-bottom: 1px dotted #B8856D;
}
.col-HotelData{/*
    background-color: rgb(241, 250, 230);*/

} 
.col-HotelData h3, .col-HotelData h4{
    color: #B8856D;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 3px; 
}
.col-HotelData h3{
    font-size: 20px;
}
.col-HotelData h4{
    font-size: 12px;
}

.col-HotelData, .col-Mapa, .col-titulo, .col-contatos{
    padding:0;
}
.col-Mapa {
    min-width: 450px;
    min-height: 350px;
    background-color: #f7f7f7;
}
#sec-contacts .row .col-Mapa .acf_iframe_wrapper iframe {
    filter: grayscale(70%) !important;
    box-shadow: 0px 0px 10px 5px #ddd;
    
}
#sec-contacts .row:hover .col-Mapa .acf_iframe_wrapper iframe {
    transition: filter 1s ease;
    filter: grayscale(20%) !important;
}
.col-HotelData .col-titulo {
    margin-bottom: 60px;
    margin-top: 15px;
}
.col-HotelData .col-contatos {
    border-right: 1px solid #e8e8e8;
    padding-left:5px;
    margin-bottom: 30px;
}
.col-HotelData .col-morada {
    padding-left:30px;
    margin-bottom: 30px;
}
div.field-items{
    padding-top: 20px;
}
.f-item {
    display: block;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    color: #333;
    text-rendering: optimizeLegibility;
}
.f-pais{
    text-transform: uppercase;
}
.icons-sociais{
    margin-top: 20px;
}
#sec-contacts .col-social{
    padding: 0;
}
@media (max-width: 992px) {
    .col-Mapa {
        min-width: 100%;
        width: 100%;
    }
    .col-HotelData .col-titulo {
        margin-bottom: 50px;
    }
    .col-HotelData .col-contatos {
        margin-bottom: 10px;
    }
    .col-HotelData .col-morada {
        padding-left: 30px;
        margin-bottom: 10px;
    }
    .icons-sociais {
        margin-bottom: 30px;
    }
}
@media (max-width: 576px) {
    .col-HotelData p {
        padding-top: 10px;
    }
    .col-HotelData .col-contatos {
        border-right: 0px solid #e8e8e8;
        padding-left: 5px;
    }
    .col-HotelData .col-morada {
        padding-left: 5px;
        margin-bottom: 10px;
    }
    div.field-items {
        padding-top: 10px;
    }
    .col-HotelData .col-titulo {
        margin-bottom: 40px;
    }
    .col-morada h4{
        margin-top: 20px;
    }
    
}

/* end: PÁGINA - CONTATOS
*****************************************************/







/*////////////////////////////////////////////////////

-                  RSFORMS GERAL
////////////////////////////////////////////////////*/

/*RSFORMS*/

@media (min-width: 576px) {
	#club-registryForm .rsform-block-data-nascimento .formControls .col-sm-4.col-xs-12:nth-child(1) {
		padding-right: 0 !important;
	}
	#club-registryForm .rsform-block-data-nascimento .formControls .col-sm-4.col-xs-12:nth-child(2) {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	#club-registryForm .rsform-block-data-nascimento .formControls .col-sm-4.col-xs-12:nth-child(3) {
		padding-left: 0 !important;
	}
}
 .form-control, .inputbox {
    max-width: 100%;
}
 .form-control, .inputbox {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color:#fff;
    background-clip: padding-box;    
	border: 1px solid #ced4da;
	
	display: block;
	width: 100%;
	height: 38px;
    padding: 0.6rem 0.6rem;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color:#707070;
	background-color:rgba(255,254,252,1.00);
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #E2DCD6;
    
	border-radius: 0.2rem;
	/*transition*/
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#club-registryForm .form-control:focus, .inputbox:focus {
    color: #495057;
    background-color:#fff;
    border-color:rgba(154,207,250,1.00);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}
#club-registryForm .form-control:hover, .inputbox:hover {
    color:#707070;
    background-color:#fff;
    border-color:rgba(154,207,250,0.5);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.1);
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.1);
}
#club-registryForm .form-control:focus, .inputbox:focus {
    color:#707070;
    background-color:#fff;
    border-color:rgba(154,207,250,0.5);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.1);
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.1);
}

/*Form Group*/  
.form-group, .control-group {
    margin-bottom: 10px;
}

/*labels*/
.rsform.formulario label {
    display: inline-block;
    margin-bottom: 0.1rem;
	color: #979BA2;
	font-family: Gafata;
	font-weight: 100;
}
strong.formRequired {
    font-weight: normal;
    font-style: normal;
    margin-left: 3px;
}
/*BOTÃO ENVIAR*/

.btn.btn-primary {
    background-color: #1a61ab ;
    border-color: #1a61ab;
    color: #fff;
    cursor: pointer;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #343a40;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
	/*transition*/
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
/* end: RSFORMS
/********************************************************************************/


/*/////////////////////////////////////////////////_08

 -08              PÁGINA - LOGIN
////////////////////////////////////////////////////*/
.pag-login{
    background-color: transparent;
}

/*Stage geral do formulário*/
.pag-login #t4-main-body .t4-section-inner.container {
    max-width: 400px;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 60px;
    padding: 30px;
    background-color: #F2F2F294;
    background-color: #F5F5F5;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    border-top: 0px solid transparent;
}
/* Campos do formulário*/
.pag-login #t4-main-body .control-group {
    margin-bottom: 15px;
}
/* Etiquetas do formulário*/
.pag-login #t4-main-body .control-label {
    float: none;
    width: auto;
    padding-top: 0px;
    padding-right: 5px;
    text-align: left;
}
.pag-login #t4-main-body .controls {
    margin-left: 0px;
}
/*Check box "Remember"*/
.pag-login .com-users-login__remember.control-group {
    margin-top: 25px;
	margin-bottom: 5px !important;
}
.com-users-login .com-users-login__remember .controls {
    display: inline-block;
}
.com-users-login__remember.control-group {
    margin-bottom: 5px !important;
}
.pag-login label {
    display: inline-block;
    margin-bottom: 0.3rem;
    color: gray;
    text-align: center !important;
    width: 100%;
}
/*Required symbol*/
.pag-login span.star {
    color: #F29D83;
    display: inline-block;
}
.com_users span.star {
    color: #F29D83;
    display: inline-block;
}
/*Botão "login"*/
.pag-login #t4-main-body .btn.btn-primary {
    display: inline-block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.5px;
	word-spacing: 0px;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	border-radius: 2px;
	padding: 12px 30px;
	border: 1px solid /*#32B8A8#4AB975*/ #28E19F!important;
	background-color: #28E19F !important;
	color: #f6f3ec !important;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
	margin-top: 15px;
}
.pag-login .com-users-login__remember{
	display: none;
}
.pag-login .list-group-item {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 1px;
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, 0.125);
	font-size: 13px;
	color: gray;
	text-align: center;
}
/* end: PÁGINA - LOGIN
*****************************************************/

/*/////////////////////////////////////////////////_09

 -09              ALL PAGINAS - USER
////////////////////////////////////////////////////*/

/**/
.pag-user .page-header h1 {
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem !important;
	font-weight: normal;
    line-height: 1.4;
    color: /*#4AB975*/ #738A7C;
	margin: 50px 0 12px;
    padding-bottom: 0;
}
.page-header .custom.mod-menu-username {
    display: inline !important;
    font-weight: 600;
    text-transform: uppercase;
}
/* end: ALL PAGINAS - USER
*****************************************************/

/*/////////////////////////////////////////////////_10

 -10             PAG - USER PROFILE
////////////////////////////////////////////////////*/

/*Botão Editar Perfil*/
.com-users-profile.profile .com-users-profile__edit .btn-secondary{
    border-color: #4AB975 !important;
    color: #4AB975 !important;
    background-color: #FFF !important;
}
.com-users-profile.profile .com-users-profile__edit .btn-secondary:hover {
    background-color: #4AB975 !important;
	color: #FFF !important;
}
/* FIELDSETS */
/*Edit Dashboard*/
.com-users-profile.profile fieldset {
    background-color: #f6f6f6;
	box-shadow: 0px 0px 25px 3px rgba(100, 100, 100, 0.25);
    padding: 75px 15px 50px 20px;
    margin: 0px 0;
}
.com-users-profile.profile .page-header{
	margin: 50px 0 12px;
    padding-bottom: 0;
	border-bottom: 0px solid #4AB975;
	/*box-shadow: 0px 0px 10px 3px #FAFBFB;*/
}
.com-users-profile.profile .page-header h1 {
	/*background-color: rgba(252,252,252,1.00);
	box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.1);
	padding: 20px 15px;
	border-top: 0px solid #4AB975;*/
	margin: 0 0 12px;
    padding-bottom: 0;
}
.pag-user .profile fieldset legend {
	font-size: 18px;
    font-weight: normal;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 5px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    margin-bottom: -55px;
    margin-top: 28px;
	border-bottom: 1px solid rgba(52, 58, 64, 0.12);
	color: #4AB975;
    font-weight: bold;
}
.pag-user .profile fieldset:last-child {
	margin-bottom: 70px;
}
/*dl - dd - dt*/
.profile fieldset .dl-horizontal.row {
    padding: 5px 20px;
}
.profile fieldset dt, .profile fieldset dd {
	color: #484848;
    margin: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	border-bottom: 1px dashed rgba(52, 58, 64, 0.12);
}
.profile fieldset dt {
    text-align: left;
}
/* end: PAG - USER PROFILE
*****************************************************/

/*////////////////////////////////////////////////////

 -         PAGINA - EDIT PROFILE
////////////////////////////////////////////////////*/

.pag-user #member-profile fieldset legend {
    color:#4AB975;
	font-size: 18px;
    font-weight: bold;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 0 5px 0;
    line-height: inherit;
    white-space: normal;
    margin-bottom: 30px;
    margin-top: 15px;
    border-bottom: 1px solid rgba(52, 58, 64, 0.12);
}
/*PALCO PRINCIPAL*/
.pag-user form#member-profile{
    /*Edit Dashboard*/
	background-color: #f6f6f6;
	box-shadow: 0px 0px 25px 3px rgba(100, 100, 100, 0.25);
    
    padding: 35px 30px;
    margin: 0px 0 70px 0;
	border: 0px solid transparent !important;
	border-top: 1px solid #4AB975;

}
/*FORMULÁRIO - CAMPOS*/
.pag-user .form-control {
    display: block;
    width: 100%;
    height: calc(2.4rem + 15px);
    padding: 15px 20px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: 0.5s ease;
    -webkit-box-shadow: 0 4px 30px #e7e7e7;
    box-shadow: 0 4px 20px #e7e7e7;
	color: #555;
}
.pag-user .form-control:focus {
    color: #444;
    border-color: #cceab7;
    box-shadow: none;
    outline: 0;
}
.pag-user .form-control:disabled, 
.pag-user .inputbox:disabled, 
.pag-user .form-control[readonly], 
.pag-user [readonly].inputbox {
    background-color: #FaFaFa;
    opacity: 1;
    border: 0px solid transparent;
    box-shadow: none !important;
    color: #444 !important;
	font-weight: bold !important;
}
/* end: PAGINA - EDIT PROFILE
*****************************************************/


/*////////////////////////////////////////////////////

-            SHACK - ARTICLES MANAGER
////////////////////////////////////////////////////*/

/*---------------------------------------------------
 *MAIN PAGE - Template
*/
.t4-edit-layout #t4-main-body {
    margin-top: 0px !important;
	
}
/*---------------------------------------------------
 * DASHBOARD PRINCIPAL
*/
/*Edit Dashboard*/
#shack-article-manager #adminForm{
	background-color: #f6f6f6;
	box-shadow: 0px 0px 25px 3px rgba(100, 100, 100, 0.25);
	padding: 20px 40PX 20px;
	margin: 30px 0 100px 0;
	border-top: 0px solid #ddd;
}

/*---------------------------------------------------
 * ARTICLE MANAGER - Links
*/
#shack-article-manager a {
    color: #1a61ab;
}
#shack-article-manager a:hover, 
#shack-article-manager a:focus, 
#shack-article-manager a:active {
    color: #0056b3;
}

/*.t4-edit-layout .t4-content-inner {
    background-image: none;
    background-color: #FFF;
}*/
/*Para esconder o texto dos tooltips*/
.pag-article-manager{
	color: transparent;
}
/*Para revelar todo o outro texto que não é tooltip*/
#shack-article-manager{
	color: grey;
}

/*---------------------------------------------------
 * ARTICLE MANAGER BOTÕES - GERAL
*/
#shack-article-manager .sam-btn {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 13px; /**/
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    
    box-shadow: inset 0 0 0 rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 0 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 0 0px rgba(255,255,255,0.5);

    transition: all 0.5s ease-in-out;

    color: #fff;
    background: #2184cd;
}
#shack-article-manager .sam-btn:hover, 
#shack-article-manager .sam-btn:focus, 
#shack-article-manager .sam-btn:active {
    color: #fff;
    background: #134b75;
    transition: all 0.5s ease-in-out;
}

/* BOTÃO - Criar Novo Artigo */

#shack-article-manager .sam-top .sam-new-article {
    margin: 15px 0;
}
@media (min-width: 768px) {
	#shack-article-manager .sam-top .sam-new-article {
		text-align:left;
	}
}
#shack-article-manager .sam-new-article .sam-btn {
    font-weight: 600;
    padding: 9px 12px;
    border: 1px solid #4AB975;
    color: #4AB975;
    background: #FFF;
}
#shack-article-manager .sam-new-article .sam-btn:hover, 
#shack-article-manager .sam-new-article .sam-btn:focus, 
#shack-article-manager .sam-new-article .sam-btn:active {
    color: #fff;
    background: #4AB975;
}

/* BOTÕES - Search Fields  */
#shack-article-manager .sam-filters .sam-btn{
}

/*---------------------------------------------------
 * BLOCO - Search Fields
*/
/*box*/
#shack-article-manager .sam-top .sam-filters {
    width: 100%;
    margin: 15px 0;
    padding: 15px 15px 0 15px;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.0);
    box-shadow: inset 0 0px 0 #fff;
    -moz-box-shadow: inset 0 0px 0 #fff;
    -webkit-box-shadow: inset 0 0px 0 #fff;
    
    background: #f0f1ed;
    float: left;  
}
/*SEARCH - fields/inputs*/
#shack-article-manager .sam-input-append {
    display: table;
    margin: 0;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
    float: right;
}
/*Caixa de opções dos campos "select"*/
#adminForm option{
    background-color: #FAFBFB;
    border-color: #ddd !important;
}
/*CAIXA FILTRO search*/
#shack-article-manager .sam-input-append #filter_search{
	padding-left: 10px;
	margin-right: 0;
}
/*CAIXA FILTRO "Estado" e "Categorias"*/
#shack-article-manager input, #shack-article-manager select {
    color: #333;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    position: relative;
    font-size: 13px;
    width: 250px;
    height: 34px;
    margin: 0 15px 15px 0;
    line-height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    box-shadow: inset 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 0 transparent;
    -webkit-box-shadow: inset 0 0 0 transparent;
    float: left;
	display: inline-block;
}

/*---------------------------------------------------
 * DASHBOARD - LISTA DE ARTIGOS
*/

/*Table header*/
#shack-article-manager  thead {
    font-size: 13px; /****/
    background-color: transparent;
    color: grey;
}
#shack-article-manager thead a {
    color: rgb(82, 82, 82);
    color:#3C99E6;
}
#shack-article-manager thead a:hover, 
#shack-article-manager thead a:focus, 
#shack-article-manager thead a:active {
    color: #1671bb;
}
#shack-article-manager  thead .icon-arrow-down-3, 
#shack-article-manager  thead .icon-arrow-up-3 {
    position: relative;
}
#shack-article-manager  thead .icon-arrow-down-3::before, 
#shack-article-manager  thead .icon-arrow-up-3::before {
    font-size: 15px; /****/
    position: absolute;
    bottom: -2px;
}

/*Lista de artigos - tr*/
#shack-article-manager .sam-table tr > td {
    font-size: 13.5px; /****/
    letter-spacing: 0.03rem;
    padding: 13px 10px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #e5e5e5;
}

/*ROW-01 (impar)*/
#shack-article-manager .sam-table-striped tbody > tr > td {
    background-color: #f6f6f6;
    box-shadow: inset 0 1px 0 transparent;
    -moz-box-shadow: inset 0 1px 0 transparent;
    -webkit-box-shadow: inset 0 1px 0 transparent;
}
/*ROW-01 (impar) :hover*/
#shack-article-manager .sam-table-hover tbody tr:hover > td {
    background-color: #f3f3f3;
}
/*ROW-02 (par)*/
#shack-article-manager .sam-table-striped tbody > tr:nth-child(2n+1) > td {
    background-color: #f6f6f6;
    box-shadow: inset 0 1px 0 transparent;
    -moz-box-shadow: inset 0 1px 0 transparent;
    -webkit-box-shadow: inset 0 1px 0 transparent;
}
/*ROW-02 (par) :hover*/
#shack-article-manager .sam-table-striped tbody > tr:nth-child(2n+1):hover > td {
     background-color: #f3f3f3;
}
/*Ocultar o texto de erro para quando o artigo está aberto noutro local*/
td.sam-center{
	font-size: 0px !important;
	line-height: 0px !important;
	height: 24px;
    width: 24px;
}
td.sam-center.sam-hidden-mobile{
	font-size: 12px !important;
	line-height: 20px !important;
}

/*Retirar o link da coluna Categorias*/
td.sam-hidden-mobile {
  /*cursor: not-allowed;*/
}
td.sam-hidden-mobile > a {
	  color: /*#2C3035*/ #737983 !important;
	  display: inline-block;  /* For IE11/ MS Edge bug */
	  pointer-events: none;
	  text-decoration: none;
}
#shack-article-manager td.sam-hidden-mobile a {
	  color: /*#2184cd*/ #2DC15F;
}
/*
 * JOOMLASHACK - ARTICLES MANAGER / ICONES
*/
/* Dar a volta aos Icones feios da tabela*/
td.sam-center a {
    height: 24px;
    width: 24px;
    display: inline-block;
}
.sam-center img {
    height: 24px;
    width: 24px;
	opacity: 0.7;
}
.sam-center a img:hover {
	opacity: 1;
}
/*.sam-center .hasTip a img {
    display: none;
}
td.sam-center .hasTip a {
    background-image:url("img/icon-articles/ico-edit.png");
    
}
td.sam-center .hasTip a:hover {
    background-image: url("img/icon-articles/ico-edit-h-00.png");
}
/*

/*Icon "Edit" quando o artigo está aberto noutro lugar*/
/*
.sam-center b:nth-of-type(2) {
    padding: 12px;
    display: inline-block;
	background-image: url("img/icon-articles/ico-edit-lock-04.png");
}
*/


/*--------------------------------------------------/
 * DASHBOARD DO EDITOR
-*/
#t4-main-body #adminForm {
    width: 100% !important;
}
/*Edit Dashboard*/
.t4-edit-layout .edit.item-page fieldset {
    padding: 2rem!important;
    margin-bottom: 25px;
    margin-top: 40px;
    background-color: #f6f6f6 !important;
    box-shadow: 0px 0px 25px 3px rgba(100, 100, 100, 0.25);
}
/*NAVBAR*/
.t4-edit-layout .edit.item-page .nav-tabs {
    font-size: 16px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
}
/*NAVBAR - li*/
.t4-edit-layout .edit.item-page .nav-tabs li {
    margin-bottom: -1px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 1.5rem;
}
/*NAVBAR - link*/
.t4-edit-layout .edit.item-page .nav-tabs li a {
    background-color: transparent;
    border-bottom: 0px solid;
    color: #333;
}
.t4-edit-layout .edit.item-page .nav-tabs li:hover a {
    background-color: transparent;
    color: #2DC15F;
}
.t4-edit-layout .edit.item-page .nav-tabs li a.active {
    background-color: transparent;
    border-bottom-color: #2DC15F;
    border-bottom: 2px solid;
    color: #2DC15F;
}
.pag-user .profile,
.pag-user .profile-edit .control-label label, 
.pag-user .profile-edit .control-label span,
.t4-edit-layout .edit label{
    font-size: 16px;
    color: #888;
}
/*Edição de texto*/
/*Esconder os Botões de snipts do joomla e outras extensões*/
.t4-edit-layout #editor-xtd-buttons{
	display:none;
}
.t4-edit-layout .toggle-editor.btn-toolbar.pull-right.clearfix {
    display: none;
}
/*Esconder o campo "Alias" a seguir ao Titulo*/
.t4-edit-layout #adminForm #editor .control-group:nth-child(2) {
    display: none;
}
/*Fields*/
.t4-edit-layout .edit.item-page .form-control {
    height: calc(2.2rem + 15px);
}
.t4-edit-layout .edit.item-page textarea.form-control, textarea.inputbox {
    height: auto;
}

/*--------------------------------------------------/
  *Inserir imagens formulário custom fields 
--*/
/*Thumbnail da imagem*/
#adminForm .input-prepend .media-preview { /*template css*/
    background-color: #e9ecef;
    border: 1px solid rgba(52, 58, 64, 0.12);
    border-radius: 3px 0 0 3px;
    float: none;
    line-height: 36px;
    text-align: center;
    height: auto;
    width: 100% !important;
    padding: 0;
    display: block;
    max-width: 400px !important;
    max-height: 400px !important;
}
#adminForm .input-prepend.input-append .media-preview.add-on { /*template css*/
    max-width: 400px !important;
    max-height: 400px !important;
}
#adminForm .input-prepend. .media-preview. img{ /*template css*/
    max-width: 400px !important;
    max-height: 400px !important;
}
/* campo endereço do link*/
#adminForm .input-prepend.input-append input.field-media-input {
    max-width: 400px;
    display: block;
    border: 0;
    border-top: 1px solid rgba(52, 58, 64, 0.12);
    border-bottom: 1px solid rgba(52, 58, 64, 0.12);
    border-left: 1px solid rgba(52, 58, 64, 0.12);
    float: left;
    height: 36px;
    line-height: 36px;
    width: auto !important;
    padding-left: 15px;
    color: #555;
}
#adminForm .input-append .btn:hover.modal, #adminForm .input-append .btn:focus.modal, #adminForm .input-append .btn:active.modal {
    background-color: #e9ecef;
}
#adminForm .input-append .btn:hover, #adminForm .input-append .btn:focus, #adminForm .input-append .btn:active {
    background-color: #d7dbdf;
    color: #555;
}
/*modal com os tumbnails das imagens - Joomla Media Box*/
.thumbnails.thumbnails-media li a:hover .small, 
.thumbnails.thumbnails-media li a:focus .small, 
.thumbnails.thumbnails-media li a:active .small{
    color: #0AD90A;
    font-weight: bold !important;
}

.thumbnails.thumbnails-media li a .small{
    color: #999;
}

/*--------------------------------------------------/
 * BOTÕES
 --*/
/*Div com o conjunto de botões*/
.t4-edit-layout .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin-bottom: 50px;
}
/*botões*/
/*Verde*/
.t4-edit-layout .btn-toolbar .btn.btn-primary {
    color: #fff;
    background-color: #46A546 !important;
    border: 1px solid #46A546!important;
}
/*Cinza*/
.t4-edit-layout .btn-toolbar .btn {
    color: #fff;
    background-color: #9ca5a2 !important;
    border: 1px solid #AAB9B4!important;
}

/*user profile btn - Verde*/
.t4-edit-layout .com-users-profile__edit-submit .btn-primary {
    color: #fff;
    background-color: #46A546 !important;
    border: 1px solid #46A546!important;
}
/*user profile btn - Cinza*/
.t4-edit-layout .com-users-profile__edit-submit .btn-danger {
    color: #fff;
    background-color: #9ca5a2 !important;
    border: 1px solid #AAB9B4!important;
}
/*hover*/
.t4-edit-layout .btn-toolbar .btn.btn-primary:hover,
.t4-edit-layout .btn-toolbar .btn:hover,
.t4-edit-layout .com-users-profile__edit-submit .btn-primary:hover,
.t4-edit-layout .com-users-profile__edit-submit .btn-danger:hover {
    opacity: 0.85;
}

/*--------------------------------------------------/
 * SHOWTIME GALLERY
--*/
.t4-edit-layout .btn[data-role="showtime-uploader-browse-button"]{
    color: #fff !important;
    background-color: #46A546 !important;
}
.t4-edit-layout .btn[data-action="flush"]{
    display: none;
}
.t4-edit-layout .btn[data-toggle="modal"]{
    display: none;
}
.t4-edit-layout .qq-gallery.qq-uploader {
    position: relative;
    border: 1px dashed #CCCCCC;
    background-color: #FFF;
    border-radius: 2px;
    padding: 0;
    margin: 20px 0;
    min-height: 350px;
}

/* end: SHACK-ARTICLES MANAGER
/********************************************************************************/