img{
    border:0;
}
html{
    width:100%;
    height:100%;
    background: url("/content/img/header_bg.png") repeat-x center top;
}
body {
    min-height:100%;
    min-width: 320px;
    height:auto;
    position:relative;
    padding: 0;
    margin: 0;
    font: 16px/1.1em Arial, Helvetica, sans-serif;
}
@media (max-width: 365px) {
    body {
        font: 18px/1.2em Arial, Helvetica, sans-serif;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.clear {
    clear: both;
}
h1,h2,h3,h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-shadow: 0.0em 0.0em 0.07em rgba(0,0,0,0.5);
    line-height: 1.1em;
}
h1.underline, h2.underline, h3.underline {
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
    margin-top: 0;
}

a {
    color: #c12e45;
    text-decoration: none;
}
a:hover {
    color: #c12e45;
}
a:visited {
    color: #c12e45;
}

a h1, a h2, a h3, a h4 {
	color: black;
}

a.button, button {
    display: inline-block;
    background-color: #FD4D62;
    color: #fff;
    font-size: 95%;
    text-decoration: none;
    padding: 12px;
    line-height: 1;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    cursor: pointer;
}

input.sc {
    display: none !important;
}

div.main_wrapper {
    max-width: 1015px;
    margin: 0 auto;
}

div.top_menu {
    background: #dcdcdc;
    line-height: 36px;
    width: 100%;
    text-align: right;
    z-index: 8000;
    position: relative;
}
div.top_menu > a {
    color: black;
    margin: 0 7px;
    font-size: 90%;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
@media (max-width: 350px) {
    div.top_menu > a, div.top_menu > form {
        display: block !important;
        text-align: center;
    }
    div.top_menu > a[href="/"] {
        display: none !important;
    }
}
div.top_menu form {
    display: inline-block;
}
div.top_menu input.search_field {
    border: 1px solid #8f8f8f;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: white url("/content/img/search_icon.png") right no-repeat;
    padding-right: 17px;
    margin: 4px 8px;
}
@media (max-width: 420px) {
    div.top_menu {
        text-align: center;
    }
    div.top_menu > a[href="/"] {
        display: none;
    }
}

div.header_block {
	position: relative;
    min-height: 160px;
    text-align: center;
}
div.header_block img.main_logo {
    display: block;
}
div.header_block div.header_logo {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: bottom;
}


/* HEADER FILTER RECIPES */
div.header_block div.filter_wrapper {
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    vertical-align: bottom;
}
@media (max-width: 531px) {
    div.header_block div.filter_wrapper {
        width: 100%;
        border-top: 3px solid #FD4D62;
    }
}
div.header_block div.filter_outer {
    display: table;
    margin: 0 auto;
    /*left: 215px;
	position: relative;*/
}
div.header_block div.filter_images {
    height: 100%;
    padding-right: 5px;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 1031px) {
    div.header_block div.filter_images span.filter_image_plus1,
    div.header_block div.filter_images img.filter_image1 {
        display: none;
    }
}
@media (max-width: 865px) {
    div.header_block div.filter_images {
        display: none;
    }
}

div.header_block div.filter_images > img {
    vertical-align: middle;
}
div.header_block div.filter_images > span {
    font-size: 250%;
    color: #FD4D62;
    font-weight: bold;
    vertical-align: middle;
    margin: 0 6px;
}
div.header_block div.filter_recipes {
    padding-bottom: 10px;
    width: 265px;
}
div.header_block div.filter_recipes div.select_form {

}
div.header_block div.filter_recipes div.select_form p.desc {
    font-size: 80%;
    padding-bottom: 10px;
    border-bottom: 2px solid #FD4D62;
    position: relative;
    margin-bottom: 20px;
}
div.header_block div.filter_recipes div.select_form p.desc img.bottom_arrow {
    position: absolute;
    left: 120px;
    bottom: -13px;
}
div.header_block div.filter_recipes div.filter_container > div {
    margin-top: 10px;
}
div.header_block div.filter_recipes div.select_form select {
    width: 239px;
    height: 22px;
    vertical-align: top;
    background: #ffffff;
    border: 1px solid gray;
}
div.header_block div.filter_recipes div.select_form select.full {
    width: 100%;
}
div.header_block div.filter_recipes div.select_form select.minus {
    width: 213px;
}
div.header_block div.filter_recipes div.select_form a.button {
    padding: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: bold;
    font-size: 130%;
    line-height: 0.6em;
    margin-left: 4px;
    width: 22px;
    height: 22px;
    vertical-align: top;
}
div.header_block div.filter_recipes div.select_form a.button.remove_filter {
    padding: 2px 7px;
    width: 22px;
    height: 22px;
}
div.header_block div.filter_recipes div.select_form div.submit_button {
    text-align: center;
    margin-top: 10px;
}
/* END */



div.main_menu {
    background-color: #FD4D62;
    text-align: center;
    line-height: 36px;
    margin-bottom: 20px;
    padding: 8px 0;
}
div.main_menu > a {
    color: white;
    padding: 3px 7px;
    margin: 0 7px;
    font-size: 1.05em;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    *display: inline;
    zoom: 1;
    white-space: nowrap;
}
div.main_menu > a.current {
    background-color: #c12e45;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
@media (max-width: 365px) {
    div.main_menu > a {
        display: block;
    }
}

div.content {

}

@media (max-width: 1051px) {
    div.content {
        padding: 0 15px;
    }
}

div.content div.left_block {
    width: 730px;
    float: left;
}

div.content div.right_block {
    float: right;
    width: 255px;
}

@media (max-width: 1051px) {
    div.content div.left_block,
    div.content div.right_block {
        float: none;
        width: 100%;
    }
    div.content div.right_block {
        text-align: center;
    }
}

div.content div.right_block > div.narrow_block {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 255px;
    vertical-align: top;
    margin: 0 0 25px 0 !important;
    text-align: left;
}
div.content div.right_block > div.narrow_block h2 {
    margin-top: 0 !important;
}

@media (max-width: 1051px) {
    div.content div.right_block > div.narrow_block {
        margin: 0 10px 25px 10px !important;
    }
}

@media (max-width: 400px) {
    div.content div.right_block > div.narrow_block {
        width: 100%;
        margin: 0 0 25px 0 !important;
    }
}

/* FOOTER BLOCK */
div.content div.footer_block {
    border-top: 2px solid #FD4D62;
    margin-top: 15px;
}
div.content div.footer_block div.left {
    float: left;
    width: 300px;
}
div.content div.footer_block div.right {
    float: right;
    text-align: right;
    line-height: 30px;
    padding: 15px 0;
}
div.content div.footer_block div.right a {
    margin-right: 10px;
    font-size: 90%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    white-space: nowrap;
}
@media (max-width: 908px) {
    div.content div.footer_block div.left {
        float: none;
        width: 100%;
        text-align: center;
    }
    div.content div.footer_block div.right {
        float: none;
        width: 100%;
        text-align: center;
    }
}
/* END */

div.cocktails {
    margin-bottom: 40px;
}
div.cocktails div.list {
    margin-top: 30px;
}
div.cocktails div.list > div.cocktail {
    float: left;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 30px;
    overflow: hidden;
	
}

div.cocktails div.short_list {
    text-align: center;
}

div.cocktails div.short_list > div.cocktail {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 140px;
    margin: 15px 0;
}
div.cocktails div.list > div.cocktail:nth-child(odd) {
    margin-right: 30px;
}
div.cocktails div.list > div.cocktail:nth-child(even) {
    margin-right: 0;
}
div.cocktails div.short_list > div.cocktail > a.title {
	font-size: 100% !important;
}
div.cocktails div.list > div.cocktail > a.title, div.cocktails div.short_list > div.cocktail > a.title {
    display: block;
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    margin-bottom: 10px;
}
div.cocktails div.list > div.cocktail > a.title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
div.cocktails div.short_list > div.cocktail > a.title {
    overflow: visible;
    white-space: normal;
}
div.cocktails div.list > div.cocktail > a.title:hover, div.cocktails div.short_list > div.cocktail > a.title:hover {
    color: #c12e45;
	text-decoration:none;
}
div.cocktails div.list > div.cocktail > div.info {
    height: 100px;
    position: relative;
    overflow: hidden;
}
div.cocktails div.list > div.cocktail.nohide {
    margin-bottom: 5px;
}
div.cocktails div.list > div.cocktail.nohide > div.info {
    height: auto;
}
div.cocktails div.list > div.cocktail.nohide > div.info p {
    /*overflow: hidden;*/
}
div.cocktails div.list div.dotsep, div.cocktails div.short_list div.dotsep {
    height: 1px;
    border-bottom: 1px dotted #dcdcdc;
    margin: 10px 0;
}
@media (max-width: 748px) {
    div.cocktails div.list div.dotsep, div.cocktails div.short_list div.dotsep {
        display: none;
    }
}

ul.cocktail_components {
    list-style: none;
    padding: 0;
    margin: 0 0 0 110px;
}
ul.cocktail_components li {
    font-size: 80%;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    padding: 2px 5px;
}
ul.cocktail_components li:hover {
    background: #FD4D62;
    color: white;
}
ul.cocktail_components li:hover a {
    color: white;
}
ul.cocktail_components span.comp {
    max-width: 150px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
ul.cocktail_components span.mul {
    font-weight: bold;
    vertical-align: top;
    margin-left: 5px;
}
ul.cocktail_components a {

}

ul.cocktail_components.big li {
    font-size: 90%;
    padding: 5px 8px;
}

div.cocktails div.list > div.cocktail > div.info img, div.cocktails div.short_list > div.cocktail img {
    width: 95px;
    height: 95px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px black;
}
div.cocktails div.list > div.cocktail > div.info img {
    float: left;
    margin: 0 15px 10px 0;
}
div.cocktails div.short_list > div.cocktail img {
    float: none;
}
div.cocktails div.list > div.cocktail > div.info p {
    font-size: 80%;
    color: #3a3a3a;
}
div.cocktails div.list > div.cocktail > div.info div.shade {
    height: 20px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.67) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.67)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.67) 50%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.67) 50%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.67) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.67) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    margin-left: 110px;
}
div.cocktails div.list > div.cocktail > div.info div.shade.full {
    width: 100%;
}

