/*
css reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
    text-align: center;
    margin: 0;
    padding: 0;
background: #fff;
    min-width: 100%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,label,select,button,textarea{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:none;line-height:1;font-size:13px;font-family:"Times New Roman", Times, serif;}input:focus{outline:0}input,textarea{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}button,input[type=reset],input[type=button],input[type=submit],input[type=checkbox],input[type=radio],select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{width:16px;height:16px}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box}::-webkit-search-decoration{display:none}button,input[type="reset"],input[type="button"],input[type="submit"]{overflow:visible;width:auto}::-webkit-file-upload-button{padding:0;border:0;background:none}textarea{vertical-align:top;overflow:auto}select[multiple]{vertical-align:top}
/*
css
*/
*, body, html {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
color: #000;
}
body, html {
    margin: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
    color: #000;
    height: 100%;
    width: 100%;
    background: #fff;
}
.bodyios {
	cursor:pointer
}
header {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border-top: 1px solid #000;
    margin: 40px 0 0 0;
    position: relative;
}
.white_square {
    position: absolute;
    width: 146px;
    height: 41px;
    top: -41px;
    background: #fff;
    left: 50%;
    margin: 0 0 0 -73px;
}
.pad_cont {
    width: 100%;
    max-width: 1940px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .pad_cont {
    position: relative;
}
header .pad_cont a {
    position: absolute;
    right: 40px;
    top: 20px;
}
header .pad_cont a:hover span {
text-decoration: underline;
}
header .pad_cont a span {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
}
header .pad_cont a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 79px;
    height: 30px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
top: 14px;
}
#nav-icon3 span:nth-child(4) {
  top: 28px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}
