body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

input {
    border: 1px solid #b0b0b0;
    padding: 3px 5px 4px;
    color: #979797;
    width: 190px;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

body {
    background: #fff;
    font-size: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #898989;
    font-weight: 400;
}

::selection {
    background: #b5d334;
    color: #fff;
}

a {
    color: #231f20;
    text-decoration: none;
    transition: all 0.2s;
}

a:hover {
    text-decoration: underline;
    color: #b5d334;
}

strong {
    font-weight: 700;
    color: #231f20;
}

em {
    font-style: normal;
    color: #231f20;
    font-family: 'Roboto Slab';
}

h1,
h2,
h3,
h4,
h5 {
    color: #231f20;
    margin-bottom: 5px;
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {}

h1 {
    font-size: 60px;
    line-height: 60px;
}

h2 {
    font-size: 36px;
    line-height: 36px;
    border-bottom: 5px solid #b5d334;
    display: inline-block;
    padding-bottom: 26px;
    margin-bottom: 30px;
}

h3 {
    font-size: 24px;
    line-height: 24px;
    color: #b5d334;
    text-transform: none;
    margin-top: 20px;
}

h1 a:hover {
    color: #000;
    text-decoration: none;
}

p {
    margin: 5px 0 15px 0;
}

.first {
    margin-left: 0;
}

.container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

header {
    height: 160px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 10;
}

#logo {
    position: absolute;
    top: 23px;
    left: 0;
}

#contact_top {
    position: absolute;
    top: 36px;
    right: 0;
    font-size: 14px;
}

#contact_top span {
    float: left;
    margin-left: 25px;
    line-height: 22px;
}

#contact_top span img {
    float: left;
    margin-right: 8px;
}

#contact_top strong {
    display: block;
    margin-top: -5px;
    min-width: 140px;
    color: #231f20;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
}

#contact_top a {
    color: #898989;
}

#main_menu {
    position: absolute;
    top: 98px;
    right: 0;
    height: 62px;
}

#main_menu ul {
    margin: 0;
    padding: 0;
}

#main_menu li {
    float: left;
    margin: 0;
    position: relative;
    border-left: 1px solid #c2c2c2;
    background: none;
    transition: all .3s;
}

#main_menu li:first-child {
    border: 0;
}

#main_menu li a {
    display: block;
    font-size: 16px;
    padding: 20px 13px;
}

#main_menu li:hover {
    background: #b5d334;
}

#main_menu li a:hover {
    text-decoration: none;
    color: #fff;
}

#main_menu ul ul {
    display: none;
    text-align: left;
}

#animation {
    width: 100%;
    height: 610px;
    z-index: 0;
    position: relative;
    background: url(img/loading.gif) no-repeat 50% 50%;
}

#animation ul {
    margin: 0;
    padding: 0;
}

#animation li {
    margin: 0;
    padding: 0;
    background: none;
}

#bgprev,
#bgnext {
    position: absolute;
    z-index: 1000;
    width: 44px;
    height: 66px;
    text-indent: -9999px;
    cursor: pointer;
    top: 172px;
    transition: all 0.2s;
    z-index: 10;
}

#bgprev {
    background: url(img/arrows.png);
    left: 0;
}

#bgnext {
    background: url(img/arrows.png) right;
    right: 0;
}

#bgprev:hover,
#bgnext:hover {
    opacity: 0.8;
}

.slider_slim {
    height: 400px !important;
}

.slider_slim #bgprev,
.slider_slim #bgnext {
    top: 80px;
}

#slider_box {
    position: relative;
    margin-top: -265px;
    height: 330px;
    background: url(img/slider_text.png) no-repeat 50% 0;
    z-index: 10;
}

#slider_box .box_phone {
    padding-left: 25px;
    padding-right: 25px;
    float: left;
    width: 310px;
    color: #231f20;
    font-size: 30px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 1.1
}

#slider_box .box_phone .reservation {
    margin-top: 70px;
    display: block;
    color: #fff;
    font-size: 30px;
}