div.pagination {
    margin-top: 30px;
    text-align: right;
    border-top: 2px solid #FD4D62;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
}
div.pagination span.title {
    margin-right: 10px;
}
div.pagination > a.active {
    background: #FD4D62;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
}
div.pagination > a {
    margin-right: 10px;
    color: black;
    text-decoration: none;
}

div.hor_banner {
    margin: 20px 0;
    text-align: center;
}

div.ver_banner {
    margin: 40px 0;
}

a.full_list {
    background: url('/img/nav_arrow.png') left center no-repeat;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    float: right;
    margin: -20px 10px 0 0;
}

div.teaser {
    margin: 40px 0;
    overflow: hidden;
}
div.teaser a img {
    float: right;
    margin: 0 0 15px 20px;
    width: 150px;
    background: #FF5786;
    padding: 5px;
    box-shadow: 0 0 10px black;
    z-index: 1;
    position: relative;
}
div.teaser a {
    display: block;
}
div.teaser div.text {
    margin: 20px;
    background: #FF5786;
    position: relative;
    z-index: 0;
    min-height: 94px;
    margin-top: 26px;
    border: 1px solid #FF5786;
}
div.teaser div.text img.left_border {
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 90;
}
div.teaser div.text > a {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 150%;
    line-height: 1.2em;
    text-shadow: 0.0em 0.0em 0.07em rgba(0,0,0,0.5);
    background: #FF5786;
    padding: 15px 20px;
    position: relative;
    z-index: 100;
}

