/* #Basic Styles
================================================== */
    body {
        background: #e3e2de;
        font-family: 'Lato', sans-serif;
        color: #4c4c4c;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        padding-top: 0 !important;
 }
h1, h2, h3, h4 {
   color: #262626;
 }

/* #Links
================================================== */

a:hover,
a:active {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  }

	.button,
	button,
	a.btn,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #fff;
	  font-size: 1.2em;
	  display: inline-block;
	  font-weight: bold;
	  text-transform: uppercase;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 6px 10px;
	  text-shadow: none;
	   }

    .button:hover,
	button:hover,
	a.btn:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
     -webkit-transition: all .2s ease-in;
     -moz-transition: all .2s ease-in;
     -o-transition: all .2s ease-in;
}




/*
    .button.full-width,
    button.full-width,
    input[type="submit"].full-width,
    input[type="reset"].full-width,
    input[type="button"].full-width {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center; }

     Fix for odd Mozilla border & padding issues 
    button::-moz-focus-inner,
    input::-moz-focus-inner {
    border: 0;
    padding: 0;
    }
*/
  /* #Buttons
================================================== */

  .ifoodtv .button,
  .ifoodtv button,
  .ifoodtv a.btn,
  .ifoodtv a.button,
  .ifoodtv input[type="submit"],
  .ifoodtv input[type="reset"],
  .ifoodtv input[type="button"] {
    background: #CE4D35;
    border: 1px solid #CE4D35;
    color: #fff;
     }

  .ifoodtv .button:hover,
  .ifoodtv button:hover,
  .ifoodtv a.btn:hover,
  .ifoodtv a.button:hover,
  .ifoodtv input[type="submit"]:hover,
  .ifoodtv input[type="reset"]:hover,
  .ifoodtv input[type="button"]:hover {
    background: #c33c22;
    border: 1px solid #c33c22; 
    color: #fff;
  }

  .ifoodtv .button:active,
  .ifoodtv button:active,
  .ifoodtv a.button:active,
  .ifoodtv input[type="submit"]:active,
  .ifoodtv input[type="reset"]:active,
  .ifoodtv input[type="button"]:active {
    background: #c33c22;
    border: 1px solid #c33c22; 
    color: #fff;
     }

  /* HEADER
================================================== */
header.navbar {margin: 0; border-radius: 0 !important; height: 50px; border: 0 !important;}

header .ficon {
    font-size: 24px;
}
button#main-menu {
    margin: 0 12px 0 0;
    float: left;
}
.login-menu, .search-box {
    margin: 0 0 0 2px;
    float: right;
}
.getFavorites {
    float: right;
    margin: 0 0 0 2px;
}
.search-box button#search-box {
    padding: 10px 16px;
}

