** BOOTSTRAP *
 **************/

/* from bootstrap v2 to v3 alert-error changed to alert-danger,
   we need to create the styles for extensions that still use v2,
   such as rscontact */
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #843534;
}
.help-block {
  display: inline;
}
.nav>li>a:focus, .nav>li>a:hover {
  background: none;
}


/*** JOOMLA ***
 **************/

#search-query-explained {
  padding-top: 0;
}
.login {
  width: 240px;
}
.login .control-label {
  text-align: left;
}


/* PROTOSTAR **
 **************/

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert,
.alert h4 {
    color: #c09853;
}
.alert h4 {
    margin: 0;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}


/**** MAIN ****
 **************/

body {
  background: #fff url(../img/bg-body-clouds.jpg) no-repeat 100% 0;
  background-size: 150%;
  font-family: privaoneproregular;
  font-size: 12px;
}
a {
  color: #0082CA;
  -webkit-transition: color 0.2s, text-shadow 0.2s, background-color 0.2s, border 0.2s, opacity 0.2s;
          transition: color 0.2s, text-shadow 0.2s, background-color 0.2s, border 0.2s, opacity 0.2s;
}
a.readmore:after,
a.fancybox:after,
button,
div {
  -webkit-transition: background-color 0.2s !important;
          transition: background-color 0.2s !important;
}

.form-control {
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.5);
          box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-box-shadow ease-in-out .15s;
          transition: box-shadow ease-in-out .15s;
}
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 2px 1px 6px rgba(0, 130, 202, 1);
  box-shadow: inset 2px 1px 6px rgba(0, 130, 202, 1);
}

header {
  width: 100%;
  overflow-y: visible;
}
header:before {
  content: "";
  display: block;
  height: 6px;
  background-color: #0082ca;
}
header .container {
  position: relative;
}
@media (min-width: 768px) {
  body {
    background-size: initial;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1310px) {
  body {
    background: none;
  }
  header .bg:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    left: 15px;
    right: 15px;
    height: 440px;
    background: #fff url(../img/bg-body-clouds.jpg) no-repeat 100% 0;
    _background-size: 91.2%;
  }
}
header .bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  height: 177px;
  background: transparent url(../img/bg-body-top-right.png) no-repeat 100% -6px;
  background-size: 54.5%;
}
@media (min-width: 1310px) {
  .container {
    width: 1280px;
  }
}
header .navbar-default {
  margin-top: 15px;
  margin-bottom: 0;
  background: #DBEBF6;
  background: rgba(255, 255, 255, 0.65);
  border: none;
}
header .navbar-default .main-nav > li {
  float: left;
  text-align: center;
}
header .navbar-default .main-nav > li > a {
  display: inline-block;
  margin: 5px 0 0;
  padding: 0 7px;
  line-height: 24px;
  font-family: nillandregular;
  font-weight: bold;
  color: #0082ca;
  text-shadow: 2px 1px 0px #FFF;
  border-radius: 24px;
}
@media (min-width: 768px) {
  header .navbar-default .main-nav {
    display: table;
  }
  header .navbar-default .main-nav > li {
    display: table-cell;
    float: none;
  }
  header .navbar-default .main-nav > li > a {
    margin: 12px 0 11px;
    font-size: 16px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  header .navbar-default .main-nav > li > a {
    margin: 13px 0 12px;
    font-size: 18px;
    padding: 0 12px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  header .navbar-default .main-nav:after {
    width: 0;
  }
  header .navbar-default .main-nav > li > a {
    font-size: 20px;
  }
}
@media (min-width: 1310px) {
  header .navbar-default {
    background: none;
  }
  header .navbar-default .main-nav {
    width: 567px;
    background: #DBEBF6;
    background: rgba(255, 255, 255, 0.65);
  }
  header .navbar-default .main-nav:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 620px;
    width: 74px;
    height: 65px;
    background: transparent url(../img/menu-bg-right.png) no-repeat;
  }
}
header .navbar-default .main-nav > li:last-child > a {
  margin-right: 0;
}
header .navbar-default .main-nav > li > a:hover,
header .navbar-default .main-nav > li > a:focus {
  color: #fff;
  text-shadow: 2px 1px 0px #0068ad;
  /* background-color: #0082ca; */
  background-color: #2aa9e0;
}
header .navbar-default .main-nav > .active > a,
header .navbar-default .main-nav > .active > a:hover,
header .navbar-default .main-nav > .active > a:focus {
  color: #fff;
  text-shadow: 2px 1px 0px #0068ad;
  background-color: #0082ca;
}
header .navbar-default .navbar-toggle {
  margin-top: 11px;
  margin-right: 20px;
  margin-bottom: 11px;
  padding: 6px 6px;
  background-color: #0082ca;
}
header .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #3ebde1;
}
header .navbar-default .navbar-toggle .icon-bar {
  width: 14px;
  background-color: #fff;
}
header .navbar-default .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 3px;
}
header .navbar-default .navbar-collapse {
  position: relative;
  margin-left: 84px;
  padding-left: 5px;
  border-color: #a4d6e4;
  overflow-y: visible;
  -webkit-transition: height 0.2s !important;
          transition: height 0.2s !important;
}
header .navbar-default .navbar-collapse.in {
  overflow-y: visible;
}
header .navbar-nav {
  margin: 0;
  padding-bottom: 5px;
}
header .navbar>.container .navbar-brand {
  margin: -11px 0 0 15px;
  padding: 0;
}
header .navbar-brand {
  position: relative;
  z-index: 1;
}
header .navbar-brand img {
  width: 85px;
}
@media (min-width: 768px) {
  header .navbar-nav {
    padding-bottom: 0;
  }
  header .navbar>.container .navbar-brand {
    margin-left: 0;
  }
  header .navbar-brand img {
    width: 110px;
  }
}
@media (min-width: 992px) {
  header .navbar-brand img {
    width: 100%;
  }
  header .navbar>.container .navbar-brand {
    margin-right: 15px;
  }
}
header .navbar-form {
  position: absolute;
  top: -34px;
  left: 12px;
  width: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
header .navbar-form .form-group {
  float: left;
  width: 77%;
}
header .navbar-form .form-control {
  width: 100%;
  height: 24px;
  padding: 4px 10px;
  font-size: 12px;
}
header .btn-search {
  margin: 0 -6px 0 6px;
  width: 24px;
  height: 24px;
  padding: 2px 0 0 0;
  background: #0082ca;
  border: none;
  border-radius: 22px;
  outline: 0;
  font-size: 14px;
}
header .btn-search:before {
  content: "\e003";
  font-family: 'Glyphicons Halflings';
  color: #fff;
}
header .btn-search:hover,
header .btn-search:focus {
  background-color: #0068ad;
}
header .btn-search:active {
  padding: 3px 0 0 1px;
  -webkit-box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  header .navbar-form {
    position: relative;
    top: 0;
    left: 0;
    width: 25%;
    margin: 13px 0 0;
  }
  header .navbar-form .form-group {
    width: 65%;
  }
  header .navbar-form .form-control {
    height: 30px;
    padding: 1px 8px;
  }
  header .btn-search {
    margin: -4px -12px 0 12px;
    padding: 3px 0 0 0;
    width: 39px;
    height: 39px;
    font-size: 22px;
  }
  header .btn-search:active {
    padding: 4px 0 0 1px;
  }
}
@media (min-width: 992px) {
  header .navbar-form {
    width: 31%;
    margin: 16px 0 0;
  }
  header .navbar-form .form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
  }
  header .btn-search {
    width: 43px;
    height: 43px;
    font-size: 26px;
  }
}
header .navbar-default .lang-nav {
  position: absolute;
  top: -15px;
  right: 20%;
  padding: 0 20px;
  width: 106px;
  height: 23px;
  background: transparent url(../img/sprite.png) no-repeat 0 -136px;
}
@media (min-width: 768px) {
  header .navbar-default .lang-nav {
    right: 12.4%;
  }
}
header .navbar-default .lang-nav > li {
  float: left;
  width: 50%;
  margin: 4px 0;
  text-align: center;
  border-left: 2px solid #a2deef;
}
header .navbar-default .lang-nav > li:first-child {
  border-left: none;
}
header .navbar-default .lang-nav > li > a {
  padding: 0;
  font-family: nillandregular;
  font-weight: bold;
  font-size: 14px;
  line-height: 11px;
  color: #a2deef;
}
header .navbar-default .lang-nav > li.lang-active > a,
header .navbar-default .lang-nav > li > a:hover,
header .navbar-default .lang-nav > li > a:focus {
  color: #fff;
}