#slider_box .box_phone .tel {
    display: block;
    margin-top: 10px;
}

#slider_box .box_phone .tel em {
    display: block;
    font-size: 14px;
}

#slider_box .box_fb {
    position: absolute;
    top: 268px;
    left: 0;
    width: 310px;
    height: 50px;
    background: url(img/fb_link.png) no-repeat;
    text-indent: -99999px;
}

#slider_box .box_fb:hover {
    opacity: .5;
}

#slider_box .box_title {
    position: absolute;
    top: 70px;
    left: 370px;
    padding-bottom: 15px;
    color: #231f20;
    font-size: 36px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    background: url(img/slider_line.png) no-repeat 0 100%;
}

#slider_box .box_text {
    position: absolute;
    top: 148px;
    left: 370px;
    width: 530px;
    line-height: 18px;
}

#slider_box_subpage {
    position: relative;
    margin-top: -180px;
    height: 210px;
    z-index: 10;
}

#slider_box_subpage .box_phone {
    position: absolute;
    top: 0;
    right: 0;
    width: 322px;
    height: 210px;
    background: #b5d334 url(img/rezerwacje.png) no-repeat 50% 0;
    padding: 70px 20px 0 20px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    color: #231f20;
    font-size: 30px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 1.1;
}

#slider_box_subpage .box_phone .tel {
    display: block;
    margin-top: 10px;
}

#slider_box_subpage .box_phone .tel em {
    display: block;
    font-size: 14px;
}

#slider_box_subpage h1 {
    position: absolute;
    top: 90px;
    left: 0;
    color: #fff;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .5);
}

#boxes {
    background: url(img/boxes_bg.png) repeat-x bottom;
    padding: 35px 0 40px 0;
}

#boxes a {
    float: left;
    width: 170px;
    height: 170px;
    margin-left: 30px;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #231f20;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
}

#boxes a:first-of-type {
    margin: 0;
}

#boxes a:hover {
    text-decoration: none;
    border: 1px solid #b5d334;
    padding: 15px;
}

#greenbg {
    padding: 30px 0;
    background: #b5d334;
}

.about_sushi {
    float: left;
    width: 568px;
    height: 320px;
    padding: 40px 30px;
    box-sizing: border-box;
    background: #231f20 url(img/box_osushi.jpg) no-repeat right top;
}

.video {
    float: right;
    width: 568px;
    height: 320px;
    background: url(img/box_movie.jpg) no-repeat;
}

.video:hover {
    opacity: .7;
}

#greenbg_map {
    padding: 30px 0;
    height: 320px;
    background: #b5d334 url(img/section_contact.jpg) no-repeat 50% 0;
    color: #fff;
}

#greenbg_map .na_miejscu,
#greenbg_map .dostawa {
    position: absolute;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 20px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    border-bottom: 1px solid #dae99a;
    text-transform: uppercase;
}

#greenbg_map .dostawa {
    top: 0;
    left: 0;
}

#greenbg_map .na_miejscu {
    top: 0;
    left: 800px;
}

#greenbg_map .text {
    position: absolute;
    top: 108px;
    left: 0;
    width: 400px;
}

#greenbg_map .dostawa_textl {
    position: absolute;
    top: 140px;
    left: 0;
    width: 180px;
}

#greenbg_map .dostawa_textr {
    position: absolute;
    top: 140px;
    left: 200px;
    width: 180px;
}

.title_white {
    display: block;
    color: #fff;
    font-size: 36px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    text-transform: uppercase;
}

.sushi_text {
    display: block;
    margin-top: 38px;
    line-height: 18px;
}

#content_home {
    background: url(img/bottom_bg.png) no-repeat 50% 0;
    color: #fff;
}

.lcol {
    float: left;
    width: 570px;
}

.rcol {
    float: right;
    width: 570px;
}

.lcol50 {
    float: left;
    width: calc(50% - 15px);
}
.rcol50 {
    float: right;
    width: calc(50% - 15px);
}