header .dropdown-menu {
    height: 350px;
    -webkit-box-shadow: 0 2px 8px rgba(53,58,59,.35);
    -moz-box-shadow: 0 2px 8px rgba(53,58,59,.35);
    box-shadow: 0 2px 8px rgba(53,58,59,.35);
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    padding: 0;
    border: 0;
    margin: 0;
    top: 50px;
    width: 300px;
}
header .dropdown-menu ul {
    border: none;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
header .dropdown-menu li {
    margin: 0;
    list-style: none;
    padding: 0;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
header .dropdown-menu ul.list-split li {
    float: left;
    width: 50%;
}
header .dropdown-menu li a {
    padding: 10px;
    color: #d2d2d2 !important;
    display: block;
}
header .dropdown-menu li a:hover {
    color: #fff !important;
    background: #d1334e;
}
header .dropdown-menu li.last,
header .dropdown-menu ul.list-split li.last
{
    float: none;
    width: 100%;
}
/* about menu */
header .dropdown-menu  ul.aboutco   {
    display: block !important;
    margin: 0;
    padding: 0;
    width: auto;
    background: #26292a;
    overflow: hidden;
}
header .dropdown-menu  ul.aboutco li {
    border-bottom: none;
}
.login-menu .dropdown-menu {
    left: -247px;
}

#logo {
    background: url(../images/logo-fawesome.png) no-repeat scroll 0 0;
    display: block;
    width: 170px;
    height: 28px;
    cursor: pointer;
    margin: 12px 0 0 0;
    text-indent: -5000px;
    float: left;
}

header button {
    border: 0 !important;
    background: none;
    padding: 0;
    height: 50px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
header button:hover {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

/* -------------------------- */
.container {
    margin-top: 50px;
}
header .container {margin-top: 0;}

/* search */
header .search-box.open .dropdown-menu {
    height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0;
    border: 0;
    margin: 0;
    top: 50px;
    width: 300px;
    position: absolute;
    top: 0;
    background: transparent;
}
.search-box.open .dropdown-menu {
    left: -302px;
}
.search-box.open .search-container-form {
    margin-top: 7px;
}

#search_container {
    margin: 0;
    padding: 0;
    width: 100%;
    left: 0;
    height: auto;
}
.search-container-form {
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    width: 80%;
    margin: 10px auto 0 auto;
    display: block;
    padding: 0 50px 0 20px;
    background: #fff;
    position: relative;
}
.search-container-form  input.form-control {
    border: 0;
}
.search-container-form #search-submit {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 11px;
    width: 24px;
    height: 24px;
    border: none;
    background: #fff;
}
.search-container-form #search-submit .ficon {
    color: #666;
    top: -5px;
}
/* search button on off */
header .search-box .ficon-search span {
    display: none;
}
header .search-box.open button.dropdown-toggle .ficon-search {
    font-family: 'Glyphicons Halflings';
    content: none;
}
header .search-box.open button.dropdown-toggle .ficon-search:before {
    content: none;
}
header .search-box.open button.dropdown-toggle .ficon-search span {
    display: block;
    font-size: 20px;
    top:  0;
}



  /* RECIPE
================================================== */
.recipe-page .container {

}
#recipe-content h2 {
    text-align: center;
}

#recipe-content {
    background: #fff;
    padding: 0 0 50px 0;
    margin-bottom: 50px;
    float: right;
    width: 810px;
}

.video-container {
    background: #202020;
    margin: 0 0 20px 0;
}
.video-container h2 {
    color: #fff;
    margin: 0;
    padding: 10px 30px 20px 30px;
    text-align: center;
}
video[poster] {
    width: 100%;
    height: 405px;
}
div.video-container video {
  width:  100%;
  height: auto;
  margin-bottom: -7px;
}
/* ------ breadcrumbs ------- */
.breadcrumb {background-color: transparent; padding: 10px 0;}
.recipe-page .breadcrumb {padding: 0 30px;}
.meta-user-data {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.meta-user-pic {
    display: block;
    margin: 0 auto;
    width: 42px;
    height: 58px;
}
.meta-user-pic img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    margin: 5px 0 0 0;
}
.favorites-action {
    position: absolute;
    top: 10px;
    right: -30px;
    border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border: none;
}
/* ------- social ------ */
.field-name-po-st-buttons {
    /*border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;*/
    background: #f2f2f2;
    margin: 20px 0 20px 0;
    padding: 20px 0;
    text-align: center;
}
.pw-widget {
    margin: 0 auto;
    width: auto;
}
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-facebook .pw-button-type-looknative,
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-googleplus .pw-button-type-looknative,
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-twitter .pw-button-type-looknative,
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-email .pw-button-type-looknative,
.field-name-po-st-buttons .pw-button-post-share.pw-size-small .pw-button-type-post-share
 {
    border: none;
    height: 50px !important;
    border-radius: 50%;
    background: #3b5998;
    width: 50px !important;
}
.button-type-looknative.pw-size-small.pw-button-facebook .pw-button-type-looknative__txt,
.button-type-looknative.pw-size-small.pw-button-googleplus .pw-button-type-looknative__txt,
.button-type-looknative.pw-size-small.pw-button-twitter .pw-button-type-looknative__txt,
.button-type-looknative.pw-size-small.pw-button-email .pw-button-type-looknative__txt,
.pw-button-post-share.pw-size-small .pw-button-type-post-share__txt

 {
    display: none !important;
}

