/*
    FRIJOBEL

    Author - Rui Verissimo Design (Web Developer - Daniel Rodrigues)
    Website - www.ruiverissimodesign.com


    1 - Typography
    2 - Containers
    3 - Global
    4 - Content
*/
/* ==========================================================================
    1 - Typography
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,300,300italic,700italic,700,600italic,600,400italic);
*{
	font-family: 'Titillium Web', sans-serif;
}
h1{

}

h2{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 23px;
}

h3{
	font-weight: 600;
	font-size: 20px;
}

nav ul li{
	text-transform: uppercase;
	color:#726256;
}
	nav ul li ul li{
		font-size: 14px;
	}
.container.full.featured div .featured-info .info h3.title{
	font-size: 32px;
	font-weight: 600;
}
.container.full.featured div .featured-info .info span.teaser{
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
}
footer .col3 h4{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
}
footer .col3 p{
	font-size:16px; 
	line-height: 24px;
	font-weight: 300;
}
.btn{
	text-transform: uppercase;
}
.container.full.products .col3.one-product .title span{
	line-height: 22px;
	font-size: 17px;
	font-weight: 300;
}
.container.full.single-product .description h1.title{
	font-size: 50px;
}
.container.full.single-product .description p{
	font-weight: 600;
}
.container.full.single-product .description p span.label{
	font-weight: 300;
}
	.container.full.single-product .description .package span.label{
		font-weight: 600;
	}
.container.full.connected .container.center .list-wrapper .product p{
	font-weight: 400;
	font-size: 18px;
}
.container.full.connected-title .container.center h3.title{
	font-weight: 400;
}

.receitas .title h2{
	font-weight: 600;
	font-size: 35px;
	text-transform: none;
}
.receitas .content h3 {
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	padding: 15px 0px 10px 0px;
}
.qualidade .title h2,
.single-noticia .title h2,
.empresa .title h2{
	font-weight: 400;
	font-size: 35px;
	text-transform: none;
}
.content p{
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
}
.content h3 {
	font-weight: 400;
	font-size: 20px;
	padding: 15px 0px 10px 0px;
}
.content strong, .content b{
	font-weight: 600;
}
/* ==========================================================================
    2 - Containers
   ========================================================================== */
.container{
	position: relative;
}

	.container.full{
		width:100%;
		min-width: 960px;
		max-width: 1700px;
		margin: 0 auto;
	}

	.container.center{
		width:960px;
		margin:0 auto;
	}
.spinner-wrapper{
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background-color: rgba(255,255,255,0.9);
	z-index:1000;
}
.spinner-wrapper-other{
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	background-color: rgba(255,255,255,0.9);
	z-index:1000;
}
/* ==========================================================================
    3 - Global
   ========================================================================== */
.logo img,
.slider img,
.linguas img,
.img-product img
{
	width:100%;
	height:auto;
}
ul{
	list-style:none;
}

a:link {
	text-decoration: none;
	color:inherit;
}

a:visited {
	text-decoration: none;
	color:inherit;
}

a:hover {
	text-decoration: none;
	color:inherit;
}

a:focus {
	text-decoration: none;
	color:inherit;
}

