@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700&subset=latin,latin-ext);

#agicon-plugin-subscriptions {
    width: 90%;
    margin: 0 auto;
    font-family: "Roboto", Arial, sans-serif;
}

.breadcrumbs-reciepe {
    display: none;
}
.breadcrumbs-category {
    display: none;
}

.breadcrumbs-name {
    font-size: 36px;
    color: #e2001a;
}
/*img {
    display: none;
}*/

.relatedProds {
    display: none;
}

h3 {
    color: #e2001a;
}

.reciepe-section-right-controls, .return-button-bottom, .reciepe-section-right-properties-print, header, footer {
    display: none;
}


.reciepe-section-right-properties {
      width: 100%;
      display: inline-block;
  }

.reciepe-section-right-properties-time, .reciepe-section-right-properties-portions, .reciepe-section-right-properties-difficulty-easy, .reciepe-section-right-properties-difficulty-medium, .reciepe-section-right-properties-difficulty-hard {
          display: inline-block;
          vertical-align: top;
          width: 24.5%;
          padding: 10px 0 10px 25px;
          background-position: left;
          background-repeat: no-repeat;
}

.reciepe-section-right-properties-time span, .reciepe-section-right-properties-portions span, .reciepe-section-right-properties-difficulty-easy span, .reciepe-section-right-properties-difficulty-medium span, .reciepe-section-right-properties-difficulty-hard span {
              display: inline-block;
              margin-top: 3px;
          }

.reciepe-section-right-properties-time {
          background-image: url(../img/time.png);
       }
.reciepe-section-right-properties-portions {
          background-image: url(../img/portions.png);
      }
.reciepe-section-right-properties-difficulty-easy {
          background-image: url(../img/difficulty.jpg);
      }
.reciepe-section-right-properties-difficulty-medium {
          background-image: url(../img/difficulty-2.jpg);
          padding-left: 40px;
      }
.reciepe-section-right-properties-difficulty-hard {
          background-image: url(../img/difficulty-3.jpg);
          padding-left: 60px;
      }
@media print {
   .visible-print  { display: inherit !important; }
   .hidden-print   { display: none !important; }
}