/* icons */
.field-name-po-st-buttons .pw-layout-horizontal.pw-widget-look-native .pw-size-small .pw-icon {
    background-image: url(../images/sprt-72.png) !important;
    width: 36px !important;
    height: 36px !important;
    margin: 5px 0 0 7px !important;
    display: block !important;
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 100% !important;
}
/* fb round colors */
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-facebook .pw-button-type-looknative {
    background: #3b5998;
}
/* g+ */
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-googleplus .pw-button-type-looknative {
    background: #dd4b39;
}
/* twitter */
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-twitter .pw-button-type-looknative {
    background: #00aced;
}
/* email */
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-email .pw-button-type-looknative {
    background: #333;
}
/* share */
.field-name-po-st-buttons .pw-button-post-share.pw-size-small .pw-button-type-post-share {
    background: #32506d;
    min-width: 50px;
}
/* hover */
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-facebook .pw-button-type-looknative:hover {
    background: #284582;
}
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-googleplus .pw-button-type-looknative:hover {
    background: #c63826;
}
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-twitter .pw-button-type-looknative:hover {
    background: #008dc2;
}
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-email .pw-button-type-looknative:hover {
    background: #1c1c1c;
}
.field-name-po-st-buttons .pw-button-post-share.pw-size-small .pw-button-type-post-share:hover {
    background: #213c57;
}


/* icons */
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-facebook .pw-icon {
    background-position: -4px -95px !important;
}
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-googleplus .pw-icon {
    background-position: center -43px !important;
}
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-twitter .pw-icon {
    background-position: -3px 6px !important;
}
.field-name-po-st-buttons .button-type-looknative.pw-size-small.pw-button-email .ra1-pw-icon-email {
    background-position: center -139px !important;
}
.field-name-po-st-buttons .pw-layout-horizontal.pw-widget-look-native .pw-size-small.pw-button-post-share .pw-icon {
    background-position: center -195px !important;
}

/* ------- side bar ----- */
.recipe-page #recipe-related.sidebarOn {
    display: block;
    z-index: 1000;
    box-shadow: 6px 4px 10px rgba(0,0,0,0.2);
}
.recipe-page #recipe-related {
    width: 360px;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    background: #d2d2d2;
    left: inherit;
    
}
#region-side-left .view-related-content li {
    width: auto;
    float: none;
    border-bottom: 1px dotted #bfbfbf;
    margin: 0;
    background: #e3e2de;
}
#region-side-left .view-related-content li:hover {
    background: #d2d2d2;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
}

#region-side-left .view-related-content li a {
    padding: 15px 15px 15px 25px;
    border-left: 10px solid #d2d2d2;
    display: block;
}
#region-side-left .view-related-content li .node.selected a {
    border-left: 10px solid #d1334e;
    margin: 0;
    background: #fff;
}
#region-side-left .view-related-content li a.active {
    border-left: 10px solid #d1334e;
    margin: 0;
    background: #fff;
}
#region-side-left .view-related-content li a .hpic {
    width: 100px;
    height: 56px;
    background: white;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
}
#region-side-left .view-related-content li a img {
    height: auto;
    width: 100%;
}
#region-side-left .view-related-content li a h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    color: #4c4c4c;
}
#region-side-left .view-related-content li a .field-name-author {
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recipe-sections {
    padding-bottom: 20px;
    clear: both;
}

