@font-face {
	font-family: KarlaRegular;
	src: url(../fonts/supperstars/Karla-Regular.ttf);
}
@font-face {
	font-family: SpaceMonoBold;
	src: url(../fonts/supperstars/SpaceMono-Bold.ttf);
}
@font-face {
	font-family: SpaceMonoRegular;
	src: url(../fonts/supperstars/SpaceMono-Regular.ttf);
}

a:hover,
a:focus {
	text-decoration: none;
}

.temp-block{
	border:1px solid #777777;
	border-left:12px solid #777777;
	padding-left:8px;
}

.temp-block  a{
	display: inline-block;
}

.toogasAlert {
	border:1px solid gray;
	border-left:12px solid red;
	padding-left:6px;
	color:red;
	border-radius: 12px;
	font-size:12px;
	line-height:12px;

}

.toogasAlert:hover {
	border:1px solid red;
	color:black;
}

/*.messages .message-notice {
    background-color: yellow;
}

.messages .message-error {
    background-color: red;
}

.messages .message-success {
    background-color: green;
}

.messages .message-warning {
    background-color: orange;
}*/

/* ------------------------------------------------------
   contradizer o bootstrap
 ------------------------------------------------------ */
.label {
	color:orange;
}
img { max-width:100%; }

.page-header {
	border-bottom:0px;
}