.mod-company-articles > ul {
  margin-bottom: 30px;
}
.mod-product-categories > ul,
.mod-recipe-categories > ul {
  margin-top: -17px;
  margin-bottom: 6px;
}
.mod-company-articles > ul > li,
.mod-product-categories > ul > li,
.mod-list-products > ul > li,
.mod-recipe-categories > ul > li {
  float: left;
}
.mod-company-articles > ul > li > a,
.mod-product-categories > ul > li > a,
.mod-list-products > ul > li > a,
.mod-recipe-categories > ul > li > a {
  margin: 0px 12px 0px 0px;
  padding: 0;
  font-family: nillandregular;
  font-size: 13px;
  line-height: 1.6;
  font-weight: bold;
  color: #595959;
  opacity: 0.7;
}
.mod-company-articles > ul > li > a {
  margin-top: 1.75em;
  font-size: 14px;
}
.mod-company-articles > ul > li.active {
  position: absolute;
}
.mod-product-categories > ul > li.active > a,
.mod-list-products > ul > li.active > a,
.mod-recipe-categories > ul > li.active > a {
  color: #1ac8f7;
}
.mod-company-articles > ul > li > a:hover,
.mod-product-categories > ul > li > a:hover,
.mod-list-products > ul > li > a:hover,
.mod-recipe-categories > ul > li > a:hover {
  background: none;
  opacity: 1;
}
.mod-company-articles > ul > li > a:before,
.mod-product-categories > ul > li > a:before,
.mod-list-products > ul > li > a:before,
.mod-recipe-categories > ul > li > a:before {
  content: "/ ";
  letter-spacing: -1px;
}
.mod-company-articles .leftarrow,
.mod-company-articles .rightarrow {
  display: none;
  position: absolute;
  z-index: 1;
  width: 28px;
  height: 108px;
  opacity: 0.7;
}
.mod-company-articles .leftarrow:hover,
.mod-company-articles .leftarrow:focus,
.mod-company-articles .rightarrow:hover,
.mod-company-articles .rightarrow:focus {
  opacity: 1;
}
.mod-company-articles .leftarrow {
  margin-left: -85px;
  background: transparent url(../img/sprite.png) no-repeat -220px 0;
}
.mod-company-articles .leftarrow:active {
  margin-left: -86px;
}
.mod-company-articles .rightarrow {
  right: -12px;
  background: transparent url(../img/sprite.png) no-repeat -192px 0;
}
.mod-company-articles .rightarrow:active {
  right: -13px;
}
.mod-company-articles .leftarrow.disabled,
.mod-company-articles .rightarrow.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .mod-recipe-categories > ul {
    margin-top: -26px;
    padding-left: 14px;
  }
  .mod-company-articles > ul > li > a {
    margin: 1.75em 16px 0 0;
    font-size: 18px;
  }
  .mod-recipe-categories > ul > li > a {
    margin: 0 16px 0 0;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .mod-company-articles > ul > li > a,
  .mod-recipe-categories > ul > li > a {
    font-size: 20px;
  }
  .mod-company-articles .leftarrow,
  .mod-company-articles .rightarrow {
    display: block;
  }
}
@media (min-width: 1200px) {
  .mod-company-articles > ul > li.active {
    position: relative;
  }
  .mod-company-articles > ul > li > a {
    margin-top: 5px;
  }
}

.main {
  padding: 36px 20px 84px;
}

article {
  _width: 1024px;
  _margin-left: 150px;  
}
.article-text {
  _padding-left: 30px;
  text-align: justify;
}
.article-text img {
  max-width: 100% !important; 
}
.article-image {
  margin-bottom: 20px;
}
.article-image img {
  max-width: 50%;
  max-height: 150px; 
}
.brands .article-image img {
  margin-top: 10px;
}
.company .article-image {
  margin-top: -10px;
}
.finder .article-image {
  position: absolute;
  top: 0;
  right: 0;
}
.finder .article-image img {
  position: relative;
  margin-top: -25px;
  width: auto;
  max-width: none;
  max-height: 70px;
}
.article-url {
  display: inline-block;
  position: absolute;
  top: -22px;
  left: 15px;
  font-size: 14px;
}