/*.contactbg {background:url(img/contact_bg.jpg) no-repeat right bottom; min-height:690px;}*/

#content {
    padding: 40px 0;
}

#content span {
    color: #b5d334;
}

#content p {
    font-size: 15px;
    line-height: 20px;
}

.box4col {
    float: left;
    width: 370px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.box3col {
    float: left;
    width: 270px;
    margin-left: 30px;
    margin-bottom: 30px;
}

footer {
    padding: 40px;
    font-size: 13px;
    line-height: 20px;
}

footer strong {
    font-size: 18px;
    color: #363636;
    display: block;
    margin-bottom: 15px;
}

footer .fbox {
    float: left;
    width: 370px;
    margin-left: 30px;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    min-height: 180px;
}

footer .fbox:first-of-type {
    margin-left: 0;
}

footer .fbox:last-of-type {
    border: 0;
}

footer .fbox span {
    width: 70px;
    display: inline-block;
}

#copyright {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.clear {
    clear: both;
}

.first {
    margin: 0 !important;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

#header404 {
    width: 100%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 120px;
    color: #252525;
    text-align: center;
    margin-top: 40px;
    font-weight: 700;
}

#desc404 {
    width: 100%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 10px 0;
    color: #fff;
    background: #000;
    text-align: center;
    margin-top: 30px;
}

#desc404 a {
    color: #fff;
}

#map {
    width: 100%;
    height: 330px;
    border: 5px solid #b5d431;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#fancy_title {
    display: none !important;
}


/* WP */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter,
div.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.readmore {
    display: none;
}

.wpcf7 {}

.wpcf7 p.form-control-line {
    float: left;
    margin-bottom: 4px;
    padding: 0;
}

.wpcf7 p.form-control-line label {
    width: 120px;
    float: left;
    height: 32px;
    line-height: 32px;
}

.wpcf7 p.form-control-line input.wpcf7-form-control {
    width: 235px;
    border: 1px solid #bcbcbc;
    float: left;
    padding: 5px 5px;
    margin: 0;
    color: #666;
}

.wpcf7 p.form-control-line textarea.wpcf7-form-control {
    width: 489px;
    height: 150px;
    border: 1px solid #bcbcbc;
    float: right;
    padding: 5px;
    margin: 0;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

.wpcf7 p.submit {
    margin: 0;
    padding: 0;
}

.wpcf7 p.submit .wpcf7-submit {
    border: none;
    float: left;
    background: #7b123d;
    width: 60px;
    color: #fff;
    margin-left: 120px;
}

span.wpcf7-not-valid-tip-no-ajax {
    clear: both;
}

.wpcf7-validation-errors {
    margin-top: 50px !important;
    border: 0 !important;
    background: #e8e8e8;
    clear: both;
}

.wpcf7-mail-sent-ok {
    margin-top: 50px !important;
    border: 0 !important;
    background: #e8e8e8;
    clear: both;
}


/* Forms */

input[type=text],
input[type=password],
textarea {
    background: #eddee4;
    color: #666;
    font-size: 14px;
}

textarea {
    padding-left: 3px;
    width: 98%;
}

input[type=text] {
    padding: 3px;
}

input#s {
    background: #dbbdca url(img/search_input.png) no-repeat;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    width: 259px;
    padding: 0 5px 0 35px;
    color: #fff;
}

input#searchsubmit {
    display: none;
}


/* --- Search Result --- */

.screen-reader-text {
    display: none;
}

.no-results {
    background: #f8f2f4;
    padding: 10px;
}

.no-results p {
    margin: 0;
}

.no-results strong {
    color: #000;
}

.results_number {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    background: #f8f2f4;
}


/* Lists
--------------------------------------------- */

#content ul {
    margin: 5px 0 10px 15px;
    list-style: none;
}

#content ul li {
    padding: 2px 0 2px 20px;
    margin: 0;
    background: url(img/li.png) no-repeat 0 9px;
}

