@charset "utf-8";
/* CSS Document */
.main{
	height: auto;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline;

	left: 0;
    -webkit-transition-property: left;
	-moz-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.withMenu{
	left: -35%;
	-webkit-transition-property: left;
	-moz-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}


.youtubeFilme{
	width: 110%; 
	height: 110%; 
	position: absolute;
	z-index:1;
	top: -5%;
	left: -5%;
}
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	overflow: hidden;
}
.wrapper{
	width:960px;
	margin:0 auto;
	position:relative;
}
.slideno{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:100px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}
.button, .button_out{
	display:block;
	width:60px;
	height:60px;
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left: -30px;
	background-image:url("../img/setaDown.svg?2344");
	z-index:6;
}
.findus .button, #slide2 .button{
	background-color: #4a3a34;
    border-radius: 50%;
}
.buttonTop{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Opera, Chrome, and Safari */
	top:10px;

}
.button:hover, .button_out:hover{
	cursor:pointer;
}

.info{
	position: absolute;
	bottom: 100px;
	color: #fff;
	z-index: 5;
	left: 50%;
	margin-left: -80px;
	font-family: "Lato";
	font-weight: 100;
}

/* HIGHLIGHT */

.darklight{
	width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    background-color: rgba(0,0,0,0);
    position: fixed;
    z-index: 0;
    -webkit-transition-property: background-color,z-index;
	-moz-transition-property: background-color,z-index;
    -o-transition-property: background-color,z-index;
    transition-property: background-color,z-index;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    /* display: none; */
}
.darklight.visible{
	/* display: inline; */
	z-index: 7;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


#highlight{
	position: fixed;
	margin: 0;
	height: 100%;
	width: 100%;
	/* top: -100%; */
	top: 0;
	right: 100%;
	background-color: #fffdf5;
	z-index: 8;
	box-shadow: 0px -7px 15px rgba(0, 0, 0, 0.3);
}
#highlight.right{
	-webkit-transition-property: right;
	-moz-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
#highlight .menu{
    width: 50%;
    text-align: center;
    position: absolute;
    top: 130px;
}
#highlight .item{
	font-family: 'Lato';
	font-weight: 100;
	font-size: 2em;
    color: #4A3A34;
    cursor: pointer;
    margin-bottom: 5px;
}
#highlight .menu .linguas{
    width: 100px;
    height: 30px;
    margin: 0 auto 20px auto;
}
#highlight .menu .linguas span.active{
    font-weight: 900;
}
#highlight .menu .linguas #pt{
	cursor: pointer;
	width: 50%;
	float: left;
}
#highlight .menu .linguas #uk{
	cursor: pointer;
	width: 50%;
	float: left;
}
#highlight .menu .linguas #es{
}
#highlight .menu .linguas #fr{
}

#highlight .menu .linguas a span{
	font-weight: 100;
}
#highlight .item.active{
	font-weight: 400;
}
#highlight .item:hover{
	font-weight: 400;
}
#highlight.active{
	right: -50% !important;
	-webkit-transition-property: right;
	-moz-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
