e/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a {
    text-decoration: none;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    width: 100%;
    min-height: 100%;
    height: 100%;
}
body {
    position: relative;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    min-height: 100%;
    height: 100%;
    /*background: #f3f3f3;*/
}

/*body.modal-open{
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
}*/

.overlay-news {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgb(0, 0, 0);
    background: transparent\9;
    background: rgba(0, 0, 0, 0.65);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#a5000000, endColorstr=#a5000000);
    zoom: 1;
}
.overlay-news:nth-child(n) {
    filter: none;
}
.overlay-news .box-subscr {
    margin: 30px auto 0 auto;
    width: 394px;
    height: 199px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #e9e9e9;
    padding: 20px 10px;
}
.overlay-news .box-subscr .text {
    font-weight: normal;
    color: #333333;
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 20px;
}
.overlay-news .box-subscr .text span {
    font-weight: bold;
    color: #e21b5a;
}
.overlay-news .box-subscr .search-recipe {
    position: relative;
    width: 100%;
    height: 37px;
    padding: 0;
    margin-bottom: 10px;
}
.overlay-news .box-subscr .search-recipe input {
    width: 100% !important;
    height: 37px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
    font-size: 20px;
    color: #333333;
    line-height: 37px;
    font-size: 20px;
    -webkit-appearance: none;
}
.overlay-news .box-subscr .search-recipe button {
    position: absolute;
    width: 47px;
    height: 33px;
    background: #e21b5a;
    color: #fff;
    right: 2px;
    top: 2px;
    text-align: center;
    display: block;
    padding: 0;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.overlay-news .box-subscr .close {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #e21b5a;
    font-size: 14px;
    padding: 15px 0;
}
.all-site {
    width: 100%;
    background-image: url(../img/background-body.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    height: auto;
    min-height: 100%;
}
.header-home {
    background: #fff;
    height: auto;
    padding-top: 20px;
    overflow: hidden;
}
.header-home h1 {
    font-size: 16px;
    color: #333333;
    width: 100%;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 15px;
}

.fa {
    font-family: 'FontAwesome';
    font-style: normal;
}
.search-mobile {
    display: none;
}
.menu-mobile {
    display: none;
}
.header-home nav {
    float: left;
    margin-bottom: 50px;
    margin-right: 30px;
}
.header-home nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-home nav ul li {
    display: inline-block;
}

.header-home nav ul li a{
    width: 165px;
    height: 47px;
    display: inline-block;
    vertical-align: middle;
    background: #e21b5a;
    text-align: center;
    padding-top: 10px;
    padding-left: 2px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.header-home nav ul li a:hover {
    background: #d47a96;
}

.header-home nav ul li a:nth-child(4),
.header-home nav ul li a:nth-child(5) {
    display: none;
}
.header-home nav ul li.active a{
    color: #fff;
    position: relative;
    background: #838383;
}
.header-home nav ul li.active a:after {
    content: '';
    position: absolute;
    bottom: -19%;
    left: 48%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #838383;
}
.header-home .search-recipe {
    position: relative;
    float: left;
    width: 400px;
    /*height: 46px;*/
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-top: 2px;
}
.header-home .search-recipe .text-search {
    /*width: 400px;*/
    font-size: 13px;
    color: #83a300;
    margin-top: 5px;
    padding-left: 8px;
}
.header-home .search-recipe .seach-icon {
    position: absolute;
    width: 47px;
    height: 36px;
    right: 2px;
    top: 2px;
    background: #e21b5a;
    color: #fff;
    font-size: 24px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-left: 10px;
    padding-top: 3px;
}
.header-home .search-recipe .seach-icon i {
    margin-left: -10px;
    margin-top: -5px;
}
.form-header {
    float: left;
    /*height: 80px;*/
}
.header-home .search-recipe {
    position: relative;
    border: none;
    width: 350px;
    /*height: 38px;*/
    font-size: 18px;
    color: #333333;
    margin: 0;
    padding: 0;
}
.header-home .search-recipe button i {
    position: absolute;
    top: 30%;
    left: 45%;
    color: white;
}
.header-home .search-recipe input {
    width: 350px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
    font-size: 18px;
    color: #333333;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-appearance: none;
}
/*
.header-home .search-recipe button{
   position: absolute;
   right: 0;
   top: 0;
    width: 47px;
    height: 38px;
    background: #e21b5a;
    margin: 0;
    padding: 0;
    color: #fff;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}*/

button {
    border: none;
}

.wrapper {
    width: 100%;
    max-width: 1800px;
    padding: 0 20px;
    margin: 0 auto;
    display: table;
}
.wrapper #sidebar {
    display: table-cell;
    width: 300px;
    min-width: 300px;
    min-height: 100%;
    height: 100%;
    margin: 0;
    vertical-align: top;
}
.newsletter {
    width: 100%;
    border-top: 15px solid #d5d5d5;
    border-bottom: 15px solid #d5d5d5;
    height: auto;
    font-size: 22px;
    font-weight: normal;
    line-height: 100%;
    color: #383838;
    margin-top: 34px;
    padding-top: 5px;
    padding-bottom: 10px;
    min-height: 180px;
}
.hidden {
    display: none;
}
.newsletter span {
    font-weight: bold;
    color: #e21b5a;
}
.img-container {
    width: 88px;
    height: 88px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
    margin-top: -15px;
    -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
    float: left;
    margin-right: 10px;
}
.newsletter .search-recipe {
    position: relative;
    float: left;
    width: 100%;
    height: 46px;
    margin-top: 15px;
}
.newsletter .search-recipe .text-search {
    width: 400px;
    font-size: 13px;
    color: #83a300;
    margin-top: 10px;
    padding-left: 8px;
}
.newsletter .search-recipe .seach-icon {
    position: absolute;
    width: 90px;
    height: 42px;
    right: 0;
    top: 0;
    background: #e21b5a;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0 20px 0 0;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    line-height: 1;
}
.newsletter .search-recipe .seach-icon .fa-chevron-circle-right {
    position: absolute;
    color: white;
    top: 50%;
    font-size: 20px;
    right: 5px;
    margin-top: -10px;
}
input:focus {
    outline: none;
}
input {
    -webkit-box-align: center;
}
.newsletter .search-recipe input {
    font-size: 19px;
    position: relative;
    border: none;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-indent: 10px;
    background: #F2F2F2;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F2F2F2;
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    vertical-align: center;
    /*line-height: 10px;*/

    -webkit-appearance: none;
}
.badge {
    width: 100%;
    overflow: hidden;
    background: #F2F2F2;
    font-size: 16px;
    color: #333;
    margin-top: 27px;
    padding: 15px 0 15px 10px;
}
.badge img {
    float: left;
    margin-right: 10px;
}
.badge .text {
    float: left;
    width: 160px;
}
.badge a {
    text-decoration: none;
    color: #e21b5a;
    font-weight: bold;
}
.last-seen {
    width: 100%;
    float: left;
}
.last-seen h1 {
    font-size: 23px;
    font-weight: bold;
    border-bottom: 15px solid #ccc;
}
.last-seen .img-last-seen {
    width: 115px;
    height: 115px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.last-seen img {
    width: 115px;
    height: 115px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.last-seen img:hover {
    transform: scale(1.1);
    MozTransform: scale(1.1);
    WebkitTransform: scale(1.1);
    msTransform: scale(1.1);
}
.content-last-seen {
    width: 230px;
    margin-left: 20px;
    height: 115px;
}
.container-last-seen {
    height: 115px;
    margin-bottom: 10px;
}
.content-last-seen h2 {
    height: 72px;
    overflow: hidden;
}
.content-last-seen h2,
.content-last-seen h2 a {
    font-size: 22px;
    color: #333333;
    line-height: 100%;
    margin: 4px 0;
    font-weight: normal;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.content-last-seen h2 a:hover {
    color: #666666;
}
.site-ref {
    font-size: 11px;
    color: #83a300;
}
.site-ref a {
    font-size: 11px;
    color: #83a300;
}
.time-ref {
    font-size: 11px;
    color: #333333;
}
.facebook-page {
    width: 100%;
    float: left;
    height: 266px;
    background: #F2F2F2;
    margin-top: 52px;
}
.twitter-page {
    width: 100%;
    float: left;
    height: 425px;
    background: #F2F2F2;
    margin-top: 23px;
}
.send-site {
    width: 100%;
    float: left;
}
.send-site .error,
.send-site .success {
    color: #61001e;
    font-size: 13px;
    float: left;
    margin-top: 10px;
}
.error span, .success span {
    font-weight: bold;
}
.send-site .success {
    color: #83a300;
}
.send-site h1 {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 15px solid #ccc;
}
.text-send-site {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.text-send-site span {
    font-weight: bold;
}
.send-site-input {
    width: 80%;
    height: 42px;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}
.send-site-input .seach-icon {
    position: absolute;
    width: 47px;
    height: 42px;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: #e21b5a;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.send-site-input input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-indent: 10px;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-appearance: none;
    border: 1px solid #CCC;
    background: #F2F2F2;
    vertical-align: middle;
}
.about-us {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.about-us h1 {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 15px solid #ccc;
}
.text-about-us {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.about-us ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-us ul li a {
    width: 100%;
    color: #e21b5a;
    font-size: 14px;
    text-decoration: none;
}
.about-us ul li a {
    margin-bottom: 5px;
    color: #e21b5a;
    text-decoration: none;
}
.about-us ul li a .fa-chevron-circle-right {
    margin-left: 5px;
}
.about-us ul a:hover {}

.wrapper #main {
    min-height: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    display: table-cell;
}
.breadcrumbs {
    width: 100%;
    float: left;
    text-align: left;
    overflow: hidden;
    margin: 20px 0 20px 20px;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs ul li {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
.breadcrumbs ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #e21b5a;
    text-decoration: none;
}
h1.related-recipes {
    font-size: 35px;
    font-weight: bold;
    color: #000000;
    line-height: 100%;
    float: left;
    text-align: left;
    margin-left: 20px;
    margin-top: 0;
    width: 100%;
}
h1.related-recipes a {
    color: #e21b5a;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
h1.related-recipes a:hover {
    opacity: 0.8;
}
.detail-recipe {
    position: relative;
    margin-right: 50px;
    min-height: 336px;
    height: auto;
    border: 1px solid #cccccc;
    background: #fff;
    text-align: left;
    display: table;
}

.detail-info-content{
    display: block;
    clear: left;
    min-height: auto;
}

.detail-recipe .img-detail {
    width: 316px;
    height: 100%;
    border-right: 1px solid #cccccc;
    display: table-cell;
    vertical-align: top;
    padding: 10px;
}
.detail-recipe .info-detail-recipe {
    display: table-cell;
    height: 100%;
    width: 100%;
}
.detail-recipe .info-detail-recipe .content-detail {
    min-height: 227px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
.detail-recipe img {
    width: 316px;
    height: auto;
}
.detail-recipe h1 {
    margin: 30px 0 0 0;
    text-align: left;
    line-height: 100%;
    padding-bottom: 5px;
}
.detail-recipe h1 a {
    font-size: 35px;
    font-weight: bold;
    color: #e21b5a;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.detail-recipe h1 a:hover {
    opacity: .8;
}
.detail-recipe .site a {
    font-size: 16px;
    font-weight: normal;
    color: #83a300;
}
.detail-recipe .date {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}
.detail-recipe .text-intro {
    font-size: 17px;
    font-weight: normal;
    color: #4e4e4e;
    margin-top: 20px;
}
.detail-recipe .see-recipe {
    font-size: 22px;
    font-weight: bold;
    color: #e21b5a;
    margin: 20px 0;
}
.detail-recipe .see-recipe a {
    font-size: 22px;
    font-weight: bold;
    color: #e21b5a;
    text-decoration: none;
    margin-top: 20px;
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.detail-recipe .see-recipe a:hover {
    opacity: .8;
}
.detail-recipe .see-recipe i {
    margin-left: 5px;
}
.detail-recipe .share {
    position: relative;
    float: left;
    border-top: 1px solid #ccc;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
}
.detail-recipe .like-site {
    height: 47px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    padding-left;
    : 20px;
    margin-top: 20px;
}
.detail-recipe .share-buttons {
    float: left;
    width: 70%;
    margin-top: 22px;
}
.detail-recipe .share-buttons .sbg-button {
    height: 47px !important;
}
.detail-recipe .share-buttons .sbg-button i {
    font-size: 25px !important;
}
.detail-recipe .share-buttons a {
    display: inline-block;
}
.adchoices {
    width: 100%;
    float: left;
    height: 60px;
    padding-left: 336px;
    text-align: left;
    padding-top: 20px;
}
.container-card {
    position: relative;
    width: 314px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    background: #fff;
    display: inline-block;
    margin: 10px;
    overflow: hidden;
    height: 453px;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    font-size: 19px;
    color: #616161;
}
/* ADs */

.ad-choices{
    text-align: left;
    padding: 15px 0 15px 336px;
    margin-right: 50px;
}

.ad-336x280 {
    width: 336px;
    height: 469px;
    display: inline-block;
}
.ad-336x280 .ad {
    width: 100%;
    height: 280px;
    float: left;
    margin-top: 60px;
}
.ad-728x90 {
    width: 728px;
    height: 90px;
    float: right;
    position: relative;
    top: -25px;
    right: 7px;
}


.ad-970x90 {
    width: 100%;
    height: 90px;
    display: inline-block;
    position: relative;
    text-align: center;
    padding-right: 10px;
}

.ad-970x90 .ad {
    display: inline-block;
    width: 970px;
}

.ad-728x90-bottom {
    width: 100%;
    max-width: 728px;
    height: 90px;
    margin: 20px auto;
    clear: both;
}
.ad-728x90 .ad {
    width: 728px;
    height: 90px;
}
.ad-300x600 {
    width: 100%;
    /*height: 600px;*/
    box-sizing: content-box;
    padding-top: 10px;
}
.ad-300x600 .ad {
    width: 300px;
    /*height: 600px;*/
    margin: 0 auto;
}

.ad-now {
    margin-top: 45px;
}

.mobile-ad {
    display: none;
}

/* END ADs */

.container-card .content-card {
    width: 100%;
    height: 410px;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    padding: 7px;
    position: relative;
}
.container-card .content-card h1 {
    position: relative;
    color: #333333;
    line-height: 100%;
    font-weight: normal;
    text-decoration: none;
    margin: 10px 0 0 0;
    padding-left: 10px;
    height: 64px;
}
.container-card .content-card h1 a {
    color: #333333;
    line-height: 100%;
    font-weight: normal;
    text-decoration: none;
}
.container-card .content-card h1 a:hover {
    color: #666666;
}
.container-card .content-card .img-card {
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.container-card .content-card .img-card img {
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transform: scale(1);
    MozTransform: scale(1);
    WebkitTransform: scale(1);
    msTransform: scale(1);
}
.container-card .content-card .img-card img:hover {
    transform: scale(1.1);
    MozTransform: scale(1.1);
    WebkitTransform: scale(1.1);
    msTransform: scale(1.1);
}
.container-card .content-card span {
    display: inline-block;
}
.container-card .content-card span.site a {
    font-size: 12px;
    color: #83a300;
    text-decoration: none;
    margin-left: 10px;
}
.container-card .content-card span.date {
    font-size: 12px;
    color: #333333;
    clear: right;
}
/* SHARE */

.container-card .content-card .share-buttons {
    width: 100%;
    margin-top: 5px;
    margin-left: 10px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.sbg-button {
    display: inline-block;
    width: 23%;
    max-width: 57px;
    height: 30px;
    text-align: center;
    line-height: 0;
    background-color: black;
    color: white;
    cursor: pointer;
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.sbg-button:hover {
    color: white;
    opacity: 0.7;
}
.sbg-button-icon {
    font-size: 16px;
    padding: .5em;
}
.sbg-button-facebook {
    background-color: #3b5998;
}
.sbg-button-facebook .sbg-button-icon {
    padding-left: .44em;
}
.sbg-button-twitter {
    background-color: #00aced;
}
.sbg-button-twitter .sbg-button-icon {
    padding-left: .48em;
}
.sbg-button-linkedin {
    background-color: #007bb6;
}
.sbg-button-google-plus {
    background-color: #dd4b39;
}
.sbg-button-pinterest {
    background-color: #cb2027;
}
.sbg-button-pinterest .sbg-button-icon {
    padding-left: .45em;
    padding-top: .50em;
}
.sbg-button-email {
    background-color: #999999;
}
/* END SHARE */

.container-card .footer-card a {
    font-size: 13px;
    color: #e21b5a;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.container-card .footer-card {
    text-align: left;
    padding-left: 20px;
    line-height: 40px;
}
.container-card .footer-card a:hover {
    opacity: 0.8;
}
.container-card .footer-card a .a-chevron-circle-right {
    font-size: 16px;
}
/* LIKE BUTTON */

.container-card .like-site {
    position: absolute;
    left: 10px;
    top: 8px;
    width: 97px;
    height: 47px;
    z-index: 2;
}
.like-site .like-inside {
    width: 97px;
    height: 47px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    background: #fff;
    text-align: center;
    margin-top: 2px;
}
.like-inside .like-button {
    width: 92px;
    margin: 2px auto;
    height: 26px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-top: 4px;
    font-size: 11px;
    color: #333333;
    padding-top: 2px;
    background: #e21b5a;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMiUiIHN0b3AtY29sb3I9IiNlMjFiNWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MiUiIHN0b3AtY29sb3I9IiM4YjA2MmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e21b5a 22%, #8b062f 72%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #e21b5a), color-stop(72%, #8b062f));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #e21b5a 22%, #8b062f 72%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #e21b5a 22%, #8b062f 72%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #e21b5a 22%, #8b062f 72%);
    /* IE10+ */

    background: linear-gradient(to bottom, #e21b5a 22%, #8b062f 72%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e21b5a', endColorstr='#8b062f', GradientType=0);
    /* IE6-8 */

    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.like-inside .like-button:hover {
    opacity: 0.9;
}
.like-inside .like-button a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    width: 100%;
    /*margin-bottom: 5px; */

    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.like-inside .like-button a:hover {
    opacity: 0.8;
}
.like-inside .like-button a.liked {
    cursor: default;
}
.like-inside .like-button div {
    color: #333333;
    float: left;
    display: block;
    font-size: 11px;
    width: 100%;
    padding-top: 9px;
}
.pagination {
    margin: 45px auto;
    width: auto;
}
.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a{
    padding: 5px 15px;
    background: #e21b5a;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    vertical-align: middle;
}

.pagination ul li.active a{
    color: #393939;
    background: #e2e2e2;
}
.pagination ul li.more {
    background: none;
    color: #4b4b4b;
    font-size: 26px;
    padding: 5px 10px;
}
.pagination ul li.next-prev a{
    background: none;
    color: #e21b5a;
    font-size: 26px;
    padding: 5px 3px;
}
.pagination ul li.arrow-left a,
.pagination ul li.arrow-right a{
    background: none;
    color: #e21b5a;
    font-size: 40px;
    padding: 5px 3px 0 3px;
}
.pagination ul li a:hover {
    opacity: 0.8;
}
.pagination ul.large {
    display: block;
}
.pagination ul.small {
    display: none;
}

.other-recipes {
    text-align: left;
    padding: 15px 0;
    color: #e21b5a;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
}

.other-recipes i {
    margin-left: 5px;
}

/* END LIKE BUTTON */

/* Static pages */
.static {
    width: auto;
    margin: 10px;
}
.static h1 {
    color: #83a300;
    font-size: 2em;
}
.static a {
    color: #e21b5a;
}


.logo-title {
    background-size: auto 110%;
    padding: 15px 0 5px 0px;
}

.xmasrecipe {
    text-align: left;
    background-position: -5px center;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    background-size: auto 48px;
    font-size: 1.3em
}

.xmasrecipe a {
    color: #e21b5a
}

/* End Static pages */

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 1690px) {
    .ad-728x90 {
        width: 100%;
        float: right;
        text-align: center;
        margin-bottom: 20px;
        /*margin-top: 40px;*/
        top: auto;
        right: auto;
    }
    .ad-728x90 .ad {
        width: 728px;
        height: 90px;
        margin: 0 auto;
    }
    .header-home .search-recipe {
        float: right;
    }
    .form-header {
        float: right;
    }
}
@media (min-width: 1023px) and (max-width: 1132px) {
    .header-home {
        padding: 20px 20px 0 20px;
    }
    .wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .all-site{
        padding: 0 20px;
    }

    #sidebar h1 {
        font-size: 20px;
    }

    .ad-choices{
        margin-right: 15px;
    }

    .detail-recipe{
        margin-right: 15px;
    }
}
@media (max-width: 1023px) {
    .header-home .wrapper {
        padding: 10px 10px;
    }
    .wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
    .wrapper #main {
        min-height: 100%;
        /*width: 100%;*/
        height: 100%;
        margin: 0;
        text-align: center;
        display: block;
    }
    .wrapper #sidebar {
        display: block;
        width: 668px;
        overflow: hidden;
        height: auto;
        margin: 0 auto;
        vertical-align: top;
    }
    .header-home nav {
        margin-bottom: 30px;
    }
    .ad-300x600 {
        width: 314px;
        float: left;
        height: auto;
        margin: 0 10px;
    }
    .newsletter {
        position: relative;
        width: 314px;
        float: right;
        margin: 0 10px;
    }
    .search-recipe {
        float: left !important;
    }
    .form-header {
        float: left;
    }
    .newsletter .search-recipe .seach-icon {
        background: #e21b5a;
    }
    .badge {
        width: 314px;
        float: right;
        height: 110px;
        margin: 0 10px;
    }
    .last-seen {
        width: 314px;
        float: right;
        height: auto;
        margin: 0 10px;
    }
    #sidebar > section {
        margin-bottom: 20px;
    }
    .content-last-seen {
        width: 204px;
        height: auto;
        text-align: left;
        float: left;
        overflow: hidden;
        margin-left: 0px;
    }

    .last-seen .img-last-seen{
        width: 100px;
        height: 100px;
    }

    .content-last-seen img {
        margin-right: 10px;
    }
    .facebook-page {
        width: 314px;
        float: left;
        margin: 0 10px;
        margin-top: 20px;
    }
    .twitter-page {
        width: 314px;
        float: right;
        margin: 0 10px;
    }
    .send-site {
        width: 314px;
        float: right;
        margin: 0 10px;
    }
    .send-site-input {
        width: 80% !important;
    }
    .send-site-input {
        width: 100%;
    }
    .about-us {
        width: 314px;
        float: right;
        margin: 0 10px;
    }
    ::-webkit-input-placeholder {
        font-size: 16px;
    }
    :-moz-placeholder {
        /* Firefox 18- */

        font-size: 16px;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */

        font-size: 16px;
    }
    :-ms-input-placeholder {
        font-size: 16px;
    }

    .detail-recipe, .ad-choices{
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    .header-home {
        position: relative;
    }
    .form-header {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    
    .header-home .search-recipe {
        width: 250px;
    }
    .header-home .search-recipe input {
        width: 100%;
    }
}

@media screen and (min-width: 980px) {
    header .ad-728x90 {
        display: none;
    }
}

@media screen and (max-width: 979px) {
    header .ad-728x90 {
        display: block;
    }
    
    header .ad-970x90 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    
    .logo-title {
        background: none;
        padding: 0;
    }
    .ad-728x90 {
        display: none;
    }
    
    header .ad-728x90 {
        display: none;
    }
    .ad-728x90-bottom {
        display: none;
    }
    
    .ad-choices {
        display: none;
    }
    
    .mobile-ad {
        display: block;
        margin: 0 auto;
    }
    
    .mobile-ad.ad-320x100 {
        width: 320px;
        margin: 12px auto 5px auto;
        height: 100px;
    }
    
    .mobile-ad.ad-300x250 {
        width: 300px;
        margin: 16px auto 5px auto;
    }
    
    .header-home {
        padding-top: 0;
    }
    
    .header-home .wrapper h1 {
        display: none;
    }
    
    .hidden {
        display: block;
    }
    
    .adchoices {
        width: 100%;
        float: left;
        height: 60px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
        padding-top: 20px;
    }
    .ad-choices{
        padding: 15px 20px;
        margin-right: 0px;
    }
    .breadcrumbs {
        margin: 20px 0;
    }
    .breadcrumbs ul {
        padding: 0 20px;
    }
    h1.related-recipes {
        margin: 0 0 20px;
        padding: 0 20px;
    }
    .breadcrumbs ul li {
        font-size: 14px;
        font-weight: normal;
        color: #333333;
        line-height: 120%;
        max-width: 100%;
        height: auto;
    }
    .search-mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 47px;
        height: 47px;
        background: #E21B5A;
        color: #fff;
        font-size: 22px;
        text-align: center;
        padding-top: 7px;
        -webkit-transition: all 500ms ease-out 1s;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index: 10;
    }
    .search-mobile:hover {
        opacity: 0.8;
        cursor: pointer;
    }
    .menu-mobile {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 47px;
        height: 47px;
        background: #E21B5A;
        color: #fff;
        font-size: 22px;
        text-align: center;
        padding-top: 7px;
        -webkit-transition: all 500ms ease-out 1s;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index: 10;
    }
    .menu-mobile:hover {
        opacity: 0.8;
        cursor: pointer;
    }
    .wrapper {
        width: 100%;
        padding: 0 !important;
        padding-top: 10px;
        text-align: center;
        display: block;
    }
    .header-home {
        width: 100%;
        height: auto;
        overflow: visible;
    }
    .header-home h3 {
        display: none;
    }
    .logo-receitas-na-rede {
        width: 100%;
        text-align: center;
        z-index: -1;
    }
    .logo-receitas-na-rede img {
        width: 185px;
        height: auto;
        margin: 10px auto 15px auto;
    }
    .form-header {
        width: 100%;
    }
    .header-home .search-recipe {
        display: none;
        float: left;
        width: 100%;
        height: 92px;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-top: 2px;
        background: #b90b42;
        position: relative;
    }
    /*    .header-home .search-recipe div:first-child{
        position: relative;
        width: 95%;
        height: 38px;
        padding-left: 10px;
        margin-top: 20px;
        margin: 20px auto 0 auto;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }*/

    .header-home .search-recipe .text-search {
        display: none;
    }
    .header-home .search-recipe .container-search {
        position: relative;
        width: 90% !important;
        height: 42px !important;
        margin: 0 auto;
        margin-top: 20px;
    }
    .header-home .search-recipe button {
        position: absolute;
        width: 47px;
        height: 42px !important;
        right: 0 !important;
        top: 0 !important;
        background: #e21b5a;
        color: #fff;
        font-size: 24px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-bottom-right-radius: 6px;
        border-bottom-right-radius: 6px;
        margin: 0;
        padding: 0;
    }
    .header-home .search-recipe button i {
        position: absolute;
        top: 30%;
        left: 45%;
        color: white;
    }
    .header-home .search-recipe input {
        border: none;
        -webkit-appearance: none;
        width: 100% !important;
        height: 42px !important;
        line-height: 42px !important;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    .header-home nav.filters {
        display: none;
        float: left;
        margin-bottom: 0;
        width: 100%;
    }
    .header-home nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .header-home nav ul li {
        display: block;
    }

    .header-home nav ul li a{
        width: 100%;
        height: 58px;
        display: block;
        vertical-align: middle;
        background: #e21b5a;
        text-align: left;
        padding-top: 16px;
        padding-left: 10%;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-bottom: 1px solid #d47a96;
        -webkit-transition: all 500ms ease-out 1s;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .header-home nav ul li a:hover {
        background: #d47a96;
    }

    .header-home nav ul li .fa-facebook {
        display: block;
        float: left;
        width: 38px;
        height: 38px;
        font-size: 25px;
        background: #3b5998;
        color: #fff;
        margin-top: -6px;
        margin-right: 10px;
        padding-left: 10px;
        padding-top: 5px;
    }
    .header-home nav ul li .fa-twitter {
        display: block;
        float: left;
        width: 38px;
        height: 38px;
        font-size: 25px;
        background: #00aced;
        color: #fff;
        margin-top: -6px;
        margin-right: 10px;
        padding-left: 10px;
        padding-top: 5px;
    }
    .header-home nav ul a:nth-child(4),
    .header-home nav ul a:nth-child(5) {
        display: block;
    }
    .header-home nav ul li.active a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        background: #e21b5a;
        -webkit-transition: all 500ms ease-out 1s;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .header-home nav ul li.active a:hover {
        background: #d47a96;
    }
    .header-home nav ul li.active a:after {
        content: '';
        position: absolute;
        bottom: -19%;
        left: 48%;
        width: 0;
        height: 0;
        border: none;
    }
    .container-card {
        position: relative;
        width: 100%;
        height: 469px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #cccccc;
        background: #fff;
        display: block;
        margin: 0;
        overflow: hidden;
    }
    #main .container-card:last-child {
        border: none;
    }
    .ad-336x280 {
        display: none;
    }
    .container-card {
        height: auto;
    }
    .container-card .content-card {
        width: 100%;
        border-bottom: none;
        height: auto;
    }
    .container-card .content-card .share-buttons {
        float: left;
        height: 60px;
        bottom: auto;
        position: relative;
    }
    .container-card .content-card .share-buttons .sbg-button {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 0;
        color: white;
    }
    .container-card .content-card .share-buttons .sbg-button-icon {
        font-size: 28px !important;
    }
    .container-card .content-card .img-card {
        width: 100%;
        height: 150px;
        overflow: hidden;
    }
    .container-card .content-card .img-card img.default {
        margin-top: -85px;
    }
    
    .footer-card {
        float: left;
        margin-bottom: 10px;
    }
    .ad-300x600 {
        display: none;
    }
    #sidebar {
        margin: 0;
    }
    #sidebar > section {
        width: 100% !important;
        margin-bottom: 5px;
        float: left;
    }
    .facebook-page {
        display: none;
    }
    .twitter-page {
        display: none;
    }
    .newsletter {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        border: none;
    }
    .newsletter .search-recipe {
        margin: 20px 2.5% 0 2.5%;
        width: 95%;
    }
    .newsletter .search-recipe input {
        /*height: 33px;*/
        -webkit-appearance: none;
    }
    .newsletter .img-container {
        margin-right: 5px;
        margin-left: 5px;
    }
    .badge {
        margin: 0;
        height: 100px;
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #F2F2F2;
        font-size: 16px;
        color: #333;
        padding: 15px 0 15px 10px;
    }
    .badge .text {
        float: left;
        width: 50%;
        text-align: left;
    }
    .last-seen {
        display: none;
    }
    .send-site {
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
    }
    .send-site h1 {
        border: none;
        text-align: left;
    }
    .send-site-input {
        width: 80%;
    }
    .send-site-input input {
        /*width: 80%;
        height: 33px;*/
        -webkit-appearance: none;
    }
    .about-us {
        border-top: 1px solid #ccc;
        margin: 20px 0 0 0;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
        padding-bottom: 40px;
    }
    .about-us li {
        padding-bottom: 15px;
    }
    .about-us h1 {
        border: none;
    }
    .pagination {
        border-bottom: 1px solid #ccc;
        margin: 20px auto;
        padding-bottom: 20px;
    }
    .pagination ul li.more {
        display: none;
    }
    .pagination ul li.next-prev {
        display: none;
    }
    .pagination ul li.arrow-left a,
    .pagination ul li.arrow-right a{
        background: none;
        color: #e21b5a;
        font-size: 40px;
        padding: 5px 3px 0 3px;
    }
    .pagination ul li.arrow-left {
        display: inline-block;
    }
    .pagination ul.large {
        display: none;
    }
    .pagination ul.small {
        display: block;
    }
    .container-card .footer-card a {
        font-size: 15px;
    }
    .overlay-news .box-subscr {
        width: 294px;
        text-align: left;
    }
    .overlay-news .box-subscr .search-recipe {
        width: 100%;
        height: auto;
    }
    .detail-recipe {
        position: relative;
        width: 100%;
        min-height: 336px;
        height: auto;
        border-left: none;
        border-right: none;
        background: #fff;
        text-align: left;
        display: table;
    }
    .detail-recipe .img-detail {
        width: 100%;
        height: 100%;
        display: block;
        vertical-align: top;
        padding: 10px;
    }
    .detail-recipe .img-detail img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        padding: 0 10px;
    }
    .detail-recipe .info-detail-recipe {
        display: block;
        height: 100%;
        width: 100%;
        padding: 0 10px;
    }
    .detail-recipe .share {
        border-top: none;
    }

    .wrapper #sidebar{
        width: 100%;
    }
    
    .other-recipes {
        padding-left: 20px;
    }
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.invisible-on-load {
    opacity: 0;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-.header-home-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h1,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h1,
    h3 {
        page-break-after: avoid;
    }
}

.at4-share-outer {
    display: none;
}