.container {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* ------------------------------------------------------
   Bases do Site
 ------------------------------------------------------ */


body{
	font-family: 'SpaceMonoRegular';
}



.page-header{
	margin: 0px 0px 20px;
}


@media screen and (max-width: 767px) {
	.page-header{
		margin: 0px 0px 10px;
	}
}

.TopBar_UserName {
	border-bottom:1px dashed gray;
	/*background:#E9F7DF;*/
	padding:2px;
	text-align: right;
	font-size:110%;
	color:#CEA148;
}

.page-header .SiteLogoInHeader{
	text-align:center;
	padding: 0 15px 15px 15px;
}

.page-header .SiteLogoInHeader h1,
.page-header .SiteLogoInHeader h3{
	margin: 0;
	display: inline;
	font-size: inherit;
}
.Header4Chefs {
	background:#E0E0E0;
	padding:6px;
	text-align: right;
	size:110%;
}
.Header4Chefs img.MyPhoto {
	height:50px;
	width:50px;
	border-radius: 25px;
}



.CustomerMenuArea {
	position:absolute;
	right:0px;
	background:rgb(216, 204, 194);
	padding:20px;
	color:white;
	z-index:9000;
}

.CustomerMenuArea li {
	list-style-type:none;
	padding:4px;
	background:white;
	margin-bottom:3px;
}

.SiteHeader {
}

.SiteHeader .TopBar {
	text-align: right;
	padding: 0;
}

.SiteHeader .TopBar a,
.language-switcher ul.list-inline a {
	font-family: "SpaceMonoBold";
	text-transform: uppercase;
	color: rgb(0, 92, 255);
	font-size: 12px;
	/*margin-right: 10px;*/
}

.SiteHeader .TopBar a.orangeLink {
	color: rgb(255, 158, 122);
}

.SiteBody {
	min-height:400px;
}

.StickerBetaVersion {
	position: fixed;
	top: 10px;
	left: 10px;
	background:rgb(0, 92, 255);
	color: #FFFFFF;
	padding: 0 15px;
	border-left: 16px solid #053795;
	font-size: 26px;
}

.SiteBody_NavColumn {
	background: rgb(255, 158, 122);
	padding: 15px;
}


/* este _fixed não está a ser usado, estava a ser chamado num js do footer mas foi comentado */

.SiteBody_WorkArea {
	min-height:400px;
}

.MainSearch{
	padding:8px;
}

.SiteBody_NavColumn .Title{
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 18px;
	font-family: "SpaceMonoBold";
}

.SiteBody_NavColumn .Title h2{
	margin-top: 0;
	font-size: inherit;
}

.SearchFormBlock .col-form-labelx,
.SearchFormBlock .col-form-label {
	display: none;
}

.SearchFormBlock #where,
.SearchFormBlock input[name="date"],
.SearchFormBlock select[name="price[1]"],
.SearchFormBlock select[name="workshop_price[1]"],
.SearchFormBlock select[name="contentTheme"],
.SearchFormBlock select[name="tags"],
.SearchFormBlock select[name="refeicao"] {
	height: 20px;
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
	font-size: 11px;
	font-family: "SpaceMonoRegular";
	text-transform: uppercase;
	/*background-image: none;*/
	border: none;
	line-height: 20px;
	padding: 0 5px;
	border-radius: 0 !important;

}

.SearchFormBlock [type=submit] {
	font-family: "SpaceMonoBold";
	font-size: 10px;
	background: #FFFFFF;
	border: none;
	color: #000;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	padding: 0;
	border-radius: 0;
}
/* X on search bar inputs */
.SearchFormBlock .clearable {
	background: #fff url(https://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;
	border: 1px solid #999;
	border-radius: 3px;
	transition: background 0.4s;
}
.SearchFormBlock .clearable.x  { /* (jQ) Show icon */
	background-position: right 5px center;
}
.SearchFormBlock .clearable.onX { /* (jQ) hover cursor style */
	cursor: pointer;
}
.SearchFormBlock .clearable::-ms-clear { /* Remove IE default X */
	display: none;
	width:0;
	height:0;
}
/* Hide dropdown arrow */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.SiteBody_NavColumn .SearchButtons .button {
	background: rgb(0, 92, 255);
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	margin-bottom: 8px;
	border: 1px solid transparent;
	font-family: "SpaceMonoBold";
}

.SiteBody_NavColumn .SearchButtons .button.buttonGray {
	background-color: rgb(216, 204, 194);
	height: 25px;
	line-height: 25px;
}

.SiteBody_NavColumn .SearchButtons .button.buttonGray a {
	color: #000000;
}

.SiteBody_NavColumn .SearchButtons .button a {
	color: #FFFFFF;
	display: block;
	padding: 0 10px;
	width: 100%;
	font-size: 12px;
	font-family: "SpaceMonoBold";
}

.SiteBody_NavColumn .SearchButtons .button a:hover {
	text-decoration: none;
}

.SiteBody_NavColumn .SearchButtons .button:hover {
	border-color: rgb(0, 92, 255);
	background-color: #FFFFFF;
}

.SiteBody_NavColumn .SearchButtons .button:hover a {
	color: rgb(0, 92, 255);
}

.SiteBody_NavColumn .SearchButtons .button.gray {
	background-color: rgb(216, 204, 194);
	margin-top: 8px;
	margin-bottom: 0;
}

.SiteBody_NavColumn .SearchButtons .button.gray a {
	color: #000000;
}

.SiteBody_NavColumn .SearchButtons .button.gray:hover {
	color: rgb(216, 204, 194);
	border-color: rgb(216, 204, 194);
	background-color: #FFFFFF;
}

.SiteBody_NavColumn .SearchButtons .button.gray:hover a {
	color: #000000;
}

.SiteBody_NavColumn .SearchButtons .button.black {
	background-color: black;
	margin-top: 8px;
	margin-bottom: 0;
}
.SiteBody_NavColumn .SearchButtons .button.black a {
	color: #FFFFFF;
}

.SiteBody_NavColumn .SearchButtons .button.black:hover {
	border-color: transparent;
}

@media screen and (max-width: 1200px) and (min-width: 991px){
	.SiteBody_NavColumn .Title{
		font-size: 14px;
	}
	.SiteBody_NavColumn .SearchButtons .button a{
		font-size: 9px;
	}
}
.SiteBody_NavColumn .searchParams_Area {
	margin: 15px 0;
}

.SiteBody_NavColumn .searchParams_Area .searchParams_Title {
	font-size: 12px;
	font-family: "SpaceMonoBold";
	margin-bottom: 5px;
}

.SiteBody_NavColumn .searchParams_Area .searchParams_ParamArea .searchParams_ParamHeader {
	background: #FFFFFF;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-family: "SpaceMonoRegular";
	font-size: 10px;
	width: 90%;
	float: left;
	border: 1px solid #CCCCCC;
}

.SiteBody_NavColumn .searchParams_Area .searchParams_ParamArea .searchParams_ParamHeaderDelete {
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	text-align: center;
	width: 10%;
	float: left;
	border: 1px solid #CCCCCC;
}


.SiteBody_NavColumn .searchParams_Area .searchParams_DelAllLink {
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
	font-family: "SpaceMonoBold";
}

.SiteBody_NavColumn .searchParams_Area .searchParams_ParamValues .filter {
	height: 30px;
	font-family: "SpaceMonoRegular";
	font-size: 10px;
	line-height: 30px;
	background: #FFFFFF;
	padding: 0 15px;
}

/** -----------------------
	Pesquisa no Header (overrides e responsive do que existia antes)
 -------------------------- */
.SiteBody_NavColumn_Header.SiteBody_NavColumn {
	background-color: #FFFFFF;
	padding-bottom: 0px;
}

.SiteBody_NavColumn_Header.SiteBody_NavColumn .SearchButtons {
	background: rgb(255, 158, 122);
	padding: 15px;
}

.SiteBody_NavColumn_Header.SiteBody_NavColumn .SearchButtons .button,
.SiteBody_NavColumn_Header.SiteBody_NavColumn .messages,
.SiteBody_NavColumn_Header.SiteBody_NavColumn .messages .alert,
.SiteBody_NavColumn_Header.SiteBody_NavColumn .SearchFormBlock .form-group:nth-last-child(2) {
	margin-bottom: 0px;
}

.SiteBody_NavColumn_Header.SiteBody_NavColumn .SearchButtons .Title{
	text-align: center;
}
.SiteBody_NavColumn_Header.SiteBody_NavColumn .SearchFormBlock {
	margin-top: 8px;
}

.SiteBody_NavColumn_Header.SiteBody_NavColumn .SearchButtons .button a {
	text-align: center;
}

.SiteBody_NavColumn .SearchButtons .button.active {
	border-color: rgb(0, 92, 255);
	background-color: #FFFFFF;
}

.SiteBody_NavColumn .SearchButtons .button.active a {
	color: rgb(0, 92, 255);
}

/* loading div */
.loading{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 16000002;
	background-color: rgba(255,255,255,0.7);
	border-radius: 6px;
	border: none;
}

@media screen and (max-width: 991px) {
	.loading {
		margin-top: -30px;
	}
}

.loader {
	border: 5px solid #f3f3f3;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 5px solid #555;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}


@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*FOOTER*/

footer {
	margin-top: 30px;
	display: inline-block;
}

footer .concierge {
	color: #BFAD98;
	font-size: 14px;
	font-family: "SpaceMonoRegular";
}

footer .concierge a {
	background-color: rgb(0, 92, 255);
	color: #FFFFFF;
	padding: 3px 5px;
	white-space: nowrap;
}

footer .footer-links a {
	color:rgb(255, 158, 122);
	text-transform:uppercase;
	font-size: 14px;
	font-family: "SpaceMonoBold";
}

footer .footer-links a:after {
	content: "|";
	padding-left: 10px;
	color:rgb(255, 158, 122);
}

footer .footer-links a:last-of-type:after {
	content: "";
}

footer .social {
	margin: 15px 0;
}

footer .social a {
	background-color: rgb(255, 158, 122);
	color: #FFFFFF;
	height: 20px;
	width: 20px;
	display: inline-block;
	text-align: center;
}

footer .social a i {
	line-height: 20px;
}



.vertical-gap {
	margin-top:30px;
}

.spacer_v30 {
	margin-top:30px;
}


.HeaderBar .HeaderBarCenter,
.HeaderBar .chef_name,
.cms-page-view .HeaderBar {
	text-transform: uppercase;
}


/* ------------------------------------------------------
   Product Page
 ------------------------------------------------------ */
.customer-account-create .HeaderBar,
.login-container .HeaderBar,
.forgot-password-container .HeaderBar,
.account .HeaderBar,
.ProductPageReserve .HeaderBar{
	background: rgb(0, 92, 255);
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}
.account .HeaderBar,
.customer-account-create .HeaderBar,
.login-container .HeaderBar,
.forgot-password-container .HeaderBar,
.ProductPage .HeaderBar > a,
.ProductPageReserve .HeaderBar .HeaderBarCenter,
.ProductPageReserve .HeaderBar > a,
.ArticlesCatalogPage .HeaderBar .HeaderBarCenter,
.ArticlesCatalogPage .HeaderBar a,
.chefViewPage .HeaderBar > a,
.ArticlePage .HeaderBar > a {
	color: #FFFFFF;
	font-family: "SpaceMonoBold";
	font-size: 12px;
	text-transform: uppercase;
}

.HeaderBar .HeaderBarCenter h1{
	display: inline;
	font-size: inherit;
}

.ProductPageReserve .HeaderBar a:hover i,
.ArticlesCatalogPage .HeaderBar a:hover i {
	cursor: pointer;
	color: #000000;
}

.ProductPage .ChefArea {
	/*background:#E5DFDB;*/
	/* margin-bottom:100px; */
}

.ProductPage .ChefArea .Photo img {
	width:100%;
}

.ProductPage .RelatedInfoBlock01 {
	margin-bottom: 5px;
}

.ProductPage .ChefArea .Contents .ChefTagline {
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	color:#F87C00;
}

.ProductPage .ChefArea .Contents .ChefName {
	margin-top: 15px;
}

.ProductPage .ChefArea .Contents .ChefName a {
	font-size: 14px;
	font-family: "SpaceMonoBold";
	color: #000000;
}

.ProductPage .ChefArea .Contents .ChefReviews {
	margin-top: 15px;
}

.ProductPage .ChefArea .Contents  .ChefLink {
	text-align:right;
}

.ProductPage .ChefArea .Contents .ChefExperienceDescription {
	font-size: 14px;
	font-family: "KarlaRegular";
	color: #000000;
	margin-top: 15px;
}

.ProductPage .ProductArea {

}

.ProductPage .BackgroundGray {
	background:rgb(216, 204, 194);
}

.ProductPage .ProductArea .Photo img {
	width:100%;
}

.ProductPage .ProductArea .Contents {
	padding:16px;
}

.ProductPage .ProductArea .Contents .NomeExperiencia {
	font-size: 14px;
	font-family: "SpaceMonoBold";
}

.ProductPage .ProductArea .Contents .Preco {
	font-size: 12px;
	font-family: "SpaceMonoRegular";
	text-align: right;
}

.ProductPage .ProductArea .Contents .Preco > span:first-child {
	font-family: "SpaceMonoBold";
}

.ProductPage .ProductArea .Contents .PrecoKid {
	font-size: 14px;
	text-align:right;
}


/* Tags na experiência (especial tags)  */

.ProductPage .ProductArea .Contents .ExperieceTags {
	margin-top: 15px;
}

.ProductPage .ProductArea .Contents .ExperieceTags .RelatedInfoBlock01 {
}

.ProductPage .ProductArea .Contents .ExperieceTags .RelatedInfoBlock01 .Titulo {
}

.ProductPage .ProductArea .Contents .ExperieceTags .RelatedInfoBlock01 .Item {
	background:#DDD5CF;
}

.ProductPage .ProductArea .Contents .ExperieceTags .RelatedInfoBlock01 .Item a {
	color: #000000;
	font-family: "SpaceMonoRegular";
	font-size: 10px;
	background: rgb(255, 158, 122);
	padding: 5px 10px;
	color: #FFFFFF;
	border: 1px solid #000000;
}

.ProductPage .ProductArea .Contents .ExperieceTags .RelatedInfoBlock01 .Item a:hover {
	text-decoration: none;
	color: rgb(255, 158, 122);
	background-color: #FFFFFF;
	border-color: rgb(255, 158, 122);
}

.ProductPage .ProductArea .Contents .DescricaoExperiencia {
	font-size: 12px;
	font-family: "SpaceMonoRegular";
	margin-top: 15px;
}

.ProductPage .ProductArea .Contents .InfoLabel {
	font-family: "SpaceMonoRegular";
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.ProductPage .ProductArea .Contents .InfoLabelTitle {
	color:black;
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
}

.ProductPage .ProductArea .Contents .InfoContent {
	font-family: "SpaceMonoBold";
	font-size: 14px;
	display: inline-block;
}

.ProductPage .ProductStages .Ingredients {
	margin-top: 15px;
}

.ProductPage .ProductStages{
	/* border:1px solid black; */
}
.ProductPage .ProductStages .Ingredients {
	font-size:11px;
	line-height:14px;

}

.ProductPage .ProductStages .Ingredients .IngredientLabel {
	font-family: "SpaceMonoRegular";

}

.ProductPage .ProductStages .Ingredients .IngredientName {
	font-family: "SpaceMonoRegular";
	padding-top: 5px;
}

.ProductPage .ProductStages .Ingredients .IngredientName:hover {
	opacity: .5;
	/*cursor: pointer;*/
}

.ProductPage .ProductStages .RecommendedDrink{
	color:#5F5F5F;
	font-size:90%;
}


.ProductPageReserve .BotaoReservar,
.ProductPage .BotaoReservar {
	background: rgb(0, 92, 255);
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	font-family: "SpaceMonoBold";
	text-transform:uppercase;
	font-size:22px;
	color:#FFFFFF;
	text-decoration:none;
	border: none;
	width: 100%;
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 0;
}


.ProductPageReserve .form-control,
.ProductPageReserve textarea {
	/*border-color: rgb(0, 92, 255);*/
	border-radius: 0 !important;
	height: 20px;
	/*line-height: 30px;*/
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
	font-size: 11px;
	font-family: "SpaceMonoRegular";
	text-transform: uppercase;
	/*background-image: none;*/
	line-height: 20px;
	padding: 0 5px;
	border: 1px solid rgb(255, 158, 122);
}

.ProductPageReserve .form-group {
	margin-bottom: 8px;
}

.ProductPageReserve .form-control:focus,
.ProductPageReserve textarea:focus {
	border: 1px solid rgb(0, 92, 255);
}

/*.BotaoContactosSubmeter {*/
	/*background: rgb(0, 92, 255);*/
	/*color: #FFFFFF;*/
	/*padding: 10px;*/
	/*text-align: center;*/
	/*font-family: "SpaceMonoBold";*/
	/*text-transform:uppercase;*/
	/*font-size:16px;*/
	/*color:#FFFFFF;*/
	/*text-decoration:none;*/
	/*border: none;*/
	/*!**/
    /*width: 100%;*/
    /*display: inline-block;*/
    /**!*/
	/*border: 1px solid transparent;*/
	/*border-radius: 0 !important;*/
	/*float:left;*/
/*}*/


/*.ProductPage .BotaoReservar:hover {*/
	/*border: 1px solid rgb(0, 92, 255);*/
	/*color: rgb(0, 92, 255);*/
	/*background-color: #FFFFFF;*/
/*}*/


/* para detalhes como tipo de cozinha, estilo de cozinha, etc. */



.ProductPage .RelatedInfoBlock01 .Titulo{
	display: inline-block;
	font-family: "SpaceMonoBold";
	font-size: 11px;
	margin-right: 15px;
}



.ProductPage .RelatedInfoBlock01 .Item {
	display: inline-block;
	margin-right: 5px;
}

.ProductPage .RelatedInfoBlock01 .Item a {
	background-color: #FFFFFF;
	padding: 0 5px;
	font-family: "SpaceMonoRegular";
	font-size: 10px;
}


.ProductPage .OneImage {
	float:left;
	margin:4px;
	height:120px;
	overflow:hidden;
}

.ProductPage .OneImage img {
	height:100%;
}


.ProductPage .Box01 {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}

.ProductPage .Box01 .Label {
	background:#B2A194;
	padding: 5px;
	font-family: "SpaceMonoRegular";
	font-size: 10px;
}

.ProductPage .Box01 .Content {
	background-color: #FFFFFF;
	font-family: "SpaceMonoRegular";
	font-size: 10px;
}

.ProductPage .ProductImagesGallery {
	display:block !important
}



/* ------------------------------------------------------
   Product Catalog Page
 ------------------------------------------------------ */

.ProductCatalogPage {

}

.hover-image .Photo {
	/*height: 275px;*/
	height: 340px;
	position: relative;
	cursor: pointer;
}

.hover-image .Photo > div.image {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}

.hover-image .Photo > div.image.background-center {
	background-position-x: center;
}

.hover-image .Photo .overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: table;
	position: absolute;
	z-index: 0;
	background: rgba(255, 158, 122, 0.8) !important;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.Item_layout01 .Photo .overlay,
.CatalogChefItem_layout01 .Photo .overlay {
	background: rgba(255, 158, 122, 0.8) !important;
}

.slider-chefs .Photo .overlay {
	background: rgba(0, 92, 255, 0.8) !important;
}

.hover-image .Photo .overlay a.expand {
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.hover-image .Photo .overlay a.expand,
.Item_layout01 .Photo .overlay a.expand,
.CatalogChefItem_layout01 .Photo .overlay a.expand {
	display: block;
	position: absolute;
	z-index: 100;
	text-align: center;
	color: #FFFFFF;
	line-height: 50px;
	font-family: "SpaceMonoRegular";
	font-size: 20px;
	border: none;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.hover-image .Photo.hover .overlay {
	opacity: 1;
}

.hover-image .Photo.hover .overlay a.expand {
	opacity: 1;
	text-decoration: none;
	position: relative;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
	transform: translateY(-50%);
}

/*.hover-image .Photo.hover .overlay a.expand.has-tags {
	margin-top: 10%;
}*/

.hover-image .Photo .overlay .tags,
.hover-image .Photo .overlay .price-tag {
	margin-top: 15px;
}

.hover-image .Photo .overlay .tags > div,
.hover-image .Photo .overlay .price-tag {
	font-size: 12px;
	font-family: "SpaceMonoBold";
	line-height: 20px;
}


.ProductCatalogPage .CatalogProductItem_layout01 .Info {
	min-height: 150px;
	overflow: hidden;
	padding-top: 15px;
}

.ProductCatalogPage .CatalogProductItem_layout02 .Info {
	min-height: 75px;
	overflow: hidden;
	padding-top: 15px;
}


.ProductCatalogPage .CatalogProductItem_layout01 .Info .ProductName,
.ProductCatalogPage .CatalogProductItem_layout01 .Info .price-tag,
.ProductCatalogPage .CatalogProductItem_layout02 .Info .ProductName,
.ProductCatalogPage .CatalogProductItem_layout02 .Info .price-tag {
	font-size: 14px;
	font-family: "SpaceMonoBold";
	color: #000000;
}

.remove-date-x {
	cursor: pointer;
}

.remove-date-x:hover {
	opacity:.5;
}
.error-text-container{
	z-index: 1;
	cursor: default;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 50px;
	padding: 15px;
	background-color: rgb(255, 158, 122);
}

.error-text-container .error-text{
	color:white;
	font-weight: bold;
	display: inline-block;
	white-space: nowrap;
	font-family: SpaceMonoBold;
	text-transform: uppercase;
	font-size: 14px;
}

.error-text-container .error-text:after{
	content: " | ";
}
.error-text-container .error-text:last-child:after{
	content: "";
}

.hoverIcons {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.hoverIcons ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 5px;
}

.hoverIcons li {
	float: left;
	margin-right: 5px;
	list-style: none;
	background: rgb(255, 158, 122);
	color: #FFFFFF;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
}

.hoverIcons li.inactive {
	background-color: rgb(216, 204, 194);
}

.ProductCatalogPage .legend {
	margin: 15px 0;
	font-size: 12px;
	color: #000000;
	font-family: "SpaceMonoBold";
}

.ProductCatalogPage .legend span {
	padding: 5px 10px;
	background: rgb(255, 158, 122);
	color: #FFFFFF;
}

.ProductCatalogPage .CatalogProductItem_layout01 .Info .ChefName,
.ProductCatalogPage .CatalogProductItem_layout02 .Info .ChefName {
	margin-top: 5px;
	font-size: 12px;
	color: #000000;
	font-family: "SpaceMonoRegular";
}

.ProductCatalogPage .CatalogProductItem_layout01 .Info .Reviews {
	margin-top: 5px;
}

.ProductCatalogPage .CatalogProductItem_layout01 .Info .Reviews .StarsInfo {
	margin-top: 5px;
	padding-top: 3px;
}

.ProductCatalogPage .CatalogProductItem_layout01 .Info .Reviews .NumAvals {
	font-family: "SpaceMonoRegular";
}

/* ------------------------------------------------------
   Stickers para catÃ¡logo...
 ------------------------------------------------------ */


.stickerWhereOK {
	position:absolute;
	top:10px;
	right:10px;

	background:#FAFA62;
	padding:1px;
	padding-left:6px;
	padding-right:10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	line-height:14px;
	border-right:5px solid #55FF2A;

}

.stickerDateOK {
	position:absolute;
	top:27px;
	right:10px;

	background:#FCA99E;
	padding:1px;
	padding-left:6px;
	padding-right:10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	line-height:14px;
	border-right:5px solid #55FF2A;
}

.stickerMomentOK {
	position:absolute;
	top:44px;
	right:10px;

	background:#69A3D9;
	padding:1px;
	padding-left:6px;
	padding-right:10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	line-height:14px;
	border-right:5px solid #55FF2A;
}



/* ------------------------------------------------------
   Reviews
 ------------------------------------------------------ */

.LinkReviewsDetail {
	font-size: 24px;
	font-family: "KarlaRegular";
	margin-top: 15px;
	background: rgb(216, 204, 194);
	height: 35px;
	color: #000000;
	line-height: 35px;
	padding: 0 10px;
	cursor: pointer;
}

.ProductPage .LinkReviewsDetail {
	font-size: 14px;
	font-family: "SpaceMonoRegular";
	margin-top: 15px;
	background: rgb(216, 204, 194);
	height: 30px;
	color: #000000;
	line-height: 30px;
	padding: 0 10px;
	cursor: pointer;
	font-weight: bold;
}

.searchParams_ParamHeader:after,
.LinkReviewsDetail:after {
	float: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f106" !important;
	color: initial;
	font-size: 20px;
	line-height: 35px;
}

.ProductPage .LinkReviewsDetail:after {
	line-height: 30px;
}

.searchParams_ParamHeader:after,
.LinkReviewsDetail.collapsed:after {
	float: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f107" !important;
	color: initial;
	line-height: 35px;
}

.ProductPage .LinkReviewsDetail.collapsed:after {
	line-height: 30px;
}

#ChefReviewsAll {
	margin-top: 0;
}

.ChefReviews .Review {
	border-bottom: 1px solid rgb(216, 204, 194);
	padding: 15px 0;
}

.ChefReviews .Review:last-child {
	border-bottom: none;
}

.ChefReviews .Review .Review_Date {
	font-size: 12px;
	font-family: "SpaceMonoRegular";
	color: #000000;
}

.ChefReviews .Review .Review_Stars {
	float: right;
}

.ChefReviews .Review .ReviewsStars {
	width: 13px;
}

.ChefReviews .nr_reviews_value {
	text-transform: uppercase;
	font-size: 12px;
	font-family: "SpaceMonoRegular";
}


.ChefReviews .Review .Review_UserName {
	margin-top: 15px;
	font-size: 10px;
	font-family: "SpaceMonoBold";
}

.ChefReviews .Review .Review_ExperienceName,
.ChefReviews .Review .Review_ExperienceName a {
	font-size: 14px;
	color: #000000;
	font-family: "SpaceMonoBold";
	margin-top: 5px;
	width: 60%;
	display: inline-block;
}


.ChefReviews .Review .Review_Title,
.ChefReviews .Review .Review_Comment {
	font-family: "KarlaRegular";
	font-size: 13px;
	margin-top: 5px;
}

/* ------------------------------------------------------
   Chef Catalog Page
 ------------------------------------------------------ */

.ChefCatalogPage {

}

.CatalogChefItem_layout01 .Info {
	min-height: 120px;
	padding-top: 15px;
}

.slider-chefs .Info {
	min-height: auto;
}

.CatalogChefItem_layout01 .Info .ChefName {
	font-size: 14px;
	font-family: "SpaceMonoBold";
	color: #000000;
}

.CatalogChefItem_layout01 .Info .ChefShortPresentation {
	font-size:12px;
	font-weight:normal;
	color:#BE9416;
	background:#efefef;
	padding:10px;
}


.CatalogChefItem_layout01 .Info .Reviews {

}

.CatalogChefItem_layout01 .Info .Reviews .StarsInfo {
	margin-top: 5px;
	padding-top: 3px;
}

.CatalogChefItem_layout01 .Info .Reviews .NumAvals {
	font-family: "SpaceMonoRegular";
}



/* ------------------------------------------------------
   Chef View Page
 ------------------------------------------------------ */

.ThemesCatalogPage .HeaderBar,
.ThemePage .HeaderBar,
.checkout-success .HeaderBar,
.ArticlePage .HeaderBar,
.ArticlesCatalogPage .HeaderBar,
.cms-page-view .HeaderBar,
.cms-index-index .HeaderBar,
.ProductCatalogPage .HeaderBar,
.chefViewPage .HeaderBar,
.ProductPage .HeaderBar,
.ChefCatalogPage .HeaderBar {
	background: rgb(255, 158, 122);
	color: #FFFFFF;
	font-family: "SpaceMonoBold";
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}

.ThemesCatalogPage .HeaderBar > a,
.ThemePage .HeaderBar > a,
.ArticlesCatalogPage .HeaderBar > a,
.cms-page-view .HeaderBar > a,
.cms-index-index .HeaderBar > a,
.ProductCatalogPage .HeaderBar > a,
.chefViewPage .HeaderBar > a,
.ChefCatalogPage .HeaderBar > a{
	padding: 0 15px;
	color: #000000;
}

.ThemesCatalogPage .HeaderBar > a:hover i,
.ThemePage .HeaderBar > a:hover i,
.ArticlePage .HeaderBar > a:hover i,
.ArticlesCatalogPage .HeaderBar > a:hover i,
.cms-page-view .HeaderBar > a:hover i,
.cms-index-index .HeaderBar > a:hover i,
.ProductCatalogPage .HeaderBar > a:hover i,
.chefViewPage .HeaderBar > a:hover i,
.ProductPage .HeaderBar > a:hover i,
.ChefCatalogPage .HeaderBar > a:hover i{
	color: #000000;
}

.ThemesCatalogPage .HeaderBar > a:hover,
.ThemePage .HeaderBar > a:hover,
.ArticlePage .HeaderBar > a:hover,
.ArticlesCatalogPage .HeaderBar > a:hover,
.cms-page-view .HeaderBar > a:hover,
.cms-index-index .HeaderBar > a:hover,
.ProductCatalogPage .HeaderBar > a:hover,
.chefViewPage .HeaderBar > a:hover,
.ProductPage .HeaderBar > a:hover,
.ChefCatalogPage .HeaderBar > a:hover {
	cursor: pointer;
}

/** Login container **/

.customer-account-create .messages {

}

.reserva-view .note,
.customer-account-create .note,
.login-container .note,
.forgot-password-container .note,
.form-edit-account .note,
.checkout-success .note {
	margin: 15px 0;
	font-family: "SpaceMonoBold";
	font-size: 14px;
}

.customer-account-create .note {
	margin-bottom: 0;
}

.reserva-view .primary,
.customer-account-create .primary,
.login-container .primary,
.forgot-password-container .primary,
.form-edit-account .primary,
.bulkForm .primary,
.BotaoContactosSubmeter{
	background: rgb(0, 92, 255);
	color: #FFFFFF;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	border: 1px solid transparent;
	padding: 0 15px;
	font-size: 12px;
	font-family: "SpaceMonoBold";
	display: inline-block;
}

.customer-account-create .primary a,
.login-container .primary a,
.forgot-password-container .primary a,
.form-edit-account .primary a {
	color: #FFFFFF;
}

.reserva-view .primary:hover,
.customer-account-create .primary:hover,
.login-container .primary:hover,
.forgot-password-container .primary:hover,
.form-edit-account .primary:hover,
.bulkForm .primary:hover,
.BotaoContactosSubmeter:hover{
	border-color: rgb(0, 92, 255);
	background-color: #FFFFFF;
	color: rgb(0, 92, 255);
}

.customer-account-create .primary:hover a,
.login-container .primary:hover a,
.forgot-password-container .primary:hover a,
.form-edit-account .primary:hover a {
	color: rgb(0, 92, 255);
}

.reserva-view label,
.customer-account-create label,
.login-container label,
.forgot-password-container label,
.form-edit-account label {
	padding: 5px 0;
	color: #000000;
	font-family: "SpaceMonoRegular";
	font-size: 12px;
}

.reserva-view input,
.reserva-view textarea,
.customer-account-create input,
.login-container input,
.forgot-password-container input,
.form-edit-account input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px !important;
	color: #000000;
	font-size: 12px;
	font-family: "SpaceMonoRegular";
	border-radius: 0;
	border: 1px solid #CCCCCC !important;
}

.form-edit-account input[type="checkbox"] {
	width: auto;
	float: left;
	margin-right: 10px;
}

.form-edit-account input[type="checkbox"] + label {
	margin-top: 10px;
	display: inline-block;
}


.reserva-view textarea {
	height: auto;
}

.reserva-view input:focus,
.reserva-view textarea:focus,
.customer-account-create input:focus,
.login-container input:focus,
.forgot-password-container input:focus,
.form-edit-account input:focus {
	border: 1px solid rgb(0, 92, 255);
	box-shadow: none;
}

.customer-account-create .field.password,
.login-container .field.password,
.forgot-password-container .field.password,
.form-edit-account .field.password {
	margin-bottom: 15px;
	margin-top: 5px;
}

.customer-account-create .block,
.login-container .block,
.forgot-password-container .block,
.form-edit-account .block {
	padding-top: 15px;
	padding-bottom: 15px;
}

.customer-account-create .block {
	padding-top: 0;
}

.account .mage-error {
	font-size: 10px;
	font-family: "SpaceMonoBold";
	background: #ddd;
	color: #000000;
	padding: 3px 5px;
	margin-bottom: 2px;
}

@media screen and (min-width: 1200px){
	.customer-account-login .login-column .HeaderBar{
		margin-right: -15px;
	}
	.customer-account-login .register-column .HeaderBar{
		margin-left: -15px;
	}
}

/** end login */

/** user acoount **/

.SiteHeader .dropdown-user {
	min-width: 180px;
}

.SiteHeader .dropdown-user > button,
.mobile-switcher .dropdown-user > button {
	background: none;
	border: none;
	font-family: "SpaceMonoBold";
	text-transform: uppercase;
	color: rgb(0, 92, 255);
	font-size: 12px;
	padding: 0;
}

.SiteHeader .dropdown-user.open > button,
.mobile-switcher .dropdown-user.open > button {
	box-shadow: none;
}

.SiteHeader .dropdown-user.open > ul.dropdown-menu,
.mobile-switcher .dropdown-user.open > ul.dropdown-menu  {
	background-color: rgb(216, 204, 194);
	margin-top: 10px;
	right: 0;
	min-width: 180px;
}

.SiteHeader .dropdown-user.open > ul.dropdown-menu li a,
.mobile-switcher .dropdown-user.open > ul.dropdown-menu li a {
	background: #FFFFFF;
	margin: 0 15px;
	text-align: right;
	margin-top: 5px;
	padding: 5px;
	font-family: "SpaceMonoRegular";
	color: #000000;
}

.SiteHeader .dropdown-user.open > ul.dropdown-menu li:last-child a,
.mobile-switcher .dropdown-user.open > ul.dropdown-menu li:last-child a {
	margin-bottom: 5px;
}

.account .account-nav {
	margin: 10px 0;
}

.account .account-nav > ul li {
	display: inline-block;
}

.account .account-nav > ul li a {
	background: rgb(0, 92, 255);
	color: #FFFFFF;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	border: 1px solid transparent;
	padding: 0 15px;
	font-size: 12px;
	font-family: "SpaceMonoBold";
	display: inline-block;
	margin-bottom: 5px;
}

.account .account-nav > ul li.active a,
.account .account-nav > ul li a:hover {
	border-color: rgb(0, 92, 255);
	background-color: #FFFFFF;
	color: rgb(0, 92, 255);
}


/** end user account **/



.chefViewPage .chefTagline {
	background:#D6D6D6;
	padding:8px;
	font-size:18px;
}

.chefViewPage .chef_name {
	padding-left: 20px;
	padding-right: 20px;
}

.chefViewPage .chefMain .chefInfo {
	margin-top: 25px;
	margin-bottom: 25px;
}

.chefViewPage .chefMain .Photo{

}

.chefViewPage .chefMain .Photo img {
	width: 100%;
}

.chefViewPage .chefMain .chefInfo .chefName {
	font-weight: bold;
	font-size: 24px;
}

.chefViewPage .chefMain .chefInfo .chefShortDescription {
	color: #000000;
	margin: 15px 0;
	font-size: 14px;
	font-family: "KarlaRegular";
}

.chefViewPage .chefMain .chefInfo .Conteudo {
	margin-bottom:15px;
}

.chefViewPage .chefMain .chefInfo .Conteudo .Label {
	font-family: "SpaceMonoBold";
	font-size: 14px;
}

.chefViewPage .chefMain .chefInfo .Conteudo .Value {
	color: #000000;
	font-family: "SpaceMonoRegular";
	font-size: 12px;
}

.chefViewPage .ProductCatalogPage > div {
	width: 100%;
	padding: 0;
}
.chefViewPage .ProductCatalogPage .chef-experiences > h5,
.chefViewPage .ProductCatalogPage .chef-workshops > h5 {
	color: #000000;
	margin: 15px 0;
	font-size: 24px;
	font-family: "KarlaRegular";
}

.chefViewPage .ProductCatalogPage .chef-workshops > h5 {
    margin-top: 0px;
}

.chefViewPage .chefInfo .ChefReviews {
	margin: 15px 0;

}



.chefViewPage  .RelatedInfoBlock01{

}

.chefViewPage  .RelatedInfoBlock01 .Titulo{
	display: inline-block;
	font-family: "SpaceMonoBold";
	font-size: 11px;
	margin-right: 15px;
	float: left;
	line-height: 30px;
}

.chefViewPage  .RelatedInfoBlock01 .Item {
	display: inline-block;
}

.chefViewPage  .RelatedInfoBlock01 .Item a {
	color: #000000;
	font-family: "SpaceMonoRegular";
	font-size: 10px;
	background: rgb(255, 158, 122);
	padding: 5px 10px;
	color: #FFFFFF;
	border: 1px solid #000000;
	float: left;
	margin-right: 5px;
}

.chefViewPage .RelatedInfoBlock01 .Item a:hover {
	text-decoration: none;
	color: rgb(255, 158, 122);
	background-color: #FFFFFF;
	border-color: rgb(255, 158, 122);
}

.chefViewPage .ProductCatalogPage .chef-workshops .white-space{
    margin-top: 15px;
}



/* ------------------------------------------------------
   Articles Catalog Page
 ------------------------------------------------------ */

.ArticlesCatalogPage .Item_layout01 .Photo {
	overflow:hidden;
}

.ArticlesCatalogPage .Item_layout01 .Photo img {
	width:100%;
	min-height:100%;
	overflow:hidden;
}

.ArticlesCatalogPage .Item_layout01 .Info {
	min-height: 130px;
	padding-top: 15px;
}

.ArticlesCatalogPage .Item_layout01 .Info .ArticleTitle {
	font-size: 12px;
	font-family: "SpaceMonoBold";
	color: #000000;
	display: inline-block;
}

.ArticlesCatalogPage .Item_layout01 .Info .ArticleSummary,
.ArticlesCatalogPage .Item_layout01 .Info .ArticleSubtitle {
	margin-top: 5px;
	font-size: 10px;
	color: #000000;
	font-family: "SpaceMonoRegular";
	display: block;
	clear: both;
}

.ArticlesCatalogPage .Item_layout01 .Info .ArticleSummary {
	font-size: 13px;
	font-family: "KarlaRegular";
}

.ArticlesCatalogPage .Item_layout01 .Info .ArticleDate {
	float: right;
}

.ProductPageReserve .Contents .NomeExperiencia {
	font-family: "SpaceMonoBold";
	font-size: 18px;
	margin-top: 15px;
}

.ProductPageReserve .Contents h3 a {
	font-family: "SpaceMonoBold";
	font-size: 14px;
	color: #000000;
}

.ProductPageReserve .Contents .ChefName {
	font-family: "SpaceMonoRegular";
	font-size: 14px;
}

.ProductPageReserve .Contents .InfoLabel,
.ProductPageReserve .Contents .DescricaoExperiencia .InfoLabelTitle {
	font-size: 14px;
	font-family: "SpaceMonoBold";
	color: #000000;
	margin-top: 25px;
}

.ProductPageReserve .Contents .InfoContent,
.ProductPageReserve .Contents .DescricaoExperiencia {
	padding-top: 5px;
	font-size: 14px;
	font-family: "SpaceMonoRegular";
	color: #000000;
}

.ProductPageReserve .step-box{
	background:rgb(255, 158, 122);
	margin-bottom:15px;
	padding:10px;
}

.ProductPageReserve .step-box.step-price{
	font-size: 140%;
}

.ProductPageReserve .step-info{
	background:rgb(216, 204, 194);
	margin-bottom:10px;
	padding:10px;
}


/* ------------------------------------------------------
   Article view Page
 ------------------------------------------------------ */


.ArticlePage {
	/*border:1px dashed gray;*/
}
.ArticlePage .ArticlePhoto {
	width:100%;
	overflow:hidden;
}

.ArticlePage .ArticlePhoto img {
	width:100%;
}

.ArticlePage .ArticleTitle {
	font-size:20px;
	font-family: "SpaceMonoBold";
	color:#000000;
	margin-bottom: 20px;
}

.ArticlePage .ArticleSubtitle {
	font-size:16px;
	font-weight:bold;
}

.ArticlePage .articleText {
	font-family:"KarlaRegular";
}


.ArticlePage .articleSummary {
	color:#8D8D8D;
	font-size:26px;
	margin-bottom:20px;
}

.ArticlePage .articleSummary {
	color:black;
	font-size:18px;
}


/* ------------------------------------------------------
   Themes Catalog Page
 ------------------------------------------------------ */

.ThemesCatalogPage {

}

.CatalogThemeItem_layout01 .Info {
	min-height: 120px;
	padding-top: 15px;
}

.CatalogThemeItem_layout01 .Info .ThemeName {
	font-size: 14px;
	font-family: "SpaceMonoBold";
	color: #000000;
}


/* ------------------------------------------------------
   Themes main Page
 ------------------------------------------------------ */

.ThemePage {

}

.ThemePage .ThemeTitle,
.ThemePage  .ThemeTitle a {
	padding: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.ThemePage .ThemeImage {
	min-height:200px;
	overflow:hidden;
}
.ThemePage .ThemeDescriptionBox {
	background-color: rgb(216, 204, 194);
	background-clip: content-box;
}

.ThemePage .ThemeImage img {
	overflow:hidden;
	width:100%;
}


.ThemePage .ThemeText {
	font-family: "KarlaRegular";
	padding: 15px;
}

.ThemePage .ThemeProductsList {
	/*border:0px dashed #F87C00;*/
	padding:15px;
	/*background:rgb(255, 158, 122);*/
}
@media (min-width: 992px){
	.ThemePage .row.SameHeightRows {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
	.ThemePage .row.SameHeightRows > [class*='col-'] {
		display: flex;
		flex-direction: column;
	}
}


/* ------------------------------------------------------
   casos particulares
 ------------------------------------------------------ */


/* ------------------------------------------------------
   Estrelas das avaliaÃ§Ãµes
 ------------------------------------------------------ */
.ReviewsStars {
	background-size: 100%;
	background-repeat: no-repeat;
	width: 15px;
	height: 20px;
	margin-right: 3px;
	display: inline-block;
	margin-top: 3px;
}

.ReviewsStarsON {
	background-image: url('../image/active_star.svg');
}

.ReviewsStarsOFF {
	background-image: url('../image/star.svg');
}


/* ------------------------------------------------------
   calendÃ¡rio / agenda
 ------------------------------------------------------ */

.CalendarArea {

}

.CalendarTitle {
	font-size: 14px;
	font-family: "SpaceMonoBold";
	color: #000000;
	padding: 15px 0;
}



table.calendar caption {
	font-size: 16px;
	font-family: "SpaceMonoRegular";
	color: #000000;
	text-align: right;
}

table.calendar th {
	border:1px solid gray;
	text-align:center;
	background:#8D8D8D;
	color:white;
	font-weight:normal;
	font-size:90%;
}

table.calendar td {
	border:1px solid #CCCCCC;
	width:26px;
	text-align:center;
}


table.calendar td.day {
	background:white;
	padding-top: 0px;
}

table.calendar td.DayIsOn,
table.calendar div.DayIsOn,
table.calendar .DayIsOn {
	background: rgb(255, 158, 122);
	font-weight:bold;
	color: #333;
}


table.calendar .DayIsReserved:hover,
table.calendar .DayIsPendingPayment:hover,
table.calendar .DayIsOff:hover,
table.calendar .DayIsOn:hover {
	opacity: .5;
}

table.calendar .lunchUnlockDate,
table.calendar .dinnerUnlockDate {
	color: #FFFFFF;
}

table.calendar .lunchGeoArea,
table.calendar .dinnerGeoArea {
	color: #005cff;
	font-size: 12px;
}

table.calendar .DayIsReserved .lunchGeoArea,
table.calendar .DayIsReserved .dinnerGeoArea {
	color: #FFFFFF;
}

table.calendar th.header {
	background: rgb(0, 92, 255);
	color: #FFFFFF;
	border: none;
}

table.calendar .day-number {
	font-size: 18px;
	color: #000000;
	font-family: initial;
}


table.calendar .DayIsOff {
	/*background: #FE434B;*/
	font-weight:bold;
	/*color: #FFFFFF;*/
}

table.calendar td.day {
	padding: 0;
}

table.calendar td.day > p {
	margin: 5px;
}

table.calendar td.day > div .checkbox {
	margin: 0;
	/*height: 25px;*/
	line-height: 25px;
	position: relative;
}

.disabled-table td.day > div .checkbox {
	min-height: 50px;
}

table.calendar td.day .badge {
	display: block !important;
	border-radius: 0 !important;
}

table.calendar td.day .day-div label {
	padding: 0;
	cursor: pointer;
	width: 100%;
	display: inline-block;
}

table.calendar td.day > div .checkbox i.fa-info {
	color: #000000;
	cursor: pointer;
	padding: 0 5px;
	height: 25px;
	right: 0;
	top: 0;
	position: absolute;
	line-height: 25px;
}

table.calendar td.day > div .checkbox [type="checkbox"] {
	display: none;
}

table.calendar .DayIsReserved {
	background: rgb(0, 92, 255);
	font-weight:bold;
	color:#FFFFFF;
}

table.calendar .DayIsReserved i {
	color: #FFFFFF !important;
}

table.calendar .week-day {
	padding: 10px 0;
}

.navigation-angles {
	margin-top: 5px;
}

.navigation-angles a {
	margin-bottom: 10px;
	color: #000000;
	font-size: 18px;
}

.radio-wrapper,
.checkbox-wrapper {
	text-align: center;
}

.checkbox-wrapper{
	margin-top: 10px;
}

table.calendar .DayIsPendingPayment {
	background: #CCCCCC;
	font-weight:bold;
	color: #000000;
}

table.calendar .DayIsPendingPayment i {
	color: #000000;
}


table.calendar .fa.fa-pencil-square-o {
	line-height: inherit;
}

table.calendar td p{
	margin: 0;
}


/* ------------------------------------------------------
   Ãrea reservada - encomendas
 ------------------------------------------------------ */

.MyAccount_OrdersList {
	/*
        border:1px dotted orange;
        margin:2px;
        background:#F7F295;
    */
}

.MyAccount_OrdersList .Order {

	border:1px dotted gray;
	margin-bottom:30px;

}

.MyAccount_OrdersList .Order .OrderNumber {
	padding:4px;
	/*background:#9496FC;*/
	text-align:right;
	font-size:110%;
	border-bottom:2px solid #9496FC;
}

.MyAccount_OrdersList .Order .OrderNumber a {
	font-weight:bold;
	color:black;
}

.MyAccount_OrdersList .Order .FormalInfo {
	padding:8px;
	/*background:#E7E7E7; */
}

.MyAccount_OrdersList .Order .FormalInfo table.Tabela01 {
	border-collapse: collapse;
}
.MyAccount_OrdersList .Order .FormalInfo table.Tabela01 th {
	text-align:right;
	font-weight:normal;
	font-size:90%;
	color:#8D8D8D;
	/*border:1px solid #D1D1D1;*/
	padding:4px;

}

.MyAccount_OrdersList .Order .FormalInfo table.Tabela01 td {
	text-align:left;
	font-weight:normal;
	color:black;
	/*border:1px solid #D1D1D1;*/
	padding:4px;
}

.MyAccount_OrdersList .Order .ExperienciaInfo  {
	/*background:#D1EEBC;*/
	padding:4px;
	padding-top:10px;
	border-top:1px solid #D1D1D1;
}

.MyAccount_OrdersList .Order .ExperienciaInfo .EventDate {
	text-align:center;
	font-size:26px;
	font-weight:bold;
	color:#6D70FB;
	height:38px;
}

.MyAccount_OrdersList .Order .ExperienciaInfo  .Images {
	position:relative;
}

.MyAccount_OrdersList .Order .ExperienciaInfo  .Images .ProductPhoto {
	width:100%;
}
.MyAccount_OrdersList .Order .ExperienciaInfo  .Images .ChefPhoto {
	position:absolute;
	top:10px;
	right:10px;
	max-width:50%;
	width:80px;
	height:80px;

}

.MyAccount_OrdersList .Order .ExperienciaInfo  .Images .ChefPhoto img {
	border-radius: 50%;
	box-shadow: 5px 5px 5px black;
	border:1px solid black;
	width:100%;
	height:100%;
}

.MyAccount_OrdersList .Order .ExperienciaInfo .ProductName {
	font-size:120%;
	font-weight:bold;
	color:black;
}

.MyAccount_OrdersList .Order .ExperienciaInfo .ChefName {
	font-size:110%;
	font-weight:bold;
	color:#8D8D8D;
}


/* ------------------------------------------------------
   sticker effect temporario
 ------------------------------------------------------ */
.anim750{
	transition: all 750ms ease-in-out;
}

#Awesome{
	position: relative;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	/*
	top:-10px;
	left:10px;
	*/

	backface-visibility: hidden;
}

#Awesome .sticky{
	transform: rotate(45deg);
}

#Awesome:hover .sticky{
	transform: rotate(10deg);
}

#Awesome .sticky{
	position: absolute;
	top: 0;
	left: 0;
	width:180px;
	height: 180px;
}

#Awesome .reveal .circle{
	box-shadow: 0 1px 0px rgba(0,0,0,.15);

	font-family: 'helvetica neue', arial;
	font-weight: 200;
	line-height: 140px;
	text-align: center;

	cursor: pointer;
}