#content ol {
    margin: 5px 0 10px 40px;
    list-style: decimal;
}

#content ol li {
    padding: 2px 0 2px 0;
    margin: 0;
}

#content ol ol {
    list-style: upper-alpha;
}

#content ol ol ol {
    list-style: lower-roman;
}

#content ol ol ol ol {
    list-style: lower-alpha;
}

#content dl {
    margin: 0;
    padding: 0;
}

#content dt {
    font-weight: bold;
    margin: 0;
    padding: 10px 5px 5px;
}

#content dd {
    margin: 0;
    padding: 0 0 10px 15px;
}


/* --- Post Images and Video --- */

#content img {
    max-width: 570px;
    width: auto;
    height: auto;
    padding: 0;
    border: 0 solid #ddd;
}

#content img.aligncenter {
    margin: 5px auto 2px auto;
}

#content img.alignleft,
#content .wp-caption.alignleft {
    margin: 5px 10px 2px 0;
}

#content img.alignright,
#content .wp-caption.alignright {
    margin: 5px 0 2px 10px;
}

#content img.alignnone {
    margin: 5px 0 2px 0;
}

#content .wp-caption.alignnone {
    margin: 0 0 10px 0;
}

#content .wp-caption.aligncenter {
    margin-bottom: 10px;
}

#content .post .wp-caption {
    max-width: 100%;
    text-align: center;
}

#content .single-entry-content .wp-caption {
    max-width: 100%;
    text-align: center;
}

#content .post p.wp-caption-text {
    margin: 0;
    padding: 0 0 5px 0;
    font-style: italic;
    color: #a5a5a5;
}

#content object,
#content embed,
#content iframe {
    max-width: 100%;
    margin: 3px 0 10px;
    display: block;
}


/* --- Post --- */

.page-link {
    border-top: 1px solid #ebebeb;
    padding: 10px 0;
    overflow: hidden;
}

.page-link a {
    font-weight: bold;
    margin: 0 1px;
    text-decoration: none;
}

.page-link a:hover {
    color: #000;
}


/* --- Sticky Post --- */

#content .sticky {
    border: 1px solid #ddd;
    padding: 15px 10px;
    overflow: hidden;
    margin-top: -7px;
}


/* --- Post Typography --- */

#content .post blockquote {
    margin: 0 0 10px 20px;
    font-style: italic;
}

#content blockquote cite {
    margin: 10px 0 0 0;
    padding: 0 0 15px 25px;
    float: right;
    font-style: normal;
    text-transform: uppercase;
}


/* --- Post Tables --- */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#content table {
    margin: 10px 0px 20px 0px;
}

#content table thead {
    border-top: 1px solid #ddd;
}

#content table tr {
    border-bottom: 1px solid #ddd;
}

#content table tr th {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#content table tr td {
    padding: 10px 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.click_dropdown {
    display: none;
}

