/************************************
MIX Stylesheet by CMNice Solutions. *
************************************/

/*** Reset Documents ***/
@import url('reset.css');

/******** Fonts ********/
@import url('fonts.css');

/* Page Container */
.container {
    width: 975px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

/* Page Header */
.container > header {
    width: 100%;
    height: 115px;
    background: url('../images/logo.png?v=2022') left center no-repeat;
    padding-top: 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.container > header > img {
    float: right;
    margin-left: 7px;
}

/* Slider Container */
.slider_container {
    width: 100%;
    height: 312px;
    overflow: hidden;
}
#slider_wrapper {
    width: 100%;
    list-style: none;
    text-align: justify;
}
#slider_wrapper > li {
    width: 240px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

/* Main Menu */
#main_menu {
    width: 100%;
    height: 18px;
    margin: 10px 0;
}
#menu_list {
    width: 100%;
    height: 100%;
    list-style: none;
    text-align: justify;
}
#menu_list > li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
}
#menu_list > li#justify_menu {
    width: 100%;
    height: 1px;
}
#menu_list > li > a {
    font: 20px 'NexaLight';
    color: #b0b2b7;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.5s;
}
#menu_list > li > a:hover {
    color: #fff;
}
#menu_list > li > a#current {
    font-family: 'NexaBold';
}
/* Menu Icons */
#menu_list > li > img {
    margin-right: 13px;
}

/* Sub menu */
#menu_list > li > ul {
    display: none;
}
#menu_list > li:hover > ul {
    position: absolute;
    background: #707174;
    display: table;
    padding: 10px;
    margin-left: -100px;
    top: 100%;
    z-index: 10;
}
#menu_list > li > ul > li {
    display: table-cell;
    vertical-align: top;
}
#menu_list > li > ul > li img {
    display: block;
    cursor: pointer;
}
#menu_list > li > ul > li a {
    display: block;
    width: 200px;
    height: 20px;
    /*background: #fff;*/
    margin: 5px 0;
    font: bold 14px Arial;
    line-height: 20px;
    text-indent: 5px;
    color: #fff;
    text-decoration: none;
    transition: color 0.5s;
}
#menu_list > li > ul > li a:hover {
    color: #1DB7D3;
}

/* Content Container */
.content_container {
    width: 100%;
    min-height: 60px;
    position: relative;
    margin: 20px 0;
}

/* About Page */
.about_img {
    float: right;
    margin-left: 20px;
}
.about_text {
    font: 12px Arial;
    color: #b0b3b7;
    margin-bottom: 10px;
}
.about_text > a {
    font-weight: bold;
    color: #1DB7D3;
    text-decoration: none;
}

/* 2 column content */
.column_container {
    width: 100%;
    height: auto;
    display: table;
}
/* Left Column */
.left_column {
    width: 240px;
    height: auto;
    display: table-cell;
    border-right: 1px solid #58595b;
    vertical-align: top;
}
/* Menu */
.left_menu {
    width: 220px;
    min-height: 23px;
    background: transparent;
    margin-bottom: 10px;
}
.left_menu > p {
    font: 14px Arial;
    color: #fff;
    margin-bottom: 5px;
    text-indent:-30px;
    margin-left:30px
}
.left_menu > p:before {
    content: url('../images/logo_m.png');
    margin-right: 5px;
}
.left_menu > p > a {
    color: #fff;
    text-decoration: none;
    transition: color 0.5s;
}
.left_menu > p > a:hover {
    color: #1DB7D3;
    text-decoration: none;
}

/* Menu Contact */
.left_menu_c {
    width: 220px;
    height: 23px;
    background: transparent;
    margin-bottom: 10px;
}
.left_menu_c > p {
    font: 14px Arial;
    color: #fff;
}
.left_menu_c > p:before {
    content: url('../images/logo_m.png');
    margin-right: 5px;
}
.left_menu_c > p > a {
    color: #fff;
    text-decoration: none;
    transition: color 0.5s;
}
.left_menu_c > p > a:hover {
    color: #1DB7D3;
    text-decoration: none;
}

/* Right_column */
.right_column {
    width: 735px;
    height: auto;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

/* Contact Form */
#contact_form {
    float: right;
    margin-left: 20px;
}
#contact_form > input[type="text"] {
    width: 277px;
    height: 30px;
    border: none;
    display: block;
    margin-bottom: 20px;
    border: 3px solid #bcbcbc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#contact_form > textarea {
    width: 274px;
    height: 180px;
    border: none;
    display: block;
    resize: none;
    border: 3px solid #bcbcbc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#contact_form > input[type="submit"] {
    width: 106px;
    height: 32px;
    border: none;
    display: block;
    background: #333;
    font: 14px Arial;
    color: #d21313;
    margin: 20px auto;
    cursor: pointer;
}
#contact_head {
    font: 18px 'NexaBold';
    color: #1db7d3;
}

/* Clear */
.clear {
    clear: both;
}

/* Gallery Page */
.gallery {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: justify;
    margin-top: 10px;
}
.gallery > li {
    width: 124px;
    height: 120px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    background: #fff;
    margin-bottom: 20px;
}
.gallery > li a > img {
    width: 124px;
    height: 120px;
    display: block;
}
.gallery > li#justify_gal {
    width: 100%;
    height: 1px;
    visibility: hidden;
}

/* Menu Page */
.food_menu {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: justify;
    margin-top: 10px;
}
.food_menu > li {
    width: 124px;
    height: 190px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-bottom: 20px;
}
.food_menu > li#justify_food {
    width: 100%;
    height: 1px;
    visibility: hidden;
}
/* Text */
.food_txt1 {
    font: bold 14px Arial;
    color: #fff;
    text-align: center;
}
.food_txt2 {
    font: 11px Arial;
    color: #ccc;
    text-align: center;
}

/* Footer */
.footer {
    width: 100%;
    height: 58px;
    text-align: center;
    /*overflow: hidden;*/
    margin-bottom: 35px;
}
.footer > h3 {
    font: bold 14px Arial;
    color: #b0b3b7;
}
.footer > p {
   font: 12px Arial;
    color: #b0b3b7;
    position: relative;
    right: 50px;
}
.footer > p > a {
    color: #b0b3b7;
    text-decoration: none;
}
.footer > p > a:hover {
    text-decoration: underline;
}