#Awesome .reveal .circle{
	background: #fafafa;
}

#Awesome .circle_wrapper{
	position: absolute;
	width: 180px;
	height: 180px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#Awesome .circle{
	position: absolute;
	width: 140px;
	height:  140px;
	margin: 20px;

	border-radius: 999px;
}

#Awesome .back{
	height: 10px;
	top: 30px;
}

#Awesome:hover .back{
	height: 90px;
	top: 110px;
}

#Awesome .back .circle{
	margin-top: -130px;
	background-color: #fbec3f;

	background-image: -webkit-linear-gradient(bottom, rgba(251,236,63,.0), rgba(255,255,255,.8));
}

#Awesome:hover .back .circle{
	margin-top: -50px;
}

#Awesome .front{
	height: 150px;
	bottom: 0;
	top: auto;

	-webkit-box-shadow: 0 -140px 20px -140px rgba(0,0,0,.3);
}

#Awesome:hover .front{
	height: 70px;

	-webkit-box-shadow: 0 -60px 10px -60px rgba(0,0,0,.1);
}

#Awesome .front .circle{
	margin-top: -10px;
	background: #fbec3f;

	background-image: -webkit-linear-gradient(bottom, rgba(251,236,63,.0) 75%, #f7bb37 95%);
	background-image: -moz-linear-gradient(bottom, rgba(251,236,63,.0) 75%, #f7bb37 95%);
	background-image: linear-gradient(bottom, rgba(251,236,63,.0) 75%, #f7bb37 95%);
}

#Awesome h4{
	font-family: 'helvetica neue', arial;
	font-weight: 200;
	text-align: center;
	position: absolute;
	width: 180px;
	height: 140px;
	/*line-height: 140px;*/
	margin-top:60px;
	transition: opacity 50ms linear 400ms;
}

#Awesome:hover h4{
	opacity: 0;
	transition: opacity 50ms linear 300ms;
}

