@charset "UTF-8";

/* CSS Document */

/*=============RESET CSS===============*/
html {
	height: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	height: 100%;
	overflow: visible;
	font: 'corben' ;
}
section {
	display: block;
}
.separator {
	visibility: hidden;
}
ol, ul {
	list-style: none;
}
hr {
	margin: 0 !important;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
blockquote, q {
	quotes: none;
}
hr {
	border-color: #CCC;
	border-style: solid;
}
strong {
	font-weight: bold;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.text {
	font-family: 'corben';
	font-size: 1.2em;
	font-weight: normal;
	text-align: justify;
	
}
#languages {
	display: none;
}
/*=================LINKS====================*/
a {
	color:#C06;
	text-decoration: none !important;
	text-shadow: #C03 1px 0px;
	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
}
a:hover {
	color: #006;
	text-decoration: none !important;
	text-shadow: #009 1px 0px;
}

/*=================ROWS====================*/
#row, .row {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 5%;
	/*background: #fff;*/
}
.row-left {
	width: 49%;
	float: left;
}
.row-right {
	width: 49%;
	float: right;
}
.sec-title {
	text-align: center;
	margin-top: 8%;
}
/*=================HEADERS====================*/
h1 {
	font-family: 'Lily Script One';
	font-size: 5em;
	color: #C06;
	}
h2 {
	font-family: 'Lily Script One';
	font-size: 1.7em;
	}
h3 {}
h4 {}
h5 {}
/*=================TOP-MENU====================*/
#top-menu-nap {
	position: relative;
	width: 70px;
	height: 50px;
	background: #C06;
	left: 47%;
	text-align: center;
	border-radius: 0 0 60px 60px;
	
}
#menu-nap-text {
	color: #79133D;
	line-height: 3em;
	font-weight: bold;
}
#top-menu {
	position: fixed;
	display: block;
	width: 60%;
	height: 125px;
	left: 20%;
	top: -63px;
	overflow: hidden;
	text-align: center;
	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	z-index: 999;
}
/*#top-menu-bg {
	height: 100%;
	width: 60%;
	background: #FFF;
	opacity: 0.5;
}*/
#top-menu:hover {
	top:-20px;
}
.menu-object {
	font-size: 1.5em;
	line-height: 1.9em;
	display: inline-block;
	min-width: 10%;
	margin-top: 20px;
	text-align: center;
}
.menu-object > a {
	color: #000;
	text-shadow: #FFF 1px 2px 22px;
	font-family: 'Lily Script One' !important;
}
.menu-object:hover > a {
	color: #C06;
	text-shadow: #666 1px 1px 1px;
}
#top-menu-line {
	border: 2px #C06 solid;
}
/*=================LANDING====================*/
#landing {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.slogan{
	visibility: hidden;
}
#bg {
	background: url(img/cloth.png) repeat ;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
