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;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}
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;
}


a {
   outline: none;
    text-decoration: none;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -ms-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

#diamond-header {
    width: 100%;
    background: #090f11;
}

.header_top {
    width: 100%;
    background: #222222;
}

.hero_slider_row {
    height: calc(100vh - 146px) !important;
    background-size: cover;
    background-position: center;
}

.top_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}


ul.social_media li {
    padding-right: 15px;
}

.hours {
    border-left: 1px #434343 solid;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-right: 1px #434343 solid;
    margin-right: 15px;
}

.language {
    border-right: 1px #434343 solid;
    height: 40px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    padding-right: 15px;
}

.language select {
    background: transparent;
    color: #fff;
    font-size: 13px;
    border: 0;
}




.hero_slider ul.slick-dots {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.hero_slider ul.slick-dots li button {
    border: 2px #fff solid;
    width: 12px;
    height: 12px;
    display: block;
    background: transparent;
    outline: none;
    border-radius: 100px;
    padding: 0;
    font-size: 0;
    margin: auto;
}

.hero_slider ul.slick-dots li {
    padding-bottom: 10px;
}

.hero_slider ul.slick-dots li.slick-active button {
    border-color: #ffc234;
    width: 16px;
    height: 16px;
}

.cart_bag {border-right: 1px #434343 solid;height: 40px;padding-right: 15px;display: flex;align-items: center;position: relative;}

.cart_bag p {
    position: absolute;
    background: #e43021;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    border-radius: 10px;
    right: 8px;
    top: 6px;
}

.user_row {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.user_row img {
    width: 23px;
}

ul.social_media {
    display: flex;
    align-items: center;
    border-right: 1px #434343 solid;
    margin-right: 15px;
    height: 40px;
}

.top_header_left {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    height: 40px;
}

ul.social_media li img {
    width: 20px;
}

.top_header_right {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.container {
    max-width: 1170px;
    margin: auto;
    padding: 0 10px;
}

* {
    box-sizing: border-box;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.navgation nav ul {
    display: flex;
    align-items: center;
}

.navgation nav ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.navgation nav ul li a:hover {
    color: #c5a86a;
}

.navgation nav ul li:last-child a:hover {
    color: #fff;
}

.navgation nav ul li:last-child:hover {
    background: #c5a86a;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -ms-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.img_hover img{
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;    
        
    }
    
    .img_hover:hover img{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .img_hover {
        overflow: hidden;
    }

.navgation nav ul li {
    padding: 0 20px;
}

.navgation nav ul li:last-child {
    padding-right: 0;
    border: 1px #c5a86a solid;
    padding: 13px 19px;
    border-radius: 5px;
}



.hero_slider_row img {
    width: 100%;
    display: block;
}

.hero_slider_row {
    position: relative;
}

.slider_caption {
    position: absolute;
    color: #ffffff;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1;
}

.slider_caption h2 {
    font-size: 50px;
    font-weight: 900;
    padding-bottom: 10px;
}

.slider_caption p {font-size: 15px;width: 70%;margin: auto;line-height: 31px;padding-bottom: 30px;}

.hero_slider_row:after {content: "";position: absolute;width: 100%;height: 100%;background: #000;opacity: 0.4;top: 0;}

.slider_caption a {
    width: 153px;
    height: 46px;
    background: #ccaa60;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}

.slider_caption a:hover {
    background: #000;
    color: #ccaa60;
}

.our_story {
    background: #0b1315;
    padding: 70px 0;
    position: relative;
}

.our_story_content {max-width: 74%;margin: auto;display: flex;align-items: center;}

.our_story_left {
    width: 50%;
    display: flex;
    align-items: end;
}

.our_story_right {
    width: 50%;
    color: #fff;
    padding-left: 30px;
}

.story_img_row {width: 50%;}

.story_img_row img {
    width: 100%;
    display: block;
}

.story_img_tow {
    width: 50%;
    margin-top: 50px;
    padding-left: 10px;
}

.story_img_tow img {
    display: block;
}

.story_img_tow2 {
    margin-bottom: 10px;
}

.our_story_right h2 {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 10px;
}

.our_story_right h3 {
    font-size: 20px;
    color: #c5a86a;
    padding-bottom: 30px;
}

.our_story_right p {
    color: #cccccc;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 40px;
}

.stroty_more {
    color: #cccccc;
    font-size: 14px;
    text-decoration: none;
    background-image: url(../images/arrow_icon.png);
    background-position: 100px;
    padding-right: 104px;
    background-repeat: no-repeat;
}

.stroty_more:hover {
    background-position: 110px;
    color: #c5a86a;
}

.our_story:after {
animation-name: icon2;
animation-duration: 4s;
  animation-iteration-count: infinite;

    content: "";position: absolute;background-image: url(../images/bg-icon.png);width: 100px;height: 121px;left: 0;top: 50%;background-repeat: no-repeat;}
.our_story:before {
animation-name: example;
animation-duration: 4s;
  animation-iteration-count: infinite;

  content: "";position: absolute;background-image: url(../images/bg-icon2.png);width: 100px;height: 361px;right: 0;top: 0px;background-repeat: no-repeat;}


@keyframes example {
  from {top:0px;}
  to {top:100px;}
}

@keyframes icon2 {
  from {top:50%;}
  to {top:80%;}
}

.how_to_order {
    width: 100%;
    background: #0f1d22;
    position: relative;
}

.how_to_order_row {
    width: 100%;
    display: flex;
    align-items: center;
}

.how_to_order_left {
    width: 50%;
    padding-right: 70px;
}

.how_to_order_right {
    width: 50%;
    background-size: cover;
    background-position: center;
}

.how_to_row {
    background: #c5a86a;
    display: flex;
    justify-content: end;
    width: 520px;
    margin: auto;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    float: right;
    height: 100px;
    align-items: center;
        -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -ms-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.how_to_row:hover {
    background: #000;
    color: #c5a86a;
}

.how_to_row:hover p {
    color: #fff;
}


.how_to_row:hover span {
    color: #fff;
}

.how_to_row:hover i {
    filter: brightness(0) invert(1);
}

.how_to_row i {
    margin-right: 15px;
}

.how_to_row p {
    color: #241e12;
    font-weight: 900;
    font-size: 26px;
    padding-bottom: 5px;
}

.how_to_row span {
    color: #222222;
    font-size: 13px;
}

.how_to_row:last-child {margin-bottom: 0;}


.how_to_order_bg {
    width: 100%;
    display: flex;
    height: 520px;
}

.how_to_order_bg_left {
    width: 50%;
    position: relative;
}

.how_to_order_bg_left:after {
    background-image: url(../images/order-bg-icon.png);
    width: 122px;
    height: 148px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
}

.how_to_order_bg_right {
    width: 50%;
    position: relative;
    background-image: url(..//images/order-bg.jpg);
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.how_to_order_bg_right img {
    width: 100%;
    display: block;
}

.how_to_order .container {
    left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.how_to_order_bg_right:after {content: "";position: absolute;width: 100%;height: 100%;background: #000;top: 0;opacity: 0.3;}


.how_to_order_left h3 {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #e6e6e6;
}

.how_to_order_left span {
    font-size: 20px;
    color: #c5a86a;
    border-bottom: 2px #c5a86a solid;
    padding-bottom: 6px;
    display: inline-block;
    margin-bottom: 20px;
}

.how_to_order_left p {
    color: #cccccc;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 40px;
}

.order_now_btn {
    padding-right: 0;
    border: 1px #c5a86a solid;
    padding: 10px 25px;
    border-radius: 5px;
    color: #c5a86a;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
    box-sizing: border-box;
    line-height: 1;
    margin-top: 20px;
}

.order_now_btn:hover {
    background: #c5a86a;
    color: #fff;
}


.how_to_order_bg:after {
     content: "";
    position: absolute;
    background-image: url(../images/bg-icon2.png);
    width: 81px;
    height: 391px;
    left: 0;
    top: -8px;
    background-repeat: no-repeat;
    mix-blend-mode: lighten;
}



section.book_table {
    width: 100%;
    height: 582px;
    background-image: url(../images/book_table_bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

form.form_section {
    display: flex;
    flex-wrap: wrap;
}

.input_row {
    width: 100%;
    margin-bottom: 10px;
    margin: 0 5px 15px;
}

.input_row:nth-child(2),.input_row:nth-child(3) {
    width: calc(50% - 10px);
}

.input_row:nth-child(4) {
    width: calc(50% - 10px);
}

.input_row:nth-child(5),.input_row:nth-child(6) {
    width: calc(25% - 10px);
}

.input_row input {
    width: 100%;
    background: transparent;
    border: 2px #fff solid;
    height: 50px;
    padding: 0 10px;
    border-radius: 5px;
    color: #fff;
    outline: none;
    font-size: 14px;
}

.book_table_form {
    width: 590px;
    float: right;
    text-align: center;
}

section.book_table .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.book_table_form p {
    color: #dc3522;
    font-size: 30px;
    font-family: 'Alex Brush', cursive;
}

.book_table_form > span {
    color: #e6e6e6;
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 30px;
    display: block;
}


.line {
    width: 200px;
    margin: 0 auto 40px;
    position: relative;
}

.line span {
    background: #fff;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 10px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -4px;
}

.line:after {content: "";position: absolute;width: 100px;left: -20px;background: #fff;height: 1px;top: 0;}

.line:before {
    content: "";
    position: absolute;
    width: 100px;
    right: -20px;
    background: #fff;
    height: 1px;
    top: 0;
}


.input_row input[type="button"] {
    width: 300px;
    height: 52px;
    background: #c5a86a;
    border: 0;
    color: #241e12;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin-top: 30px;
    cursor: pointer;
    font-weight: bold;
        -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -ms-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.input_row input[type="button"]:hover {
    background: #241e12;
    color: #fff;
}


::placeholder {
  color: #fff;

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}


.menu_list {
    width: 100%;
    background: #0b1315;
    padding-top: 30px;
    position: relative;
}

.menu_list_box {
    display: flex;
    justify-content: space-between;
}

.menu_list_row {
    width: 100%;
    margin: 0 10px;
    position: relative;
    z-index: 1;
}

.menu_list_row img {
    width: 100%;
    display: block;
}

.menu_list_row p {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 30px;
    line-height: 37px;
    transform: translateY(-50%);
}

.menu_list:after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-icon2.png);
    width: 320px;
    height: 226px;
    left: 0;
    top: 20%;
    background-repeat: no-repeat;
}



footer#footer {
    background: #0f1011;
    border-top: 5px #1e1b20 solid;
    padding-top: 50px;
    padding-bottom: 40px;
}

.footer_row {background: #212121;padding: 30px;}

ul.footer_info {
    display: flex;
    justify-content: space-around;
    padding-bottom: 40px;
}

ul.footer_info li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #a6a6a6;
}

ul.footer_info li a {
    color: #a6a6a6;
    display: flex;
    align-items: center;
}

ul.footer_info li i {
    padding-right: 10px;
}

ul.footer_social {
    display: flex;
    justify-content: center;
}

ul.footer_social li {border: 2px #a6a6a6 solid;border-radius: 100px;width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;margin: 0 10px;}

.footer_nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 60px;
    padding-bottom: 50px;
}

.footer_nav a {
    color: #a5a4a1;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
        text-transform: uppercase;
}

.footer_nav a:hover {
    color: #c5a86a;
}

.copy_right {
    color: #a5a4a1;
    text-align: center;
    font-size: 13px;
}

ul.footer_social li img {
    width: 20px;
}

section.photo_section {
    background: #0b1315;
    padding: 15px 0;
}

.photo_content {
    color: #e6e6e6;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 40px;
    line-height: 62px;
}

.photo_row_grid {
    width: 100%;
    position: relative;
}

.photo_row_grid img{ width: 100%; }

.photo_content span {
    color: #c5a86a;
}

ul.footer_info li a:hover {
    color: #c5a86a;
}

ul.footer_social li:hover {
    border-color: #c5a86a;
}



@media (max-width:1200px){
.navgation nav ul li {
    padding: 0 8px;
}


.our_story_content {
    z-index: 1;
    position: relative;
}
.navgation nav ul li:last-child {
    margin-left: 10px;
}

.top_header_left p {
    display: none;
}

.our_story_content {
    max-width: 100%;
    padding: 0 15px;
}

.how_to_row {
    width: 94%;
}

.photo_content {
    font-size: 30px;
    line-height: 41px;
}

ul.footer_info {
    flex-wrap: wrap;
}

ul.footer_info li {
    width: 50%;
    margin-bottom: 15px;
}

}


@media (max-width:767px){

.photo_row_grid img {
    display: none;
}

.top_header_left {
    display: none;
}

.hours {
    display: none;
}

.navgation {
    /* display: none; */
}

.slider_caption p {
    display: none;
}

.slider_caption h2 {
    font-size: 25px;
}


.hero_slider ul.slick-dots {
    left: 0;
    right: 0;
    display: flex !important;
    bottom: 0;
    top: auto;
    transform: translateY(0%);
    margin: auto;
    justify-content: center;
    align-items: center;
}

.hero_slider ul.slick-dots li {
    margin: 0 4px;
}

.slider_caption {
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}

.our_story_content {
    display: block;
    max-width: 100%;
    padding: 0 30px;
}

.our_story_left {
    width: 100%;
    display: block;
}

.our_story_right {
    width: 100%;
    padding: 0;
    padding-top: 15px;
}

.story_img_row {
    width: 100%;
}

.our_story:after {
    display: none;
}

.our_story:before {
    display: none;
}

.story_img_tow {
    width: 100%;
    display: flex;
    margin-top: 10px;
    padding: 0;
}

.story_img_tow img {
    width: 100%;    
    height: 100%;
}

.our_story_right h2 {
    font-size: 25px;
}

.our_story_right h3 {
    font-size: 15px;
}

.how_to_order_bg {
    display: none;
}

.how_to_order .container {
    position: static;
    transform: translateY(0%);
}

.how_to_order_left {
    width: 100%;
    padding: 10px 0;
}

.how_to_order_row {
    display: block;
    padding: 10px 0;
}

.how_to_row {
    width: 100%;
}

.how_to_order_right {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.how_to_row p {
    font-size: 20px;
}

.how_to_row i img {
    width: 38px;
}

section.book_table {
    height: auto;
    padding: 30px 0;
    position: relative;
}

section.book_table:before {content: "";position: absolute;width: 100%;height: 100%;background: #000;top: 0;opacity: 0.3;z-index: 1;}

section.book_table .container {
    position: relative;
    z-index: 1;
}

.menu_list_box {
    display: block;
    padding: 0 10px;
}

.menu_list_row {
    margin: 0 0 15px;
}

ul.footer_info {
    display: block;
    padding-bottom: 10px;
}

.footer_row {
    padding: 10px;
}

ul.footer_info li {
    padding-bottom: 15px;
}

.logo img {
    width: 70px;
}


.footer_nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
}

.footer_nav a {
    margin: 0 11px 13px;
}

footer#footer {
    padding: 20px 0;
}

.photo_content {
    position: static;
    font-size: 33px;
    line-height: 50px;
}

.photo_row_grid img {
    max-width: 100%;
}



.story_img_tow2 {
    width: 100%;
}

.how_to_order_left h3 {
    font-size: 25px;
}

.how_to_order_left span {
    font-size: 15px;
}

section.our_story {
    padding: 15px 0;
}

.navgation nav ul {
    display: block;
    position: absolute;
    left: 0;
    z-index: 9;
    background: #000;
    width: 100%;
    top: 124px;
    padding: 0 10px 10px;
    display: none;
}


.navgation nav ul li {
    padding: 10px 0px;
}

.navgation nav ul li:last-child {
    margin-top: 10px;
}

.top_header {
    justify-content: center;
}


.hamburger_menu {
        width: 40px;
        transition: all 1s;
    }
    .hamburger_menu span {
        background: #fff;
        height: 1px;
        transition: all 1s;
        width: 100%;
        display: block;
        margin: 9px 0;
        border-radius: 5px;
    }


    .hamburger_menu.active span:nth-child(2) {
        display: none;
    }
    .hamburger_menu.active span:nth-child(1) {
        transform: rotate(45deg);
    }
    .hamburger_menu.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: -11px;
        position: relative;
    }

    .our_story_right p {
    padding-bottom: 20px;
}

section.photo_section {
    padding: 10px 0;
}

.hero_slider_row {
    height: 300px !important;
}

.story_img_tow2:first-child {
    padding-right: 5px;
}

.story_img_tow2:last-child {
    padding-left: 5px;
}

.container {
    padding: 0 30px;
}



}