#leftPortion {
	width: 100%;
	height: 100%;
	background-image: url(../imgs/imgLeft.jpg);
	background-size: cover;
	background-position: left;
	position: fixed;
	z-index: 9999;
	background-repeat: no-repeat;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#rightPortion {
	width: 50%;
	height: 100%;
	background-image: url(../imgs/imgright22.png);
	background-size: cover;
	background-position: 10px;
	position: fixed;
	z-index: 9999;
	right: 50px;
	background-repeat: no-repeat;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#leftPortion:hover {
	background-position: 10px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#rightPortion:hover {
	background-position: 0px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.linera {
	width: 0%;
	position: absolute;
	bottom: 0;
	background-color: white;
	height: 2px;
	bottom: 0;
	margin-bottom: -3px;
	right: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.firstlink:hover .linera {
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.secondlink:hover .linera {
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#leftlinkHolder {
	width: 50%;
	height: 58px;
	position: absolute;
	bottom: 150px;
	left: 0%;
	font-family: 'Montserrat', sans-serif;
}

#rightlinkHolder {
	width: 100%;
	height: 58px;
	position: absolute;
	bottom: 150px;
	left: 0%;
	font-family: 'Montserrat', sans-serif;
}

.firstlink {
	width: 170px;
	height: 24px;
	background: transparent;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#leftlinkHolder a,
#rightlinkHolder a {
	color: #E5A812;
	text-decoration: none !important;
}

.firstlink span {
	padding-top: 5px;
	position: relative;
}

.firstlink img {
	width: 30px;
}

.secondlink {
	width: 170px;
	height: 24px;
	background: transparent;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 10px;
}

.secondlink img {
	width: 30px;
}

.secondlink span {
	padding-top: 5px;
	position: relative;
}

.buralogs {
	width: 36%;
	top: 40%;
	position: absolute;
	left: 8%;
}

.tramontanalogs {
	width: 72%;
	top: 40%;
	position: absolute;
	left: 16%;
}

#logomobile{
  display: none;
}



@media only screen and (max-width: 767px) {
  #logomobile{
    display: block;
    height:80%;
    margin-left:auto;
    margin-right:auto;
    margin-top:2%;
  }
	#leftPortion {
		width: 100%;
		height: 46%;
		background-image: url(../imgs/bura_mobile.jpg);
		background-size: cover;
		background-position: center;
		position: fixed;
		z-index: 9999;
    bottom:46%;
		background-repeat: no-repeat;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#rightPortion {
		width: 100%;
		height: 46%;
		background-image: url(../imgs/tramuntana_mobile.jpg);
		background-size: cover;
		background-position: center;
		position: fixed;
		z-index: 9999;
		right: 0px;
    bottom:0%;
		background-repeat: no-repeat;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#leftPortion:hover {
		background-position: center;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#rightPortion:hover {
		background-position: center;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
  .buralogs{
    width:80%;
    left:10%;
    top:30%;
  }
  .tramontanalogs{
    width:80%;
    left:10%;
    top:30%;
  }
  #leftlinkHolder{
    bottom:50px;
    width:50%;
    left:25%;
  }
  #rightlinkHolder{
    bottom:50px;
    width:50%;
    left:25%;
  }
  .firstlink, .secondlink{
    width:120px;
  }
  header {
    position: fixed;
    height: 7%;
    width: 100%;
}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  #logomobile{
    display: block;
    height:80%;
    margin-left:auto;
    margin-right:auto;
    margin-top:2%;
  }
	#leftPortion {
		width: 100%;
		height: 46%;
		background-image: url(../imgs/bura_mobile.jpg);
		background-size: cover;
		background-position: center;
		position: fixed;
		z-index: 9999;
    bottom:46%;
		background-repeat: no-repeat;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#rightPortion {
		width: 100%;
		height: 46%;
		background-image: url(../imgs/tramuntana_mobile.jpg);
		background-size: cover;
		background-position: center;
		position: fixed;
		z-index: 9999;
		right: 0px;
    bottom:0%;
		background-repeat: no-repeat;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#leftPortion:hover {
		background-position: center;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#rightPortion:hover {
		background-position: center;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
  .buralogs{
    width:50%;
    left:25%;
    top:30%;
  }
  .tramontanalogs{
    width:50%;
    left:25%;
    top:30%;
  }
  #leftlinkHolder{
    bottom:50px;
    width:50%;
    left:25%;
  }
  #rightlinkHolder{
    bottom:50px;
    width:50%;
    left:25%;
  }
  .firstlink, .secondlink{
    width:120px;
  }
  header {
    position: fixed;
    height: 6%;
    width: 100%;
}
}