article > .item-page {
  text-align: justify;
}
@media (min-width: 768px) {
  .main {
    padding: 64px 15px 74px;
  }
  .article-text {
    padding-right: 40px;
  }
  .article-image {
    position: relative !important;
    float: right;
    text-align: center;
  }
  .article-image img {
    margin-top: 0 !important;
    max-width: 100% !important; 
    max-height: initial !important; 
  }
  .company .article-image {
    margin-top: -20px;
  }
  article > .item-image {
    float: right;
    width: 33.33333333%;
    margin-bottom: 20px;
    text-align: center;
  }
  .article-url {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .main {
    padding: 84px 15px;
  }
  .company .article-image {
    padding-left: 96px;
  }
  .brands .article-image {
    padding-left: 48px;
  }
  .article-url {
    font-size: 20px;
  }
}
@media (min-width: 1310px) {
  .main {
    padding: 84px 70px;
  }
}
article > .item-image-empresa {
  margin-top: 130px;
}

.mod-list-products > h1 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #1AC8F7;
}
.mod-list-products > h1:before {
  content: "/ ";
  letter-spacing: -2px;
}
.mod-list-recipes h1 {
  font-size: 20px;
  color: #0082CA;
}
.mod-list-recipes div:first-child {
  padding-right: 0;
}
.mod-list-recipes img {
  float: left;
  margin: 3px 0 -3px;
  width: 60px;
  height: 60px;
  border: 3px solid #0082ca;
  border-radius: 40px;
}
.mod-list-recipes ul > li > a {
  margin-bottom: 7px;
  padding: 0;
  font-size: 12px;
  line-height: 1.1;
  color: #333;
}
.mod-list-recipes ul > li > a:hover {
  color: #0082CA;
}
.mod-list-recipes ul > li.active > a {
  font-weight: bold;
  color: #0082CA;
}

@media (min-width: 768px) {
  .mod-list-products > h1 {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: normal;
  }
  .mod-list-products > h1:before {
    margin-left: -8px;
  }
  .mod-list-recipes h1 {
    font-size: 22px;
  }
  .mod-list-recipes img {
    width: 70px;
    height: 70px;
  }
  .mod-product-categories > ul,
  .mod-list-products > ul {
    margin: 0; /* override */
    padding-left: 15px;
  }
  .mod-list-products > ul {
    margin-left: -14px;
  }
  .mod-product-categories > ul > li,
  .mod-list-products > ul > li {
    list-style: none;
    position: relative;
    float: none; /* override */
    line-height: 12px;
    padding-bottom: 5px;
  }
  .mod-product-categories > ul > li.active:before,
  .mod-list-products > ul > li.active:before {
    content: "\25CF";
    position: absolute;
    left: -15px;
    color: #0082CA;
  }
  .mod-product-categories > ul > li > a,
  .mod-list-products > ul > li > a {
    margin: 0; /* override */
    padding: 0;
    font-family: inherit; /* override */
    font-size: 13px;
    line-height: inherit; /* override */
    font-weight: normal; /* override */
    color: inherit; /* override */
    opacity: 1; /* override */
  }
  .mod-list-products > ul > li > a {
    font-size: 12px;
    font-weight: bold;
    color: #333;
  }
  .mod-product-categories > ul > li > a:before,
  .mod-list-products > ul > li > a:before {
    content: none; /* override */
  }
  .mod-product-categories > ul > li.active > a,
  .mod-product-categories > ul > li > a:hover,
  .mod-list-products > ul > li.active > a,
  .mod-list-products > ul > li > a:hover {
    font-weight: bold;
    color: #0082CA;
  }
  .mod-list-recipes ul > li > a {
    margin: 6px 0 11px;
  }
}
@media (min-width: 992px) {
  .mod-list-products > h1 {
    font-size: 24px;
  }
  .mod-list-products > h1:before {
    margin-left: -10px;
  }
  .mod-list-recipes h1 {
    font-size: 24px;
  }
  .mod-list-recipes img {
    margin: -4px 0 0 -14px;
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .mod-list-recipes img {
    margin-left: 0;
  }
}


/* FLEXICONTENT
 **************/

#fc_filter_form_blocker {
  display: none;
}

.fc-mssg.fc-note {
  font-style: italic;
  color: #888;
}