#Awesome:hover .front .circle{
	margin-top: -90px;
	background-color: #e2d439;
	background-position: 0 100px;
}
/* -------------------------------
    ESTRELAS DAS REVIEWS
    http://codeconvey.com/css-star-rating-radio-buttons/
---------------------------------*/
.star-cb-group {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
	/* the hidden clearer */
	margin-top: 25px;
}
.star-cb-group * {
	font-size: 2.5rem;
}
.star-cb-group > input {
	display: none;
}
.star-cb-group > input + label {
	/* only enough room for the star */
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	margin-bottom: -10px;
}
.star-cb-group > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: "\2606";
	color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
	content: "\2605";
	color: #000;
	text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
	width: .5em;
}
.star-cb-group:hover > input + label:before {
	content: "\2606";
	color: #888;
	text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
	content: "\2605";
	color: #000;
	text-shadow: 0 0 1px #333;
}

.column.main {
	/*padding-left: 15px;
	padding-right: 15px;*/
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
	padding: 5px !important;
}

button[data-balloon] {
	overflow: visible;
}
[data-balloon] {
	position: relative;
}
[data-balloon]:before,
[data-balloon]:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.18s ease-out 0.18s;
	transition: all 0.18s ease-out 0.18s;
	bottom: 100%;
	left: 50%;
	position: absolute;
	z-index: 10;
	-webkit-transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}