div.cocktail_of_the_day {
    margin: 40px 0;
}
div.cocktail_day {
    margin-top: 30px;
}
div.cocktail_day > img {
    float: left;
    margin-right: 20px;
}
div.cocktail_day div.info > p.intro {

}
div.cocktail_day div.info > p.contents_title {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
div.cocktail_day div.info > p.contents {

}

div.get_degree {
    margin: 40px 0;
}
div.get_degree div.info {
    background: #FD4D62;
    color: white;
    font-size: 110%;
    font-family: 'Open Sans', sans-serif;
    margin-right: 230px;
    line-height: 1.3em;
    padding: 10px;
    position: relative;
}
div.get_degree div.info:before,
div.get_degree div.info:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;

    width: 20px;
    height: 50%;

    background: linear-gradient(to right bottom, #FD4D62 50%, transparent 50%)
}
div.get_degree div.info:before {
    top: 0;
    width: 20px;
    height: 50%;

    background: linear-gradient(to right top, #FD4D62 50%, transparent 50%);
}
div.get_degree div.info * {
    margin: 0;
}
div.get_degree div.info img.right_arrow {
    position: absolute;
    top: 0;
    right: -20px;
}
div.get_degree div.input {
    float: right;
    /*width: 200px;*/
    padding-top: 10px;
}
div.get_degree div.input select {
    background: #ffffff;
    border: 1px solid gray;
    margin: 0 10px;
    width: 180px;
    padding: 3px 5px;
}
div.get_degree div.input span.degree {
    font-size: 280%;
    display: block;
    margin: 17px auto 0 auto;
    width: 100%;
    text-shadow: 0.0em 0.0em 0.04em rgba(0,0,0,0.3);
    text-align: center;
}

@media (max-width: 500px) {
    div.get_degree div.input {
        float: none;
        padding-top: 0;
        margin: 0 auto 20px auto;
    }
    div.get_degree div.input select {
        font-size: 120%;
        margin: 10px auto 25px auto;
        width: 220px;
        display: block;
    }
    div.get_degree div.info {
        width: 100%;
        margin: 50px 0 0 0;
    }
    div.get_degree div.info:before,
    div.get_degree div.info:after {
        content: '';
        display: block;
        position: absolute;

        background: linear-gradient(to left top, #FD4D62 50%, transparent 50%);

        top: auto !important;
        bottom: 100% !important;
        left: 0 !important;
        height: 20px !important;
        width: 50% !important;
    }
    div.get_degree div.info:before {
        background: linear-gradient(to right top, #FD4D62 50%, transparent 50%);

        top: auto !important;
        width: 50% !important;
        height: 20px !important;
        bottom: 100% !important;
        left: 50% !important;
    }
}


div.ask_barmen {
    margin: 40px 0;
}
div.ask_barmen div.desc {
    font-family: 'Open Sans', sans-serif;
    border-right: 2px solid #FD4D62;
    margin-right: 155px;
    padding-right: 20px;
}
div.ask_barmen div.button {
    float: right;
    margin-top: 25px;
}
div.ask_barmen div.button a.button.ask {

}
@media (max-width: 500px) {
    div.ask_barmen div.desc {
        margin: 0;
        border: 0;
    }
    div.ask_barmen div.button {
        float: none;
        margin-top: 0;
        text-align: center;
    }
}

/************** INPUT FORM ****************/
div.input_form {

}
div.input_form form input.sc {
    display: none;/*in case some browsers don't support !important*/
}
div.input_form form h2 {
    margin-top: 0;
}
div.input_form form em {
    color: red;
    font-weight: bold;
    font-size: 150%;
}
div.input_form form p.info {
    font-size: 90%;
    margin: 0 0 20px 0;
}
div.input_form form p.info.error {
    color: red;
    font-weight: bold;
}
div.input_form form label {
    display: block;
    font-family: sans-serif;
    font-size: 95%;
    margin: 10px 0;
}
div.input_form form label em {
    font-size: 110%;
    margin-right: 5px;
}
div.input_form form input {
    display: block;
    width: 100%;
    border: 1px solid gainsboro;
    padding: 5px 8px;
}
div.input_form form input.error {
    border: 1px solid red;
}
div.input_form form textarea {
    display: block;
    width: 100%;
    border: 1px solid gainsboro;
    padding: 5px 8px;
    font-family: Arial;
    height: 100px;
    resize: none;
}
div.input_form form textarea.error {
    border: 1px solid #ff0000;
}
div.input_form form div.button {
    margin-top: 15px;
    text-align: center;
}

div.barmen_reply {
    margin: 40px 0;
    font-family: 'Open Sans', sans-serif;
}
div.barmen_reply div.barmen_info {

}
div.barmen_reply div.barmen_info > img {
    float: left;
    margin: 0 10px 0 0;
}
div.barmen_reply div.barmen_info > span {

}
div.barmen_reply div.question {
    margin-top: 15px;
    background: #FFD0D0;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    margin-right: 20px;
}
div.barmen_reply div.question img.arrow {
    position: absolute;
    right: -20px;
    top: 0;
}
div.barmen_reply div.answer {
    margin-top: 15px;
    background: #FFD0D0;
    color: black;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    margin-left: 20px;
}
div.barmen_reply div.answer img.arrow {
    position: absolute;
    top: 0;
    left: -20px;
}
div.barmen_reply div.question > span, div.barmen_reply div.answer > span {
    display: block;
    font-weight: bold;
}
div.barmen_reply div.question > span.text, div.barmen_reply div.answer > span.text {
    font-weight: normal;
    font-size: 90%;
    margin-top: 5px;
}

div.vote {
    margin: 40px 0;
}
div.vote p.desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 110%;
    padding-bottom: 10px;
    border-bottom: 2px solid #FD4D62;
}
div.inline_poll div.vote p.desc {
    max-width: 400px;
}
div.vote.full p.desc {
    border: 0;
    font-size: 150%;
    padding-bottom: 0;
}
div.vote form {

}
div.vote form label {
    display: block;
    font: 14px Arial;
    margin-top: 5px;
}
div.vote div.vote_button {
    text-align: center;
    margin: 15px 0;
}
div.vote form button {

}

div.vote div.vote_results {

}
div.vote div.vote_results div.option {
    margin-top: 10px;
}
div.vote div.vote_results div.option span.percent {
    float: right;
    font: 14px Arial;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
div.vote div.vote_results div.option span.title {
    display: block;
    font: 14px Arial;
}
div.vote div.vote_results div.option div.bar {
    height: 5px;
    background: #FD4D62;
    margin-top: 5px;
}
div.vote.full div.vote_results div.option div.bar {
    height: 10px;
}

div.barmen_lesson {
    margin-bottom: 40px;
}
div.barmen_lesson div.block {
    background: #FD4D62;
    padding: 10px;
    width: 245px;
    margin: 0 auto;
    border-radius: 10px;
}
div.barmen_lesson span.title a {
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin-bottom: 10px;
    font-size: 120%;
    line-height: 1.2em;
    color: white;
}
div.barmen_lesson img {

}

div.challenge {
    margin-bottom: 40px;
}
div.challenge p.desc {
    /*font-family: 'Open Sans', sans-serif;*/
    color: black;
    line-height: 1.2em;
    font-size: 80%;
}
div.challenge img {

}


div.text_ad_links {
    margin: 40px 0;
}
div.text_ad_links p {
    font-size: 80%;
}
div.text_ad_links a {
    text-decoration: underline;
}

a#scroll_to_top {
    display: block;
    background: #FD4D62;
    width: 29px;
    height: 28px;
    border-radius: 5px;
    color: white;
    font-size: 200%;
    padding: 8px 0 0 6px;
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: -580px;
    font-family: 'Open Sans', sans-serif;
}
@media (max-width: 1015px) {
    a#scroll_to_top {
        display: none;
    }
}

div.main_content {
    margin-bottom: 30px;
    border-bottom: 2px solid #FD4D62;
    padding-bottom: 10px;
    font-size: 80%;
}
div.main_content.noborder {
    margin-bottom: 30px;
    font-size: 80%;
    border: 0;
    padding-bottom: 0;
}
div.main_content.fullscale {
    font-size: 100%;
}
div.main_content.fullscale > h1 {
    font-size: 190%;
}
div.main_content.static ul {
    list-style: none;
    padding-left: 15px;
}
div.main_content.static ul li {
    background: url('/content/img/list_bullet.png') left 5px no-repeat;
    padding-left: 15px;
}
div.main_content img.sad_homer {
    float: right;
    margin: -60px 0 20px 20px;
}
div.main_content div.notfound {
    margin-top: 40px;
}

div.about_feedback_button {
    text-align: center;
    margin-bottom: 10px;
}
div.challenge_feedback_button {
    text-align: center;
    margin: 10px 0;
}

div.main_content div.list {
    margin-top: 30px;
}
div.main_content div.list > div.news_item {
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px dotted gainsboro;
    padding-bottom: 10px;
}
div.main_content div.list > div.news_item img {
    float: left;
    margin-right: 10px;
}
div.main_content div.list > div.news_item span.date {
    font-size: 80%;
    font-family: 'Open Sans', sans-serif;
    color: gray;
}
div.main_content div.list > div.news_item > a.title {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 110%;
    max-height: 35px;
    overflow: hidden;
}
div.main_content div.list > div.news_item > a.title:hover {
    color: #c12e45;
}
div.main_content div.list > div.news_item > div.info {
    height: 60px;
    position: relative;
    overflow: hidden;
    font-size: 80%;
}
div.main_content div.list > div.news_item > div.info p {
    margin: 9px 0;
}

@media (max-width: 365px) {
    div.main_content div.list > div.news_item > a.title {
        max-height: none;
    }
    div.main_content div.list > div.news_item > div.info {
        height: 50px;
    }
}

div.main_content div.list > div.news_item > div.info div.shade {
    height: 20px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.67) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.67)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.67) 50%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.67) 50%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.67) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.67) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
}
div.main_content div.list > div.news_item > div.info div.shade.full {
    width: 100%;
}