/* LOGOTIPOS */
.logoLisbon{
	position: absolute;
	left: 84px;
    /*left: 5%;*/
    top: 5%;
    width: 200px;
    height: 200px;
    background-image: url("../img/logo.svg");
    z-index: 11;
}
.logo{
    fill: #4A3A34;
}
.backLogo{
	position: absolute;
	left: 84px;
    top: -50px;
    width: 200px;
    height: 300px;
	border-radius: 0 0 100px 100px;
	background-color: rgba(255, 253, 232, 0.51);
	box-shadow: 5px 2px 15px rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.logoLisbon.LogoVisivel{
	position: fixed;
	top: 2%;
	width: 150px;
    height: 150px;
    background-size: 150px 150px;
    z-index: 1600;

}
.backLogo.LogoVisivel{
	position: fixed;
	background-color: #fffdf5;
	width: 150px;
    height: 225px;
    z-index: 1550;
}

.btns.BtnsVisivel{
	position: fixed;
    top: 15px;
    right: 35px;
    height: 52px;
    width: 253px;
    z-index: 1700;

}
#highlight.topBar{
	box-shadow: 5px 2px 15px rgba(0, 0, 0, 0.3);
	-webkit-transition-property: top;
	-moz-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
#highlight.topBarStatic{
	box-shadow: 0px -7px 15px rgba(0, 0, 0, 0.3);	
}
.dubleBar{
	height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fffdf5;
    z-index: 8;
    box-shadow: 5px 2px 15px rgba(0, 0, 0, 0.3);
    z-index: 1500;
}	
.dubleBar p{
	position: absolute;
    top: 30px;
    right: 500px;
    font-family: lato;
    font-weight: 100;
}
.btns{
	position: fixed;
    top: 15px;
    right: 35px;
    height: 52px;
    width: 253px;
    z-index: 10;
}
.table{
	display: table;
	width: 100%;
	height: 100%;
}
.table .table_cell{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.tableHome{
	display: table;
	width: 100%;
	height: 100%;
}
.tableHome .conterBox{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.tableHome .conterBox .box_home{
	padding: 30px;
	margin: 0 auto;
	width: 40%;
	/*height: 30%;*/
	background-color: rgba(255, 255, 255, 0.5);
}
.tableHome .conterBox .box_home h1{
	margin-top: 5%;
	color: #493b35;
}
.tableHome .conterBox .box_home p{
	text-align: center;
	color: #493b35;
}

.btnGR .table .lable{
	font-family: 'Lato';
    font-weight: 300;
    font-size: 1.4em;
	color: #fffdf5;
	-webkit-transition-property: color;
	-moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
.btnGR .table .lable.active{
	color: #4A3A34 !important;
	-webkit-transition-property: color;
	-moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
.btns .btnGR{
	width: 200px;
    height: 52px;
    float: left;
    margin: 0;
    padding: 0;
}
.btns .menu{
	width: 52px;
	height: 52px;
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
}
.double-border {
  	border: 2px solid #fffdf5;
  	box-shadow:
	    inset 0 0 0 1px #fffdf5, 
	    inset 0 0 0 2px #4A3A34, 
	    inset 0 0 0 3px #fffdf5, 
	    inset 0 0 0 4px #4A3A34, 
	    inset 0 0 0 5px #fffdf5;
	-webkit-transition-property: border,bos-shadow;
	-moz-transition-property: border,bos-shadow;
    -o-transition-property: border,bos-shadow;
    transition-property: border,bos-shadow;
    -webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
.double-border.active {
  	border: 2px solid #4A3A34;
  	box-shadow:
	    inset 0 0 0 1px #fffdf5, 
	    inset 0 0 0 2px #4A3A34, 
	    inset 0 0 0 3px #fffdf5, 
	    inset 0 0 0 4px #4A3A34, 
	    inset 0 0 0 5px #fffdf5;
	-webkit-transition-property: border,bos-shadow;
	-moz-transition-property: border,bos-shadow;
    -o-transition-property: border,bos-shadow;
    transition-property: border,bos-shadow;
    -webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
/* icon menu */
#nav-icon {
  	width: 25px;
    height: 25px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon span{
  	display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #FFFDE8;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 5px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 13px;
}
#nav-icon span:nth-child(4) {
  	top: 21px;
}
#nav-icon.open span:nth-child(1) {
	top: 16px;
	width: 0%;
	left: 50%;
}
#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #4A3A34 !important;

	-webkit-transition-property: background;
	-moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}

#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #4A3A34 !important;

	-webkit-transition-property: background;
	-moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
#nav-icon.open span:nth-child(4) {
	top: 16px;
	width: 0%;
	left: 50%;
}

.bubble.unvisible{
	display: none;
}
.bubble {
    background: #fffdf5;
    padding: 1em;
    width: 270px;
    top: 70px;
    right: 50px;
    border-radius: 0.2em;
    z-index: 1000;
} 
.bubble.bubble-top {
  	position: fixed;
    box-sizing: border-box;
    box-shadow: 0 0em 2em rgb(74, 58, 52);
}
.bubble.bubble-top:before, .bubble.bubble-top:after {
    content: "";
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.bubble.bubble-top:after {
  	background: inherit;
  	background-clip: content-box;
  	border-color: #aaa transparent transparent #aaa;
}
.bubble.bubble-top:before {
  	z-index: -1;
}





/* weather */
.weather {
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}
.weather a {
	opacity: 0.54;
}
.weather a:hover,
.weather a.active {
	opacity: 1;
	text-decoration: none;
}
.panel {
	position: absolute;
    width: 30%;
    display: inline-block;
    bottom: 5%;
    left: 10%;
    z-index: 10;
}
.city {
	text-align: left;
	text-transform: uppercase;
	color: #4a3a34;
	font-size: 1.4em;
    line-height: 2em;
    margin-top: 10px;
}
.group {
	width: 165px;
	margin-bottom: 20px;
	text-align: right;
	float: right;
	clear: both;
}
.temp {
	font-size:2em;
	font-weight: 300;
	line-height: 0.75;
}
.celsius,
.fahrenheit,
.divider {
	font-size: 2rem;
}
.divider {
	margin: 0 0.05em;
}
.forecast {
	display: table;
	text-transform: uppercase;
	width: 100%;
}
/******************************
 SLIDE 1 
*******************************/
#slide1{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#slide1 .lent{
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
}
#slide1 .clicar{
	position: absolute;
	bottom: 100px;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 1em;
	text-align: center;
	color:#fff;
	z-index: 10;
}
/******************************
 SLIDE 2 
*******************************/
#slide2{
	/* background-color: #fff; */
}
.parallaxbg{
	position: absolute;
	right: 40px;
	top: 150px;
	font-size: 100px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 100px;
	text-align: right;
	width: 500px;
}