a:active {
	text-decoration: none;
	color:inherit;
}
.anim-fast{
	-webkit-transition: all 0.2s ease-in;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-in;  /* Firefox 4-15 */
       -o-transition: all 0.2s ease-in;  /* Opera 10.50–12.00 */
          transition: all 0.2s ease-in;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-fast-margin-top{
	-webkit-transition: margin-top 0.2s ease-in;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: margin-top 0.2s ease-in;  /* Firefox 4-15 */
       -o-transition: margin-top 0.2s ease-in;  /* Opera 10.50–12.00 */
          transition: margin-top 0.2s ease-in;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-medium{
	-webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.5s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-slow{
	-webkit-transition: all 2s ease-in;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 2s ease-in;  /* Firefox 4-15 */
       -o-transition: all 2s ease-in;  /* Opera 10.50–12.00 */
          transition: all 2s ease-in;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-super-slow{
	-webkit-transition: all 2s ease-in;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 2s ease-in;  /* Firefox 4-15 */
       -o-transition: all 2s ease-in;  /* Opera 10.50–12.00 */
          transition: all 2s ease-in;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-fast-auto{
-webkit-transition: all 0.5s ease-in-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.5s ease-in-out;  /* Firefox 4-15 */
       -o-transition: all 0.5s ease-in-out;  /* Opera 10.50–12.00 */
          transition: all 0.5s ease-in-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.btn{
	margin: 20px auto;
	cursor:pointer;
}
.btn-t{
	text-align: left;
	padding: 10px 7px;
	margin: 20px auto;
	cursor:pointer;
}
.btn-inactive{
	opacity: 0.3;
}
.btn-inactive:hover{
	opacity: 0.3;
	background-color: #e8e7de !important;
}

.arrow{
	display: inline-block;
	width: 0;
	margin: 4px 5px;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #b3a79b;
}

.arrow.open{
	display: inline-block;
	width: 0;
	margin: 4px 5px;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #b3a79b;
	border-top: none;
}
.right-arrow{
	display: inline-block;
	width: 0;
	margin: 4px 5px;
	height: 0;
	border-left: 12px solid white;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
}
.left-arrow{
	display: inline-block;
	width: 0;
	margin: 4px 5px;
	height: 0;
	border-right: 12px solid white;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
}
.fixed-top{
	top:0px;
	position: fixed;
	z-index: 1000;
}
.col3{
	position: relative;
	width: 240px;
	float: left;
	margin:120px 120px auto auto;
}
.col3:nth-child(3n+3){
	margin-right: 0px;
}

.featured-image{
	background-position: 0px 120px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-ms-behavior: url(backgroundsize.min.htc);
	position: relative;
	width: 460px;
	height: 100%;
	float: left;
}
.post{
	position: relative;
	width:460px;
	float: right;
	color:#726256;
}
	.title{
		padding: 35px 0px 15px 0px;
	}
	.content{
		padding:0px 0px 30px 0px;
	}

.post ul li {
	margin: 10px 0px;
}
.post ul {
	list-style: initial;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	margin: 30px;
}
.post a {
	text-decoration: underline;
}
ul.receitas-info-item{
	list-style: none !important;
}




.wp-pagenavi {
	float: right;
	padding: 40px 0px;
	font-size: 18px;
}
	.current {
		border-bottom: 3px #b3a79b solid;
		font-weight: 700;
	}
	.page.larger,
	.current,
	.page.smaller {
		padding: 0px 4px;
		color: #b3a79b;
	}
	.page.larger:hover,
	.page.smaller:hover {
		font-weight: 700;
	}

	.pag-btn {
		display: inline-block;
		width: 30px;
		height: 30px;
		margin: -8px auto; 
	}
	.pag-btn.next{
		background:#e8e7de url('img/frijobel-sprite.png') no-repeat;
		background-size: 1000px 650px;
		background-position: 0px -75px;
		margin-left: 10px;
	}
	@media 
	(-webkit-min-device-pixel-ratio: 2), 
	(min-resolution: 2dppx) { /* Retina Display*/
		.pag-btn.next{
			background:#e8e7de url('img/frijobel-sprite@x2.png') no-repeat;
			background-size: 1000px 650px;
			background-position: 0px -75px;
			margin-left: 10px;
	}
		}
	}
	.pag-btn.prev{
		background:#e8e7de url('img/frijobel-sprite.png') no-repeat;
		background-size: 1000px 650px;
		background-position: -25px -75px;
		margin-right: 10px;

	}
	@media 
	(-webkit-min-device-pixel-ratio: 2), 
	(min-resolution: 2dppx) { /* Retina Display*/
		.pag-btn.prev{
			background:#e8e7de url('img/frijobel-sprite@x2.png') no-repeat;
			background-size: 1000px 650px;
			background-position: -25px -75px;
			margin-right: 10px;

		}
	}
	.pag-btn:hover{
		background-color: #b3a79b;
	}

div.single-cat-img{
	overflow: hidden !important;
}
html.touch body{
	-webkit-overflow-scrolling : touch;
}


.bgmp_placemark p {
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	color: #726256;
}
.bgmp_placemark h3 {
	font-weight: 600 !important;
	text-transform: uppercase;
	font-size: 22px !important;
	color: #008199;
}

.post img {
	width: none;
	height:auto;
	max-width: 100% !important;
	margin-bottom: 40px;
}
.post .alignleft {
float: left;
}
.post .alignright {
float: right;
}
.gallery img {
border: none !important;
}
/* ==========================================================================
    4 - Content
   ========================================================================== */

/*  4.1 - To every page ============================================================ */
/*  4.1.1 - header ============================================================ */
header{
	background-color:white;
	height:55px;
	overflow: visible;
	/*position: fixed !important;*/
	z-index: 2000;/*sobrepor ao loading*/
}
	header .container.center{
		height:100%;
	}

		header .container.center .logo {
			width:395px;
			height:191px;
		}
			header .container.center .logo h1 {
				width:100%;
				height:100%;
				position: relative;
				text-indent: -99999px;
			}
			header .container.center .logo h1 a{
				position: absolute;
				display: block;
				width:100%;
				height:100%;
				background: url('img/logo.png') no-repeat;
				background-size: contain;
				z-index:10000000000000;
			}

			@media 
			(-webkit-min-device-pixel-ratio: 2), 
			(min-resolution: 2dppx) { /* Retina Display*/
			    header .container.center .logo h1 a{
					background: url('img/logo@x2.png') no-repeat;
					background-size: contain;
				}
			}

		header .container.center nav{
			position: absolute;
			right: 0px;
			top: 0px;
		}

		header .container.center nav ul{

		}

		header .container.center nav > ul > li{
			float: left;
			padding: 20px 19px 19px 19px;
		}

		header .container.center nav > ul > li:hover{
			background-color:#b3a79b;
			color: white;
		}
		header .container.center nav > ul > li:hover > ul{
			display:block;
			top: 55px;
		}
		header .container.center nav > ul > li.active{
			background-color:#9B8F83;
			color: white;
		}

			header .container.center nav > ul > li > ul{
				position: absolute;
				display: none;
				margin: auto -19px;
				top: 0px;
				background-color: #b3a79b;
				min-width: 160px;
			}
				header .container.center nav > ul > li > ul > li{
					padding: 10px 19px;
					color:white;
					text-align: left;
				}
				header .container.center nav > ul > li > ul > li:hover{
					background-color: white;
					color:#9B8F83;
				}
/*  4.1.2 - Footer ============================================================ */

footer{
	background-color: #b3a79b;
}
	footer .newsletter-icon {
		position: relative;
		margin-bottom: 8px;
		width: 100%;
		height: 90px;
		background: url('img/frijobel-sprite.png');
		background-position: -693px -474px;
		background-size: 1000px 650px;
	}
	@media 
	(-webkit-min-device-pixel-ratio: 2), 
	(min-resolution: 2dppx) { /* Retina Display*/
		footer .newsletter-icon {
			position: relative;
			width: 100%;
			height: 90px;
			background: url('img/frijobel-sprite@x2.png'); 
			background-position: -693px -474px;
			background-size: 1000px 650px;
		}
	}
	footer .col3{
		color:white;
		margin-top: 80px;
		min-height: 265px;
	}
	footer .col3.no-mg-top{
		margin-top: 0px;
		min-height: 10px;
	}
		footer .col3 h4 {
			margin-bottom: 18px;}
		
		footer .col3 .btn-t {
			width: 240px;
			background-color: #f3f1e9;
			color: #b3a79b;
			bottom: 0px;
			position: absolute;
		}
		footer .col3 .btn-t:hover {
			background-color: #726256;
			color: #f3f1e9;
		}

		footer .col3 .email{
			margin: 20px auto;
		}
		footer .col3 .icon{
			float:left;
			cursor:pointer;
		}
		footer .col3 .icon.pme-lider {
			width: 43px;
			height: 52px;
			background: url('img/frijobel-sprite.png');
			background-position: -100px -375px;
			background-size: 1000px 650px;
			margin-right: 10px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			footer .col3 .icon.pme-lider {
				background: url('img/frijobel-sprite@x2.png');
				background-position: -100px -375px;
				background-size: 1000px 650px;
			}
		}
		footer .col3 .icon.pme-lider:hover {
			width: 43px;
			height: 52px;
			background: url('img/frijobel-sprite.png');
			background-position: -100px -375px;
			background-size: 1000px 650px;
			margin-right: 10px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			footer .col3 .icon.pme-lider:hover {	
				background: url('img/frijobel-sprite@x2.png');
				background-position: -100px -375px;
				background-size: 1000px 650px;
			}
		}


		footer .col3 .icon.pme {
			width: 41px;
			height: 52px;
			background: url('img/frijobel-sprite.png');
			background-position: -50px -375px;
			background-size: 1000px 650px;
			margin-right: 101px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			footer .col3 .icon.pme {
				background: url('img/frijobel-sprite@x2.png');
				background-position: -50px -375px;
				background-size: 1000px 650px;
			}
		}
		footer .col3 .icon.pme:hover {
			width: 41px;
			height: 52px;
			background: url('img/frijobel-sprite.png');
			background-position: -50px -375px;
			background-size: 1000px 650px;
			margin-right: 101px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			footer .col3 .icon.pme:hover {
				background: url('img/frijobel-sprite@x2.png');
				background-position: -50px -375px;
				background-size: 1000px 650px;
			}
		}

		footer .col3 .icon.facebook {
			width: 45px;
			height: 45px;
			background: url('img/frijobel-sprite.png');
			background-position: 0px -375px;
			background-size: 1000px 650px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			footer .col3 .icon.facebook {
				background: url('img/frijobel-sprite@x2.png');
			background-position: 0px -375px;
			background-size: 1000px 650px;
			}
		}
		footer .col3 .icon.facebook:hover {
			width: 45px;
			height: 45px;
			background: url('img/frijobel-sprite.png');
			background-position: 0px -375px;
			background-size: 1000px 650px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			footer .col3 .icon.facebook:hover {
				background: url('img/frijobel-sprite@x2.png');
				background-position: 0px -375px;
				background-size: 1000px 650px;
			}
		}

/*  4.1.3 - Design Atlier Logo ============================================================ */

.container.full.design-atlier{
	background-color: white;
}
	.container.full.design-atlier .logo{
		position: relative;
		margin:0 auto;
		width:720px;
		height:auto;
		padding:10px 0px;
	}

/*  4.1.4 - Spinner Loader ============================================================ */

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 50px;
  position: relative;
}
.spinner-wrapper-other .spinner {
	top:50%;
	margin: -25px auto;
	width: 50px;
	height: 50px;
	position: relative;
}
.container1 > div, .container2 > div, .container3 > div {
  width: 13px;
  height: 13px;
  background-color: #b3a79b;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*  4.1.5 - MAP ==========================================================================*/
.frijobel-map{
	overflow: hidden;
	height:0px;
}
.frijobel-map.active{
	overflow: hidden;
	height:500px;
}
	#mapa-canvas{
	    width:100%;
	    height:500px;
	}

/* 4.1.6 feedback form*/
.feedback{
	position: fixed;
	right: -100%;
	width: 300px;
	top:20%;
	background: rgba(254,255,255,0.98);
	border-top: solid 4px rgba(2, 166, 97, 1);
	border-bottom-left-radius: 5px;
	color: rgba(2, 166, 97, 1);
	line-height: 21px;
	z-index: 20000;
	text-transform: uppercase;
	font-weight: 400;
	padding: 20px;
}
.feedback.success{
	right: 0;
	background: rgba(254,255,255,0.98);
	border-top: solid 4px rgba(2, 166, 97, 1);
	color: rgba(2, 166, 97, 1);
}
.feedback.error{
	right: 0;
	background: rgba(254,255,255,0.98);
	border-top: solid 4px rgba(202, 0, 0, 1);
	color: rgba(202, 0, 0, 1);
}


/* 4.1.6 - Top Bar Title =================================================================*/
.top-bar-title{
	background-color: #e8e7de;
}
.top-bar-title h2{
	color: #008199;
	text-transform: none;
	padding: 37px 0px;
	font-size: 30px;
}


/*  4.1.7 - LINGUAS ======================================================================*/
.linguas{
	position:absolute;
	right: 0px;
	width:160px;
	color: #8d7e6e;
	font-weight: 400;
	cursor:pointer;
}
.linguas:hover,
.linguas.active{
	color: white;
	background: #D7D1CB;
	cursor:pointer;
}
.linguas div {
	text-align: center;
	padding: 21px 0px;
	font-size: 13px;
	text-transform: uppercase;
	cursor:pointer;
}
.linguas-box{
position: absolute;
right: 0px;
top: -100px;
width: 160px;
color: #8d7e6e;
font-weight: 300;
background: white;
height: 97px;
z-index: 3;
}
.linguas-box.active{
top:-29px;
}

#flags{
	width: auto !important;
	position: absolute;
	bottom: 36px;
	left: 7px;
	text-align: left !important;
}

#flags a{
	margin-left: 2px;
	position: relative;
}

#flags a img{
	width:24px;
	height:auto;
}
#google_language_translator{
	position: absolute;
	bottom: -5px;
	left: 9px;

}
.container.full.destaques-fundo {
overflow: hidden;
}