#recipe-content .node-recipe {
    padding: 0 0 50px 0;
    border-bottom: 50px solid #e3e2de;
    margin-bottom: 50px; 
}
/* summary data */
.field-summary-data{
    width: 49%;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
}
/* voting widget */
.field-widget-voting {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    margin: 20px 0 20px 0;
    padding: 20px 0;
    width: 100%;
    clear: both;
}
form.fivestar-widget {
    clear: both;
    display: block;
}
div.fivestar-widget .cancel {
    background: url(http://thumbs.ifood.tv/sites/ifood.tv/themes/ifood_omega/images/star.gif) no-repeat 0 -147px;
    width: 32px;
    height: 32px;
}
div.fivestar-widget .cancel, div.fivestar-widget .star {
    float: left;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -999em;
}
div.fivestar-widget .cancel a, div.fivestar-widget .star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    cursor: pointer;
}
div.fivestar-widget .star, div.fivestar-widget .star a {
    background: url(../images/star.gif) no-repeat 0 0px;
}
div.fivestar-widget .star, div.fivestar-widget .star a {
    background: url(../images/star.gif) no-repeat 0 0px;
}
div.fivestar-widget-static .star {
    background: url(../images/star.gif) no-repeat 1px 0px;
    width: 32px;
    height: 32px;
    float: left;
}
div.fivestar-widget .star:hover, div.fivestar-widget .star a:hover {
    background-position: 0 -50px;
    -webkit-transition: none;
     -moz-transition: none;
     -o-transition: none;
}
div.fivestar-widget div.on a {
    background-position: 0 -50px;
}
div.fivestar-widget-static .star span.off {
    background: url(../images/star.gif) no-repeat 0 0;
}
div.fivestar-widget-static .star span.on {
    background: rgba(0, 0, 0, 0) url(../images/star.gif) no-repeat scroll 0 -100px;
}
div.fivestar-widget-static .star span.off {display: none;}
.fivestar-summary-average-count, .fivestar-summary-user {
    clear: both;
    margin: 10px 0 0 0;
    font-size: 18px;
}
.field-widget-voting .fivestar-submit.form-submit {
    display: none;
}

/* NUTRIION TABLE ----------------------------- */
.nftable-d7 {
    margin: 30px 0;
    clear: both;
    position: relative;
    padding-top: 80px;
}
.serving-details.per_serving {
    clear: both;
}
#recipe-content h2#nutrition-facts {
    text-align: left;
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 7px;
}
.nftable p.border-none, .nftable-d7 p.border-none {
    border: medium none;
    clear: both;
    height: 40px;
    padding: 0;
    margin: 0;
}