.buttons {
  display: block !important;
  float: right !important;
  margin: -40px 0 0 0px !important;
  padding: 0px !important;
}
.buttons .fc_editbutton,
.buttons > a.btn {
  margin: 0px 4px;
}
.buttons .fc_editbutton,
.buttons > a {
  text-decoration: none;
  margin: 0px 4px;
}
.btn.jmodedit {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.btn.jmodedit,
.buttons .btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 2px 10px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #F5F5F5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFF),to(#E6E6E6));
  background-image: -webkit-linear-gradient(top,#FFF,#E6E6E6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#FFF,#E6E6E6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #BBB;
  border-bottom-color: #A2A2A2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.buttons .btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.buttons .fc_editbutton > img,
.buttons > a > img {
  border: none !important;
  vertical-align: top !important;
  margin: 1px 6px 0px 0px !important;
}
.buttons .fc_editbutton > img {
  margin-top: 0px !important;
}


/* 
 **************/

h1, h2 {
  font-family: nillandregular;
  font-weight: bold;
  color: #0082ca;
  font-size: 24px;
  text-align: left;
}
h3 {
  font-family: nillandregular;
  font-weight: bold;
  margin: 4px 0 -16px;
  font-size: 14px;
  line-height: 14px;
  color: #3ebde1;
  text-align: left;
}
h4 {
  font-size: 14px;
  font-weight: bold;
}

.page-header {
  padding: 0;
}
article h2 {
  margin: 0 0 30px;
}
h1.main-header {
  margin: 0 0 20px;
}
.mod-company-articles > ul h1 {
  margin: 0 20px 0 0;
}
h1.main-header:before,
.mod-company-articles > ul h1:before {
  content: "/ ";
  letter-spacing: -2px;
}
/* A SER USADO ???
article > h1 {
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: normal;
  color: #1ac8f7;
}
*/

.categories-list {
  margin: 84px 0 30px;
}
.category-desc {
  font-family: nillandregular;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #0082ca;
}
.category-desc:before {
  content: "/ ";
  letter-spacing: -2px;
}


.shadow {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 1);
  bottom: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.tp-caption a:hover, /* UNITE SLIDER */
a:hover,
a:after {
  color: #0068ad;
  text-decoration: none;
}

a.readmore {
  display: table;
  margin-top: 15px;
  font-family: nilland-blackregular;
  font-size: 12px !important;
  color: #0082ca;
}
a.fancybox {
  display: inline-block;
  position: relative;
}
a.readmore:after,
a.fancybox:after {
  content: "+";
  cursor: pointer;
  z-index: 1;
  position: absolute;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  background-color: #0082ca;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
}
a.fancybox:after {
  right: -36px;
  bottom: -3px;
}
a.readmore:hover:after,
a.readmore:focus:after,
a.fancybox:hover:after,
a.fancybox:focus:after {
  background-color: #0068ad;
}
a.readmore:active:after,
a.fancybox:active:after {
  padding-left: 1px;
  line-height: 28px;
  -webkit-box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.5);  
}

@media (min-width: 768px) {
  h1, h2 {
    font-size: 26px;
  }
  h1.main-header {
    margin: 0 0 30px;
  }
  .mod-company-articles > ul h1 {
    margin: 0 20px -4px 0;
  }
  h4 {
    font-size: 16px;
  }
  a.readmore,
  .homepage a.readmore {
    font-size: 16px !important;
  }
  a.fancybox:after {
    right: 0;
    bottom: -24px;
  }
}
@media (min-width: 992px) {
  h1, h2 {
    font-size: 32px;
  }
  h4 {
    font-size: 18px;
  }
  a.readmore,
  .homepage a.readmore {
    font-size: 18px !important;
  }
}

.homepage div,
.homepage a {
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: left;
}
.homepage h1 {
  font-size: 14px !important;
  line-height: 1.1 !important;
}
.homepage a.readmore:after {
  margin-top: -4px;
}
@media (max-width: 767px) {
  .homepage {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .homepage div,
  .homepage a {
    font-size: 13px !important;
    line-height: 1.42857143 !important;
  }
  .homepage h1 {
    font-size: 26px !important;
    line-height: initial !important;
  }
  .homepage a.readmore:after {
    margin-top: 1px;
  }
}
@media (min-width: 992px) {
  .homepage div,
  .homepage a {
    font-size: 14px !important;
  }
  .homepage h1 {
    font-size: 32px !important;
  }
}
.rev_slider_wrapper {
  max-width: 750px;
  margin: -60px 0px 60px;
  -webkit-box-shadow: 0 40px 30px -30px rgba(0, 130, 202, 0.3);
  box-shadow: 0 40px 30px -30px rgba(0, 130, 202, 0.3);
}
.rev_slider_wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.rev_slider_wrapper:after {
  content: "";
  position: absolute;
  z-index: -2;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 1);
  bottom: 0;
  width: 100%;
  height: 20px;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.rev_slider_wrapper .tp-loader.spinner4 div {
  background-color: #0082ca !important;
}
@media (min-width: 768px) {
  .rev_slider_wrapper {
    margin-top: -44px !important;
    margin-bottom: 60px ! important;
  }
  .rev_slider_wrapper:before {
    left: -25%;
    right: -25%;
    width: 150%;
  }
  .rev_slider_wrapper:after {
    left: -10%;
    right: -10%;
    width: 120%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
    height: 30px;
  }
}
@media (min-width: 992px) {
  .rev_slider_wrapper {
    margin-left: -75px !important;
  }
}
.tparrows {
  width: 43px;
  height: 43px;
  border: none;
  border-radius: 22px;
  outline: 0;
}
.tparrows:hover,
.tparrows:focus {
  background-color: #0068ad !important;
}
.tparrows:active {
  -webkit-box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.5);  
}
.tp-leftarrow.default,
.tp-rightarrow.default {
  width: 24px;
  height: 24px;
  padding: 3px 6px;
  background: #0082ca;
  font-family: 'Glyphicons Halflings';
  font-size: 13px !important;
  color: #fff;
}
.tp-rightarrow.default {
  padding: 3px 5px;
}
.tp-leftarrow.default:before {
  content: "\e079";
}
.tp-rightarrow.default:before {
  content: "\e080";
}
.tp-leftarrow.default:active {
  padding: 4px 7px;
}
.tp-rightarrow.default:active {
  padding: 4px 6px;
}
.tp-bullets.simplebullets.round .bullet {
  width: 13px;
  height: 13px;
  margin: 0 4px;
  border: 1px solid #999;
  border-radius: 7px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.6);
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
  border: 1px solid #666;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.6);
  background: #0082ca;
}
.tp-bullets.simplebullets.round .bullet:hover {
  background: #0068ad;
}
.tp-caption {
  font-size: 16px;
  white-space: normal !important;
}
@media (min-width: 768px) {
  .tp-leftarrow.default,
  .tp-rightarrow.default {
    margin-bottom: -8px;
    width: 40px;
    height: 40px;
    padding: 4px 9px;
    font-size: 22px !important;
  }
  .tp-rightarrow.default {
    padding: 4px 8px;
  }
  .tp-leftarrow.default:active {
    padding: 5px 10px;
  }
  .tp-rightarrow.default:active {
    padding: 5px 9px;
  }
}

.brands-footer {
  height: 101px;
  margin-top: -50px;
  margin-bottom: 80px;
  padding: 0;
}
.brands-footer .title {
  float: left;
  margin: 10px 10px 10px 0;
  width: 79px;
  height: 79px;
  text-align: center;
  font-family: nillandregular;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 16px;
  color: #fff;
  background-color: #0082ca;
  border-radius: 40px;
}
.brands-footer .list-inline {
  position: relative;
  top: -20px;
  line-height: 96px;
  margin: 0;
  background-color: #fff;
}
.brands-footer .marquee0 > div {
  width: 100% !important;
}
.brands-footer .marquee0:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 96px;
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
}
.brands-footer .marquee0:after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
  width: 15px;
  height: 96px;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
}
.brands-footer .list-inline > li {
  _padding: 0 20px;
}
.brands-footer .list-inline > li > a > img {
  width: 90%;
  margin: 0 -10px;
  vertical-align: middle !important;
  -webkit-transition: margin-top 0.2s !important;
          transition: margin-top 0.2s !important;
}
.brands-footer .list-inline > li > a:hover > img {
  margin-top: -5px;
}
@media (min-width: 992px) {
  .brands-footer {
    height: 141px;
  }
  .brands-footer .title {
    margin: 10px 30px 10px 0;
    width: 119px;
    height: 119px;
    font-size: 30px;
    line-height: 24px;
    padding-top: 30px;
    border-radius: 60px;
  }
  .brands-footer .list-inline {
    line-height: 136px;
  }
  .brands-footer .marquee0:before {
    height: 136px;
  }
  .brands-footer .marquee0:after {
    height: 136px;
  }
  .brands-footer .list-inline > li > a > img {
    margin: 0 5px;
  }
}