.language-selector {
		background-color: #b3a79b;
position: absolute;
z-index: 200000;
width: 100%;
bottom: -1000px;
}
.language-selector.active{
bottom: 0px;
}

.lg {
position: relative;
background-color: #f3f1e9;
margin-top: 2px;
padding: 10px;
text-align: center;
color:#b3a79b;
}
.lg:hover{
	background-color: #E1DFD3;
}
.lg.title{
text-transform: uppercase;
color: #f3f1e9;
background-color: #b3a79b;
margin-bottom: -3px;
}
.lg.title{
	background-color: #b3a79b;

}
/*.linguas{
	position:absolute;
	right: 6px;
	top: 6px;
	width:128px;
	color: #8d7e6e;
	font-weight: 300;
}
#flags a.pt{
	z-index: 10;
	float: left;
	left: 35px;
}
#flags a {
	float: right;
	margin-left: 2px;
	}*/
/**/
div.clique_para_ver:after {
	content: " ";
	background: url("img/frijobel-sprite.png");
	background-size: 1000px 650px;
	width: 100px;
	height: 100px;
	background-position: 0px -475px;
	position: absolute;
	left: 50%;
	top: 50%;
	pointer-events: none;
	margin: -200px -50px;
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 2dppx) { /* Retina Display*/
	div.clique_para_ver:after {
		content: " ";
		background: url("img/frijobel-sprite@x2.png");
		background-size: 1000px 650px;
		width: 100px;
		height: 100px;
		background-position: 0px -475px;
		position: absolute;
		left: 50%;
		top: 50%;
		pointer-events: none;
		margin: -200px -50px;
	}
}
@media all and (max-width: 1280px) and (min-width: 0px){
	.linguas {
		position: absolute;
		right: 0px;
		top: 55px;
		width: 160px;
		color: #8d7e6e;
		background: rgba(255,255,255,0.9);
	}
		.linguas div{
		padding: 3px;
	}
		
	.linguas-box.active{
	top:-10px;
	}
}
/*  4.2 - Home page ===================================================================== */
/*  4.2.1 - Featured Section ============================================================ */