div.news_entry.main_content {
    margin-bottom: 10px;
}
div.news_entry.main_content div.news_content a {
    color: #c12e45;
    text-decoration: underline;
}
h1.news_title {
    font-size: 160%;
    margin-bottom: 5px;
    line-height: 1.2em;
}
div.crumbs {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
div.crumbs a {
    display: inline-block;
    max-width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}
div.news_content {
    margin-bottom: 30px;
}
div.cocktail_entry.main_content div.components_content {
    margin-bottom: 30px;
}
div.cocktail_entry.main_content div.components_content ul {
    padding: 0;
    margin: 0;
}
div.cocktail_entry.main_content div.components_content ul li {
    font-size: 120%;
    background: none;
}
div.cocktail_entry.main_content div.components_content ul li:hover {
    background: #FD4D62;
}
div.news_date {
    margin-bottom: 5px;
    font-size: 110%;
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;
    color: gray;
}
div.news_date span {
    color: black;
}
div.share_entry {
    margin-bottom: 10px;
    font-size: 110%;
    font-family: 'Open Sans', sans-serif;
    float: right;
    color: gray;
}
@media (max-width: 570px) {
    div.news_date,
    div.share_entry {
        display: block !important;
        float: none !important;
    }
}
div.share_entry > span {
    vertical-align: middle;
}
div.share_entry > div.pluso {
    vertical-align: middle;
}
img.news_image {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 220px !important;
}
div.news_entry img {
    max-width: 700px;
}
div.vk_comments {
    padding-bottom: 10px;
    border-bottom: 2px solid #FD4D62;
}
div.vk_comments > h3 {
    margin-top: 0;
}

div.static_content {
    font-size: 90%;
}

div.side_teasers {
    padding-top: 20px;
    border-top: 2px solid #FD4D62;
    margin: 40px 0;
}
div.side_teaser {
    margin-bottom: 30px;
}
div.side_teaser img {
    float: left;
    margin-right: 10px;
    border: 1px solid gainsboro;
    border-radius: 10px;
}
div.side_teaser:hover img {
    border: 1px solid #c12e45;
}
div.side_teaser div.text {
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    color: black;
    /*float: right;
    width: 133px;
    height: 132px;*/
}
div.side_teaser div.text.big {
    font-size: 110%;
}
div.side_teaser div.text a {
    color: #000000;
}
div.side_teaser:hover div.text a {
    color: #c12e45;
}
/*div.side_teaser div.text div {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    padding:0;
    margin:0;
}
div.side_teaser div.text div.aligner {
    width:0;
    height:100%;
    overflow:hidden;
}*/

div.cocktail_teaser {
    border-top: 2px solid #FD4D62;
    font-family: 'Open Sans', sans-serif;
    margin: 40px 0;
}
div.cocktail_teaser img:first-of-type {
    margin: 0 10px 5px 0 !important;
}
div.cocktail_teaser p {

}
div.cocktail_teaser a {
    text-decoration: underline;
}
div.cocktail_teaser ul, div.cocktail_teaser ol {
    clear: both;
}

h1.cocktail_title {
    margin-bottom: 5px;
    line-height: 1.2em;
}

div.bottom_border {
    border-bottom: 2px solid #FD4D62;
}

a.poll_archive {
    background: url('/img/nav_arrow.png') left center no-repeat;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 80%;
    float: right;
    line-height: 2.1em;
}
a.poll_archive.full {
    font-size: 130%;
    margin-top: 10px;
}

div.main_content div.list > div.poll_item {
    margin-bottom: 30px;
    border-bottom: 1px dotted gainsboro;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
div.main_content div.list > div.poll_item > img.icon {
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
}
div.main_content div.list > div.poll_item > a.title {
    font-size: 110%;
    max-height: 35px;
    vertical-align: middle;
    line-height: 1.3em;
}
div.main_content div.list > div.poll_item > a.title:hover {
    color: #c12e45;
}
div.main_content div.list > div.poll_item > div.info {
    margin-top: 10px;
    font-size: 80%;
    color: gray;
}
div.main_content div.list > div.poll_item > div.info span.winner {
    font-weight: bold;
}

div.inline_poll div.vote {
    margin-top: 0;
}
div.inline_poll div.vote > h2 {
    margin-top: 10px;
}
div.inline_poll div.vote div.vote_button {
    margin: 15px 0 0 0;
}

a.challenge_archive {
    background: url('/img/nav_arrow.png') left center no-repeat;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 130%;
    float: right;
}
@media (max-width: 365px) {
    a.challenge_archive {
        display: block !important;
        float: none !important;
        margin: 10px 0 15px 0 !important;
    }
}

div.list div.qa_item {
    margin-bottom: 30px;
    border-bottom: 1px dotted gainsboro;
    padding-bottom: 10px;
}
div.list div.qa_item div.show_answer {
    text-align: center;
    margin: 0 auto;
}
div.list div.qa_item div.show_answer > a {
    font-size: 80%;
    font-family: 'Open Sans', sans-serif;
    color: gray;
    background: url('/content/img/closed_arrow.png') left center no-repeat;
    padding-left: 20px;
}
div.list div.qa_item div.show_answer > a.opened {
    background: url('/content/img/open_arrow.png') left center no-repeat;
}
div.list div.qa_item > img.userpic {
    float: right;
    margin-left: 10px;
}
div.list div.qa_item > div.answer_slide {
    margin-top: 10px;
}
div.list div.qa_item > div.answer_slide > img.barmenpic {
    float: left;
    margin-right: 10px;
}
div.list div.qa_item p {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
div.list div.qa_item p.user {
    text-align: right;
}
div.list div.qa_item div.question {
    position: relative;
    margin: 10px 110px 10px 0;
    background: #FFD0D0;
    padding: 10px;
    border-radius: 10px;
}
div.list div.qa_item div.question img.arrow {
    position: absolute;
    right: -20px;
    top: 0;
}
div.list div.qa_item div.answer {
    margin: 10px 0 0 115px;
    background: #FD4D62;
    color: white;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}
div.list div.qa_item div.answer img.arrow {
    position: absolute;
    top: 0;
    left: -20px;
}
div.list div.qa_item div.question > span, div.list div.qa_item div.answer > span {
    display: block;
    font-weight: bold;
}
div.list div.qa_item div.question > span.text, div.list div.qa_item div.answer > span.text {
    font-weight: normal;
    font-size: 90%;
    margin-top: 5px;
}
@media (max-width: 365px) {
    div.list div.qa_item > img.userpic {
        display: none;
    }
    div.list div.qa_item div.question {
        margin: 10px 10px 10px 0;
    }
    div.list div.qa_item > div.answer_slide > img.barmenpic {
        display: none;
    }
    div.list div.qa_item div.answer {
        margin-left: 10px;
    }
}

div.vote a {
    text-decoration: underline;
}

div.filter_recipes_help {
    margin-bottom: 55px;
    margin-top: 50px;
}
div.filter_recipes_help > h3 {
    width: 650px;
}
div.filter_recipes_help img.filter_recipes_arrow {
    float: right;
}

span.searchcrit {
    background: yellow;
}
ul.cocktail_components li:hover span.searchcrit {
    background: #FD4D62;
}

div.border_content {
    margin-bottom: 30px;
    border-bottom: 2px solid #FD4D62;
    padding-bottom: 10px;
}

h1.smaller {
    font-size: 80%;
}

div.cocktail_day_and_hits {
    margin: 40px 0;
}
div.cocktail_day_and_hits div.cocktails {
    margin: 0;
}
div.cocktail_day_and_hits h2.top10 {
    float: right;
}
div.cocktail_day_and_hits h2.day {
    float: left;
}
div.cocktail_day_and_hits div.hr {
    border-bottom: 1px solid #808080;
}
div.cocktail_day_and_hits div.top10 {
    float: right;
    width: 335px;
    position: relative;
}
div.cocktail_day_and_hits div.wide.top10 {
    width: 100%;
}
div.cocktail_day_and_hits div.top10 div#carousel_container {
    overflow: hidden;
    height: 130px;
    margin-top: 30px;
    position: relative;
}
div.cocktail_day_and_hits div.wide.top10 div#carousel_container {
    margin-top: 0;
}
div.cocktail_day_and_hits div.top10 div#carousel_container div.list {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
div.cocktail_day_and_hits div.wide.top10 div#carousel_container div.list {
    height: 130px;
    width: 1000% !important;
}
div.cocktail_day_and_hits div.day {
    float: left;
    width: 335px;
    border-right: 2px solid #FD4D62;
    padding-right: 13px;
}
div.cocktail_day_and_hits a.full_list {
    margin-top: 10px;
}