.right {
  margin-top: -2%;
  text-align: center;
}
.right .custom {
  display: inline-block;
}
.right img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .right {
    text-align: left;
  }
  .right .custom {
    display: block;
  }
}
@media (min-width: 1200px) {
  .right {
    margin-top: 2%;
  }
}

footer {
  padding: 28px 0;
  color: #fff;
  font-size: 11px;
  background-color: #0082ca;
  box-shadow: 0px 500px 0px 500px #0082ca;
}
footer .think-green {
  position: absolute;
  top: -78px;
  left: 114px;
}
footer .social:before {
  content: "";
  top: -54px;
  position: absolute;
  width: 107px;
  line-height: 38px;
  text-align: center;
  font-family: nilland-blackregular;
  font-size: 18px;
  background: transparent url(../img/sprite.png) no-repeat 0 -107px;
}
footer .social {
  padding-left: 0;
  /* margin-bottom: 0; */
  list-style: none;
}
footer .social > li > a {
  display: block;
  float: left;
  margin: 0 4px 8px;
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
footer .social > li.facebook > a {
  background: #2aa9e0 url(../img/sprite.png) no-repeat 0 0;
}
footer .social > li.twitter > a {
  background: #2aa9e0 url(../img/sprite.png) no-repeat -64px 0;
}
footer .social > li.linkedin > a {
  background: #2aa9e0 url(../img/sprite.png) no-repeat -128px 0;
}
footer .social > li.facebook > a:hover,
footer .social > li.twitter > a:hover,
footer .social > li.linkedin > a:hover {
  background-color: #0068ad;
}
footer .navbar-nav {
  float: none;
  margin-top: -14px;
  margin-left: 0;
  margin-bottom: 28px;
  _margin-right: -30px;
}
footer .navbar-nav ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
footer .navbar-nav > li {
  margin: 14px 3% 0;
}
footer .navbar-nav > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
footer .navbar-nav li > a {
  padding: 0;
  color: #fff;
  /* line-height: 35px; */
  white-space: nowrap;
}
footer .nav > li > a:hover,
footer .nav > li > a:focus {
  color: #58cae9;
  background: none;
}
@media (min-width: 768px) {
  footer {
    font-size: 12px;
  }
  footer .navbar-nav {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  footer .navbar-nav {
    margin-left: -45px;
  }
}

.pipedream img {
  float: left;
  margin: 6px 6px -3px 0;
}
.pipedream b {
  display: inline-block;
  margin-top: 9px;
  font-size: 14px;
}

.category > h1,
.product > h1 {
  margin-top: 20px;
  font-size: 32px;
  color: #1ac8f7;
}
.category > img,
.product > img {
  float: right;
  max-width: 30%;
  margin-top: -10px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .category > h1,
  .product > h1 {
    margin-top: 0;
    font-size: 40px;
    font-weight: normal;
  }
  .category > img,
  .product > img {
    margin-top: -20px;
  }
}
@media (min-width: 992px) {
  .category > h1,
  .product > h1 {
    font-size: 44px;
  }
  .category > img,
  .product > img {
    max-width: none;
  }
}

ul.categories {
  font-size: 0;
}
ul.categories > li {
  display: inline-block;
  width: 83px;
  height: 83px;
  margin: 0 10px 10px 0;
}
ul.categories > li > a {
  position: absolute;
  width: 119px;
  height: 119px;
  padding: 0 2px;
  overflow: hidden;
  background-color: #0082ca;
  border: 6px solid #0082ca;
  border-radius: 60px;
  font-family: nillandregular;
  font-size: 17px;
  line-height: 1.1;
  color: #fff;
  -webkit-transform: scale(0.696);  /* Chrome, Opera 15+, Safari 3.1+  */
      -ms-transform: scale(0.696);  /* IE 9 */
          transform: scale(0.696);  /* Firefox 16+, IE 10+, Opera */
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.category ul.categories > li.active > a,
.product ul.categories > li.active > a {
  background-color: #1AC8F7 !important;
  border-color: #1AC8F7 !important;
  color: #0082ca !important;
  font-weight: bold;
}
.recipes ul.categories > li > a {
  background-color: transparent;;
  color: #fff;
  text-shadow: #000 0px 0px 10px;
}
.recipes ul.categories > li > a > .subcat-title {
  background: rgba(0, 130, 202, 0.3);
  box-shadow: #0082CA 0 0 30px;
  border-radius: 20px;
  font-weight: bold;
}
ul.categories > li > a:hover,
ul.categories > li > a:focus {
  border: 6px solid #1ac8f7;
  background-color: #0082ca;
}
.recipes ul.categories > li > a:hover,
.recipes ul.categories > li > a:focus {
  background-color: transparent;
}
section.brands ul.categories > li > a,
section.brands ul.categories > li > a:hover,
section.brands ul.categories > li > a:focus {
  background-color: #fff;
}
ul.categories > li > a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);  /* Chrome, Opera 15+, Safari 3.1+  */
      -ms-transform: translate(-50%, -50%);  /* IE 9 */
          transform: translate(-50%, -50%);  /* Firefox 16+, IE 10+, Opera */
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: transform 0.1s;
          transition: transform 0.1s;
}
.products ul.categories > li > a:hover > span {
  -webkit-transform: translate(-50%, -50%) scale(1.05);  /* Chrome, Opera 15+, Safari 3.1+  */
      -ms-transform: translate(-50%, -50%) scale(1.05);  /* IE 9 */
          transform: translate(-50%, -50%) scale(1.05);  /* Firefox 16+, IE 10+, Opera */
}
.recipes ul > li > a .subcat-image {
  position: absolute;
  z-index: -1;
  width: 99%;
  height: 99%;
  margin-top: -4px;
  margin-left: -4px;
}




ul.contests {
  margin-bottom: -20px;
}
ul.contests > li {
  float: left;
  width: 50%;
  margin-bottom: 40px;
}
ul.contests > li:nth-child(odd) {
  clear: both;
}
ul.contests > li > a.fc_image_thumb {
  float: left;
}



@media (min-width: 768px) {
  ul.categories > li {
    width: 107px;
    height: 107px;
    margin: 10px 20px 10px 0;
  }
  ul.categories > li > a {
    -webkit-transform: scale(1);  /* Chrome, Opera 15+, Safari 3.1+  */
        -ms-transform: scale(1);  /* IE 9 */
            transform: scale(1);  /* Firefox 16+, IE 10+, Opera */
  }
  .products ul.categories > li > a {
    -webkit-transform: scale(0.9);  /* Chrome, Opera 15+, Safari 3.1+  */
        -ms-transform: scale(0.9);  /* IE 9 */
            transform: scale(0.9);  /* Firefox 16+, IE 10+, Opera */
  }
  section.brands ul.categories > li > a:hover,
  section.brands ul.categories > li > a:focus {
    border: 3px solid #1ac8f7;
  }
  section.brands ul.categories > li,
  section.brands ul.categories > li > a,
  .recipes ul.categories > li,
  .recipes ul.categories > li > a {
    width: 154px;
    height: 154px;
    border-radius: 77px;
    color: transparent;
  }
  .recipes ul.categories > li > a > .subcat-title {
    width: 100%;
    height: 100%;
    background: none;
    box-shadow: none;
    border-radius: 0;
    line-height: 154px;
    font-weight: normal;
  }
  .recipes ul.categories > li > a:hover,
  .recipes ul.categories > li > a:focus {
    border: 3px solid #1ac8f7;
    color: #fff;
  }
  .recipes ul.categories > li > a:hover > .subcat-title {
    background: rgba(0, 104, 173, 0.65);
  }
}
@media (min-width: 992px) {
  ul.categories > li {
    width: 119px;
    height: 119px;
  }
  .products ul.categories > li > a {
    -webkit-transform: scale(1);  /* Chrome, Opera 15+, Safari 3.1+  */
        -ms-transform: scale(1);  /* IE 9 */
            transform: scale(1);  /* Firefox 16+, IE 10+, Opera */
  }
  section.brands ul.categories > li,
  section.brands ul.categories > li > a {
    width: 186px;
    height: 186px;
    border-radius: 93px;
  }
}

.products ul.categories > li > a > span:before {
  content: "";
  display: block;
  margin: -14px auto -10px;
  width: 60px;
  height: 60px;
  background: transparent url(/images/sprite-produtos.png) no-repeat 0 0;
}
.products ul.categories > li > a.french-fries > span:before,
.products ul.categories > li > a.batatas-fritas > span:before {
  margin: -16px auto -8px;
  background-position: 0 0;
}
.products ul.categories > li > a.smoothies > span:before,
.products ul.categories > li > a.batidos > span:before {
  margin: -16px auto -8px;
  background-position: -60px 0;
}
.products ul.categories > li > a.coffees > span:before,
.products ul.categories > li > a.cafes > span:before {
  background-position: -120px 0;
}
.products ul.categories > li > a.cereals > span:before,
.products ul.categories > li > a.cereais > span:before {
  margin: -16px auto -8px;
  background-position: -180px 0;
}
.products ul.categories > li > a.cold-teas > span:before,
.products ul.categories > li > a.chas-frios > span:before {
  background-position: -240px 0;
}
.products ul.categories > li > a.leaf-teas > span:before,
.products ul.categories > li > a.chas-folha > span:before {
  background-position: -300px 0;
}
.products ul.categories > li > a.hot-chocolates > span:before,
.products ul.categories > li > a.chocolates-quentes > span:before {
  background-position: 0 -60px;
}
.products ul.categories > li > a.bread-derivatives > span:before,
.products ul.categories > li > a.pao-derivados > span:before {
  background-position: -60px -60px;
}
.products ul.categories > li > a.iced-drinks > span:before,
.products ul.categories > li > a.granizados > span:before {
  margin: -16px auto -8px;
  background-position: -122px -60px;
}
.products ul.categories > li > a.lemon > span:before,
.products ul.categories > li > a.limao > span:before {
  background-position: -180px -60px;
}
.products ul.categories > li > a.pasta > span:before,
.products ul.categories > li > a.massas-alimenticias > span:before {
  background-position: -240px -60px;
}
.products ul.categories > li > a.sauces > span:before,
.products ul.categories > li > a.molhos > span:before {
  background-position: -300px -60px;
}
.products ul.categories > li > a.pasta-sauces > span:before,
.products ul.categories > li > a.molhos-massas > span:before {
  background-position: 0 -120px;
}
.products ul.categories > li > a.snacks > span:before {
  background-position: -60px -120px;
}
.products ul.categories > li > a.tomato > span:before,
.products ul.categories > li > a.tomate > span:before {
  background-position: -120px -120px;
}
.products ul.categories > li > a.pickled-vegetables > span:before,
.products ul.categories > li > a.vegetais-conserva > span:before {
  background-position: -180px -120px;
}
.products ul.categories > li > a.vinegars > span:before,
.products ul.categories > li > a.vinagres > span:before {
  margin: -7px auto -3px;
  background-position: -240px -120px;
}
.products ul.categories > li > a.olive-oils > span:before,
.products ul.categories > li > a.azeites > span:before {
  margin: -7px auto -3px;
  background-position: -300px -120px;
}
.products ul.categories > li > a.crackers-biscuits > span:before,
.products ul.categories > li > a.bolachas-biscoitos > span:before {
  background-position: 0 -180px;
}
.products ul.categories > li > a.canned-fish > span:before,
.products ul.categories > li > a.conservas-peixe > span:before {
  margin: -16px auto -8px;
  background-position: -60px -180px;
}
.products ul.categories > li > a.yogurts > span:before,
.products ul.categories > li > a.iogurtes > span:before,
.products ul.categories > li > a.frozen-yogurt > span:before,
.products ul.categories > li > a.gelado-de-iogurte > span:before {
  margin: -16px auto -8px;
  background-position: -120px -180px;
}
.products ul.categories > li > a.cheeses > span:before,
.products ul.categories > li > a.queijos > span:before {
  background-position: -180px -180px;
}
.products ul.categories > li > a.tegin > span:before {
  margin: -7px auto -3px;
  background-position: -240px -180px;
}
.products ul.categories > li > a.sweets > span:before,
.products ul.categories > li > a.doces > span:before {
  margin: -16px auto -8px;
  background-position: -300px -180px;
}
.products ul.categories > li > a.creams > span:before,
.products ul.categories > li > a.cremes > span:before {
  margin: -16px auto -8px;
  background-position: 0 -240px;
}
.products ul.categories > li > a.sweeteners > span:before,
.products ul.categories > li > a.adocantes > span:before {
  background-position: -60px -240px;
}
.products ul.categories > li > a.olives > span:before,
.products ul.categories > li > a.azeitonas > span:before {
  background-position: -120px -240px;
}
.products ul.categories > li > a.condiments > span:before,
.products ul.categories > li > a.condimentos > span:before {
  background-position: -180px -240px;
}
.products ul.categories > li > a.crepes > span:before {
  background-position: -240px -240px;
}
.products ul.categories > li > a.soups > span:before,
.products ul.categories > li > a.sopas > span:before {
  background-position: -300px -240px;
}
.products ul.categories > li > a.juices > span:before,
.products ul.categories > li > a.sumos > span:before {
  margin: -16px auto -8px;
  background-position: 0px -300px;
}
.products ul.categories > li > a.biscuits > span:before,
.products ul.categories > li > a.biscoitos > span:before {
  margin: -16px auto -4px;
  background-position: -60px -300px;
}
.products ul.categories > li > a.flours > span:before,
.products ul.categories > li > a.farinhas > span:before {
  margin: -16px auto -4px;
  background-position: -120px -300px;
}
.products ul.categories > li > a.smoothies > span:before {
  margin: -16px auto -6px;
  background-position: -180px -300px;
}

.category ul.products {
  margin-left: -15px;
  margin-right: -15px;
}
.category ul.products > li {
  display: inline-table;
  max-width: 22%;
  margin: 20px 2% 5px 0;
}
.category ul.products > li > a {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.category ul.products > li > a > div {
  height: 170px;
  margin-bottom: 5px;
  line-height: 150px;
  border-bottom: 5px solid #fff;
  -webkit-transition: border 0.2s !important;
          transition: border 0.2s !important;
}
.category ul.products > li > a > div > img {
  position: relative;
  top: 48%;
  max-height: 150px;
  transform: translateY(-50%);
  -webkit-transition: top 0.2s !important;
          transition: top 0.2s !important;
}
.category ul.products > li > a:hover > div {
  border-bottom: 5px solid #1ac8f7;
}
.category ul.products > li > a:hover > div > img {
  top: 46%;
}
@media (min-width: 768px) {
  .category ul.products > li > a > div {
    height: 220px;
    line-height: 200px;
  }
  .category ul.products > li > a > div > img {
    max-height: none;
  }
}

.product article {
  margin-top: 20px;
}
.product .article-img a:not(:first-child) {
  display: none;
}
.product .article-img img {
  max-width: 100%;
}
.brands article h1,
.product article h1 {
  margin-top: 10px;
  font-size: 28px;
  color: #1ac8f7;
}
.brands article h1 {
  margin-bottom: 20px;
}
.brands-products h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #0082CA;
  font-size: 20px;
}
.product article h2 {
  margin: -10px 0 10px;
  font-size: 20px;
  font-weight: normal;
  color: #1ac8f7;
}
@media (min-width: 768px) {
  .product article {
    margin-top: 58px;
    border-left: 2px solid #0082CA;
  }
  .product .article-img {
    text-align: center;
  }
  .brands article h1,
  .product article h1 {
    margin-top: 0;
    font-size: 32px;
  }
  .brands-products {
    padding-right: 40px;
  }
  .brands-products h2 {
    font-size: 24px;
  }
  .product article h2 {
    margin: -10px 0 15px;
  }
}
@media (min-width: 992px) {
  .brands article h1,
  .product article h1 {
    font-size: 36px;
  }
}

/*
.icon-brand {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: transparent url(/images/sprite-produtos.png) no-repeat -128px 0;
}
*/

.brands ul > li > a img {
  max-width: 80%;
}

.recipe-image a:not(:first-child) {
  display: none;
}
.recipe-image img {
  margin: 20px 0 10px;
  max-width: 100%;
  box-shadow: 0 0 5px #777;
}
.recipe-level {
  float: left;
  width: 56px;
  height: 56px;
  background-color: #0082ca;
  border-radius: 28px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.recipe-pax {
  font-size: 30px;
  line-height: 52px;
  color: #0082ca;
}
.recipe-pax:before {
  content: "";
  display: inline-block;
  float: left;
  margin-left: 10px;
  margin-right: 6px;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background: #0082ca url(../img/receitas-pax.png) no-repeat 50% 50%;
}
.recipe-text {
  font-size: 12px;
}
.recipe-text:before {
  content: "";
  display: block;
  margin: 25px 0 5px;
  width: 146px;
  height: 40px;
  background: transparent url(../img/receitas-preparacao.png) no-repeat 0 0;
  background-size: 90% !important;
}
.recipe-ingredients {
  margin: 70px 15px 0px;
  padding: 20px 20px 100px;
  background: #0082ca; /* Old browsers */
  background: -moz-linear-gradient(-87deg,  #0082ca 65%, #ffffff 95%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%,#0082ca), color-stop(95%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-87deg,  #0082ca 65%,#ffffff 95%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-87deg,  #0082ca 65%,#ffffff 95%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-87deg,  #0082ca 65%,#ffffff 95%); /* IE10+ */
  background: linear-gradient(177deg,  #0082ca 65%,#ffffff 95%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082ca', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */

  border-top-left-radius: 30px 25px;
  border-top-right-radius: 30px 25px;
  border-bottom-left-radius: 30px 25px;
  border-bottom-right-radius: 30px 25px;
  font-size: 12px;
  color: #fff;
}
.recipe-ingredients:before {
  content: "";
  position: absolute;
  top: -50px;
  width: 146px;
  height: 40px;
  background: transparent url(../img/receitas-ingredientes.png) no-repeat 0 0;
  background-size: 90% !important;
}
@media (min-width: 768px) {
  article.recipe {
    padding-top: 26px;
  }
  .recipe-title {
    margin-left: 10px;
  }
  .recipe-level {
    margin-left: 10px;
  }
  .recipe-text {
    padding-right: 50px;
  }
  .recipe-text:before {
    margin: 20px 0 10px;
  }
  .recipe-ingredients {
    margin: 74px 0 0;
    padding: 25px 25px 100px;
  }
  .recipe-ingredients:before {
    top: -54px;
  }
}
@media (min-width: 992px) {
  .recipe-text:before,
  .recipe-ingredients:before {
    background-size: 100% !important;
  }
}


#gmap3 { 
  width: 100%;
  height: 440px;
  text-align: left;
}
#gmap3content {
  width: 100%;
}
#gmap3content h2 {
  margin: 8px 0 10px;
  font-size: 20px;
}
#gmap3content .contact-label {
  display: inline-block;
  margin: 4px 0 -4px;
}
#gmap3content .contact-content {
  display: inline-block;
  padding: 3px 0;
  width: 100%;
  font-size: 12px;
}
#gmap3content .icon {
  display: inline-block;
  margin: 2px 5px -5px 0;
  font-size: 14px;
  font-weight: bold;
  color: #0082ca;
}
.contact-us > h2 {
  margin-top: 30px;
  color: #1AC8F7;
}
#capt {
  -webkit-transform: scale(0.93);  /* Chrome, Opera 15+, Safari 3.1+  */
      -ms-transform: scale(0.93);  /* IE 9 */
          transform: scale(0.93);  /* Firefox 16+, IE 10+, Opera */
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (min-width: 768px) {
  .contacts > article > .article-text {
    margin-top: 30px;
    padding-right: 0;
  }
  #gmap3 {
    height: 488px;
  }
  #gmap3content h2 {
    font-size: 22px;
  }
  #gmap3content .contact-content {
    font-size: 13px;
  }
  #gmap3content .icon {
    font-size: 18px;
  }
  .contact-us > h2 {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .contacts > article > .article-text {
    padding-right: 20px;
  }
  #gmap3content h2 {
    font-size: 24px;
  }
  #gmap3content .contact-content {
    font-size: 14px;
  }
  #gmap3content .icon {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #capt {
    transform: none;
  }
}