.container.full.featured{
	margin-top:50px;
}
	.container.full.featured .featured-new-wrapper{
		position: relative;
		float:left;
		width: 590px;
		margin-right: 20px;
		overflow: hidden;
	}
	.container.full.featured .featured-new{
		width: 100%;
		height: 271px;
		overflow: hidden;
	}
		.container.full.featured  .featured-new-wrapper .top{
			position: relative;
			width: 100%;
			z-index: 2;
			height: 45px;
			/*border-bottom: 4px #E1D8CC solid;*/
			border-radius: 10px 10px 0px 0px;
			color:#6F6B63;
			text-align: center;

/*			background: #DBD8D4;
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(left, #DBD8D4 0%, #F3F3F3 100%);
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,#DBD8D4), color-stop(100%,#F3F3F3));
			background: -webkit-linear-gradient(left, #DBD8D4 0%,#F3F3F3 100%);
			background: -o-linear-gradient(left, #DBD8D4 0%,#F3F3F3 100%);
			background: -ms-linear-gradient(left, #DBD8D4 0%,#F3F3F3 100%);
			background: linear-gradient(to right, #DBD8D4 0%,#F3F3F3 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DBD8D4', endColorstr='#F3F3F3',GradientType=1 );*/
			background: #dbd8d4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZDhkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmQ4ZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #dbd8d4 0%, #f3f3f3 50%, #dbd8d4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbd8d4), color-stop(50%,#f3f3f3), color-stop(100%,#dbd8d4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #dbd8d4 0%,#f3f3f3 50%,#dbd8d4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #dbd8d4 0%,#f3f3f3 50%,#dbd8d4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #dbd8d4 0%,#f3f3f3 50%,#dbd8d4 100%); /* IE10+ */
background: linear-gradient(to right, #dbd8d4 0%,#f3f3f3 50%,#dbd8d4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbd8d4', endColorstr='#dbd8d4',GradientType=1 ); /* IE6-8 */
		}
			.container.full.featured .top h2{
				padding: 13px;
			}

		.container.full.featured .featured-new .image{
			width: 100%;
			height: 271px;
			background-position: center;
			background-size: cover;
			-ms-behavior: url(backgroundsize.min.htc);
		}
	.container.full.featured .featured-product-wrapper{
		position: relative;
		float:left;
		width: 350px;
		overflow: hidden;
	}
	.container.full.featured .featured-product{
		width: 100%;
		height: 271px;
		overflow: hidden;
	}
		.container.full.featured .featured-product-wrapper .top{
			position: relative;
			width: 350px;
			z-index: 2;
			height: 45px;
			/*border-bottom: 4px #DBD8D4 solid;*/
			-webkit-border-top-left-radius: 10px;
			-webkit-border-top-right-radius: 10px;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
			color:#6F6B63;
			text-align: center;

/*			background: #F3F3F3;
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iI2UxZDhjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNWI0OWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(left,  #f3f3f3 3%, #DBD8D4 100%); 
			background: -webkit-gradient(linear, left top, right top, color-stop(3%,#f3f3f3), color-stop(100%,#DBD8D4)); 
			background: -webkit-linear-gradient(left,  #f3f3f3 3%,#DBD8D4 100%); 
			background: -o-linear-gradient(left,  #f3f3f3 3%,#DBD8D4 100%); 
			background: -ms-linear-gradient(left,  #f3f3f3 3%,#DBD8D4 100%); 
			background: linear-gradient(to right,  #f3f3f3 3%,#DBD8D4 100%); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#DBD8D4',GradientType=1 );*/
			background: #dbd8d4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZDhkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmQ4ZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #dbd8d4 0%, #f3f3f3 50%, #dbd8d4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbd8d4), color-stop(50%,#f3f3f3), color-stop(100%,#dbd8d4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #dbd8d4 0%,#f3f3f3 50%,#dbd8d4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #dbd8d4 0%,#f3f3f3 50%,#dbd8d4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #dbd8d4 0%,#f3f3f3 50%,#dbd8d4 100%); /* IE10+ */
background: linear-gradient(to right, #dbd8d4 0%,#f3f3f3 50%,#dbd8d4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbd8d4', endColorstr='#dbd8d4',GradientType=1 ); /* IE6-8 */
		}
			.container.full.featured .top h2{
				padding: 13px;
			}	

		.container.full.featured .featured-product .image{
			width: 100%;
			height: 271px;
			background-position: center;
			background-size: cover;
			-ms-behavior: url(backgroundsize.min.htc);
		}

	.container.full.featured div .movable{
		position: relative;
		top:-331px;
		height: 271px;
		z-index: 1;
		text-align: center;
	}
		.container.full.featured div .featured-overlay{
			position: relative;
			width: 100%;
			height: 271px;
			background: rgba(0,0,0,0.3);
		}
		.container.full.featured div .featured-info{
			position: relative;
			width: 100%;
			height: 271px;
			top: -271px;
			color: white;
			text-align: center;
			display: table;
		}
			.container.full.featured div .featured-info .info{
				padding: 0px 40px;
				display: table-cell;
				vertical-align: middle;
			}
				.container.full.featured div .featured-info .info .title{
					/*margin-bottom: -15px;*/
				}
	
	.container.full.featured div .btn{
		display: inline-block;
		position: relative;
		height: 20px;
		top: -165px;
		padding: 20px;	
		margin: 0 auto;
		border-radius: 10px;
		background: #ECEAE6;
		font-size: 19px;
		font-weight: 600;
		color: #6F6B63;

	}		
	.container.full.featured div .btn:hover{
		background: white;
		font-size: 19px;
		font-weight: 600;
		color: #6F6B63;
	}		


/*  4.2.2 - Recipe Section ============================================================ */

.container.full.recipe{
	margin-top:75px;
}
	.container.full.recipe .recipe-wrapper{
		position: relative;
		width: 100%;
		height: 205px;
		background-color: #9e262a;
		cursor:pointer;
	}
		.container.full.recipe .recipe-wrapper .title{
			position: absolute;
			width:391px;
			height:85px;
			background: url('img/receita-title.jpg') no-repeat;
			background-size: contain;
			top: 70px;
			left: 120px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			.container.full.recipe .recipe-wrapper .title{
				background: url('img/receita-title@x2.jpg') no-repeat;
				background-size: contain;
				top: 70px;
				left: 120px;
			}
		}
		.container.full.recipe .recipe-wrapper .cook{
			position: absolute;
			width:304px;
			height:270px;
			background: url('img/receita-cook.png') no-repeat;
			background-size: 100%;
			/*background-position: 20px;*/
			right: 0px;
			bottom: 0px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			.container.full.recipe .recipe-wrapper .cook{
				background: url('img/receita-cook@x2.png') no-repeat;
				background-size: 100%;
				right: 0px;
				bottom: 0px;
				/*background-position: 20px;*/
			}
		}

.container.full.recipe .container.center:hover > .recipe-wrapper .cook{
	background-size: 110%;

}	/* Tentar fazer em jquery*/


/*  4.2.3 - Featured bottom Section ============================================================ */

.destaques-fundo a .col3 {
	background: gray;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	height: 200px;
	position: relative;
	width: 306.66666px;
	float: left;
	margin: 80px 20px 0px auto;
	cursor:pointer;
	background: #e6e5e5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWNlYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e6e5e5 0%, #d1cebb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e5e5), color-stop(100%,#d1cebb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6e5e5 0%,#d1cebb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6e5e5 0%,#d1cebb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6e5e5 0%,#d1cebb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6e5e5 0%,#d1cebb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e5e5', endColorstr='#d1cebb',GradientType=0 ); /* IE6-8 */
}
.destaques-fundo a:last-child .col3 {
	margin-right: 0px;
}
.destaques-fundo h3 {
	font-weight: 400 !important;
	font-size: 25px;
	width: 100%;
	position: absolute;
	bottom: 15px;
	color: #212d52;
	text-transform: uppercase;
	text-align: center;
}
 .destaques-fundo .col3.v360 .destaque{
 	position: absolute;
	width: 100%;
	height: 100%;
	background: url('img/frijobel-sprite.png');
	background-position: -0px -95px;
	background-size: 1000px 650px;
	right: 0px;
 	bottom: 45px;
 }
 @media 
 (-webkit-min-device-pixel-ratio: 2), 
 (min-resolution: 2dppx) { /* Retina Display*/
 	.destaques-fundo .col3.v360 .destaque{
		position: absolute;
		width: 100%;
		height: 100%;
		background: url('img/frijobel-sprite@x2.png');
		background-position: -0px -95px;
		background-size: 1000px 650px;
 		right: 0px;
 		bottom: 45px;
 	}
 }
 .destaques-fundo .col3.v360:hover .destaque{
 	bottom: 49px;
 }

.destaques-fundo .col3.catalogo .destaque{
	position: absolute;
	width: 100%;
	height: 110.5%;
	background: url('img/frijobel-sprite.png');
	background-position: -375px -74px;
	background-size: 1000px 650px;
	right: 0px;
	bottom: 45px;
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 2dppx) { /* Retina Display*/
	.destaques-fundo .col3.catalogo .destaque{
		position: absolute;
		width: 100%;
		height: 110.5%;
		background: url('img/frijobel-sprite@x2.png');
		background-position: -375px -74px;
		background-size: 1000px 650px;
		right: 0px;
		bottom: 45px;
	}
}
.destaques-fundo .col3.catalogo:hover .destaque{
	bottom: 49px;
}

.destaques-fundo .col3.profissional .destaque{
	position: absolute;
	width: 90%;
	height: 104%;
	background: url('img/frijobel-sprite.png');
	background-position: -720px -90px;
	background-size: 1000px 650px;
	left: 0px;
	bottom: 45px;
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 2dppx) { /* Retina Display*/
	.destaques-fundo .col3.profissional .destaque{
		position: absolute;
		width: 100%;
		height: 104%;
		background: url('img/frijobel-sprite@x2.png');
		background-position: -720px -90px;
		background-size: 1000px 650px;
		right: 0px;
		bottom: 45px;
	}
}
.destaques-fundo .col3.profissional:hover .destaque{
	bottom: 49px;
}

.destaques-fundo .col3:hover h3{
	color:#4F525B;
}
/*  4.3 - Products page ===================================================================== */
/*  4.3.1 - Product category menu ============================================================ */

.container.full.cat-menu{
	background-color: #e8e7de;
	z-index:2000;/*Por cima do loading*/
}

.container.full.cat-menu nav ul{

}

.container.full.cat-menu nav ul li{
	float: left;
	padding: 9px 19px 9px 19px;
}

.container.full.cat-menu nav ul li:hover{
	color: white;
}
.container.full.cat-menu nav ul li.active{
	color: white;
}


/*  4.3.2 - Product list ============================================================ */

.container.full.products .col3.one-product{
	height:auto;
	margin-top: 10px !important;
	margin-left: 0px;
}
.container.full.products .col3.one-product.left{
margin-left:6099px;
}
.container.full.products .col3.one-product:last-child{
	margin-bottom: 80px;
}
.container.full.products .col3.one-product:last-child{
	margin-bottom: 150px;
}
	.container.full.products .col3.one-product a .image{
		width: 100%;
		height: 250px;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: 100%;
		margin-bottom: 30px;
	}
	.container.full.products .col3.one-product a .title {
		background-color: #b3a79b;
		color:white;
		text-align: center;
		padding: 5px;
		height:55px;
		width:230px;/* compensa o padding */
		display:table-cell;
		vertical-align: middle;
	}
	.container.full.products .col3.one-product a .title span span:before {
	content: "| ";
	}
	.container.full.products .col3.one-product a .title span span {
	font-size: 14px !important;
	}
	.container.full.products .col3.one-product a .overlay{
		position: absolute;
		width: 240px;
		height: 290px;
		background: rgba(153, 114, 72, 0);
		top: 0;
	}
.container.full.products .col3.one-product:hover > a > .title{
	background-color: #726256;
}
.container.full.products .col3.one-product:hover > a >  .overlay{
	background: rgba(153, 114, 72, 0.1);
}

/*  4.4 - Single-Product page ===================================================================== */
.container.full.single-product{
	padding:45px 0px;
	overflow: hidden;
}
/*  4.4.1 - Close Button ========================================================================== */

.btn.close{
	width:60px;
	height:60px;
	background:#e8e7de url('img/frijobel-sprite.png') no-repeat;
	background-size: 1000px 650px;
	background-position: 0px 0px;
	float:right;
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 2dppx) { /* Retina Display*/
	.btn.close{
		width:60px;
		height:60px;
		background:#e8e7de url('img/frijobel-sprite@x2.png') no-repeat;
		background-size: 1000px 650px;
		background-position: 0px 0px;
		float:right;
	}
}
.btn.close:hover{
	background-color: #b3a79b;
}

/*  4.4.2 - Product Image ========================================================================== */

.container.full.single-product .img-product{
	float: right;
	position: relative;
	width: 540px;
	height: 510px;
}
.container.full.single-product .img-product .img-produto{
	position: absolute;
	opacity: 1;
	bottom:50px;
}
.main-img-invisible{
	bottom: -100px !important;
	opacity: 0 !important;
}
/*  4.4.3 - Product Description ========================================================================== */
.container.full.single-product .description{
	position: absolute;
	width:360px;
	color:#7f7664;
	float:left;
	bottom:70px;
}
	.container.full.single-product .description h1.title{
		padding-bottom: 20px;
	}
	.container.full.single-product .description h1.title span{
		font-weight: 400;
		font-size:30px
	}	
	.container.full.single-product .description h1.title span:before{
		content:"\A";
		white-space: pre;
	}	


	.container.full.single-product .description p{
		line-height: 20px;
	}

	.container.full.single-product .description .package{
		float: left;
		margin-top: 35px;
	}
		.container.full.single-product .description .package span.label{
			left:0px;
			position: absolute;
			color:#7f7664;
		}

		.container.full.single-product .description .package .package-icon{
			float:left;
			margin:20px 10px auto auto;
		}
		
		.container.full.single-product .description .package .package-icon.higienizado{
			width:35px;
			height:50px;
			background: url('img/frijobel-sprite.png');
			background-position: -350px 0px;
			background-size: 1000px 650px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			.container.full.single-product .description .package .package-icon.higienizado{
				background: url('img/frijobel-sprite@x2.png');
				background-position: -350px 0px;
				background-size: 1000px 650px;
			}
		}
		.container.full.single-product .description .package .package-icon.saco{
			width:30px;
			height:50px;
			background: url('img/frijobel-sprite.png');
			background-position: -450px 0px;
			background-size: 1000px 650px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			.container.full.single-product .description .package .package-icon.saco{
				background: url('img/frijobel-sprite@x2.png');
				background-position: -450px 0px;
				background-size: 1000px 650px;
			}
		}
		.container.full.single-product .description .package .package-icon.granel{
			width:45px;
			height:50px;
			background: url('img/frijobel-sprite.png');
			background-position: -400px 0px;
			background-size: 1000px 650px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			.container.full.single-product .description .package .package-icon.granel{
				background: url('img/frijobel-sprite@x2.png');
				background-position: -400px 0px;
				background-size: 1000px 650px;
			}
		}
		.container.full.single-product .description .package .package-icon.covete{
			width:43px;
			height:50px;
			background: url('img/frijobel-sprite.png');
			background-position: -300px 0px;
			background-size: 1000px 650px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			.container.full.single-product .description .package .package-icon.covete{
				background: url('img/frijobel-sprite@x2.png');
				background-position: -300px 0px;
				background-size: 1000px 650px; 
			}
		}

		.container.full.single-product .description .package .package-icon.caixa{
			width:43px;
			height:50px;
			background: url('img/frijobel-sprite.png');
			background-position: -500px 0px;
			background-size: 1000px 650px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			.container.full.single-product .description .package .package-icon.caixa{
				background: url('img/frijobel-sprite@x2.png');
				background-position: -500px 0px;
				background-size: 1000px 650px; 
			}
		}
		.container.full.single-product .description .package .package-icon:hover{
			background-position-y: -2px;
			cursor: pointer;
		}
		.container.full.single-product .description .package .package-icon:hover > .bubble.label{
			opacity: 1;
			top:57px;
		}
			.container.full.single-product .description .package .package-icon .bubble.label{
				position: relative;
				text-align: center;
				width: 100px;
				height: auto;
				padding: 8px;
				background: #1db7c8;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
				opacity: 0;
				top: 52px;
				color:white;
			}
			.container.full.single-product .description .package .package-icon .bubble.label:after{
				content: '';
				position: absolute;
				border-style: solid;
				border-width: 0 15px 15px;
				border-color: #1db7c8 transparent;
				display: block;
				width: 0;
				z-index: -1;
				top: -6px;
				left: 42px;
			}
			.container.full.single-product .description .package .package-icon .bubble.label.higienizado{
				left: -41px;
			}
			.container.full.single-product .description .package .package-icon .bubble.label.saco{
				left: -44px;
			}
			.container.full.single-product .description .package .package-icon .bubble.label.granel{
				left: -38px;
			}
			.container.full.single-product .description .package .package-icon .bubble.label.covete{
				left: -38px;
			}
			.container.full.single-product .description .package .package-icon .bubble.label.caixa{
				left: -42px;
			}
				

/*  4.4.4 - Other Products ========================================================================== */
.container.full.other-products{
	background-color: white;
	height:118px;
}
.container.full.other-products *{
-webkit-user-select: none;  
-moz-user-select: none;    
-ms-user-select: none;      
user-select: none;

}
/*Teste Fixed*/
	.container.full.other-products .container.center, #tabs, .tab{
		height: 100%;
	}
		.container.full.other-products .container.center ul{
			position: absolute;
			top: -32px;
			color: #7f7664;
			z-index:2000;/* Por cima do loading*/
		}
		.container.full.other-products .container.center ul li{
			position: relative;
			background-color: #d7d5c3;
			float:left;
			padding:8px 14px;
			outline: none;
		}
		.container.full.other-products .container.center ul li.ui-tabs-active{
			background-color: #eae9df;
		}
			.container.full.other-products .container.center ul li a{
				outline: none;
			}

		.container.full.other-products .container.center .btn.next{
			width:60px;
			height:60px;
			background:#e8e7de url('img/frijobel-sprite.png') no-repeat;
			background-size: 1000px 650px;
			/*-ms-behavior: url(backgroundsize.min.htc);*/
			background-position: -60px 0px;
			position: absolute;
			right:0px;
			top:8px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			.container.full.other-products .container.center .btn.next{
				width:60px;
				height:60px;
				background:#e8e7de url('img/frijobel-sprite@x2.png') no-repeat;
				background-size: 1000px 650px;
				/*-ms-behavior: url(backgroundsize.min.htc);*/
				background-position: -60px 0px;
				position: absolute;
				right:0px;
				top:8px;
			}
		}
		.container.full.other-products .container.center .btn.prev{
			width:60px;
			height:60px;
			background:#e8e7de url('img/frijobel-sprite.png') no-repeat;
			background-size: 1000px 650px;
			/*-ms-behavior: url(backgroundsize.min.htc);*/
			background-position: -120px 0px;
			position: absolute;
			left:0px;
			top:8px;
		}
		@media 
		(-webkit-min-device-pixel-ratio: 2), 
		(min-resolution: 2dppx) { /* Retina Display*/
			.container.full.other-products .container.center .btn.prev{
				width:60px;
				height:60px;
				background:#e8e7de url('img/frijobel-sprite@x2.png') no-repeat;
				background-size: 1000px 650px;
				/*-ms-behavior: url(backgroundsize.min.htc);*/
				background-position: -120px 0px;
				position: absolute;
				left:0px;
				top:8px;
			}
		}		
		.container.full.other-products .container.center .btn:hover{
			background-color: #b3a79b;
		}

		.container.full.other-products .container.center .list-wrapper{
			width:840px;
			margin:0 auto;
			height:100%;
			overflow: hidden;
			position: absolute;
			left:60px;
			z-index: 2;
		}
			.container.full.other-products .container.center .list-wrapper .tab-warn {
				width: 100%;
				text-align: center;
				font-size: 22px;
				padding: 48px 0px;
				color: #7f7664;
			}
			.container.full.other-products .container.center .list-wrapper .list-wrapper-overflow{
				width:1000px;
				height:100%;
			}
				.container.full.other-products .container.center .list-wrapper .list-wrapper-overflow div.product-wrapper{
					display:inline-block;
					width:165px;
					height:100%;
					margin-right:-4px;
				}
				.container.full.other-products .container.center .list-wrapper .list-wrapper-overflow .product{
					width: 165px;
					height: 118px;
					background-position: center;
					background-repeat: no-repeat;
					background-size: 80%;
					-ms-behavior: url(backgroundsize.min.htc);
					cursor:pointer;
				}
					.container.full.other-products .container.center .list-wrapper .list-wrapper-overflow .product .next-cat{
						position: relative;
						width:80%;
						height:118px;
						margin: 0 auto;
						left: 2px;
						color:white;
						text-transform: uppercase;
						font-size: 22px;
						text-align: center;
						display: table;
					}
					.container.full.other-products .container.center .list-wrapper .list-wrapper-overflow .product .next-cat span{
						display:table-cell;
						vertical-align: middle;
						padding: 10px;
					}
					.container.full.other-products .container.center .list-wrapper .list-wrapper-overflow .product .border{
						width: 132px;
						height: 10%;
						bottom: 0px;
						margin-left:18px;
						position: absolute;
						background-color: #0078a8;
						opacity: 0;
					}
				.container.full.other-products .container.center .list-wrapper .list-wrapper-overflow .product:hover > .border{
					opacity: 1;
				}
				.container.full.other-products .container.center .list-wrapper .list-wrapper-overflow .product.active > .border{
					opacity: 1;
				}
				.container.full.other-products .container.center .list-wrapper .list-wrapper-overflow .product.next-cat-button:hover > .next-cat{
					background-color: #BFB7A3 !important;
				}

	.container.full.other-products > .overlay{
		width:100%;
		height:100%;
		position: absolute;
		top:0px;
		left:0px;
		background-color: rgba(138, 128, 74, 0.17);
		pointer-events:none;
		z-index: 3;
	}




.single-rel{
	height:100%;
}
.single-pdt {
position: relative;
height: 560px;
}
/*  4.5 - Recipes page ===================================================================== */
/*  4.5.1 -===================================================================== */

.container.full.cat-menu-receitas{
	background-color: #e8e7de;
	height:240px;
}


	.container.full.cat-menu-receitas .title{
		position: absolute;
		width:328px;
		height:85px;
		background: url('img/receita-title-page.jpg') no-repeat;
		background-size: contain;
		top: 85px;
		left: 0px;
	}
	@media 
	(-webkit-min-device-pixel-ratio: 2), 
	(min-resolution: 2dppx) { /* Retina Display*/
		.container.full.cat-menu-receitas .title{
			background: url('img/receita-title-page@x2.jpg') no-repeat;
			background-size: contain;
			top:85px;
			left: 0px;
		}
	}

	.container.full.cat-menu-receitas ul{
		position: absolute;
		left:370px;
		top:55px;
	}

		.container.full.cat-menu-receitas ul li{
			position: relative;
			float:left;
			width:130px;
			height:167px;
			margin-left: 25px;
		}
		.container.full.cat-menu-receitas ul li.not-cat{
			width: 100px !important;
			height: 70px !important;
			top: 30px;
		}
			.container.full.cat-menu-receitas ul li a{
				outline: none;
				cursor:pointer;
			}

			.container.full.cat-menu-receitas ul li a.peixe{
				position: absolute;
				width:130px;
				height:167px;
				background: url('img/frijobel-sprite.png');
				background-position: -150px -300px;
				background-size: 1000px 650px;
			}
			.container.full.cat-menu-receitas ul li a.peixe:hover{
				position: absolute;
				width:130px;
				height:167px;
				background: url('img/frijobel-sprite.png');
				background-position: -150px -475px;
				background-size: 1000px 650px;
			}
			.container.full.cat-menu-receitas ul li a.peixe.active{
				position: absolute;
				width:130px;
				height:167px;
				background: url('img/frijobel-sprite.png');
				background-position: -150px -475px;
				background-size: 1000px 650px;
			}
			@media 
			(-webkit-min-device-pixel-ratio: 2), 
			(min-resolution: 2dppx) { /* Retina Display*/
				.container.full.cat-menu-receitas ul li a.peixe{
					position: absolute;
					width:130px;
					height:167px;
					background: url('img/frijobel-sprite@x2.png');
					background-position: -150px -300px;
					background-size: 1000px 650px;
				}
				.container.full.cat-menu-receitas ul li a.peixe:hover{
					position: absolute;
					width:130px;
					height:167px;
					background: url('img/frijobel-sprite@x2.png');
					background-position: -150px -475px;
					background-size: 1000px 650px;
				}
				.container.full.cat-menu-receitas ul li a.peixe.active{
					position: absolute;
					width:130px;
					height:167px;
					background: url('img/frijobel-sprite@x2.png');
					background-position: -150px -475px;
					background-size: 1000px 650px;
				}
			}	

			.container.full.cat-menu-receitas ul li a.carne{
				position: absolute;
				width:130px;
				height:167px;
				background: url('img/frijobel-sprite.png');
				background-position: -450px -300px;
				background-size: 1000px 650px;
			}
			.container.full.cat-menu-receitas ul li a.carne:hover{
				position: absolute;
				width:130px;
				height:167px;
				background: url('img/frijobel-sprite.png');
				background-position: -450px -475px;
				background-size: 1000px 650px;
			}
			.container.full.cat-menu-receitas ul li a.carne.active{
				position: absolute;
				width:130px;
				height:167px;
				background: url('img/frijobel-sprite.png');
				background-position: -450px -475px;
				background-size: 1000px 650px;
			}
			@media 
			(-webkit-min-device-pixel-ratio: 2), 
			(min-resolution: 2dppx) { /* Retina Display*/
				.container.full.cat-menu-receitas ul li a.carne{
					position: absolute;
					width:130px;
					height:167px;
					background: url('img/frijobel-sprite@x2.png');
					background-position: -450px -300px;
					background-size: 1000px 650px;
				}
				.container.full.cat-menu-receitas ul li a.carne:hover{
					position: absolute;
					width:130px;
					height:167px;
					background: url('img/frijobel-sprite@x2.png');
					background-position: -450px -475px;
					background-size: 1000px 650px;
				}
				.container.full.cat-menu-receitas ul li a.carne.active{
					position: absolute;
					width:130px;
					height:167px;
					background: url('img/frijobel-sprite@x2.png');
					background-position: -450px -475px;
					background-size: 1000px 650px;
				}
			}	

			.container.full.cat-menu-receitas ul li a.marisco{
				position: absolute;
				width:130px;
				height:167px;
				background: url('img/frijobel-sprite.png');
				background-position: -300px -300px;
				background-size: 1000px 650px;
			}
			.container.full.cat-menu-receitas ul li a.marisco:hover{
				position: absolute;
				width:130px;
				height:167px;
				background: url('img/frijobel-sprite.png');
				background-position: -300px -475px;
				background-size: 1000px 650px;
			}
			.container.full.cat-menu-receitas ul li a.marisco.active{
				position: absolute;
				width:130px;
				height:167px;
				background: url('img/frijobel-sprite.png');
				background-position: -300px -475px;
				background-size: 1000px 650px;
			}
			@media 
			(-webkit-min-device-pixel-ratio: 2), 
			(min-resolution: 2dppx) { /* Retina Display*/
				.container.full.cat-menu-receitas ul li a.marisco{
					position: absolute;
					width:130px;
					height:167px;
					background: url('img/frijobel-sprite@x2.png');
					background-position: -300px -300px;
					background-size: 1000px 650px;
				}
				.container.full.cat-menu-receitas ul li a.marisco:hover{
					position: absolute;
					width:130px;
					height:167px;
					background: url('img/frijobel-sprite@x2.png');
					background-position: -300px -475px;
					background-size: 1000px 650px;
				}
				.container.full.cat-menu-receitas ul li a.marisco.active{
					position: absolute;
					width:130px;
					height:167px;
					background: url('img/frijobel-sprite@x2.png');
					background-position: -300px -475px;
					background-size: 1000px 650px;
				}
			}	
	
			.container.full.cat-menu-receitas ul li a.sugestao{
				position: absolute;
				width:95px;
				height:167px;
				background: url('img/frijobel-sprite.png');
				background-position: -600px -300px;
				background-size: 1000px 650px;
			}
			.container.full.cat-menu-receitas ul li a.sugestao:hover{
				position: absolute;
				width:95px;
				height:167px;
				background: url('img/frijobel-sprite.png');
				background-position: -600px -475px;
				background-size: 1000px 650px;
			}
			.container.full.cat-menu-receitas ul li a.sugestao.active{
				position: absolute;
				width:95px;
				height:167px;
				background: url('img/frijobel-sprite.png');
				background-position: -600px -475px;
				background-size: 1000px 650px;
			}
			@media 
			(-webkit-min-device-pixel-ratio: 2), 
			(min-resolution: 2dppx) { /* Retina Display*/
				.container.full.cat-menu-receitas ul li a.sugestao{
					position: absolute;
					width:95px;
					height:167px;
					background: url('img/frijobel-sprite@x2.png');
					background-position: -600px -300px;
					background-size: 1000px 650px;
				}
				.container.full.cat-menu-receitas ul li a.sugestao:hover{
					position: absolute;
					width:95px;
					height:167px;
					background: url('img/frijobel-sprite@x2.png');
					background-position: -600px -475px;
					background-size: 1000px 650px;
				}
				.container.full.cat-menu-receitas ul li a.sugestao.active{
					position: absolute;
					width:95px;
					height:167px;
					background: url('img/frijobel-sprite@x2.png');
					background-position: -600px -475px;
					background-size: 1000px 650px;
				}
			}	
			.container.full.cat-menu-receitas ul li a:hover{
				margin-top:-5px;
			}




.container.full.receitas{
	margin:30px auto;
}
.container.full.receitas .featured-image{
	height:250px;
	background-position: center;
}
.container.full.receitas .featured-image.open{
	height: 500px !important;
	background-position: center;
	margin-top: 130px;
}
.container.full.receitas .title{
	padding: 50px 0px 14px 0px;
	cursor:pointer;
}
.container.full.receitas .title:hover{
	color:#b3a79b !important;
}
.container.full.receitas .content{
	height: auto;
	max-height: 0px;
	padding: 0px;
	overflow: hidden;
}
.container.full.receitas .content.open{
	height:auto;
	max-height: 2000px;
	padding: inherit;
	overflow: hidden;
}
.container.full.receitas .post ul.receitas-info-item li div,
.container.full.receitas.single .post ul.receitas-info-item li div{
	position: absolute;
	margin: 74px auto;
	left: -10px;
	width: 88px;
	text-align: center;
	font-size: 14px;
}

	.container.full.receitas ul.receitas-info-item,
	.container.full.receitas.single ul.receitas-info-item{
		position: relative;
		margin: 50px auto auto auto;

	}

		.container.full.receitas ul.receitas-info-item li,
		.container.full.receitas.single ul.receitas-info-item li{
			position: relative;
			float:left;
			width:64px;
			height:80px;
			margin-right: 25px;
		}

			.container.full.receitas ul.receitas-info-item li a,
			.container.full.receitas.single ul.receitas-info-item li a{
				outline: none;
			}

			.container.full.receitas ul.receitas-info-item li a.duracao,
			.container.full.receitas.single ul.receitas-info-item li a.duracao{
				position: absolute;
				width:70px;
				height:80px;
				background: url('img/frijobel-sprite.png');
				background-position: -800px -300px;
				background-size: 1000px 650px;
			}
			@media 
			(-webkit-min-device-pixel-ratio: 2), 
			(min-resolution: 2dppx) { /* Retina Display*/
				.container.full.receitas ul.receitas-info-item li a.duracao,
				.container.full.receitas.single ul.receitas-info-item li a.duracao{
					position: absolute;
					width:70px;
					height:80px;
					background: url('img/frijobel-sprite@x2.png');
					background-position: -800px -300px;
					background-size: 1000px 650px;
				}
			}	

			.container.full.receitas ul.receitas-info-item li a.quantidade,
			.container.full.receitas.single ul.receitas-info-item li a.quantidade{
				position: absolute;
				width:70px;
				height:80px;
				background: url('img/frijobel-sprite.png');
				background-position: -700px -300px;
				background-size: 1000px 650px;
			}
			@media 
			(-webkit-min-device-pixel-ratio: 2), 
			(min-resolution: 2dppx) { /* Retina Display*/
				.container.full.receitas ul li a.quantidade,
				.container.full.receitas.single ul li a.quantidade{
					position: absolute;
					width:70px;
					height:80px;
					background: url('img/frijobel-sprite@x2.png');
				background-position: -700px -300px;
				background-size: 1000px 650px;
				}
			}	

			.container.full.receitas ul.receitas-info-item li a.dificuldade,
			.container.full.receitas.single ul.receitas-info-item li a.dificuldade{
				position: absolute;
				width:70px;
				height:80px;
				background: url('img/frijobel-sprite.png');
				background-position: -900px -300px;
				background-size: 1000px 650px;
			}
			@media 
			(-webkit-min-device-pixel-ratio: 2), 
			(min-resolution: 2dppx) { /* Retina Display*/
				.container.full.receitas ul.receitas-info-item li a.dificuldade,
				.container.full.receitas.single ul.receitas-info-item li a.dificuldade{
					position: absolute;
					width:70px;
					height:80px;
					background: url('img/frijobel-sprite@x2.png');
					background-position: -900px -300px;
					background-size: 1000px 650px;
				}
			}	


.container.full.spacer{
	height:50px;
	background-color: #e8e7de;
}

.container.full.receitas.single .btn{
	display: inline-block;
	background-color: #b3a79b;
	text-align: center;
	color: white;
	padding: 22px;
	width:285px;
	position: relative;
}
.container.full.receitas.single .btn:hover{
	background-color: #f3f1e9;
	color: #b3a79b;

}

.no-post .post {
	position: relative;
	width: 767px;
	float: right;
	margin: 0 auto;
}
.no-post .title {
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 0px 7px 0px !important;
	text-align: center;
	color: #b3a79b !important;
	cursor:default;
}
/*  4.5.2 Single Recipe -===================================================================== */



/*  4.6 - Empresa page ===================================================================== */
/*  4.6.1 - Posts Menu ===================================================================== */
.flex-control-nav.flex-control-paging {/*hooK*/
height: 13px !important;
}
.container.full.posts-menu{
	background-color: #e8e7de;
}

.container.full.posts-menu nav ul{

}

.container.full.posts-menu nav ul li{
	float: left;
	padding: 9px 19px 9px 19px;
}

.container.full.posts-menu nav ul li:hover{
	background-color: #b3a79b;
	color: white;
}
.container.full.posts-menu nav ul li.active{
	background-color: #b3a79b;
	color: white;
}
.container.full.qualidade.even:after,
.container.full.empresa.even:after{
content:" ";
position: absolute;
width:100%;
height:100%;
top:0px;
left:0px;
background: rgba(153, 114, 72, 0.1);
pointer-events:none;
}

/*  4.7 - Noticia single page ===================================================================== */
.container.full.single-noticia .btn{
	display: inline-block;
	background-color: #b3a79b;
	text-align: center;
	color: white;
	padding: 22px;
	width:285px;
	position: relative;
}

.container.full.single-noticia .btn.center{
	top: -44px;
}

.container.full.single-noticia .btn.left{
	width: 60px;
	height: 60px;
	background: #b3a79b url('img/btn-sprite.png') no-repeat;
	background-size: 180px 60px;
	background-position: -120px 0px;
	padding: 0px;
}
.container.full.single-noticia .btn.right{
	width: 60px;
	height: 60px;
	background: #b3a79b url('img/btn-sprite.png') no-repeat;
	background-size: 180px 60px;
	background-position: -60px 0px;
	padding: 0px;
}
.container.full.single-noticia .featured-image {
	background-position: 0px 50px;
	margin-bottom: 40px;
}

.container.full.single-noticia .btn:hover{
	background-color: #f3f1e9;
	color: #b3a79b;

}

span.date{
	color: #B9ACA3;
	font-weight: 300;
	top: 7px;
	position: relative;
}

/*.container.full.single-product .description .package .package-icon:hover > .bubble.label{
			opacity: 1;
			top:57px;
		}*/
.container.full.single-noticia .bubble.label{
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 8px;
	background: #b3a79b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 1;
	/*top: ;*/
	color:white;
}
.container.full.single-noticia .bubble.label:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #b3a79b transparent;
	display: block;
	width: 0;
	z-index: -1;
	top: -6px;
	left: 92px;
}
.container.full.single-noticia .btn.right .bubble.label:after{
	left: 92px;
}