@media(max-width: 1099px) and (min-width: 768px) {
    .container {
        width: 750px;
        clear: both;
    }
    header {
        text-align: center;
        height: auto;
    }
    #logo {
        position: relative;
        top: 0;
        margin-top: 20px !important;
    }
    #contact_top {
        position: relative;
        top: 0;
        text-align: center;
        margin: 30px 0;
        display: inline-block;
    }
    #contact_top span {
        margin-left: 0;
        margin-right: 22px;
    }
    #main_menu {
        position: relative;
        top: 0;
        padding-bottom: 20px;
        text-align: center;
        width: 100%;
        height: auto;
    }
    #main_menu li {
        float: none;
        display: inline-block;
        border: 1px solid #c2c2c2;
        margin-bottom: 3px;
    }
    #main_menu li:first-child {
        border: 1px solid #c2c2c2;
    }
    #main_menu li a {
        padding: 10px;
        font-size: 13px;
    }
    #bgstretcher {
        position: relative;
    }
    .about_sushi {
        float: none;
        width: 100%;
        height: auto;
    }
    footer {
        padding: 20px;
    }
    footer .fbox {
        width: 50%;
        border: 0;
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
    }
    footer .fbox:last-child {
        width: 100%;
        margin-top: 30px;
    }
    #boxes {
        padding: 40px 0;
    }
    #boxes a {
        margin-bottom: 30px;
        margin-left: 60px;
    }
    #boxes a:first-child {
        margin-left: 60px;
        margin-bottom: 30px;
    }
    footer .fbox:last-child {
        margin-top: 40px;
        padding-top: 31px;
    }
    #slider_box {
        background: none;
    }
    .reservation {
        display: block;
    }
    #bgstretcher,
    #animation {
        height: 400px !important;
    }
    #slider_box {
        background-color: #B5D334;
        margin-top: 0;
        height: 400px;
    }
    #slider_box .box_phone {
        text-transform: uppercase;
        width: 44%;
        position: relative;
        top: 0;
        color: #fff;
        padding-top: 70px;
        float: left;
    }
    #slider_box .box_title {
        width: 50%;
        position: relative;
        top: -166px;
    }
    #slider_box .box_text {
        position: relative;
        top: -150px;
        left: 0;
        width: 50%;
        float: right;
        color: black;
    }
    #slider_box_subpage h1 {
        width: 50%;
        text-align: center;
        position: relative;
        top: 0;
    }
    #slider_box_subpage .box_phone {
        width: 50%;
    }
    .box4col {
        width: 100%;
        margin: 0 !important;
    }
    .lcol {
        width: 100%;
    }
    .rcol {
        float: none;
        width: 100%;
        text-align: center;
    }
    .video {
        position: relative;
        display: inline-block;
        right: 84px;
        position: relative;
        margin-top: 20px;
    }
    #content .gallery-item img {
        max-width: 95%;
    }
    #content #post-17 {
        text-align: center;
    }
    .box4col {
        width: 50%;
        margin-bottom: 0;
    }
    .box4col.last {
        float: right;
    }
    #post-20 {
        text-align: center;
    }
    #greenbg_map {
        background: none;
        background-color: #b5d334;
        height: auto;
    }
    .na_miejscu {
        display: none;
    }
    #greenbg_map .dostawa {
        position: relative;
        text-align: center;
    }
    #greenbg_map .text {
        position: relative;
        top: 0;
        text-align: center;
        width: 100%;
    }
    #greenbg_map .dostawa_textl,
    #greenbg_map .dostawa_textr {
        position: relative;
        top: 0;
        text-align: center;
        left: 0;
        width: 50%;
        float: left;
    }
}