[data-balloon]:after {
	background: rgba(17, 17, 17, 0.9);
	border-radius: 4px;
	color: #fff;
	content: attr(data-balloon);
	font-size: 12px;
	padding: .5em 1em;
	white-space: nowrap;
	margin-bottom: 11px;
}
[data-balloon]:before {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
	background-size: 100% auto;
	height: 6px;
	width: 18px;
	content: "";
	margin-bottom: 5px;
}
[data-balloon]:hover:before,
[data-balloon][data-balloon-visible]:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
[data-balloon][data-balloon-break]:after {
	white-space: normal;
}
[data-balloon-pos="down"]:before,
[data-balloon-pos="down"]:after {
	bottom: auto;
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, -10px);
	-ms-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
}
[data-balloon-pos="down"]:after {
	margin-top: 11px;
}
[data-balloon-pos="down"]:before {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
	background-size: 100% auto;
	height: 6px;
	width: 18px;
	margin-top: 5px;
	margin-bottom: 0;
}
[data-balloon-pos="down"]:hover:before,
[data-balloon-pos="down"][data-balloon-visible]:before,
[data-balloon-pos="down"]:hover:after,
[data-balloon-pos="down"][data-balloon-visible]:after {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
[data-balloon-pos="left"]:before,
[data-balloon-pos="left"]:after {
	bottom: auto;
	left: auto;
	right: 100%;
	top: 50%;
	-webkit-transform: translate(10px, -50%);
	-ms-transform: translate(10px, -50%);
	transform: translate(10px, -50%);
}
[data-balloon-pos="left"]:after {
	margin-right: 11px;
}
[data-balloon-pos="left"]:before {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
	background-size: 100% auto;
	height: 18px;
	width: 6px;
	margin-right: 5px;
	margin-bottom: 0;
}
[data-balloon-pos="left"]:hover:before,
[data-balloon-pos="left"][data-balloon-visible]:before,
[data-balloon-pos="left"]:hover:after,
[data-balloon-pos="left"][data-balloon-visible]:after {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
[data-balloon-pos="right"]:before,
[data-balloon-pos="right"]:after {
	bottom: auto;
	left: 100%;
	top: 50%;
	-webkit-transform: translate(-10px, -50%);
	-ms-transform: translate(-10px, -50%);
	transform: translate(-10px, -50%);
}
[data-balloon-pos="right"]:after {
	margin-left: 11px;
}
[data-balloon-pos="right"]:before {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
	background-size: 100% auto;
	height: 18px;
	width: 6px;
	margin-bottom: 0;
	margin-left: 5px;
}
[data-balloon-pos="right"]:hover:before,
[data-balloon-pos="right"][data-balloon-visible]:before,
[data-balloon-pos="right"]:hover:after,
[data-balloon-pos="right"][data-balloon-visible]:after {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
[data-balloon-length]:after {
	white-space: normal;
}
[data-balloon-length="small"]:after {
	width: 80px;
}
[data-balloon-length="medium"]:after {
	width: 150px;
}
[data-balloon-length="large"]:after {
	width: 260px;
}
[data-balloon-length="xlarge"]:after {
	width: 90vw;
}
@media screen and (min-width: 768px) {
	[data-balloon-length="xlarge"]:after {
		width: 380px;
	}
}
[data-balloon-length="fit"]:after {
	width: 100%;
}


.messages .message-success {
	background-color: green;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	padding: 0 15px;
}



/*******/
a.nav-expander {
	color: #CCCCCC;
	padding: 10px;
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 12;
	cursor:pointer;
	z-index: 40;
	display: none;
}

a.nav-expander:after {
	float: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: initial;
	font-size: 20px;
	content: "\f0c9";
}

a.nav-expander.on {
	color: blue;
}

a.nav-expander.on:after {
	float: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: initial;
	font-size: 20px;
	content: "\f00d";
}

/* The side navigation menu */
.sidenav {
	-webkit-transition: left .7s;
	-moz-transition: left .7s;
	-ms-transition: left .7s;
	transition: left .7s;
	height: 100%;
	left: -80%;
	left: calc(-1 * (100% - 54px));
	overflow: auto;
	position: fixed;
	top: 0;
	width: 80%;
	width: calc(100% - 54px);
	background-color: rgb(255, 158, 122);
	z-index: 99;
}

.sidenav.open {
	-webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
	-ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
	box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
	left: 0;
	z-index: 99;
	overflow: hidden;
}

.overlay-div {
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	left: 0;
	background: #FFF;
	opacity:.7;
	z-index: 20;
	position: fixed;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	transition: all .5s;
	padding: 20px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
	a.nav-expander {display: block;}

}

.noscroll {
	overflow: hidden;
}

.ribbon {
	font-size: 16px;
	position: relative;
	background: rgb(0, 92, 255);
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin: 0;
	margin-left: -15px;
	margin-right: -7px;
	margin-top: 10px;

}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: rgb(0, 92, 255) transparent transparent transparent;
	bottom: -10px;
}
.ribbon .ribbon-content:before {
	left: 0;
	border-width: 10px 0 0 15px
}
.ribbon .ribbon-content:after {
	right: 0;
	border: 0;
}

.label-image {
	font-family: "KarlaRegular";
	text-align: right;
	margin: 0;
	padding-top: 15px;
}

.arrow-right {
	position: absolute;
	width: 0;
	right: -6px;
	height: 0;
	bottom: 0px;
	border-top: 6px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 6px solid rgb(0, 92, 255);
}

.arrow-two {
	bottom: 4px;
	border-bottom-width: 6px;
	border-top-width: 6px;
}

.arrow-three {
	bottom: 13px;
	border-bottom-width: 6px;
	border-top-width: 6px;
}

.arrow-four {
	bottom: 22px;
	border-bottom-width: 6px;
	border-top-width: 6px;
}

.arrow-five {
	bottom: 32px;
	border-bottom-width: 6px;
	border-top-width: 6px;
}

.arrow-six {
	border-bottom-width: 6px;
	border-top-width: 0px;
	top: 0;
	bottom: auto;
}

.slider-chefs {
	padding: 0 50px;
	background: rgb(255, 158, 122);
}

.slider-chefs .owl-buttons {
	position: absolute;
	top: 40%;
	width: 100%;
	left: 0;
	right: 0;
}

.slider-chefs .owl-buttons .owl-prev i,
.slider-chefs .owl-buttons .owl-next i {
	font-size: 40px;
}

.slider-chefs .owl-buttons .owl-prev {
	left: 5px;
	position: absolute;
	background-color: transparent !important;
	color: #000000 !important;
	opacity: 1 !important;
}

.slider-chefs .owl-buttons .owl-next {
	right: 5px;
	position: absolute;
	background-color: transparent !important;
	color: #000000 !important;
	opacity: 1 !important;
}

.slider-chefs .hover-image {
	margin-bottom: 0;
}

.cms_content .title {
	font-size: 14px;
	color: #000000;
	font-family: "SpaceMonoBold";
	margin-bottom: 15px;
}

.cms_content .text {
	font-size: 10px;
	color: #000000;
	font-family: "SpaceMonoRegular";
}

.cms_content ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*homepage*/

.cms-index-index .remove-left {
	padding-left: 0;
}

.cms-index-index .remove-right {
	padding-right: 0;
}

.cms-index-index .title {
	font-family: "SpaceMonoBold";
	margin-top: 15px;
	margin-bottom: 15px;
	height: calc(12px * 1.3 * 3);
	font-size: 12px;
	line-height: 1.3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listing .remove-left {
	padding-left: 0;
	padding-right: 30px;
}

.listing .remove-right {
	padding-right: 0;
	padding-left: 30px;
}

.listing .background-gray,
.table .background-gray {
	background-color: rgb(216, 204, 194);
}

.table .background-gray {
	text-align: right;
	font-family: "SpaceMonoBold";
	text-transform: uppercase;
}

.table > tbody > tr > td {
	border-top: none;
}

#mySidenav {
	display: none;
}

/* Landing page */

.landing-page-modal {
	background-color: rgba(255, 158, 122, 0.7);
}

.landing-page-modal.landing-no-modal{
	background-color: transparent;
}


.landing-page-modal .landing-main-title {
	font-family: "SpaceMonoBold";
	margin-bottom: 30px;
	margin-top: 0;
}

.landing-page-modal .modal-header .landing-wrapper-flags {
	width: 50px;
	height: auto;
	margin-top: 5px;
	clear: both;
}

.landing-page-modal .modal-header .landing-wrapper-flags .flag-pt {
	max-width: 23px;
	margin-left: 2px;
	display: block;
	float: left;
}

.landing-page-modal .modal-header .landing-wrapper-flags .flag-en {
	max-width: 23px;
	display: block;
	float: left;
	margin-right: 2px;
}

.landing-page-modal .modal-header {
	border: 0px;
	padding: 0px;
	position: absolute;
	left: calc(100% + 15px);
	z-index: 1000;
}

.landing-page-modal .modal-header .landing-wrapper-x {
	width: 50px;
	text-align: center;
	height: 50px;
	background-image: url(/pub/media/includes/image/cross.gif);
	background-position-x: center;
	background-color: rgb(0, 92, 255);
	background-position-y: center;
}

.landing-page-modal .modal-header .landing-wrapper-x .landing-close-x {
	font-size: 50px;
	line-height: 50px;
	color: white;
	font-family: unset;
	display: block;
	height: 50px;
}

span.ion-close-round:before {
	display: block;
	width: 50px;
	height: 50px;
}


.landing-page-modal .modal-body {
	padding: 45px;
}

.landing-page-modal .modal-content {
    border: 0px;
    border-radius: 0;
    background-color: rgb(216, 204, 194);
}

.landing-page-modal .landing-text {
	text-align: center;
	padding: 0 90px;
	margin-bottom: 0;
}

.landing-page-modal .landing-products {
	padding-top: 30px;
}

.landing-page-modal .list-group {
	font-size: 12px;
	list-style: none;
	margin-top: 30px;
}

.landing-page-modal .HeaderBar {
	background: rgb(255, 158, 122);
	color: #FFFFFF;
	font-family: "SpaceMonoBold";
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}

.landing-page-modal .landing-products .title {
	font-family: "SpaceMonoBold";
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cms-index-index .landing-page-modal .landing-products .title {
	height: auto;
}

.landing-page-modal .modal-dialog{
	margin-top: 150px;
}

.landing-page-modal .modal-header2 {
	position: absolute;
	width: 100%;
	top: -165px;
	text-align: center;
}

.container.landing-page-container {
	width: 100%;
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;  /** Parallax effect **/
}

@media screen and (min-width: 768px) {
	.landing-page-modal .modal-dialog{
		max-width: 1000px;
        width: auto;
        padding: 0 15px;
	}
}

@media screen and (max-width: 1050px) and (min-width: 768px){
	.landing-page-modal .modal-dialog {
		max-width: calc(100% - 130px);
	}
}

@media screen and (max-width: 768px){
	.landing-page-modal .modal-dialog {
		max-width: 100%;
	}

	.landing-page-modal .modal-header {
		left: calc(100% - 50px);
	}

	.landing-page-modal .landing-text {
		padding: 0px;
	}

}

@media screen and (max-width: 551px) {
	.landing-page-modal .HeaderBar {
		height: auto;
	}
}

/* Reserva */

#fReserva .title {
	font-family: "SpaceMonoBold";
	font-size: 16px;
	margin-bottom: 15px;
}

#fReserva .subtitle {
	font-family: "SpaceMonoRegular";
	font-size: 14px;
	margin-bottom: 10px;
}

.tmpCalculatedElement {
	min-width: 100px;
	padding: 0 10px;
	background: #FFFFFF;
	display: inline-block;
}

.alert {
	font-size: 12px;
	font-family: "SpaceMonoBold";
	color: #000000;
	background-color: rgb(216, 204, 194);
	padding: 5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none !important;
}

.alert.alert-black {
	color: #FFFFFF;
	background-color: #000000;
}

.page.messages .alert{
	margin-bottom: 10px;
}

/* Reserva Payment methods */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:  gray;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: gray;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    gray;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    gray;
}