.nftable-d7 select {
    border: 1px solid #D6D6D6;
    margin: 0 0 5px 10px;
}
.nftable p, .nftable-d7 p {
    border-top: 1px solid #AAAAAA;
    padding: 0;
    overflow: hidden;
    margin: 0;
    font-family: 'Lato',sans-serif;
    font-weight: inherit;
    font-style: inherit;
}
.nftable-d7 p span {
    font-family: 'Lato',sans-serif;
    width: 165px;
    padding: 3px 0 8px;
    margin: -3px 9px -2px 0;
    display: inline-block;
    border-right: 1px solid #aaaaaa;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
}
.nftable-d7 span.NutritionInformation {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.nftable-d7 .cell {
    float: right;
    display: inline-block;
    padding-right: 10px;
}

.nftable-d7 p span {
    margin: 0 9px -2px 0;
    width: 50%;
    font-size: 14px;
    display: inline-block;
    border-right: 1px solid #aaaaaa;
}
.nftable p.border-big, .nftable-d7 p.border-big {
    border-top: 8px solid #666666;
}
/*.nftable p span, .nftable-d7 p span, .nftable p span.nutrient, .nftable-d7 p span.nutrient {
    margin: 0 9px -2px 0;
    width: 50%;
    line-height: 30px;
    display: inline-block;
    border-right: 1px solid #aaaaaa;
}*/

.nftable-d7 p.border-none{
    text-align: right;
    position: absolute;
    right: 0;
    top: 20px;
}
/* comments --------------------------- */
#comments .comment-form-toggle {
    float: right;
}
#comments .user-picture img {
    width: 30px;
    height: 30px;
}
/* btn responsive --------------------- */
#btn-relatedrecipes {
    position: fixed;
    bottom: 30px;
    right: 10px;
    background: #343a3b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    display: none;
    border: 4px solid #fff;
    width: 42px;
    height: 42px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 1000;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding-top: 1px;
}
#btn-relatedrecipes span.ficon {padding: 8px 0 0 0;}






  /* HOME PAGE
================================================== */
.home-view.view-listing-teasers {
    padding: 30px 0 10px 0;
}
.home-view.view-listing-teasers li.view-listing-item {
    /*width: 20%;*/
    width: 25%;
}
.home-view.view-listing-teasers li.view-listing-item.item-hero {
    /*width: 40%;*/
    width: 50%;
}
.home-view.view-listing-teasers li.view-listing-item.item-hero img {
    width: 100%;
    height: auto;
}
/*.home-view.view-listing-teasers li.view-listing-item.item-hero h2 {
    color: #fff;
    position: absolute;
    bottom: 16px;
    left: 20px;
}*/
.home-view.view-listing-teasers li.view-listing-item.item-hero h2,
.home-view.view-listing-teasers li.view-listing-item.item-hero p {
    color: #fff;
    padding: 5px 20px 5px 20px;
    line-height: 22px;
}
.home-view.view-listing-teasers li.view-listing-item.item-hero h2 {
    margin: 0;
    line-height: 32px;
}
.home-view.view-listing-teasers li.view-listing-item.item-hero p {

}
.home-view.view-listing-teasers .view-listing-item-inner {
    height: 275px;
}
.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 80%;
    padding: 100px 0 0;
    background: -moz-linear-gradient(top,rgba(27,26,25,0) 0,#1b1a19 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(27,26,25,0)),color-stop(100%,#1b1a19));
    background: -webkit-linear-gradient(top,rgba(27,26,25,0) 0,#1b1a19 100%);
    background: -o-linear-gradient(top,rgba(27,26,25,0) 0,#1b1a19 100%);
    background: -ms-linear-gradient(top,rgba(27,26,25,0) 0,#1b1a19 100%);
    background: linear-gradient(to bottom,rgba(27,26,25,0) 0,#1b1a19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001b1a19',endColorstr='#1b1a19',GradientType=0);
}
/* featured partners */
.view-listing-teasers li.view-listing-item.item-mini .view-listing-item-inner {
    height: 185px;
}
.view-listing-teasers li.view-listing-item.item-mini a {
    width: 120px;
    height: 120px;
    display: block;
    margin: 10px auto 0 auto;
    overflow: hidden;
}
.view-listing-teasers li.view-listing-item.item-mini img {
    border-radius: 50%;
    height: 115px;
    width: 115px;
    border: 3px solid #fff;
}
/* list categories */
.home.view-listing-teasers li.view-listing-item.item-list {
    width: 20%;
    height: auto;
}
.view-listing-teasers li.view-listing-item.item-mini .view-listing-item-inner h3 {
    margin-top: 0;
}

/* HOME FEATURED CHANNELS */

.home-view.view-listing-teasers .text-center li.view-listing-item .view-listing-item-inner {
    height: auto;
}
.home-view.view-listing-teasers .text-center li.view-listing-item img {
    width: 100%;
}
.home-view.view-listing-teasers .text-center li.view-listing-item h3 {
    margin-top: 0;
}

  /* CATEGORY PAGES
================================================== */
.category-searchbox {
    background-color: #343a3b;
    padding: 10px 0;
}
.category-searchbox .search-container-form {
    padding: 0 20px 0 15px;
    margin: 0 10px;
    width: auto;
}
.category-searchbox .search-container-form #search-submit {
    right: 10px;
}

/* ---- side bar ---- */
.side-nav {
    margin: 0 0 20px;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #d2d2d2;
}
.side-nav h3 {
    background: #d2d2d2;
    margin: 0;
    cursor: pointer;
    padding: 0 0 10px 0;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
 .side-nav ul {
    padding: 10px 10px 0 10px;
    margin: 0;
}
 .side-nav ul li {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
}
.view-all {
    text-align: right;
    font-size: 14px;
    display: block;
    padding: 10px 0 15px 0;
}

/* ------------ listing --------------- */
.view-listing-teasers ul {
    margin: 0;
    padding: 0;
}
.view-listing-teasers li.view-listing-item {
    width: 25%;
    margin: 0 0 20px;
    padding: 0;
    float: left;
    list-style: none;
}
.view-listing-teasers .view-listing-item-inner {
    margin: 0 10px;
    overflow: hidden;
    background: #fff;
    height: 250px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    position: relative;
}
.view-listing-teasers .summary {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tpic {
    text-align: center;
}
.tpic img {
    height: auto;
    width: 100%;
    position: relative;
    left: 0;
    margin: 0;
}
.view-listing-teasers .description-snipet {
    position: absolute;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    bottom: 0;
    height: auto;
    color: #fff;
    font-size: 0.8em;
    line-height: 18px;
    opacity: 0;
    overflow: hidden;
    width: 100%;
}
.description-snipet {

}
.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}
.summary:hover .description-snipet {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}
.view-listing-teasers .title {
    background: #fff;
}
.view-listing-teasers .title h3 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding: 10px 8px 0 8px;
    margin: 0;
    line-height: 24px;
    overflow: hidden;
    color: #262626;
    height: 62px;
    margin-top: 5px;
}
.view-listing-teasers ul.group {
    padding: 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #d2d2d2;
    width: 100%;
    bottom: 0;
    position: absolute;
}
.view-listing-teasers ul.group li {
    list-style: none;
}
.view-listing-teasers ul.group li.username {
    margin: 7px 10px 10px 10px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* ads */
.view-listing-teasers li.view-listing-item.ads-row {
    width: 50%;
}
.view-listing-teasers li.view-listing-item.ads-row .view-listing-item-inner {
    padding: 0;
    text-align: center;
    margin: 0 10px;
}
.view-listing-teasers li.view-listing-item.ads-row .view-listing-item-inner iframe {
    width: 300px;
}

#cover {
  position: fixed;
  bottom: 0;
  left: 0;
  zindex: 1000000;
  margin: 0 auto;
  fontsize: 110%;
  color: #9c9c9c;
  textalign: center;
  verticalalign: middle;
  opacity: 0.9;
  fontweight: 300;
  padding: 0 0 0 0;
  width: 100%;
  /*height: 100%;*/
  height: 110px;
  display:none;
  background: #111;
}
  /* SEARCH
================================================== */

#filter-search-area {
    margin: 0px 0 30px;
}
#filter-search-area .input-group-addon {
    background: #e1e1e1;
    color: #4c4c4c;
}
#filter-search-area button {
    font-size: 87%;
}
.cat-base {
    margin: 0;
    padding: 6px 12px;
    color: #7b7b7b;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px
    border-right: 0;
}
.cat-base li {
    padding: 0;
    margin: 0 20px;
    list-style: none;
    float: left;
}
.cat-base li a {
    color: #4c4c4c;
}
.cat-base li a.active {
    color: #d1334e;
}
.cat-filters {
    padding: 0;
    margin: 20px 0 0;
}
.cat-filters li {
    float: left;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 2px solid #d2d2d2;
    padding: 2px 17px;
    margin: 3px;
    background: #fffeee;
    list-style: none;
}
.cat-filters li a {
    display: block;
}
.cat-filters li span {
    margin: 0 0 0 5px;
    font-size: 70%;
}