#landing {
	height: 100%;
	background-image: url(img/bg-top.png);
	background-repeat: no-repeat;
	background-origin:content-box; 
	background-position: top;
	background-size: cover;
}
#logo {
	width: 384px;
	height: 400px;
	margin: 14% auto 0;
}
#Lallupia {
	font-size: 56px;
	text-align: center;
	font-weight: bold;
	font-family: inherit;
}
#slogan {
	text-align: center;
}
#languages {
	width: 300px;
	margin: 5% auto 0;
	text-align: center;
}
.lang {
	display: inline-block;
}
#que {
	display: block;
	text-align: center;
	margin: 3% auto 5%;
	width: 70px !important;
	height: 70px !important;
	background: url(img/arrow.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center;
}
#que:hover {
	background: url(img/arrow_h.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
}
#quees-icn {
	margin: 0 auto;
}
#quees-text {
	display: none;
	font-size: 1.63em;
	text-align: center;
}
/*=================QUE ES====================*/
#quees {
	margin-bottom: 10%;
}
#qe-title-wrap {
	position: relative;
}
#qe-title {
	margin-top: 0;
	text-align: left;
}
#qe-intro-text {
	margin-top: 10%;
}
#qe-hrth {
	margin-top: 25%;
	margin-left: 60%;
}
#row-frames {
	float:left;
	width: 54%;
	margin-top: 5%;
}
#row-quees {
	width: 39%;
	float: right;
}
/*------------------- QE- FRAMES----------------*/
.qe-frame {
	float: left;
	width: auto;
	height: auto;
}
.qe-frame:hover {
	opacity: 0.7;
}
#frame1 {
	margin-top: 7%;
	margin-bottom: 3%;
}
#frame2 {
	margin-right: 5%;
}
#frame3 {
	margin-left: 7%;
	margin-top: 5%;
}
#frame4 {
	margin-top: 5%;
	margin-left: 20%;
}
#frame5 {
	margin-top: 3%;
	margin-left: 3%;
}
/*=================SERVEIS====================*/
#serveis {
	position: relative;
	margin-bottom: 15%;
}
#service-icn-wrap {
	width: 55%;
	height:50%;
	margin-top: 5%;
}
.service-icn {
	width: 200px;
	height: 150px;
	padding: 0;
	margin: 1%;
	float: left;
	text-align: center;
}
.service-icn > img {
	height: 100px;
	width: 100px;
	margin: 0 auto;
}
.service-icn-text {
	text-align: center;
	font-size: 1.5em;
	font-family: 'Lily Script One';
}
.se-small-icn-wrap {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
}
.se-text-icon {
	height: 200px;
	margin: 0 auto;
}
.service-info {
	position: absolute;
	left: 60%;
	top: 36%;
	width: 30%;
	padding: 1%;
	display: none;
	text-align: center;
	background: url(img/cloth.png) repeat ;
	z-index: 230;
}
.service-info-1 {
	display: block !important;
	position: absolute;
	left: 60%;
	top: 36%;
	width: 30%;
	display: none;
	text-align: center;
	z-index: 1;
}
.se-legend {
	text-align: justify !important;
	margin-top: 10%;
}
/*------------------- SERVICE BGs----------------*/
#jcz-small-icn {
	background: url(img/icns/100/jcz.png);
}
#jcz-small-icn:hover {
	background: url(img/icns/100/color_icn/jcz_h.png);
}
#barn-small-icn {
	background: url(img/icns/100/barn.png);
}
#barn-small-icn:hover {
	background: url(img/icns/100/color_icn/barn_h.png);
}
#cuina-small-icn {
	background: url(img/icns/100/cocina.png);
}
#cuina-small-icn:hover {
	background: url(img/icns/100/color_icn/cocina_h.png);
}
#cale-small-icn {
	background: url(img/icns/100/cale.png);
}
#cale-small-icn:hover {
	background: url(img/icns/100/color_icn/cale_h.png);
}
#tv-small-icn {
	background: url(img/icns/100/tv.png);
}
#tv-small-icn:hover {
	background: url(img/icns/100/color_icn/tv_h.png);
}
#cava-small-icn {
	background: url(img/icns/100/cava.png);
}
#cava-small-icn:hover {
	background: url(img/icns/100/color_icn/cava_h.png);
}
#bbq-small-icn {
	background: url(img/icns/100/bbq.png);
}
#bbq-small-icn:hover {
	background: url(img/icns/100/color_icn/bbq_h.png);
}
#bf-small-icn {
	background: url(img/icns/100/bf.png);
}
#bf-small-icn:hover {
	background: url(img/icns/100/color_icn/bf_h.png);
}
/*------------------- SERVICE HOVERS----------------*/
#service-esmorzar:hover #se-text-esmorzar {
	display:block !important;
}
#service-bbq:hover #se-text-bbq {
	display:block !important;
}
#service-cava:hover #se-text-cava {
	display:block !important;
}
#service-jcz:hover #se-text-jcz {
	display:block !important;
}
#service-tv:hover #se-text-tv {
	display:block !important;
}
#service-cale:hover #se-text-cale {
	display:block !important;
}
#service-cuina:hover #se-text-cuina {
	display:block !important;
}
#service-barn:hover #se-text-barn {
	display:block !important;
}
/*=================UBICACIO====================*/
#ub-wrap {
	width: 100%;
	text-align: center;
}
#ub-text-wrap {
	margin-top: 5%;
}
#ub-map-btn {
	display: block;
	position: relative;
	padding: 2%;
	width: 19%;
	margin: 3% auto 12%;
	font-size: 1.2em;
	text-shadow: #FFF;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff 0%, #ccc 61%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(61%,#ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#ccc 61%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#ccc 61%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#ccc 61%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff 0%,#ccc 61%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */
	border-radius: 30px;
}
#ub-map-btn:hover {
	padding: 2%;
	width: 19%;
	margin: 3% auto 12%;
	font-size: 1.2em;
	color: #666 !important;
	text-shadow: #FFF;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #999 0%, #ccc 61%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(61%,#ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999 0%,#ccc 61%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999 0%,#ccc 61%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999 0%,#ccc 61%); /* IE10+ */
	background: linear-gradient(to bottom,  #999 0%,#ccc 61%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */
	border-radius: 30px;
}
/*#ub-map-btn > a {
	color: #666 !important;
	text-shadow: none !important;
	text-decoration: underline;
}*/
/*=================TARIFES====================*/
.tf-block {
	display: block;
	margin: 5% 0 9% 0;
	text-align: center;
	height: auto;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff 0%, #ccc 61%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(61%,#ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#ccc 61%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#ccc 61%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#ccc 61%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff 0%,#ccc 61%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */
	border-radius: 10px 10px 100px 100px ;
}
.tf-block:hover {
	color: #fff;
	background: #ff0084; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0084 0%, #c9005a 61%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0084), color-stop(61%,#c9005a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0084 0%,#c9005a 61%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0084 0%,#c9005a 61%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0084 0%,#c9005a 61%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff0084 0%,#c9005a 61%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#c9005a',GradientType=0 ); /* IE6-9 */	
}
#tf-block-left {
	width: 59%;
	float: left;
}
#tf-block-right {
	width: 39%;
	float: right;
}
#tf-block-left:hover .tf-price-wrap{
	visibility: visible;
	color: #FFF;
}
#tf-block-right:hover .tf-price-wrap{
	visibility: visible;
	color: #FFF;
}
.tf-block-top {
	font-family: 'Lily Script One';
	font-size: 1.8em;
	padding: 10px;
}
.tf-block-nit {
	font-family: 'Lily Script One';
	margin-top: 3%;
	font-size: 4em;
}
.tf-price {
	color: #FFF;
}
.tf-price-wrap {
	visibility: hidden;
	margin-top: 8%;
}
.tf-price-comment {
	font-size: 0.7em;
	margin-bottom: 5%;
}
.tf-description {
	font-size: 1.6em;
	margin-bottom: 5%;
}
.tf-res-btn {
	padding: 10px;
	width: 250px;
	margin: 0 auto 70px;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff 0%, #ccc 61%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(61%,#ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#ccc 61%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#ccc 61%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#ccc 61%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff 0%,#ccc 61%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
}
.tf-res-btn:hover{
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #ccc 0%, #999 61%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(61%,#999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,   #ccc 0%,#999 61%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,   #ccc 0%,#999 61%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,   #ccc 0%,#999 61%); /* IE10+ */
	background: linear-gradient(to bottom,   #ccc 0%,#999 61%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #ccc', endColorstr='#999',GradientType=0 ); /* IE6-9 */
}
.reserva-btn {
	color: #000;
	font-weight: bold;
	text-shadow: none;
	transition: none;
	-moz-transition: none;
}
.reserva-btn:hover {
	color: #fff;
	text-shadow: none;
}
/*=================CONTACTE====================*/
#contacte {
	margin-bottom: 10%;
}
.co-column {
	text-align: center;
	margin-top: 25%;
	margin-bottom: 30%;
}
.co-data {
	font-family: 'Lily Script One';
	font-size: 3.4em;
	margin-top: 3%;
}
/*=================FOOTER====================*/
#pg-footer {
	width: 100%;
	text-align: center;
	background: #333;
	margin-bottom: 0;
	padding: 1% 0;
}
#credit-text {
	color: #fff;
}
@media screen and (max-width: 1300px) {
	#row-frames {
		transform: scale(0.8,0.8)
	}
	#service-icn-wrap {
		width: 57%;
	}
	#service-icn {
		transform: scale(0.8,0.8)
	}
	.service-info, .service-info-1  {
		transform: scale(1,1)
	}
}