/*  4.8 - Noticia page ===================================================================== */

.container.full.noticias{
	padding:50px 0px;
}	

.container.full.noticias .post{
	height:200px;
}
.container.full.noticias .featured-image{
	background-position: center;
}
.container.full.noticias .post a{
	position: relative;
	top: 22px;
	font-weight: 600;
}
.container.full.noticias .post a:hover{
	color: #B9ACA3;
}
.container.full.noticias .post h2{
	color:#008199;
}


.post .slides {/*Slider fix*/
margin: 0px !important;
}
.post .metaslider {/*Slider fix*/
margin: 30px 0px !important;
height:300px !important;
width:100% !important;
overflow: hidden;
}

/*  4.9 - contactos page ===================================================================== */
.container.full.contactos{
	margin: 50px auto;
}
	.container.full.contactos .post{
		float:left;
		width:450px;
		font-weight: 300;
		font-size: 16px;
		line-height: 22px;
	}
		.container.full.contactos .post .endereco,
		.container.full.contactos .post .mail,
		.container.full.contactos .post .fax{
			margin-bottom: 15px;
		}

		.container.full.contactos .post .btn-t {
			background-color: #726256;
			display: block;
			width: 200px;
			color: white;
			text-align: left;
			margin: 5px 0px;
			padding: 8px;
		}
		.container.full.contactos .post .btn-t:hover{
			background-color: #b3a79b;
		}