/*** SEARCH ***
 **************/

.ui-widget {
  font-family: privaoneproregular;
  font-size: 1em;
}
.ui-menu .ui-menu-item a {
  line-height: 1.42857143;
  transition: 
  -webkit-transition: color 0.2s, background-color 0.2s;
          transition: color 0.2s, background-color 0.2s;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #a4d6e4;
  background: #DBEBF6;
  color: #0082CA;
}

div.flexicontent.fcsearch fieldset.fc_search_result {
  margin: 0px;
  padding: 16px 22px;
  border-left: 4px solid transparent;
}
div.flexicontent.fcsearch  fieldset.fc_search_result.fcodd {
  background-color: #f0f0f0;
}
div.flexicontent.fcsearch  fieldset.fc_search_result.fceven {
  background-color: #f7f7f7;
}
div.flexicontent.fcsearch fieldset.fc_search_result:hover {
  border-left-color: #0082CA !important;
}
div.flexicontent.fcsearch .fc_search_result_title {
  margin-bottom: 8px;
}
div.flexicontent.fcsearch .fc_search_result_image {
  float: left;
  margin: 0 16px 6px 8px;
  padding:1px;
  border:1px solid #aaaaaa;
  border-radius: 4px;
}
div.flexicontent.flexicontent.fcsearch .highlight .highlight {
  background: none repeat scroll 0 0 #FFFFAA;
  border-radius:5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: bold;
  padding: 2px 0;
}
div.flexicontent.flexicontent.fcsearch .fc_mublock {
  display: block;
  float: right;
}