#fReserva .payment-methods > div {
	margin-bottom: 5px;
}

#fReserva .payment-methods > div input {
	margin-right: 10px;
}

#fReserva .step-box label,
#fReserva .payment-methods > div label {
	margin-bottom: 0;
	font-size: 12px;
	font-family: "SpaceMonoRegular";
}

.checkout-success-easypaymb {
	margin-top: 15px;
}

.checkout-success-easypaymb table th {
	background-color: rgb(216, 204, 194);
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-family: "SpaceMonoBold";
	color: #000000;
	padding: 5px;
}

.checkout-success-easypaymb table td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-left: 0;
	letter-spacing: 3px;
}

.order-reserva {
	font-family: 'KarlaRegular', Arial, sans-serif;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 230px;
	max-width: 315px;
	width: 100%;
	color: #000000;
	text-align: left;
	line-height: 1.4em;
	/*background-color: rgb(255, 158, 122);*/
	padding-top: 25px;
}
.order-reserva * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.order-reserva .main {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.order-reserva figcaption {
	width: 100%;
	background-color: rgb(255, 158, 122);
	padding: 25px;
	position: relative;
	padding-top: 70px;
}

.order-reserva a {
	padding: 5px;
	border: 1px solid rgb(0, 92, 255);
	background-color: rgb(0, 92, 255);
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-family: "SpaceMonoBold";
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.order-reserva a:hover {
	background-color: #FFFFFF;
	color: rgb(0, 92, 255);
}
.order-reserva .profile {
	position: absolute;
	top: 180px;
	left: 15px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 90px;
	height: 90px;
	opacity: 1;
	-webkit-box-shadow: 0px 0px 71px -12px rgba(0,0,0,0.97);
	-moz-box-shadow: 0px 0px 71px -12px rgba(0,0,0,0.97);
	box-shadow: 0px 0px 71px -12px rgba(0,0,0,0.97);
	transition: all .6s ease-in-out;
}
.order-reserva .follow {
	margin-right: 4%;
	border-color: #2980b9;
	color: #2980b9;
}
.order-reserva h2 {
	margin: 0 0 10px;
	font-weight: 300;
}
.order-reserva h2 span {
	display: block;
	font-size: 0.5em;
	color: #2980b9;
}
.order-reserva p {
	margin: 0;
	font-size: 0.8em;
	letter-spacing: 1px;
}

.order-reserva p b {
	text-transform: uppercase;
	font-weight: 800;
}


.order-reserva.hover figcaption:before {
	border-width: 55px 400px 0 0;
	border-color: transparent rgb(255, 158, 122) transparent transparent;
}

.order-reserva.hover .profile {
	/*right: 25px;
	left: auto;*/
}

.order-products-toolbar .label {
	color: #000000;
}

.order-products-toolbar ul.items.pages-items {
	display: inline-flex;
}

.order-products-toolbar a,
.order-products-toolbar .limiter-options {
	border-radius: 0 !important;
	background-color: rgb(255, 158, 122) !important;
	border: 1px solid rgb(255, 158, 122) !important;
	color: #000000 !important;
	margin-right: 5px;
	padding: 5px 10px;
}

.order-products-toolbar a:hover,
.order-products-toolbar .limiter-options:hover {
	background-color: #FFFFFF !important;
}

.order-products-toolbar .limiter-options {
	margin-right: 0;
}

.order-products-toolbar .pages .pages-label,
.order-products-toolbar a span.label,
.order-products-toolbar .pager li:first-child {
	display: none;
}

#sidebar {
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	background: rgb(255, 158, 122);
}

#sidebar.fixed {
	position: fixed;
	/*top: 30px;*/
}