@media(max-width: 767px) {
    .container {
        width: 320px;
    }
    header {
        padding: 0 15px;
        height: auto;
        text-align: center;
    }
    #logo {
        position: relative;
        top: 0;
        display: inline;
        margin: 20px 0;
    }
    #animation {
        height: 200px;
    }
    #animation #bgstretcher {
        position: relative !important;
        height: 200px !important;
    }
    #contact_top {
        position: relative;
        top: 0;
        margin-bottom: 20px;
        display: inline-block;
    }
    #contact_top span {
        margin-bottom: 10px;
    }
    #boxes a:first-child {
        width: 60%;
        margin: 20px 60px;
    }
    #boxes a {
        width: 60%;
        padding: 26px;
        margin: 20px 60px;
    }
    #slider_box {
        background: none;
        margin-top: 0;
    }
    .reservation {
        display: block;
    }
    #slider_box {
        background-color: rgb(181, 211, 52);
        height: auto;
        text-align: center;
        padding: 20px 0;
    }
    #slider_box .box_phone {
        width: 100%;
        position: relative;
        top: 0;
        float: none;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 25px;
        border: 3px solid white;
        padding: 20px 0;
    }
    #slider_box .box_title {
        width: 100%;
        position: relative;
        top: 0px;
        background: none;
        left: 0;
        margin-top: 20px;
        display: inline;
    }
    .box_fb {
        display: none;
    }
    #slider_box .box_text {
        position: relative;
        top: 0px;
        left: 0;
        width: 100%;
        float: right;
        color: black;
    }
    #buttons {
        display: none;
    }
    #side_slider {
        display: none;
    }
    .about_sushi {
        padding: 0 15px;
    }
    footer {
        padding: 0;
    }
    footer .fbox {
        width: 100%;
        border: 0;
        margin-left: 0;
        text-align: center;
        margin-top: 30px;
    }
    footer .fbox:last-child {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .video {
        background-size: 100%;
        width: 100%;
        height: 171px;
    }
    .about_sushi {
        width: 100%;
        float: none;
        height: auto;
        padding: 40px 25px;
        margin-bottom: 20px;
    }
    .rcol,
    .lcol {
        float: none;
        width: 100%;
        min-height: auto;
    }
    .lcol {
        text-align: center;
    }
    .box4col {
        width: 100%;
        margin: 0 !important;
    }
    .box4col h2 {
        margin-top: 20px;
        text-align: center;
        padding-bottom: 10px;
        width: 100%;
    }
    .box4col h3 {
        margin-top: 30px;
        text-align: center;
        border-top: 1px solid;
        padding-top: 30px;
    }
    #header404 {
        font-size: 60px;
    }
    #content img {
        width: 100%;
    }
    #slider_box_subpage {
        height: auto;
    }
    #slider_box_subpage h1 {
        position: relative;
        min-height: 120px;
        text-shadow: none;
        top: 0;
        width: 100%;
        color: black;
        text-align: center;
    }
    #slider_box_subpage .box_phone {
        position: relative;
        width: 100%;
        text-align: center;
    }
    /*.contactbg{
	background: none;
	text-align: center;
	margin-bottom: 20px;
}*/
    #gallery-1 .gallery-item {
        width: 100% !important;
    }
    #post-17 {
        text-align: center;
    }
    #greenbg_map {
        background: none;
        background-color: #b5d334;
        height: auto;
    }
    .na_miejscu {
        display: none;
    }
    #greenbg_map .dostawa {
        position: relative;
        text-align: center;
    }
    #greenbg_map .text {
        position: relative;
        top: 0;
    }
    #greenbg_map .dostawa_textl,
    #greenbg_map .dostawa_textr {
        position: relative;
        top: 0;
        text-align: center;
        left: 0;
        width: 100%;
    }
    #main_menu {
        position: relative;
        top: 0;
        height: auto;
        padding: 0 0 20px 0;
        margin-top: 15px;
    }
    .menu-main-menu-container {
        display: inline-block;
    }
    #main_menu li {
        display: inline;
        border: 0;
        border-right: 0 !important;
    }
    #main_menu li a {
        text-transform: uppercase;
    }
    #menu {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .not-front .page {
        padding-left: 50px;
    }
    .click_dropdown {
        display: block;
    }
    .click_dropdown i {
        color: black;
    }
    .dropdown .click_dropdown {
        position: relative;
        display: block;
        clear: both;
        cursor: pointer;
        font-size: 23px;
        width: 11%;
        text-align: center;
        margin: auto;
        border: 2px solid #363636;
        padding: 5px 10px;
    }
    .dropdown.expand ul {
        display: block;
        width: 100%;
        position: relative;
        visibility: visible;
        margin-top: 20px !important;
    }
    .dropdown ul {
        padding-bottom: 20px;
        clear: both;
        display: none;
        width: 100%:
    }
    .dropdown li {
        clear: both;
        height: auto;
        float: none;
        width: 100% !important;
        background-color: #b5d334;
    }
    .dropdown li a {
        display: block;
        text-decoration: none;
        text-align: center;
        padding: .5em 1em;
        display: block;
        font-size: 15px !important;
        padding: 10px 20px !important;
    }
    .dropdown li.expanded ul {
        clear: both;
        position: relative;
        top: auto;
        padding: 0;
    }
    .dropdown li.expanded ul li {
        padding: 5px 0;
    }
}
