.main_container .top_container {
    display: block;
    float: right;
    padding-top: 37px;
    width: 480px;
}
@media( min-width: 960px ){
    .main_container .top_container {
        width: 708px;
    }
}

.top_container .breadcrumbs {
    display: block;
    float: left;
    margin-top: -31px;
    color: #45ACC7;
    font-family: Arial;
    font-size: 75%; /*12px*/
    line-height: 36px;
    width: 100%;
}

.breadcrumbs .breadcrumb_link {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}
@media( min-width: 960px ){
    .breadcrumbs .breadcrumb_link:hover {
        text-decoration: none;
    }
}

.top_container .title {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font1';
    font-size: 206.25%; /*33px*/
    font-weight: normal;
    padding-bottom: 8px;
}

.main_container .banner_container {
    display: block;
    float: right;
    margin-top: 8px;
    width: 480px;
}
@media( min-width: 960px ){
    .main_container .banner_container {
        width: 708px;
    }
}

.banner_container .banner {
    display: block;
    float: left;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
}

.main_container .recipes_menu_section {
    display: block;
    float: left;
    margin-top: 22px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    padding-bottom: 54px;
    width: 222px;
}
@media( min-width: 960px ){
    .main_container .recipes_menu_section {
        width: 221px;
    }
}

.recipes_menu_section .recipes_title {
    display: block;
    float: left;
    background-image: url(../images/sprite-recipes.png);
    background-repeat: no-repeat;
    background-position: 5px -70px;
    color: #45ACC7;
    font-family: 'Font3';
    font-size: 262.5%; /*42px*/
    line-height: 68px;
    padding-left: 80px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recipes_menu_section .categories_list {
    display: block;
    float: left;
    border-bottom: 1px solid #4EC1E0;
    width: 100%;
}

.categories_list .category {
    display: block;
    float: left;
    border-top: 1px solid #4EC1E0;
    width: 100%;
}

.category .category_link {
    display: block;
    float: left;
    color: #4EC1E0;
    font-family: 'Font1';
    font-size: 106.25%; /*17px*/
    text-decoration: none;
    line-height: 42px;
    padding: 0em 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 150ms;
    -moz-transition: color 150ms;
    transition: color 150ms;
}
.category .category_link.selected {
    color: #3C67A3;
}
@media( min-width: 960px ){
    .category .category_link:hover {
        color: #3C67A3;
    }
}

.category_link span {
    display: none;
}
.category_link.selected span {
    display: block;
    float: right;
    color: inherit;
    font-family: inherit;
    font-size: 176.4706%; /*30px*/
}

.recipes_menu_section .recipes_subtitle {
    display: block;
    float: left;
    margin-top: 18px;
    background-image: url(../images/sprite-recipes.png);
    background-repeat: no-repeat;
    background-position: center 47px;
    color: #E66B5B;
    font-family: 'Font3';
    font-size: 137.5%; /*22px*/
    text-align: center;
    line-height: 20px;
    padding-bottom: 74px;
    width: 100%;
}

.recipes_menu_section .recipe_video_container {
    display: block;
    float: left;
    margin-top: 32px;
    padding: 0em 11px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recipe_video_container .recipe_video {
    display: block;
    float: left;
    border: 6px solid #edf9fc;
    width: 100%;
    height: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main_container .recipes_section {
    display: block;
    float: right;
    margin-top: 2px;
    width: 516px;
}
.main_container .banner_container + .recipes_section {
    margin-top: 10px;
}
@media( min-width:960px ){
    .main_container .recipes_section {
        margin-top: -8px;
        width: 729px;
    }
    .main_container .banner_container + .recipes_section {
        margin-top: 0em;
    }
}

.recipes_section .recipes_list {
    display: block;
    float: left;
    width: 100%;
    min-height: 935px;
}

.recipes_list .recipe {
    display: block;
    float: left;
    margin-left: 36px;
}
@media( min-width:960px ){
    .recipes_list .recipe {
        margin-left: 22px;
    }
}

.recipe .recipe_container {
    display: block;
    float: left;
    position: relative;
    margin: 16px 0em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    padding: 15px 15px 20px;
    width: 192px;
}
@media( min-width: 960px ){
    .recipe .recipe_container {
        width: 191px;
    }
}

.recipe_container .prominent_recipe {
    display: block;
    position: absolute;
    top: -8px;
    left: -8px;
    border: none;
}

.recipe_container .recipe_image {
    display: block;
    float: left;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

.recipe_container .recipe_category {
    display: block;
    float: left;
    margin-top: 5px;
    color: #B0B0A2;
    font-family: 'Font2';
    font-size: 81.25%; /*13px*/
    line-height: 20px;
    width: 100%;
}

.recipe_container .recipe_name {
    display: block;
    float: left;
    margin-top: 4px;
    color: #3C67A5;
    font-family: 'Font1';
    font-size: 106.25%; /*17px*/
    line-height: 20px;
    width: 100%;
    height: 60px;
}

.recipe_container .white_button {
    display: block;
    float: left;
    margin-top: 10px;
    border: 1px solid #3C67A5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 93.75%; /*15px*/
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 150ms, color 150ms;
    -moz-transition: background-color 150ms, color 150ms;
    transition: background-color 150ms, color 150ms;
}
@media( min-width: 960px ){
    .recipe_container .white_button:hover {
        background-color: #3C67A5;
        color: #fff;
    }
}

.recipe_container .orange_button {
    display: block;
    float: left;
    margin-top: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #E66B5B;
    color: #fff;
    font-family: 'Font1';
    font-size: 106.25%; /*17px*/
    text-decoration: none;
    line-height: 22px;
    padding: 8px 0em 6px 35px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 150ms;
    -moz-transition: background-color 150ms;
    transition: background-color 150ms;
}
@media( min-width: 960px ){
    .recipe_container .orange_button:hover {
        background-color: #bd3321;
    }
}

.orange_button span {
    display: block;
    float: left;
    margin-left: -35px;
    background-image: url(../images/sprite-common.png);
    background-repeat: no-repeat;
    background-position: -51px -654px;
    width: 30px;
    height: 22px;
}

.recipe_container .recipe_promo_button {
                display: block;
                float: left;
                margin-top: 14px;
                border: 1px solid #e66b5b;
                border-radius: 4px;
                background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAbCAMAAADBLsarAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNGRTFFMzEzM0M5MjExRTc4NkI5RkRCRUJCQjVFNzcwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNGRTFFMzE0M0M5MjExRTc4NkI5RkRCRUJCQjVFNzcwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0ZFMUUzMTEzQzkyMTFFNzg2QjlGREJFQkJCNUU3NzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0ZFMUUzMTIzQzkyMTFFNzg2QjlGREJFQkJCNUU3NzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz73QaVrAAAAMFBMVEXma1v////zta3skIT52tb99vXpfnDodGX64+D87ev2yMLumY7vo5nrh3rmbFzxrKNQ6NQiAAAAjklEQVR42tSQ2wrDMAxDLV9iJ23a///bhZV1HSTZYA9j8osMByGbto3e6gPkl0rMnObIClPDOstQFCcv0FHWYqbl7oqaLT3ELfy5hHm3yjU/dUsxXlZwrw7ksgm6hXLU09fI3btqRnamNt5cHTyIIaA2gn34RDkZ+ZIJaJuYMnxoyuihCZP4oUR/rpsAAwConAKwHaJPnQAAAABJRU5ErkJggg==');
                background-repeat: no-repeat;
                background-position: left center;
                color: #e66b5b;
                font-family: "Font2";
                font-size: 14px;
                text-align: center;
                text-decoration: none;
                line-height: 27px;
                padding-left: 35px;
                width: 100%;
                box-sizing: border-box;
                transition: background-color 250ms ease 0s, color 250ms ease 0s;
}

.recipe_promo_button:hover {
    background-color: #e66b5b;
    color: #fff;
}