#sidebar .sep {
	padding: 3px;
}


/* collapsed sidebar styles */
@media screen and (max-width: 400px) {

	.SiteHeader .TopBar {
		padding: 0;
	}

	#mySidenav {
		display: block !important;
	}

	.hide-mobile {
		display: none !important;
	}

	a.nav-expander {
		display: block !important;
	}

	.listing .remove-left,
	.listing .remove-right,
	.listing .background-gray,
	.info-padding {
		padding: 0
	}

	.column.main {
		padding-left: 0;
		padding-right: 0;
	}

	.table > tbody > tr > td {
		width: 100% !important;
		clear: both;
		padding-left: 0;
		padding-right: 0;
	}

	.table .background-gray {
		background: none;
		font-family: "SpaceMonoBold";
		font-size: 14px;
	}

	.cms-page-view .table td {
		width: 100%;
		display: block;
		text-align: left;
	}

	.listing img {
		width: 100%;
	}

	#main {
		margin-top: 30px;
	}

	.account .account-nav > ul li,
	.account .account-nav > ul li a {
		display: block;
		width: 100%;
	}
}

@media screen and (min-width: 400px) and (max-width: 991px) {

	#mySidenav {
		display: block !important;
	}

	.hide-mobile {
		display: none !important;
	}

	a.nav-expander {
		display: block !important;
	}

	.listing .remove-left,
	.listing .remove-right,
	.listing .background-gray,
	.info-padding {
		padding: 0
	}

	.column.main {
		padding-left: 0;
	}

	/* The side navigation menu */
	.sidenav {
		left: -300px;
		width: 300px;
	}

	#main:not(.landing-page-container) {
		margin-top: 30px;
	}

	.container {
		width: 100%;
	}
}