.content{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}

/* THUMBS */ 

#slide2{
	position: relative;
	color:#000;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#slide2 .container{
	width: 100%;
	max-width: 100%;
}

/* modulos Destaques */
.modulo{
	position: absolute;
}
.border{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 2px #fffde8 inset;
	z-index: 1;
}

.modulo01{
	top: 0;
	left: 0;
	background-color: #333;
}
.modulo02{
	top: 0;
	left: 50%;
	background-color: #666;
}
.modulo03{
	top: 33.33%;
	left: 0;
	background-color: #999;
}
.modulo04{
	top: 33.33%;
	left: 25%;
	background-color: #fffde8;
}
.modulo05{
	top: 66.66%;
	left: 25%;
	background-color: #000;
}
.modulo06{
	top: 0%;
	left: 50%;
	background-color: #123456;
}
.modulo07{
	top: 0;
	right: 0;
	background-color: #fff;
}
.modulo1_1{
	width: 25%;
	height: 33.33%;
}
.modulo1_2{
	width: 25%;
	height: 66.66%;
}
.modulo1_3{
	width: 25%;
	height: 100%;
}
.modulo2_1{
	width: 50%;
	height: 33.33%;
}
.modulo2_2{
	width: 50%;
	height: 66.66%;
}
.modulo3_1{
	width: 25%;
	height: 100%;
}

.campanha{
	width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.preco{
	width: 80px;
	height: 80px;
	background-image: url('../img/backPrice.svg');
	background-size: 80px 80px;
	margin: 0 auto;
}


#slide3, #slide4{
	width: 100%;
	height: 100% !important;
}
.breadcrumbs{
	position: fixed;
	top: 30px;
	/* left: 230px; */
	left: 240px;
	z-index: 1600;
}
.breadcrumbs a{
	cursor: pointer;
	font-family: Lato;
	font-weight: 300;
	font-size: 1.2em;
	text-transform: uppercase; 
	float: left;
	margin-left: 10px;
}
.breadcrumbs.inactivo{
	display: none;
}
.breadcrumbs img{
	float: left; 
	text-transform: uppercase; 
	margin-left: 10px;
	margin-top: 3px;
}

.iconsGR{
	width: 100%;
	height: 135px;
	margin: 70px 0 70px 0;
}
.iconsMD{
	width: 100%;
	height: 80px;
	margin: 20px 0 20px 0;
}
.iconMedium{
	width: 80px;
	height: 80px;
	margin-right: 15px;
	float: left;
}
.icons{
	width: 135px;
	height: 135px;
	margin: 0;
	float: left;
	text-align: center;
	margin-right: 15px;
}
.iconsBar{
	width: 45px;
	height: 45px;
	margin: 20px 0 0 0;
	float: right;
	text-align: center;
	margin-right: 15px;
}
.iconsBar .icon{
	width: 100%;
	height: 100%;
	background-size: 45px 45px;
}
.icons small{
	margin-top: 20px;
}
.icon{
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
.breakfast{
	background-image: url('../img/icons/breackfast.png');
}
.wifi{
	background-image: url('../img/icons/wifi.png');
}
.hours{
	background-image: url('../img/icons/24hours.png');
}
.instagram_icon{
	background-image: url('../img/icons/instagram_icon.png');
}
.facebook{
	background-image: url('../img/icons/facebook_icon.png');
}
.train{
	background-image: url('../img/icons/iconTrain.svg');
}
.bus{
	background-image: url('../img/icons/iconBus.svg');
}
.airport{
	background-image: url('../img/icons/iconAirport.svg');
}
.park{
	background-image: url('../img/icons/iconPark.svg');
}
.castel{
	background-image: url('../img/icons/icon_castel.png');
}
.ioga{
	background-image: url('../img/icons/icon_ioga.png');
}
.surf{
	background-image: url('../img/icons/icon_surf.png');
}

.instPhotos{
	width: 100%;
	height: 80px;
}
.instPhotos img{
	width: 80px;
	height: 80px;
	margin-right: 5px;
}

.bgImg{
	background-position: 50% 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 700px;
	overflow: hidden;
}
.bgImg .whiteText{
	margin-top: 50px !important;  
}
.bgBrown{
	background-color: #4a3a34;
    padding: 0 14px;
}
footer{
	left: 0;
    -webkit-transition-property: left;
	-moz-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
footer .bloco{
	position: relative;
	display: inline-block;
	background-color:#fffdf5;
	width: 100%;
	/* left: -5%; */
	height: auto;
	box-shadow: 0 0 20px #888888;
	padding-bottom: 30px;
	margin-top: -7px;
}
.mapa{
	/*height: 500px !important;*/
	padding: 0 !important;
}
.slide .mapa{
	height: 100% ;
}
.infMap{
	height: 101%;
	width: 300px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 10%;
	z-index: 7;
	padding: 180px 10px 10px 10px;
	box-shadow: 0px 0px 10px 0px #4a3a34;
    overflow: hidden;
}
footer .bloco .infMap{
	padding: 30px 10px 10px 10px !important;
}
footer .mapa{
	height: 500px! important;
}

footer .instagram {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: hidden;
  width: 450px;
  margin: 0 auto;
}
footer .instagram .image {
    background-repeat: none;
    background-position: center center;
    background-size: 100%;
    width: 80px; height: 80px;
    margin: 5px;
    overflow: hidden;
    transition: all 200ms ease;
    position: relative;
}



.infMap p{
	font-size: 14px;
	text-align: right;
}


.wrap {
	width: 100%;
	margin: 0 auto;
}

.mat-label {
	display: block;
	font-size: 12px;
	transform: translateY(25px);
	color: #4a3a34;
	transition: all 0.9s;
	font-family: 'Lato';
	font-weight: 300;
}

.mat-input {
	position: relative;
	background: transparent;
	width: 100%;
	border: none;
	outline: none;
	padding: 8px 0;
	font-size: 16px;
}

.mat-div {
	margin-top: 15px;
  	position: relative;
}

.mat-div:after, .mat-div:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #4a3a34; 
	bottom: 0;
	left: 0;
	transition: all 0.9s;
}

.mat-div::after {
	background-color: #4a3a34;
	transform: scaleX(0);
}

.is-active::after {
  	transform: scaleX(1);
}

.is-active .mat-label {
 	color: #4a3a34;
}

.is-completed .mat-label {
	font-size: 10px;
	transform: translateY(0);
}

button {
	font-family: 'Lato';
	font-weight: 300;
	background-color: #092444;
	color: #fff;
	border: none;
	display: block;
	width: 100%;
	margin: 30px auto;
	padding: 10px 30px;
	border-radius: 4px;
	cursor: pointer;
}

.infoPlaces img{
	float: right;
    margin-top: 85px;
}


#map{
	height: 100%;
}

   /* ---- isotope ---- */