.search-results {
  padding: 0;
}
.pagination-list {
  padding: 10px 0;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
}
.list-striped li,
.list-striped dd {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd) {
  _background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover {
  background-color: #f5f5f5;
}
.result-url {
  margin: -5px 0 10px;
  color: #999;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-size: 12px;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-previous:before,
.icon-backward:before {
  content: "\e071";
}
.icon-next:before,
.icon-forward:before {
  content: "\e075";
}
.icon-first:before {
  content: "\e070";
}
.icon-last:before {
  content: "\e076";
}
.pagination {
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 5px 12px 3px;
  line-height: 18px;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9.75px;
}


/*** COOKIES **
 **************/

.jb.cookie {
  z-index: 1001 !important;
}
.jb.cookie h2 {
  text-align: center;
}
.jb.accept {
  background: -webkit-linear-gradient(#0089F2 0%, #0072ca 100%) !important;
  background: -moz-linear-gradient(#0089F2 0%, #0072ca 100%) !important;
  background: -o-linear-gradient(#0089F2 0%, #0072ca 100%) !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0089F2), to(#0072ca)) !important;
  background: linear-gradient(#0089F2 0%, #0072ca 100%) !important;
}
.modal-content {
  color: #333;
}
.modal-body {
  overflow-y: auto;
  padding: 15px 15px 5px;
}


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 2, 2014 */

@font-face {
    font-family: 'privaoneproregular';
    src: url('../fonts/privaonepro_0-webfont.eot');
    src: url('../fonts/privaonepro_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/privaonepro_0-webfont.woff') format('woff'),
         url('../fonts/privaonepro_0-webfont.ttf') format('truetype'),
         url('../fonts/privaonepro_0-webfont.svg#privaoneproregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nillandregular';
    src: url('../fonts/nilland_0-webfont.eot');
    src: url('../fonts/nilland_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nilland_0-webfont.woff') format('woff'),
         url('../fonts/nilland_0-webfont.ttf') format('truetype'),
         url('../fonts/nilland_0-webfont.svg#nillandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nilland-blackregular';
    src: url('../fonts/nilland-black_0-webfont.eot');
    src: url('../fonts/nilland-black_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nilland-black_0-webfont.woff') format('woff'),
         url('../fonts/nilland-black_0-webfont.ttf') format('truetype'),
         url('../fonts/nilland-black_0-webfont.svg#nilland-blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