/* para remover o amarelo nos inputs com autocomplete */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/* grey on select when they have default value checked */
.form-group select.greySelect,
.form-group select.greySelect#where,
.form-group select option[value=""]
{
	color:grey;
}

.form-group select option{
	color:#000000;
}

/* SHARE BUTTONS */
.at-share-btn-elements{
	text-align: right;
}

/* Override jquery ui calendar */
.ui-state-disabled, .ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 1 !important;
}

.ui-widget-content .ui-state-default {
	background: transparent;
	border: none;
	text-align: center;
	color: rgb(0, 92, 255);
}

.ui-widget-content .ui-state-disabled .ui-state-default {
	text-decoration: line-through;
	color: rgb(216, 204, 194);
}

td .ui-state-highlight {
	font-weight: 800;
}

.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-active {
	background: rgb(255, 158, 122);
	border-radius: 4px;
	color: rgb(255, 255, 255);
}

.ui-widget-header {
	background: transparent !important;
	border: 0 !important;
}

.ws-po-box {
	background: rgb(216, 204, 194) !important;
	color: #000000;
}

.ws-po-arrow .ws-po-arrowbox {
	border-bottom-color: rgb(216, 204, 194);
}

/* ------------------------------------------------------
   Header language switcher
 ------------------------------------------------------ */

.language-switcher ul.list-inline {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	max-height: 20px;
}

.language-switcher ul.list-inline > li {
	padding-right: 0px;
	padding-left: 0px;
}

.language-switcher ul.list-inline > li:after {
	content : "|";
	color: rgb(0, 92, 255);
	margin-left: -8px;
}

.language-switcher ul.list-inline > li:last-child:after {
	content : "";
}

.language-switcher ul.list-inline > li.active a {
	color: #BFAD98;
}

@media screen and (max-width: 991px) {
	.language-switcher ul.list-inline {
		margin-top: 8px;
		margin-left: 0px;
	}

	.language-switcher ul.list-inline > li.active a {
		color: #FFFFFF;
	}
}


.cofinancing-image {
	display: block;
}

.cofinancing-image img{
	max-width: 375px;
	margin-top: 15px;
}

@media screen and (max-width: 1199px) {
	.cofinancing-image {
		display: block;
	}

	.cofinancing-image img{
		max-width: 275px;
		margin-top: 10px;
	}
}