@media screen and (max-width: 1180px) {
	.separator {
		visibility: visible;
	}
	#qe-hrth {
		display: none;
	}
	h1 {
		font-size: 3em;
	}
	.text {
		font-size: 1.1em;
	}
	#qe-title {
		font-size:3em;
		margin-top: 5% !important;
	}
	#qe-intro-text {
		margin-top: 5%;
	}
	#row {
		text-align: center;
	}
	#top-menu {
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
	}
	#top-menu:hover {
		top: 0;
	}
	#top-menu-nap {
		display: none;
	}
	#top-menu-line {
		display: none;
	}
	.menu-object {
    	margin-top: 0%;
    	width: 120px;
		background: #ff0084; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff0084 0%, #c9005a 61%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0084), color-stop(61%,#c9005a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff0084 0%,#c9005a 61%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ff0084 0%,#c9005a 61%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ff0084 0%,#c9005a 61%); /* IE10+ */
		background: linear-gradient(to bottom,  #ff0084 0%,#c9005a 61%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#c9005a',GradientType=0 ); /* IE6-9 */	
		border-radius: 0 0 20px 20px;
	}
	.menu-object > a {
    	color: #FFFFFF;
    	line-height: 3em;
	}
	#quees {
		width: 100%;
		text-align: center;
	}
	#qe-title {
		text-align:center;
		margin-top: 0;
	}
	#row-quees {
		width: 100%;
		text-align: center;
		float: none;
		position: relative;
	}
	#row-frames {
		position: relative;
		float: none;
		width: 470px;
		transform: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	#service-icn-wrap {
	width: 100%;
	height:50%;
	margin-top: 5%;
	text-align: center;
	}
	.service-icn {
		width: 44%;
		padding:3%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	.service-icn-text, .se-icn {
		display: none;
	}
	.se-icn-text-2 {
		display: block !important;
	}
	.se-small-icn-wrap {
		display: none;
	}
	.service-info {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0;
	display: block;
	text-align: center;
	background: none ;
	z-index: 230;
	}
	.tf-block {
	color: #fff;
	background: #ff0084; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0084 0%, #c9005a 61%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0084), color-stop(61%,#c9005a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0084 0%,#c9005a 61%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0084 0%,#c9005a 61%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0084 0%,#c9005a 61%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff0084 0%,#c9005a 61%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#c9005a',GradientType=0 ); /* IE6-9 */	
}
	.tf-price-wrap {
	visibility: visible;
}
	.co-data {
		font-size: 2.3em;
	}
	.tf-res-btn {
		width: 100px;
	}
}
@media screen and (max-width: 800px) {
	.menu-object {
		width: 100px;
	}
	.se-text-icon {
		height: auto;
	}
}
@media screen and (max-width: 650px) {
	#top-menu {
		display: none;
	}
	#landing {
		background: none;
	}
	#logo {
		width: 80%;
		height: auto;
		text-align: center;
	}
	#row-frames {
		width: 100%;
		text-align: center;
	}
	.qe-frame {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
	#frame1 {
		display: none;
	}
	#frame2 {
		display: block;
		width: 276px;
		margin: 0 auto;
	}
	#frame3 {
		display: none;
	}
	#frame4{
		display: none;
	}
	#frame5 {
		display: none;
	}
	.service-icn {
		width: 100%;
	}
	#ub-map-btn {
		width: 100%;
	}
	.tf-block {
		width: 100% !important;
	}
	.row-left {
		width: 100%;
	}
	.row-right {
		width: 100%;
	}
	.co-data {
		font-size: 2em;
	}
	.co-column {
		margin-top: 3%;
		margin-bottom: 5%;
	}
	}