.slider ul li img {
	position: absolute;
	top: 0px;
	left: 0px;
}


.slider ul li img.spacer{
	position: relative !important;
}
.metaslider {
	position: relative;
	overflow: hidden;
	min-width: 960px;
	max-width: 1700px;
	margin: 0 auto;
}
.caption-wrap {
	background-color: transparent !important;
	width: 960px !important;
	position: absolute !important;
	margin-left: -480px !important;
	left: 50% !important;
	margin-bottom: 70px !important; /* VER MEDIA QUERIE AQUI PARA SUBIR ISTO EM RESOLUÇÕES MAIS LARGAS*/
	opacity: 1 !important;
	bottom: 20px !important;
	color: white;
	line-height: 30px;
	display: block;
}
	.caption-wrap .caption {
		max-width: 480px;
		line-height: 51px;
		font-size: 50px;
		font-style: italic;
		text-align: left;
		padding-left:40px;
	}
		.caption-wrap .caption span.sub-legenda {
		position: relative;
		font-size: 33px;
		top: -10px;
		}
		.caption-wrap .caption span.sub-legenda:before {
		content: "\A";
		white-space: pre;
		}

.off{
	opacity: 0;
}







	.form{
		position: relative;
		width:510px;
		float: right;
		color:#726256;
	}
		.form .field{
			margin:30px 0px;
		}

		.form h2{
			font-weight: 300;
			font-size: 40px;
			margin-bottom:20px;
		}
		.form label{
			text-transform: uppercase;
			font-size: 19px;
		}
		.form label.error {
			text-transform: none;
			color: #AD3A3A;
			font-size: 14px;
		}
		.form input,
		.form textarea{
			margin-top: 10px;
			width:100%;
			border: none;
			background: #F6F4F0;
			color: #726256;
			font-size: 17px;
			padding:5px;
			outline: none;
		}
		.form input:focus,
		.form textarea:focus{
			background: #EAE5DA;
		}
		.form input.error,
		.form textarea.error{
			border-bottom:1px solid #AD3A3A !important;
		}

		.form textarea{
			height:200px;
		}
		.form input[type="submit"]{
			width: 200px !important;
			cursor:pointer!important;
			background-color: #726256!important;
			color:white!important;
			font-weight: 300!important;
		}
		.form input[type="submit"]:hover{
			background-color: #b3a79b!important;
		}