div.barmen_reply_wide {
    margin: 40px 0;
}

div.answer a {
    color: white;
    text-decoration: underline;
}

img.fancy_preview {

}

div.photo_hint {
    width: 365px;
    font-size: 80%;
    color: gray;
}
div.photo_hint > img {
    width: 12px;
}

.cocktail_entry a.next_cocktail {
	float: right;
	margin-top: -5px;
}
@media (max-width: 365px) {
    .cocktail_entry a.next_cocktail {
        float: none;
        margin: 10px auto 20px auto;
        display: block;
        width: 110px;
    }
}

.cocktail_entry.burning a.next_cocktail {
	margin-top: 12px;
}
.cocktail_entry.burning h1.cocktail_title {
	background: url('/content/img/fire_icon.png') right top no-repeat;
	padding-right: 38px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-bottom: 0;
	border-bottom: 0;
}
.cocktail_entry.burning div.crumbs {
	padding-top: 7px;
	border-top: 1px solid gray;
}
div.cocktails div.list > div.cocktail > a.title.burning {
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url('/content/img/fire_icon_small.png') right top no-repeat;
	padding: 3px 28px 7px 0;
    margin-bottom: -3px;
}
div.cocktails div.short_list > div.cocktail > a.title.burning_cocktails {
	background: url('/content/img/fire_icon_small.png') right center no-repeat;
	padding-right: 5px;
}

div.seo-links a {
	text-decoration: underline;
}

div.side-banner {
	margin-top: 20px;
	text-align: center;
}

@media (max-width: 380px) {
    div.cocktail_entry img,
    div.news_entry img {
        display: block !important;
        float: none !important;
        margin: 20px auto !important;
    }

    div.cocktail_entry table,
    div.cocktail_entry tr,
    div.cocktail_entry td {
        display: block !important;
    }
}

div.cocktail_entry iframe,
div.news_entry iframe {
    width: 100%;
}

/******* adsense *************/
.ad_block_list {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    border-top: 1px dotted #dcdcdc;
    border-bottom: 1px dotted #dcdcdc;
    margin: 20px 0;
}

.ad_block_content {
	width: 100%;
    overflow: hidden;
}


