/* Add here all your css styles (customizations) */
[role="button"]{
    cursor: pointer;
}

img.img-centered{
    margin: auto;
}

.list-content-numbered{
    color: #4FB5BA;
    color: #6281c8;
    font-size: 17px;
    margin: 10px 0 10px 40px;
}

.list-content-numbered .lead {
    font-weight: 300;
    font-size: 20px;
}

.list-content-numbered li{
    color: #4FB5BA;
    color: #6281c8;
    margin-bottom: 3px;
    padding-left: 4px;
}

.list-content-numbered li a{
    color: #4FB5BA;
    color: #6281c8;
}


.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    /*overflow: hidden; */
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-steps-common li{
    margin-bottom: 25px;
    counter-increment: step-counter;
    color: #0f0f0f;
    display: block;
}

.list-steps-common li:before{
    content: counter(step-counter);
    font-size: 25px;
    font-weight: 800;
    color: white;
    color: #6fb7a6;
    color: #6281c8;
    width: 45px;
    height: 55px;
    line-height: 45px;
    text-align: center;
    /*padding:4px 3px 0px;*/
    margin-right: 15px;
    vertical-align: middle;
    display: block;
    float: left;
}

.list-steps-common-counter{
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    position: relative;
}

.list-steps-common-counter li{
    margin-bottom: 25px;
    counter-increment: step-counter;
    color: #0f0f0f;
    display: block;

}

.list-steps-common-counter li:before{
    content: counter(step-counter);
    font-size: 26px;
    font-weight: 800;
    color: #6fb7a6;
    color: #6281c8;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    position: absolute;
    margin-top: 0px;
}


.list-steps-common-counter.v2 li:before{
    content: counter(step-counter);
    font-size: 18px;
    font-weight: 800;
    color: #6fb7a6;
    color: #6281c8;
    color: #ffffff;
    background-color: #6281c8;
    display: block;
    float: left;
    position: absolute;
    margin-top: 0px;
    border-radius: 3px;
    padding: 0px 4px;
    width: auto;
    height: auto;
}


.list-steps-common-counter.v3 li:before{
    content: counter(step-counter);
    font-size: 18px;
    font-weight: 800;
    color: #6281c8;
    display: block;
    position: absolute;
    margin-top: 0px;
    width: auto;
    height: auto;
}



.list-steps-common-counter li>span{
    margin-left: 40px;
    display: block;
    padding-left: 5px;
}

.list-common-v1{
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    position: relative;
}
.list-common-v1 li{
    margin-bottom: 20px;
}

.list-common-v1 li:before{
    content: '';
    border: 2px solid #6fb7a6;
    border: 2px solid #6281c8;
    color: #6fb7a6;
    color: #6281c8;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    position: absolute;
}

.list-common-v1 li>span{
    margin-left: 20px;
    display: block;
    padding-left: 5px;
}

.calories-calculator{

}

.calories-calculator-form input{
    height: 25px;
    font-size: 13px;
    max-width: 80px;
}


.calories-calculator-form .remove-product{
    position: relative;
    margin-left: 15px;
}

.calories-calculator-form .remove-product:hover:after{
    content: 'x';
    font-size: 12px;
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 15px;
    display: block;
    top:8px;
    left: -15px;
    border: 1px solid #999;
    border-radius: 10px;
    text-align: center;
}


.highlightedText {
    background: #7FBFBE;
    color: #6281c8;
    color: #fff;
    padding: 2px 0px 2px 3px;
}

.strict-value-box .strict-value-text{
    vertical-align: top;
    font-size: 15px;
}


.blog-point-list {
    margin-right: -5px;
}

.blog-point-list li {
    padding: 0;
    margin: 3px 10px 10px;
    position: relative;
    display: inline-block;
}

.blog-point-list li img {
    width: 78px;
    height: auto;
}

.blog-point-list.v2 li img {
    width: 100px;
    height: auto;
}

.blog-point-list.v3 li img {
    width: 250px;
    height: auto;
}

.blog-point-list li div {
    text-align: center;
}



.list-ingredients-recipe{
    margin-left: 50px;
    font-size: 15px;
    font-weight: 600;
    max-width: 500px;
    max-width: 90%;
    padding: 20px;
    background-color: #f9f9f9;
}



.list-ingredients-recipe li{
    max-width: 460px;
    max-width: 95%;
    margin-bottom: 6px;
    /*border-bottom: 1px dashed;*/
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAAXNSR0IArs4c6QAAABBJREFUCB1jYGBgSANiDAAACHcAZ+HVxhAAAAAASUVORK5CYII=) repeat-x;
    background-position-y: 12px;
}

.list-ingredients-recipe li.no-line{
    background: none;
}

.list-ingredients-recipe li span.measure{
    width: 100px;
    font-size: 17px;
    background-color: white;
    background-color: #e4e4e4;
    background-color: rgba(228,228,228,0.2);
    background-color: rgba(249,249,249,0.9);
    /*background-color: rgba(255,255,255,0.9);*/
    padding-left: 10px;

}
.list-ingredients-recipe li span.ingredient{
    display: inline-block;
    background-color: white;
    background-color: rgba(228,228,228,0.2);
    background-color: rgba(249,249,249,0.9);
    /*background-color: rgba(255,255,255,0.9);*/
    padding: 0px 10px 0px 10px;
    margin-left: -6px;
}