.container.lightbox{
	background-color: rgba(255,255,255,0.7);
	position: fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index: 2200;
	overflow-x: scroll;
	display: none;
}


.lightbox .form{
	float: none;
	margin:40px auto;
	border-radius: 20px;
	background-color: #e8e7de;
	position: relative;
	width: 530px;
	padding: 50px;
}
		.lightbox .form input,
		.lightbox .form textarea{
			margin-top: 10px;
			width:100%;
			border: none;
			background: white;
			color: #726256;
			font-size: 17px;
			padding:5px;
			outline: none;
		}
		.lightbox .form input:focus,
		.lightbox .form textarea:focus{
			background: #F6F4F0;
		}
input[type="radio"] {
    opacity: 0;
    position: absolute;
    margin-top: -6px;
    margin-left: -1px;
    z-index: 1000000;
}
input[type="radio"] + .wpcf7-list-item-label{
	font-size: 14px;
}
.wpcf7-form p {
    margin: 30px 0px;
}
span.wpcf7-list-item {
        margin: 10px 20px 0px 0px !important;
}
input[type="radio"] + .wpcf7-list-item-label:before {
    display:inline-block;
    width:19px;
    height:19px;
    background:white;
    border-radius:100%;
    top: 4px;
	margin-right: 8px;
	position: relative;
    cursor:pointer;
}
input[type="radio"]:checked + .wpcf7-list-item-label:before{
    background:#726256;
}
input[value="carne"]:checked + label span.carne {
    background:#db4f57;
}
input[value="peixe"]:checked + label span.peixe {
    background:#6ab5c7;
}
input[value="marisco"]:checked + label span.marisco {
    background:#d0963e;
}
.radio-wrap {
	margin: 10px 5px 0px 0px;
	display: inline-block;
	background: #e8e7de;
	padding: 5px 15px 10px 15px
}