.grid {
  /* border: 1px solid #333; */
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
.tips .fundos{
		width: 1580px;
		position: relative;
		margin: 0 auto;
	}
@media only screen and (max-width: 1580px){
	.tips .fundos{
		width: 1280px;
		position: relative;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1280px){
	.tips .fundos{
		width: 980px;
		position: relative;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 980px){
	.tips .fundos{
		width: 660px;
		position: relative;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 660px){
	.tips .fundos{
		width: 330px;
		position: relative;
		margin: 0 auto;
	}
}


.element-item {
  position: relative;
  float: left;
  padding: 0px;
  /*width: 32%;*/
  width: 300px;
  margin: 5px;
  /*margin-bottom: 10px;*/
  background: #888;
  color: #262524;
}
.element-item figure{
	margin: 0;
	width: 100%;
}
.element-item img{
	width: 100%;
}
.height100{
    height: 200px;
}
.height200{
    height: 300px;   
}
.height300{
    height: 400px;   
}
.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .descrictionTips{
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: absolute;
    width: 100%;
    background: #fff;
}
.element-item.height100 .descrictionTips{
	top: 110px;
} 
.element-item.height200 .descrictionTips{
	top: 210px;
} 
.element-item.height300 .descrictionTips{
	top: 310px;
} 
.element-item .descrictionTips .title{
	margin-top: 0px; 
	margin-bottom: 2px;
	color: #4A3A34;
}
.element-item .descrictionTips .subtitle{
	margin-top: 0px;
	color: #4A3A34;
	font-weight: 500!important;
}
.element-item .descrictionTips .link{
	position: absolute;
	right: 10px;
	font-size: 13px;
	font-weight: 300;
	color: #4A3A34!important;
	cursor: pointer;
	text-decoration: none;
}
.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

.element-item.alkali          { background: #fff; box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);}
.element-item.alkaline-earth  { background: #fff; box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);}
.element-item.lanthanoid      { background: #fff; box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);}
.element-item.actinoid        { background: #fff; box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);}
/*.element-item.transition      { background: #fff; box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);}*/
.element-item.transition      { background: #fff; box-shadow: 0px 0 11px 0px rgba(74, 58, 52, 0.3)}

.element-item.post-transition { background: #fff; box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);}
.element-item.metalloid       { background: #fff; box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);}
.element-item.diatomic        { background: #fff; box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);}
.element-item.halogen         { background: #fff; box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);}
.element-item.noble-gas       { background: #fff; box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);}

