@charset "UTF-8";

@font-face {
  font-family: 'Henderson';
  src: url('../fonts/Henderson/HendersonSans-Bold.woff') format('woff'), url('../fonts/Henderson/HendersonSans-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Henderson';
  src: url('../fonts/Henderson/HendersonSans-ExtraLight.woff') format('woff'), url('../fonts/Henderson/HendersonSans-ExtraLight.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@keyframes spin1 {
  0% {
  -moz-transform: translate(0.5rem, -0.7rem) rotate(320deg);
  -webkit-transform: translate(0.5rem, -0.7rem) rotate(320deg);
  -o-transform: translate(0.5rem, -0.7rem) rotate(320deg);
  -ms-transform: translate(0.5rem, -0.7rem) rotate(320deg);
  }
  100% {
  -moz-transform: translate(0.5rem, -0.7rem) rotate(680deg);
  -webkit-transform: translate(0.5rem, -0.7rem) rotate(680deg);
  -o-transform: translate(0.5rem, -0.7rem) rotate(680deg);
  -ms-transform: translate(0.5rem, -0.7rem) rotate(680deg); 
  }
}

*:focus {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Henderson', sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  background: #EFECE3;
  color: #000;
}

.loader {
  display: none;
}

.wrapper {
  padding: 0 15px;
  box-sizing: border-box;
}

h1, h6 {
  font-family: 'Henderson', sans-serif;
  margin: 0 0 0.3em 0;
  font-size: 3.5em;
  line-height: 0.1rem;
  font-weight: bold;
  letter-spacing: 0;
}
h1 span, h6 {
  line-height: 1.1em;
}

h1 em, h3, h2, h5 {
  font-family: 'Henderson', sans-serif;
  font-weight: normal;
  margin: 0 0 0.2em 0;
  font-size: 1.8rem;
  line-height: 1.2em;
  letter-spacing: 0;
}
h3 {
  font-size: 1.4rem;
}
h1 em {
  font-size: 0.8rem;
  line-height: 1.6em;
	font-style: normal;
}
h3 span {
  font-family: 'Henderson', sans-serif;
  font-size: 3.6rem;
	font-style: normal;
  letter-spacing: -0.05em;
}
h3 strong {
  font-size: 1.8rem;
  letter-spacing: -0.05em;
}

u {
  text-decoration: none;
	display: inline-block;
	position: relative;
}
	
u::after {
  content: '';
  display: block;
  position: absolute;
  bottom:-0.15em;
  left: 10%;
  height: 4px;
  width: 80%;
  background: url("../imgs/line.svg") center center no-repeat;
	background-size: 100% 100%;
	-webkit-filter: invert(1);
  filter: invert(1);
	
}


h1 strong {
  font-family: 'Henderson', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  font-size: 0.9rem;
  line-height: 1.6em;
	display: block;
  margin: 0.5rem 0 0 0;
}
h1 strong a {
  cursor: pointer;
}

h2, h5 {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.2em;
}

h5 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
h5 span {
	display: block;
	float:right;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.4em;
}

h6 {
	padding-top: 1rem;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

footer a {
  color: #000;
}

footer a:active, .call-wrapper a:active {
  text-decoration: underline;
}

	.footer-note {
		margin-top:20px;font-size:0.8em;
	}

button, select {
  display: inline-block;
  margin: 0.6rem auto;
  box-sizing: content-box;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  height: 2.5rem;
  min-width: 220px;
  font-family: 'Henderson', sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  letter-spacing: 0.02em;
  border: 2px solid #fff;
  border-radius: 2.5em;
  background: #fff;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  box-shadow: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

button.menu, button.call {
  display: block;
}

button.menu {
  border-color: #fff;
  background: #fff;
	color:#fff;
}

button.secondary, select {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}
button.secondary.dark {
  border: 2px solid #000;
  background: none;
  color: #000;
}

button:active {
  background: #fff;
  color: #fff;
  border-color: #000;
}
button.secondary.dark:active {
  background: #fff;
  color: #000;
}

button.call icon, button.glovo icon, button.uber icon {
  position: relative;
  display: inline-block;
  margin-right: 0.3rem;
  width: 1.6rem;
  height: 1rem;
}

button.call icon::after, button.glovo icon::after, button.uber icon::after {
  content: '';
  display: block;
  position: absolute;
  top: -0.2rem;
  right: 0.5rem;
  background: url("../imgs/phone.svg") center center no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
}
button.glovo icon, button.uber icon {
  margin-right: 0rem;
  width: 100%;
}
button.glovo icon::after {
  background: url("../imgs/glovo-logo.svg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 1.8rem;
  top: -0.7rem;
  right: -4px;
  transition: all 0.3s ease;
}
button.uber icon::after {
  background: url("../imgs/ubereats-logo.svg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 1.2rem;
  top: -0.1rem;
  right: -4px;
  transition: all 0.3s ease;
}

button.glovo:active icon::after, button.uber:active icon::after {
  -webkit-filter: brightness(0) saturate(0);
  filter: brightness(0) saturate(0);
}

.call-wrapper {
  position: relative;
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease, opacity 0.2s ease 0.2s;
  margin: 0 !important;
}

.call-wrapper.show {
  height: 140px;
  opacity: 1;
  margin: inherit !important;
}

.call-wrapper a, .call-wrapper em {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.9em;
}

.call-wrapper a {
  margin-top: 0rem;
	color: #fff !important;
}

.call-wrapper em {
  color: #fff;
}

.call-wrapper .desktop-label {
  display: none;
}

.getLocation {
  position: absolute;
  z-index: 10;
  min-width: 45px;
  width: 0;
  border-color: #fff;
  border-width: 0 0 0 1px;
  background: none;
  border-radius: 0 2.5em 2.5em 0;
  padding: 0.2rem;
  right: 0;
  top: calc(1px + 0.4rem);
}

.getLocation::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  transform: translate(0.5rem, -0.8rem) rotate(-45deg);
  border: solid #fff;
  border-width: 2px;
  border-radius: 50% 50% 50% 0;
  width: 1.2rem;
  height: 1.2rem;
  transition: all 0.3s ease;
  animation: none;
  -webkit-animation: none;
}

.getLocation::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  transform: translate(1.05rem, -0.25rem);
  background: #fff;
  border-width: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.getLocation.loading::after {
  background: none;
}
.getLocation.loading::before {
  border-width: 2px 2px 0 0;
  animation: spin1 0.5s infinite linear;
  -webkit-animation: spin1 0.5s infinite linear;
}

button.getLocation:active {
  background: none;
  color: #fff;
  border-color: #fff;
}

.select-wrapper {
  display: block;
  position: relative;
}

.select-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  transform: rotate(-45deg);
  border: solid #fff;
  border-width: 0px 0px 2px 2px;
  width: 1rem;
  height: 1rem;
  right: calc(45px + 1.6rem);
  top: calc(50% - 0.8rem);
}

select {
  position: relative;
  z-index: 5;
  text-align: left;
  font-size: 1em;
  font-weight: normal;
}

select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}

select:focus {
  outline: none !important;
}

select:active {
  background: #fff;
  color: #fff;
}
.btn-row {
display: inline-block;
}

/***** HEADER *****/
header, .slider {
  background-size:cover;
  padding: 0 15px 10vh;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
	position: relative;
	color:#fff!important;
}
header {
	padding-bottom: 5vh;
	overflow: hidden;
	background: url("../imgs/header-farinha.jpg") center center;
	background-size: cover;
	
}
header a {
	text-decoration: underline;
}
/*
header::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  height: 71px;
  width: 100%;
  background: url("../imgs/pattern.svg") bottom center repeat-x;
}*/

.header-img {
	width:150vw;
	max-width:800px;
	height:auto;
	margin: auto;
	display: block;
	margin-left:-25vw;
	margin-top:0.5em;
}

header #encomendar {
	display: block;
	margin-left:auto;
	margin-right:auto;
  max-width: 550px;
	margin-top:80px;
	padding: 0 20px;
}
#encomendar em {
	margin-top: 30px;
	display: block;
	font-size: 1.1rem;
}

header p {
  padding: 0 10px;
  box-sizing: border-box;
  max-width: 350px;
  margin: 0.5em auto 1.5em;
}

.header-logo {
  width: 250px;
  height: 30px;
  background: url("../imgs/logo.svg") left bottom no-repeat;
  background-size: contain;
  margin: 30px 30px 25px;
}
.divider {
	height: 0.6rem;
	display: block;
}

.promo-badge {
margin: -19rem auto 20px calc(50vw - 12rem);
  text-align: center;
  border-radius: 50%;
  padding: 23px 20px 15px;
  width: 150px;
  height: 150px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;
	position: absolute;
}

.promo-badge-brando {
	right:10%;
	bottom:80px;
  text-align: center;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;
	position: absolute;
}
.promo-badge-brando img {
  width: 100%;
}
.brando-headline {
	margin:auto;
	max-width:250px;
}

.promo-badge h2 {
  font-size: 1.85em;
  letter-spacing: -0.03em;
  line-height: 1em;
	font-style: italic;
}
.promo-badge h2 u::after {
  bottom:-0.25em;
  left: 0;
  height: 3px;
  width: 100%;
}
.promo-badge h2 em {
	display: inline-block;
	font-weight: normal;
	text-align: right;
  font-size: 0.45em;
  line-height: 0.9em;
  letter-spacing: 0.01em;
  position: relative;
  top: -2.2em;
	margin-left:-1em;
	margin-right:2px;
}

.promo-badge h2 span {
	display: inline-block;
  color: #fff;
  font-family: 'Rustick', sans-serif;
  font-size: 2.3em;
  letter-spacing: -0.07em;
  line-height: 1em;
	font-weight: normal;
	font-style: normal;
}

.promo-badge h2 span span {
  font-size: 0.58em;
  position: relative;
  top: -0.55em;
	margin-right:0.05em;
}

.promo-header {
	position: fixed;
	width:100vw;
	overflow: visible;
	padding:15px 30px 15px 65px;
	color:#fff;
  	background: #d05d15;
	box-sizing: border-box;   
	z-index: 50;
	font-size: 0.75rem;
	line-height: 1.3em;
}
.promo-header-icon {
	position: absolute;
	top:10px;
	left:15px;
	width:40px;
	height:40px;
	background: url("../imgs/irs-img.png") center center no-repeat;
	background-size: contain;
}

.promo-header-go {
	height: 15px;
	width:15px;
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
	transform: rotate(45deg);
	position: absolute;
	top:calc(50% - 8px);
	right:15px;
}



/***** SLIDER *****/
.slider {
  background: url("../imgs/slider.jpg") bottom right no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 15vh 15px calc(15vh + 50px);
}

.slider * {
  position: relative;
  z-index: 5;
}

.slider p {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.slider::before {
  content: '';
  display: block;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.slide {
	min-height:400px;
}

/***** MENU *****/
.menu-wrapper {
  padding: calc(10vh + 20px) 15px 10vh;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
	/*
  background: url("../imgs/ardosia_bg.jpg") top center no-repeat;
	background: #fff;
  background-size: cover;
	*/
	color:#000;
}

.menu-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  height: 71px;
  width: 100%;
 /* background: url("../imgs/pattern.svg") bottom center repeat-x; */
}
.menu-wrapper p {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
	
}
.menu-wrapper h3 {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	display: inline-block;
	margin: 0.2em 0 0.8em 0;
}
/*
.menu-wrapper h3::after {
  content: '';
  display: block;
  position: absolute;
  bottom:-0.15em;
  left: 10%;
  height: 4px;
  width: 80%;
  background: url("../imgs/line.svg") center center no-repeat;
	background-size: 100% 100%;
}
*/

.menu-container {
  max-width: 450px;
  text-align: left;
  margin: 0 auto 0;
	padding:0 15px;
}

.row-highlight .menu-container {
	padding:0;
}

.menu-row {
  margin-bottom: 1.8rem;
}

.menu-row p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0 0 0.5em;
}
.menu-row .new-splash {
  display: inline;
	width: auto;
	padding: 4px 8px 4px;
	font-size: 0.7rem;
	margin:0 0 0 10px !important;
	color:#fff;
	line-height: 1em;
	position: relative;
	top:-0.3em;
}


.row-highlight {
	background: #eee;
	padding:1.5rem 15px 1rem;
	max-width: 500px;
	margin:auto;
}

.menu-wrapper a {
  color:#000;
	text-decoration: underline;
}
.mb-logos {
	max-width:120px;
	margin-top:1rem;
	padding-left:0.5rem;
}


.pizza-wrapper, .lab-wrapper, .new-wrapper {
  display: block;
  padding: 15vh 15px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background: url("../imgs/pizzas.jpg") bottom left no-repeat;
  background-size: cover;
  text-align: center;
}
.new-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.lab-wrapper {
  background: url("../imgs/lab.jpg") bottom left no-repeat;
  background-size: cover;
}
.new1-wrapper {
  background: url("../imgs/new1.jpg") bottom left no-repeat;
  background-size: cover;
}

.new_coroa-wrapper {
  background: url("../imgs/new2-coroa.jpg") center center no-repeat;
  background-size: cover;
}
.slider_farnel-wrapper {
  background: url("../imgs/slider_farnel.jpg") top center no-repeat;
  background-size: cover;
}
.new_peq-almoco-wrapper {
  background: url("../imgs/new2-peqalmoco.jpg") center center no-repeat;
  background-size: cover;
}
.new_carvao-wrapper {
  background: url("../imgs/new2-carvao.jpg") center center no-repeat;
  background-size: cover;
}
.new_brando-wrapper {
  background: url("../imgs/new2-brando.jpg") center center no-repeat;
  background-size: cover;
	position: relative;
}
.new_brando-wrapper .brando-logo {
  max-width: 25%;
	margin:0 auto 55px;
}
.new_coldbrew-wrapper {
  background: url("../imgs/new2-coldbrew.jpg") center center no-repeat;
  background-size: cover;
}
.new_coles-wrapper {
  background: url("../imgs/new2-coles.jpg") center center no-repeat;
  background-size: cover;
}
.new_brandoPromo-wrapper {
  background: url("../imgs/new2-brandoPromo.jpg") center center no-repeat;
  background-size: cover;
}
.new_peqAlmocoOvos-wrapper {
  background: url("../imgs/new-peq-almoco-ovos.jpg") center center no-repeat;
  background-size: cover;
}
p.new-splash, .new-splash {
	margin: 0 auto 20px !important;
	border-radius: 2em;
	background: #d05d15;
	width:110px;
	font-weight: bold;
	padding: 6px 15px 5px;
	font-family: 'Henderson', sans-serif;
}
p.new-splash.date {
	width:auto;
	max-width:230px;
	font-weight: normal;
}


.pizza-wrapper h3 {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
	padding-bottom:0.5rem;
}

.menu-row em {
	font-size: 0.8em;
}
.slide p {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

/***** FOOTER *****/
footer {
  /*max-width: 450px;*/
  margin: 0 auto;
  padding: 30px 30px 20px 30px;
  width: 100%;
  box-sizing: border-box;
  background: #EFECE3;
  position: relative;
	text-align: center;
}

footer a {
  margin-right: 15px;
  font-size: 0.9em;
  white-space: nowrap;
}

footer p, .menu-wrapper em p {
  font-size: 0.75em;
	line-height: 1.8em;
}

footer p a {
  font-size: 1em;
}
.menu-wrapper em p {
  font-size: 0.85em;
	line-height: 1.8em;
}

footer .social {
  position: absolute;
  top: 32px;
  right: 15px;
  display: flex;
  flex-direction: row;
}

footer .social a {
  margin: 0 3px;
}

footer .social_ig, footer .social_fb {
  width: 22px;
  height: 22px;
  background: url("../imgs/social_ig.svg") center center no-repeat;
  background-size: contain;
}

footer .social_fb {
  background: url("../imgs/social_fb.svg") center center no-repeat;
  background-size: contain;
}

footer .social_fb:active, footer .social_ig:active {
  filter: invert(27%) sepia(61%) saturate(3078%) hue-rotate(325deg) brightness(95%) contrast(97%);
}

.logo-footer {
	max-width: 100px;
	height:auto;
	transform: translate(0px, 0px);
	padding: 0 20px 30px 0;
	display: block;
}

option {
  color: #fff;
}

@media (min-width: 375px) {
  button, select {
    min-width: 250px;
  }
	.promo-badge {
		margin: -18rem auto 20px calc(50vw - 2rem);

	}
}

@media (min-width: 540px) {
  h1, h6 {
    margin: 0 0 0.2em 0;
    font-size: 4.5em;
  }

	.header-img {
	margin-top:2rem;
	width:90vw;
	margin-left:auto;
}
	.promo-badge {
	margin: -7.5rem auto 20px calc(50vw - -7.5rem);
}

  .call-wrapper {
    display: block;
  }

.slider {
    /*background-size: 120vw auto;*/
  }
.promo-badge-brando {
  width: 25%;
}
}

@media (min-width: 768px) {
	.hide-t {
		display:none;
	}
  header {
    min-height: 100vh;
	padding-bottom: 10vh;
}

  header p {
    max-width: 400px;
    margin: 1em auto 2.5em;
  }

  .header-logo {
  width: 340px;
  height: 40px;
	margin-bottom:30px;
	  
  }
  h2 {
    font-size: 1.4em;
  }

  button, select {
    margin: 1rem auto;
  }

  .btn-row {
    display: flex;
    justify-content: center;
  }

  .btn-row div {
    margin-right: 8px;
    margin-left: 8px;
  }
	
  .slider .btn-row div {
    margin-right: 5px;
    margin-left: 5px;
  }

  .select-wrapper::before {
    top: 2.1rem;
  }

  .link-wrapper {
    display: block;
  }
.call-wrapper {
    height:0;
    width:0;
  }
	.call-wrapper .link-wrapper {
		white-space: nowrap;
	}
  .call-wrapper.show {
    height: 100%;
    width: calc(260px + 3.6rem);
  }
  .call-wrapper a, .call-wrapper em {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
  }

  .call-wrapper .desktop-label {
    display: inline-block;
  }

  .call-wrapper .mobile-label {
    display: none;
  }

  .promo-badge {
    /*transform: rotate(20deg);
    margin-left: calc(50vw + 150px);*/
    margin-bottom: 0;
    width: 160px;
    height: 160px;
	  padding-top:24px;
	margin: -7rem auto 20px calc(50vw - -14rem);
}

  .promo-badge h2 span {
    font-size: 4rem;
  }
	.header-img {
		margin-top: 2rem;
	max-width:800px;
}

  .slider {
    /*background-size: 100vw auto;*/
  }

  .slider p {
    max-width: 650px;
  }

  .menu-wrapper p {
    max-width: 450px;
  }
	
	.menu-wrapper em p {
    max-width: 650px;
  }

  .menu-container {
    max-width: 700px;
    display: flex;
  }

  .menu-row {
    width: 305px;
    padding: 0 25px;
  }

  .pizza-wrapper h3 {
    max-width: none;
  }

  footer {
    /*max-width: 650px;*/
  }
.row-highlight {
	max-width: 700px;
}
	.logo-footer {
		transform: translate(0px, 10px);
		padding: 0 20px 0px 0;
		display: inline-block;
	}
	.footer-note {
		margin-top:20px;font-size:0.7em;
	}
.promo-badge-brando {
  width: 20%;
}	
.promo-header {
	padding:25px 30px 25px 100px;
	font-size: 0.8rem;
}
.promo-header-icon {
	top: 5px;
	left: 30px;
	width: 55px;
	height: 55px;
}
.promo-header-go {
	height: 15px;
	width:15px;
	top:calc(50% - 8px);
	right:30px;
}
}

@media (min-width: 992px) {
  h1, h6 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 2em;
  }

  p {}

h1 strong a:hover {
  color:#d05d15;
}
  button:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
  }
	button.secondary.dark:hover {
	  background: #000;
	  color: #fff;
	}
	
	.menu-wrapper a:hover {
  color:#d05d15;
}

  footer a:hover, .call-wrapper a:hover {
    text-decoration: underline;
  }
	button.glovo:hover icon::after, button.uber:hover icon::after {
		-webkit-filter: brightness(0) saturate(0);
  filter: brightness(0) saturate(0);
}

  button.getLocation:hover {
    background: none;
    color: #fff;
    border-color: #fff;
  }

  header {
  }

  .header-logo {
  width: 360px;
  height: 40px;
	  margin-bottom:50px;
  }
header #encomendar {
	margin-top:120px;
}

  .slide h3 {
	  padding-left: 20px;
	  padding-right: 20px;
	  max-width:450px;
	  margin-left:auto;
	  margin-right:auto;
  }
  .slider-row {
    display: flex;
    justify-content: center;
  }

  footer .social_fb:hover, footer .social_ig:hover {
    filter: invert(27%) sepia(61%) saturate(3078%) hue-rotate(325deg) brightness(95%) contrast(97%);
  }
.getLocation:hover::before {
  border-color: #fff;
}
.getLocation:hover::after {
  background: #fff;
}
.getLocation.loading:hover::before {
  border-color: #fff;
}
.getLocation.loading:hover::after {
  background: none;
}
.promo-badge-brando {
  width: 160px;
}
}

@media (min-width: 1200px) {
	
header #encomendar {
	/*margin-top:250px;*/
}

}