.list-ingredients-recipe li:before{
    content: ">";
    /*content: '	*';*/
    font-size: 18px;
    font-weight: 400;
    color: #FD7D26;
    vertical-align: top;
    background-color: white;
    background-color: #e4e4e4;
    background-color: rgba(249,249,249,0.9);
    /*background-color: rgba(255,255,255,0.6);*/
    padding:0px 7px;
    border-radius: 6px;
}


@media screen and (max-width: 550px){
    .list-ingredients-recipe {
        font-size: 13px;
        margin-left: 0px;
        max-width: 100%;
    }
    .list-ingredients-recipe li{
        max-width: 100%;
        background: none;
    }

    .list-ingredients-recipe li span.ingredient{
    }

    .list-ingredients-recipe li span.measure{
        font-size: 15px;
        font-weight: 600;
        width: auto;
        float: none !important;
        display: block;
        margin-left: 20px;
    }

}

.body-recipe-info-block{
    min-height: 100px;
    /*background-color: #f0f0f0; */
    padding: 8px;
    padding-left: 8px;
    /*border: 1px solid rgba(0,0,0,0.1); */
    background-color: rgba(255,255,255,0.6);
    border-radius: 4px;
    margin: 0 auto 2em;
    font-size: 12px;
    line-height: 1.5em;

}

.recipe-info-bg{
    background-color: #fff;
}

.recipe-info-image{
}

.recipe-info-image img{

}

.recipe-info-lb-icon{
    vertical-align: middle;
}


.recipe-info-btn{
    display: inline-block;
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 3px;
}

.recipe-info-btn:hover{
    background-color: #eee;
}


.recipe-info-portion-input{
    max-width: 50px;
    vertical-align: baseline;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
}


.recipe-info-lb{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-right: 4px;
}

.recipe-info-lb-value{
    font-weight: 200;
    font-size: 14px;
    text-transform: none;
    margin-left: 5px;
    float:right;
    width: 80px;
}

.recipe-info-lb-value.large{
    font-size: 16px;
}

.recipe-info-lb-value-clear{
    font-weight: 200;
    font-size: 15px;
    text-transform: none;
    margin-left: 25px;
}


.list-steps-recipe{
    margin-left: 30px;
    font-size: 16px;
}

.list-steps-recipe li{
    margin-bottom: 45px;
    counter-increment: step-counter;
    color: #0f0f0f;
    display: block;
}

.list-steps-recipe li:before{
    content: counter(step-counter);
    font-size: 32px;
    font-weight: 800;
    color: white;
    color: #6fb7a6;
    /*background-color: #6fb7a6;*/
    width: 45px;
    height: 45px;
    line-height: 36px;
    border: 3px solid #6fb7a6;
    border-radius: 25px;
    text-align: center;
    padding: 0px;
    margin-right: 15px;
    vertical-align: middle;
    display: block;
    float: left;
}

.list-steps-recipe-image{
    width: 60%;
    max-width: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}


input.no-border {
    border: none !important;
    font-weight: 600;
    width: 90%;
    position: relative;
}

input.product-line{
    padding: 4px;
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 100%;
}


.product-line-button {
    display: block;
    border-radius: 12px;
    border: 1px solid #ccc;
    margin-top: 2px;
    color: #aaa;
    background-color: #fafafa;
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-weight: 600;
}

.product-line-button:hover{
    color: #333;
    border: 1px solid #eee;
}

.product-line-button:before {
    display: block;
    content: "x";
    line-height: 20px;
    text-align: center;
}

.product-line-highlight strong {
    background: #6281c8;
    color: #fff;
    padding: 2px 1px 2px 1px;
    border-radius: 3px;
}


input.short50{
    max-width: 50px;
}
input.short80{
    max-width: 80px;
}
input.short90{
    max-width: 90px;
}
input.short95{
    max-width: 95px;
}
input.short120{
    max-width: 120px;
}
input.short130{
    max-width: 130px;
}
input.short150{
    max-width: 150px;
}
input.short200{
    max-width: 200px;
}
input.short300{
    max-width: 300px;
}
input.min300{
    min-width: 300px;
}

[ng\:cloak],[ng-cloak],.ng-cloak{display:none !important}

.logo-block{
    display: block;
    text-align: center;
}
.logo-block .main-logo {
    text-indent: -9999px;
    background: url(../images/logo/logo5_1a_300.png) no-repeat 0 0;
    width: 300px;
    height: 150px;
    /*float: left;*/
    margin: auto;
    margin-top: 12px;

}
.logo-block .main-logo2 {
    text-indent: -9999px;
    background: url(../images/logo/logo5_1a_400.png) no-repeat 0 0;
    width: 400px;
    height: 189px;
    /*float: left;*/
    margin: auto;
    margin-top: 12px;

}