.ad-container {
    margin: 10px 0;
    clear: both;
}
.ad-container * {
    border: none;
}
  /* STATIC PAGES
================================================== */
#pictitle {
    background: url(http://thumbs.ifood.tv/sites/ifood.tv/themes/ifood_omega/images/sp-banner-contact.jpg) no-repeat scroll center 0;
    background-size: cover;
    width: 100%;
    max-height: 190px;
    margin: 0;
    text-align: center;
    color: white;
    padding: 90px 0 25px 0;
    font-size: 62px;
    font-weight: 100;
}

#pictitle.fawesometitle {
    background: url(../images/sp-banner-fawesome.jpg);
}

#plain-content {
    background: #fff;
    margin-bottom: 50px;
    width: 100%;
}
#plain-content .nav-tabs > li {
    float: none;
    display: inline-block;
}
.tab-pane-section {
    padding: 30px 50px 30px 50px;
}
.sec-zebra {
    background: #f2f2f2;
}
/* platforms */
.plaformicons {
    font-size: 62px;
    margin-bottom: 30px;
}

.plaformicons li {
    display: inline-block;
    margin: 0 20px;
    /*color: #9679f2;*/
}
/* adverstising */
.cross-line {
    height: 3px;
    background: #333;
    width: auto;
    margin: 0 10%;
    position: relative;
    top: 40px;
    z-index: 5;
}
.fnumber {
    background: #333;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}
.fnumber span {
    font-size: 42px;
    font-weight: 700;
    display: block;
    color: #FFF;
    margin: 0 auto;
    line-height: 1.6em;
}
.tab-pane-section h3 {
   /*color: #9679f2;*/
   font-size: 22px; 
}
/* news */
p.mediac-box {
    text-align: center;
    margin-bottom: 30px;
}
p.mediac-box  a, .mediac-boxr p a {
    background: url("http://thumbs.ifood.tv/files/images/media/media-coverage-v1.png") no-repeat scroll -30px -226px transparent;
    padding: 50px 0 0;
    display: block;
    color: #1d1d1d;
}

p.mediac-box.giga  a {background-position: -470px -74px;}
p.mediac-box.vator  a{background-position:-30px -226px;}
p.mediac-box.appscout  a{background-position:-470px -235px;}
p.mediac-box.yahoofin  a{background-position:-30px -391px;}
p.mediac-box.apptv  a{background-position:-470px -394px;}
p.mediac-box.paramus  a{background-position:-30px -569px;}
p.mediac-box.yahoonews  a{background-position:-470px -560px;}
p.mediac-box.bootcamp  a{background-position:-30px -739px;}
p.mediac-box.compamerica  a{background-position:-470px -736px;}
p.mediac-box.mint  a{background-position:-30px -915px;}
p.mediac-box.cnn  a{background-position:-470px -915px;}
p.mediac-box.webyantra  a{background-position:-30px -1075px;}
p.mediac-box.tie  a{background-position:-470px -1080px;}
p.mediac-box.rrw  a {background-position: -30px -69px;}
p.mediac-box.chronicle  a{background-position:-30px -1250px;}
p.mediac-box.mediapost  a{background-position:-480px -1246px;}
p.mediac-box.nytimes  a{background-position:-45px -1384px;}
p.mediac-box.crainsnyb  a{background-position:-485px -1384px;}
p.mediac-box.businessj  a{background-position:-40px -1512px;}
p.mediac-box.usatoday  a{background-position:-500px -1510px;}


  /* PERFECT SCROLL BAR STYLES
================================================== */
/* perfect-scrollbar v0.6.2 */
.ps-container {
  overflow: hidden !important; }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block; }
  .ps-container.ps-in-scrolling {
    pointer-events: none; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color .2s linear;
      -moz-transition: background-color .2s linear;
      -o-transition: background-color .2s linear;
      transition: background-color .2s linear;
      bottom: 0;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 8px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color .2s linear;
      -moz-transition: background-color .2s linear;
      -o-transition: background-color .2s linear;
      transition: background-color .2s linear;
      right: 0;
      /* there must be 'right' for ps-scrollbar-y */
      width: 8px; }
  .ps-container:hover.ps-in-scrolling {
    pointer-events: none; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.9; }
      .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

    .ps-container > .ps-scrollbar-y-rail {
        min-height: 30px ;
        display: block ;
    }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{
        min-height: 30px ;
        display: block ;
        opacity: 1 ;
    }

    @media (max-width: 520px) { 
        .ps-container > .ps-scrollbar-y-rail {
            opacity: .5;
            display: block;
            min-height: 30px;
        }
    }

  /* MISC
================================================== */
.padding-hor {
    padding: 0 30px;
}
.padding-ver {
    padding: 30px 0;
}
#views_infinite_scroll-ajax-loader {
    text-align: center;
    padding: 0 0 15px;
}
#ifrc_ajax_loader {
    text-align: center;
}
span.closeaction {
    display: block;
    font-weight: normal;
    line-height: 1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 8px;
    -webkit-transform:scale(2,1.5); /* Safari and Chrome */
    -moz-transform:scale(2,1.5); /* Firefox */
    -ms-transform:scale(2,1.5); /* IE 9 */
    -o-transform:scale(2,1.5); /* Opera */
    transform:scale(2,1.8); /* W3C */
}
/* quotes */
blockquote {
  font-family: Georgia, Times, 'Times New Roman', serif;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 1.5em 20px 0.9em 20px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size: 16px;
  line-height: 24px;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.055em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
blockquote.noappost:before {
    content: none;
}

blockquote footer, blockquote small, blockquote .small {
    margin-top: 8px;
}

/* tags */
.label-info {
    background: #d1334e;
    padding: .2em .6em;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
    line-height: 22px;
    cursor: text;
    min-height: 49px;
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
.tt-menu, .gist {
    text-align: left;
}
.tt-dataset {
    padding: 10px;
}
/* ficon */
.ficon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'fawesome' !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


