div.wpcf7 form .wpcf7-validation-errors {
  border: none;
  border-left: 4px solid #f7e700;
  background: white;
  font-weight: 400;
  margin: 20px 0px;
  padding: 7px 20px 7px 20px;
  font-size: 14px;
  line-height: 21px;
}
div.wpcf7 form .wpcf7-spam-blocked {
  border: none;
  border-left: 4px solid #f7e700;
  background: white;
  font-weight: 400;
  margin: 20px 0px;
  padding: 7px 20px 7px 20px;
  font-size: 14px;
  line-height: 21px;
}
div.wpcf7 form .wpcf7-mail-sent-ng {
  border: none;
  border-left: 4px solid #F23B3B;
  background: white;
  font-weight: 400;
  margin: 20px 0px;
  padding: 7px 20px 7px 20px;
  font-size: 14px;
  line-height: 21px;
}
div.wpcf7 form .wpcf7-mail-sent-ok{
  border: none;
  border-left: 4px solid #398f14;
  background: white;
  font-weight: 400;
  margin: 20px 0px; 
  padding: 7px 20px 7px 20px;
  font-size: 14px;
  line-height: 21px;
}


input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    margin-top: -6px;
    margin-left: -1px;
    z-index: 1000000;
}
input[type="checkbox"] + .wpcf7-list-item-label{
	font-size: 14px;
}

input[type="checkbox"] + .wpcf7-list-item-label:before {
    display:inline-block;
    width:19px;
    height:19px;
    background:white;
    border-radius:3px;
    top: 4px;
	margin-right: 8px;
	position: relative;
    cursor:pointer;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:before{
    background:#726256;
}
.checkbox-wrap {
	margin: 10px 5px 0px 0px;
	display: inline-block;
	background: #e8e7de;
	padding: 5px 15px 10px 15px
}


.lightbox .btn.close{position: fixed; top:20px; right:50px;}

body.haslightbox{
	overflow:hidden;
}


#bgmp_map-canvas{
	width:100% !important;
}


.map-area-profissional .spinner-wrapper{
	background-color: #dddbd0;
	text-align: center;
	height:500px;
	z-index:600;
}
.map-label {
	background-color: #e8e7de;
}
.container.full.map-label .post {
width: 100%;
}

.map-label .container.center .label,
.map-label .container.center .label div{
	display:inline-block;
}
.map-label .container.center .label {
padding: 17px 20px 15px 0px;
}
.map-label .container.center .label .icon{
	width:20px;
	height:20px;
	border-radius: 100%;
}

.map-label .container.center .label.import .icon{
	background-color: #038199;
}
.map-label .container.center .label.export .icon{
	background-color: #726256;
}
.icon-label {
position: relative;
text-transform: uppercase;
font-size: 16px;
padding: 0px 10px;
bottom: 4px;
color: rgb(106, 97, 75);
}


.container.full.area-profissional-page-title h2{
	color: #008199;
	text-transform: none;
	padding: 37px 0px 15px 0px;
	font-size: 30px;
}
.container.full.area-profissional-page-title p{
padding: 0px 0px 37px 0px;
font-size: 20px;
}

.container.full.area-profissional-text .content{
padding:40px 0px;
}