#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.top_section {
    position: absolute;
    top: 210px;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - 210px);
    height: -webkit-calc(100% - 210px);
    height: expression(100% - 210px);
    height: -moz-calc(100% - 210px);
    height: -o-calc(100% - 210px);
}
.top_section .pad_cont {
    height: 100%;
    position: relative;
    background: #729db2;
}
.left_sidebar {
    position: absolute;
    left: 0;
    width: 200px;
    height: 100%;
    background: #fff;
    border-right: 2px solid #000;
    top: -169px;
    height: calc(100% - -169px);
    height: -webkit-calc(100% - -169px);
    height: expression(100% - -169px);
    height: -moz-calc(100% - -169px);
    height: -o-calc(100% - -169px);
    z-index: 2;
}
.left_sidebar img {
    float: right;
    clear: both;
    margin: 30px 30px 0 0;
    cursor: pointer;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.left_sidebar img:hover {
opacity: 0.5;
}
.left_sidebar .badges img {
    cursor: default;
    margin: 0 30px 30px 0;
}
.left_sidebar .badges img+img {
}
.left_sidebar .badges img:hover {
    opacity: 1;
}
.bike_cont_out {
    position: absolute;
    width: 56%;
    height: 100%;
    left: 0;
    top: 0;
    display: table;
    padding: 80px 20px 80px 270px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0;
}
.bike_cont {
    background: url(images/bike.png) no-repeat center 20px;
    background-size: contain;
    display: table-cell;
    vertical-align: top;
    height: 100%;
    width: 100%;
}
.right_top {
    position: absolute;
    width: 44%;
    height: 100%;
    right: 0;
}
.right_top_txt_cont {
    position: absolute;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 20px 0 20px;
    width: 100%;
    right: 0;
    text-align: right;
}
.right_top_txt {
    text-align: justify;
    max-width: 520px;
    float: right;
}
.right_top_txt h1 {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin: 0 0 12px 0;
}
.right_top_txt p {
    color: #fff;
    margin: 0 0 12px 0;
}
.right_top_txt p strong {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.right_top img {
    position: absolute;
    bottom: -106px;
    right: 0;
    width: 100%;
    height: auto;
    max-width: 579px;
}
.badges {
    position: absolute;
    bottom: 110px;
    right: 0;
    width: 100%;
}
.badges_txt {
    font-size: 12px;
    line-height: 1.3;
    font-style: italic;
    max-width: 140px;
    float: right;
    margin: 0 10px 20px 10px;
}
.cocktails_section {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 0 56.25% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.first_cocktail_pad_cont {
    border-left: 2px solid #000;
    float: left;
    margin: 0 0 0 180px;
    height: 220px;
    max-width: 1200px;
    border-bottom: 2px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.first_cocktail_pad_cont img {
    position: absolute;
    bottom: 22px;
    left: 220px;
}
.cocktail_box_cont {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 0 0 0 400px;
    max-width: 1500px;
    position: relative;
}
.cocktail_left {
    float: left;
    width: 225px;
    min-height: 980px;
    border-right: 1px solid #000;
}
.cocktail_image {
    position: absolute;
    left: 393px;
    top: -24px;
}
.cocktail_right {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 754px;
    padding: 16px 0 0 150px;
}
.cocktail_right h2 {
    font-size: 25px;
    letter-spacing: 3px;
    border-bottom: 1px solid #000;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
}
.cocktail_right p {
    font-size: 18px;
}
.strawberry .cocktail_right h2 {
    color: #e71163;
}
.strawberry .cocktail_right p {
    color: #e71163;
}
.guide {
    float: left;
    width: 100%;
    margin: 38px 0 0 0;
    border-top: 4px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
}
.guide h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 23px 0;
}
.guide ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 0 0 0 20px;
}
.guide li {
    margin: 0 0 18px 0;
    font-style: italic;
}
.guide li:last-child {
    margin: 0;
}
.ingredients {
    float: right;
    margin: 570px 24px 0 0;
}
.ingredients_cont.owl-carousel {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 754px;
    margin: 170px 0 0 0;
    padding: 0 0 0 56px;
}
.ingredients_cont {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 754px;
    margin: 170px 0 0 0;
    padding: 0 0 0 56px;
}
.ingredients_cont_box {
    float: left;
    width: 33.3333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 70px 0 0;
}
.ingredients_cont_box h4 {
    font-size: 18px;
    font-style: italic;
    margin: 4px 0;
    text-align: center;
}
.ingredients_cont_icon {
    height: 78px;
    text-align: center;
}
.rest_cocktails_pad_cont {
    float: left;
    margin: 0 0 0 180px;
    max-width: 1200px;
    border-top: 2px solid #000;
    position: relative;
    width: 100%;
}
.rest_cocktails_pad_cont img {
    position: absolute;
    bottom: 22px;
    left: 220px;
}
.forbidden_fruit .cocktail_right h2 {
    color: #f0a43a;
}
.forbidden_fruit .cocktail_right p {
    color: #f0a43a;
}
.nostalgia .cocktail_right h2 {
    color: #fc5e06;
}
.nostalgia .cocktail_right p {
    color: #fc5e06;
}
.clumsy_negroni .cocktail_right h2 {
    color: #791214;
}
.clumsy_negroni .cocktail_right p {
    color: #791214;
}
.where_to_find_us {
    text-align: center;
}
.where_to_find_us .where {
    border: 3px solid #000;
    width: 1000px;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 20px;
    letter-spacing: 3px;
    cursor: pointer;
    background: #fff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;

    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    text-decoration: none;
}
.where_to_find_us .where:hover {
    background: #000;
    color: #fff;
}
.cocktail_box_cont.where_to_find_us {
    max-width: 100%;
    padding: 0;
margin: 0 0 150px 0;
}
.go_up {
    position: absolute;
    right: 0;
    background: #000;
    padding: 20px;
    bottom: 0;
    cursor: pointer;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.go_up:hover {
background: #ccc;
}
.footer_div {
    float: left;
    width: 100%;
    background: #000;
    background-size: cover;
    margin: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 40px 0;
}
.footer_div video {
    width: 100%;
    height: auto;
    display: block;
}
.footer_div_logo {
    position: relative;
}
.footer_div_badges {
    position: absolute;
    bottom: 40px;
    right: 60px;
}
.footer_div_copyright {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 0 20px;
}
.footer_div_copyright p, .footer_div_copyright a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.footer_div_copyright a:hover {
    text-decoration: underline;
}
body .modal {
    display: inline-block;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #000;
}
.modal_left, .modal_right {
    float: left;
    width: 100%;
}
.modal_header {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
    border-bottom: 1px solid #000;
}
.modal_overflow {
    max-height: 460px;
    overflow: auto;
}
.modal_header a {
    display: inline-block;
    margin: 0;
    border-right: 1px solid #000;
    padding: 0 10px 0 0;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 17px;
    color: #808080;
}
.modal_header a+a {
    margin: 0 0 0 0;
    border-right: none;
    padding: 0 0 0 10px;
}
.modal_header a:hover, .modal_cell a:hover {
text-decoration: underline;
}
.modal_header a.current_modal_link {
    color: #000;
    cursor: default;
    text-decoration: none;
}
.modal_cell {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
    border-bottom: 1px solid #000;
    font-style: italic;
}
.modal_cell h5 {
font-size: 17px;
}
.modal_cell p, .modal_cell a {
font-size: 17px;
text-decoration: none;
}
body .owl-carousel .owl-nav button.owl-next, body .owl-carousel .owl-nav button.owl-prev {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    height: 40px;
    overflow: hidden;
    margin: 0 0 0 10px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
body .owl-carousel .owl-nav button:hover {
opacity: 0.5;
}
.right_top_txt.right_top_txt_mob, .badges_top_mob, .ingredients_mob {
display: none;
}
.right_top_txt p span {
    width: 100%;
    clear: both;
    display: block;
}
.copyright_eleni {
    position: absolute;
    top: -120px;
    left: -60px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    display: block;
    color: #b3b3b3;
    text-decoration: none;
    text-align: left;
}
.h1_mob {
    display: none;
    margin: 0 0 32px 0;
    text-align: right;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}
.resp_menu {
display: none;
}
.resp_menu img {
margin: 0 14px;
    cursor: pointer;
}
.resp_menu .number_one {

height: 20px;

width: 41px;
}
.resp_menu .number_two {

height: 20px;

width: 45px;
}
.resp_menu .number_three {

height: 20px;

width: 41px;
}
.resp_menu .number_four, .resp_menu .number_five {

height: 20px;

width: 43px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #000;
}




@media (max-width:1500px){
.bike_cont_out {
}
.cocktail_box_cont {
    max-width: 1140px;
    padding: 0 0 0 150px;
}
.first_cocktail_pad_cont img {
    left: 38px;
}
.cocktail_image {
    left: 140px;

    top: -14px;
}
.rest_cocktails_pad_cont img {
    left: 38px;
}
.where_to_find_us .where {
    width: 780px;
}
.first_cocktail_pad_cont, .rest_cocktails_pad_cont {
    max-width: 950px;
}
.cocktail_box_cont.where_to_find_us {
    padding: 0;
    max-width: 100%;
}
}

@media (max-width:1360px){
.right_top_txt_cont {
    padding: 60px 20px 0 20px;
}
}


@media (max-width:1200px){
.first_cocktail_pad_cont, .rest_cocktails_pad_cont {
    max-width: 764px;
    margin: 0 0 0 116px;
}
.cocktail_box_cont {
    max-width: 880px;
padding: 0 0 0 116px;
}
.cocktail_right {
    width: 538px;
    padding: 20px 0 0 80px;
}
.ingredients_cont.owl-carousel {
    width: 538px;
    margin: 60px 0 0 0;
    padding: 20px 0 0 80px;
}
.ingredients_cont_box {
    width: 100%;
    padding: 0;
}
.cocktail_image {
    left: 140px;
    top: -19px;
    width: 240px;
    height: auto;
}
.ingredients {
    margin: 480px 24px 0 0;
}
.cocktail_left {
    min-height: 830px;
}
.ingredients_cont_icon {
    float: left;
    margin: 0 20px 0 0;
    text-align: left;
}
.ingredients_cont_box h4 {
    margin: 0;
    text-align: left;
}
.owl-nav {
    float: right;
    margin: 12px 0 0 0;
}
.where_to_find_us .where {
    width: 600px;
}
.left_sidebar {
    width: 136px;
}
.left_sidebar .badges img {
    margin: 30px 18px 0 0;
}
.bike_cont_out {
    padding: 80px 20px 80px 180px;
}
}

@media (max-width:1500px) and (max-height:1040px){
.right_top img {
}
.right_top_txt_cont {
    /* padding: 30px 40px 0 80px; */
}
.logo {
    width: 220px;
    height: 81px;
}
.top_section {
    top: 142px;
    height: calc(100% - 142px);
    height: -webkit-calc(100% - 142px);
    height: expression(100% - 142px);
    height: -moz-calc(100% - 142px);
    height: -o-calc(100% - 142px);
}
.left_sidebar {
    top: -101px;
    height: calc(100% - -101px);
    height: -webkit-calc(100% - -101px);
    height: expression(100% - -101px);
    height: -moz-calc(100% - -101px);
    height: -o-calc(100% - -101px);
}
}

@media (max-height:1040px){
.right_top img {
    max-width: 440px;
}

.logo {
    width: 220px;
    height: 81px;
}
.top_section {
    top: 142px;
    height: calc(100% - 142px);
    height: -webkit-calc(100% - 142px);
    height: expression(100% - 142px);
    height: -moz-calc(100% - 142px);
    height: -o-calc(100% - 142px);
}
.left_sidebar {
    top: -101px;
    height: calc(100% - -101px);
    height: -webkit-calc(100% - -101px);
    height: expression(100% - -101px);
    height: -moz-calc(100% - -101px);
    height: -o-calc(100% - -101px);
}
.right_top_txt_cont {
    /* padding: 70px 40px 0 80px; */
}
}

@media (max-height:840px){
.left_sidebar .badges img {
    width: 80px;
    height: 103px;
}
.badges {
    bottom: 10px;
}
.right_top_txt_cont {
    padding: 50px 40px 0 20px;
}
.right_top img {
    max-width: 360px;
}
.bike_cont_out {
    width: 50%;
padding: 40px 20px 40px 230px;
}
.right_top {
    width: 50%;
}
.right_top_txt {
    max-width: 660px;
}
}

@media (max-height:720px){
.right_top img {
    /* bottom: -67px; */
    /* width: 340px; */
    /* height: auto; */
}

}



@media (max-width:1166px){
.right_top img {
    /* bottom: -67px; */
    /* width: 340px; */
    /* height: auto; */
}

}

@media (max-width:1300px) and (max-height:840px){
.bike_cont_out {
    width: 40%;
    padding: 20px 20px 20px 230px;
}
.right_top {
    width: 60%;
}
.right_top_txt_cont {
    padding: 30px 20px 0 20px;
}
}

@media (max-width:1200px) and (max-height:840px){
.bike_cont_out {
    width: 40%;
    padding: 20px 20px 20px 180px;
}
.right_top {
    width: 60%;
}
.right_top_txt_cont {
    padding: 30px 20px 0 20px;
}
}

@media (max-width:944px){
.left_sidebar, .white_square, .right_top_txt, .right_top_txt_cont {
    display: none;
}
.right_top_txt.right_top_txt_mob {
    display: block;
    text-align: right;
    float: left;
    width: 100%;
    max-width: 100%;
}
.right_top img {
    position: static;
    float: right;
    width: 430px;
}
.logo {
    width: 220px;
    height: 81px;
    margin: 10px 0 20px 0;
}
header {
    border-top: none;
    margin: 50px 0 0 0;
}
header .pad_cont a {
    position: absolute;
    right: initial;
    top: -35px;
    left: 0;
    border-bottom: 1px solid #000;
    padding: 0 0 0 20px;
    font-size: 14px;
}
header .pad_cont a img {
    display: none;
}
.top_section {
    position: static;
    float: left;
    width: 100%;
    margin: 0;
    height: auto;
}
.top_section .pad_cont {
    height: auto;
    float: left;
}
.bike_cont_out {
    position: static;
    display: block;
     width: 85%;
    padding: 40px 0 40px 40px;
    height: auto;
    float: left;
}
.bike_cont {
    display: block;
    height: 0;
    padding: 0 0 100% 0;
    background: url(images/bike.png) no-repeat left center;
    background-size: contain;
}
.right_top {
    position: static;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
}
.right_top_txt_cont {
    position: static;
    max-width: 100%;
    height: auto;
    display: block;
    padding: 0;
}
.badges_top_mob {
    display: block;
    float: left;
    width: 15%;
    text-align: right;
}
.badges_top_mob img {
    display: block;
    float: right;
    clear: both;
    margin: 50px 0;
}
.badges_top_mob img+img {
margin: 0;
}
.cocktails_section {
    position: relative;
    float: left;
    top: 0;
}

.footer_div_badges {
    display: none;
}
.footer_div_copyright {
    text-align: center;
}
.footer_div_logo img {
    width: 260px;
    height: 96px;
}
.first_cocktail_pad_cont {
    max-width: 100%;
    margin: 0;
    border-left: none;
    height: 140px;
}
.rest_cocktails_pad_cont {
    max-width: 100%;
    height: 110px;
    border-left: none;
    margin: 0;
}
.rest_cocktails_pad_cont img {
    left: 0;
    bottom: -110px;
}
.first_cocktail_pad_cont img {
    left: 0;
    bottom: -110px;
}
.cocktail_left {
    display: none;
}
.cocktail_box_cont {
    max-width: 100%;
    padding: 400px 0 0 0;
}
.cocktail_image {
    left: 50%;
    top: -50px;
    width: 280px;
    height: auto;
    margin: 0 0 0 -180px;
}
.cocktail_right {
    width: 100%;
    padding: 0;
}
.cocktail_right h2 {
    border-bottom: none;
    padding: 0 0 2px 0;
    margin: 0 0 2px 0;
}
.guide li {
    margin: 0 0 8px 0;
}
.ingredients_cont.owl-carousel {
    width: 100%;
    margin: 40px 0 40px 0;
    padding: 0 0 0 0;
}
.ingredients_mob {
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.cocktail_right .ingredients_mob p {
    color: #ffffff;
    background: #000;
    font-size: 21px;
    letter-spacing: 3px;
    padding: 16px 0 16px 20px;
    font-style: normal;
}
.where_to_find_us .where {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 330px;

    padding: 20px;
    font-size: 18px;
}
.cocktail_box_cont.where_to_find_us {
    padding: 80px 0 0 0;
}
.h1_mob {
display: block;
}
.resp_menu {display: block;float: left;width: 100%;margin: 0;background: #fff;padding: 12px 0;}
.sticky_mob_menu {
    padding: 51px 0 0 0;
}
}

@media (max-height:670px){
.left_sidebar, .white_square, .right_top_txt, .right_top_txt_cont {
    display: none;
}
.right_top_txt.right_top_txt_mob {
    display: block;
    text-align: right;
    float: left;
    width: 100%;
    max-width: 100%;
}
.right_top img {
    position: static;
    float: right;
    width: 430px;
}
.logo {
    width: 220px;
    height: 81px;
    margin: 10px 0 20px 0;
}
header {
    border-top: none;
    margin: 50px 0 0 0;
}
header .pad_cont a {
    position: absolute;
    right: initial;
    top: -35px;
    left: 0;
    border-bottom: 1px solid #000;
    padding: 0 0 0 20px;
    font-size: 14px;
}
header .pad_cont a img {
    display: none;
}
.top_section {
    position: static;
    float: left;
    width: 100%;
    margin: 0;
    height: auto;
}
.top_section .pad_cont {
    height: auto;
    float: left;
}
.bike_cont_out {
    position: static;
    display: block;
     width: 85%;
    padding: 40px 0 40px 40px;
    height: auto;
    float: left;
}
.bike_cont {
    display: block;
    height: 0;
    padding: 0 0 100% 0;
    background: url(images/bike.png) no-repeat left center;
    background-size: contain;
}
.right_top {
    position: static;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
}
.right_top_txt_cont {
    position: static;
    max-width: 100%;
    height: auto;
    display: block;
    padding: 0;
}
.badges_top_mob {
    display: block;
    float: left;
    width: 15%;
    text-align: right;
}
.badges_top_mob img {
    display: block;
    float: right;
    clear: both;
    margin: 50px 0;
}
.badges_top_mob img+img {
margin: 0;
}
.cocktails_section {
    position: relative;
    float: left;
    top: 0;
}

.footer_div_badges {
    display: none;
}
.footer_div_copyright {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_div_logo img {
    width: 260px;
    height: 96px;
}
.first_cocktail_pad_cont {
    max-width: 100%;
    margin: 0;
    border-left: none;
    height: 140px;
}
.rest_cocktails_pad_cont {
    max-width: 100%;
    height: 110px;
    border-left: none;
    margin: 0;
}
.rest_cocktails_pad_cont img {
    left: 0;
    bottom: -110px;
}
.first_cocktail_pad_cont img {
    left: 0;
    bottom: -110px;
}
.cocktail_left {
    display: none;
}
.cocktail_box_cont {
    max-width: 100%;
    padding: 400px 0 0 0;
}
.cocktail_image {
    left: 50%;
    top: -50px;
    width: 280px;
    height: auto;
    margin: 0 0 0 -180px;
}
.cocktail_right {
    width: 100%;
    padding: 0;
}
.cocktail_right h2 {
    border-bottom: none;
    padding: 0 0 2px 0;
    margin: 0 0 2px 0;
}
.guide li {
    margin: 0 0 8px 0;
}
.ingredients_cont.owl-carousel {
    width: 100%;
    margin: 40px 0 40px 0;
    padding: 0 0 0 0;
}
.ingredients_mob {
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.cocktail_right .ingredients_mob p {
    color: #ffffff;
    background: #000;
    font-size: 21px;
    letter-spacing: 3px;
    padding: 16px 0 16px 20px;
    font-style: normal;
}
.where_to_find_us .where {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 330px;
    padding: 20px;
    font-size: 18px;
}
.cocktail_box_cont.where_to_find_us {
    padding: 80px 0 0 0;
}
.resp_menu {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 12px 0;
}
.sticky_mob_menu {
    padding: 51px 0 0 0;
}
}

@media (max-width:730px){
.right_top img {
    width: 340px;
}

.right_top_txt p span {
    display: none;
}
}

@media (max-width:640px){
.bike_cont_out {
    width: 68%;
}
.badges_top_mob {
    width: 32%;
}
.right_top img {
    width: 270px;
}
.badges_top_mob img {
    margin: 40px 0 20px 0;
}
.first_cocktail_pad_cont {
    height: 90px;
}
}

@media (max-width:580px){
.badges_top_mob img {
    margin: 32px 0 20px 0;
    width: 60px;
    height: 77px;
}
.go_up {
    bottom: -80px;
}
}

@media (max-width:480px){
.right_top img {
    width: 230px;
}
.bike_cont_out {
    width: 78%;
    padding: 32px 0 40px 20px;
}
.badges_top_mob {
    width: 22%;
}
.cocktail_image {
    top: -38px;
    width: 230px;
    margin: 0 0 0 -146px;
}
.cocktail_box_cont {
    padding: 350px 0 0 0;
}
.rest_cocktails_pad_cont img, .first_cocktail_pad_cont img {
    bottom: -70px;
    width: 52px;
    height: 53px;
}
.cocktail_box_cont.where_to_find_us {
    margin: 0 0 100px 0;
}
.go_up {
    bottom: -43px;
    padding: 12px 10px;
}
.copyright_eleni {
    top: -85px;
    left: -49px;
    font-size: 12px;
}

}

@media (max-width:420px){
.where_to_find_us .where {
    font-size: 16px;
max-width: 244px;
}
.footer_div_copyright p, .footer_div_copyright a {
    font-size: 11px;
}
}

@media (max-width:360px){
.cocktail_image {
    width: 190px;
    margin: 0 0 0 -118px;
    top: -26px;
}
.cocktail_box_cont {
    padding: 290px 0 0 0;
}
}

