/**
 * Tóc việt
 *
 */

* {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body, html {
    height: 100%;
    width: 100%;
    overflow: auto;
}

body {
    background-color: #ffe8da;
    background-attachment: fixed;
    color: #FFE8DA;
}

navigation {
    background: rgba(20,10,17, 0.95);
    color: #858583;
    text-align: center;
    position: fixed;
    top:0;
    left:-300px;
    overflow-y: scroll;
    overflow-x: visible;
    width: 300px;
    height: 100%;
    padding: 0 0 20px 0;
    z-index: 1000;
    box-shadow: inset -20px 0 10px -20px rgba(255,230,230,0.2);
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
navigation::-webkit-scrollbar {
    display: none;
}

navigation li {
    list-style: none;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    color: #F8F3F2;
}

navigation a, navigation a:active,  navigation a:link,  navigation a:focus {
    color: #F8F3F2;
    display: block;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    transition: color 0.6s;
    font-size:smaller;
}
navigation li a:hover {
    color: white;
}


navigation ul ul a {
    font-size: small;
    color: #C8C8C8;
}
navigation hr {
    border-color: rgba(255,255,255,0.4);
}

#toggleNavigation{
    position: fixed;
    top: 0;
    left: 0;
    padding: 8px 10px 8px 15px;
    z-index: 1001;
    color: white;
    transition: all 0.3s;
    transform: scale(1,1);
    font-size: 150%;
    text-shadow: 0 0 4px #000;
}
#toggleNavigation.scaleDown {
    transform: scale(1,0.1);
}

.mainPagePromo {
    margin-bottom: 80px;
    color: white;
    margin-left: -100px;
    margin-right: -100px;
    font-style: normal;
    font-family: sans-serif;
    font-size: medium;
    letter-spacing: normal;
}

welcome {
    width: 100%;
    height: 100vh;
    background-color: black;
    background-image: url('../example/welcomeBackground.jpg');
    background-size: cover;
    background-position: bottom center;
    display: block;
    text-align: center;
    padding-top: 40vh;
    color: white;
    position: fixed;
    top:0;
    left:0;
    z-index: 700;
    overflow: hidden;
}
welcome video {
    position: absolute;
    top: 0; left: 0;
    min-height: 100vh;
    min-width: 100vw;
    height: 100%;
}

.separator-darken {
    background-color: rgba(20,10,17, 0.8);
}

.separator content {
    position: absolute;
    display: block;
    bottom: 3vh;
    left: calc(50vw - 150px);
    width: 300px;
    font-weight: 100;
    font-size: xx-large;
    letter-spacing: 3px;
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.separator content p {
    font-weight: normal;
    font-size: small;
    letter-spacing: 1px;
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.separator content img {
    display: block;
    margin: auto auto;
}

.separator content h3 {
    color: #766762;
    text-shadow: 0 -1px 0 rgba(255,255,255,0.5);
}

img.logo {
    width: 300px;
    display: block;
    margin-top: 40px;
}

navigation img.logo {
    margin: auto auto;
    margin-top: 40px;
}

.modal-page img.logo {
    margin: auto auto;
    margin-top: 10px;
    margin-bottom: 40px;
}

scroller {
    position: static;
    width: 100%;
    display: block;
    white-space: nowrap;
}

scroller heading {
    display: block;
    position: relative;
    height: auto;
}
scroller heading fullBar {
    display: block;
    padding: 115px 0 10px 10px;
    overflow: hidden;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: top;
}

scroller heading sideBar {
    display: block;
    float: left;
    padding: 130px 10px 10px 10px;
    overflow: hidden;
    width: 25%;
    height: 100%;
}
scroller heading mainBar {
    float: right;
    display: block;
    background: #df8075;
    background-size: cover;
    overflow: hidden;
    width: 75%;
    height: 100%;
}

scroller heading .page-heading {
    background-color: white;
    overflow: hidden;
    height: 126px;
}

scroller heading .page-heading h1 {
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 60px;
    margin: 30px 0 30px 0;
}

scroller content {
    display: flex;
}

scroller content sideBar {
    flex: 1;
    overflow: hidden;
    display: none;
}
scroller content mainBar {
    flex: 3;
}

page {
    display: block;
    width: 100%;
    box-shadow:
            inset 0 0 10px -2px rgba(30,20,0,0.3),
            0 0 40px 2px rgba(8,3,0,0.3);

    background-color: white;
    clear: both;
    margin-top: 0;
    border-radius: 2px;
    color: #373433;
}

sidebar .promo {
    width: 100%;
}

mainBar .category-heading {
    background-color: white;
    margin: 0 0 0 0;
    padding: 40px 0 40px 0;
}

mainBar .category-heading h2 {
    margin: 0 0 0 0;
    text-align: center;
}

mainbar .category-text-content {
    margin: 15px 15px 0 15px;
    background-color: white;
    padding: 20px 0 20px 0;
    clear: both;
}

mainbar .category-text-content h1,
mainbar .category-text-content h2,
mainbar .category-text-content h3 {
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

mainbar .category-text-content h2 {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 18px;
    font-variant: small-caps;
    text-align: center;
}

mainbar .category-text-content h3 {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

a .square {
    color: #FFE8DA;
}

.square {
    width: 25%;
    height: 250px;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
}

.square-photo {
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 50px rgba(0,0,20, 0.3);
    transition: box-shadow 0.5s;
}


.square-info {
    white-space: normal;
    background-color: white;
    box-shadow: inset 0 0 30px 0 rgba(50,40,12, 0.3);
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.square-info .verticaly-centered {
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
}

.square-info h2, .square-info h3 {
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
    color: #8e7d75;
}

.square-info p {
    text-align: center;
    padding: 10% 10%;
}

.square-info price {
    position: absolute;
    bottom: 15px;
    width: 100%;
    color: #984;
    font-size: small;
    text-align: center;
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    display: block;


}


.verticaly-centered {
    display: inline-block;
    vertical-align: middle;
}

h2 {
    font-family: 'Sarabun', cursive;
}


.collumns {
    display: flex;
    margin: auto auto;

}

.collumns > .collumn {
    flex-basis: 0;
    flex-grow: 0;
    flex: 1;
}

.collumns .collumn p {
    text-align: justify;
}

.drink-list li {
    list-style: none;
    display: block;
    clear: both;
}

.drink-list li .name {
    float: left;
}

.drink-list li price {
    float: right;
}

.drink-list li.separator {
    height: 0;
    border-bottom: 1px solid silver;
    margin-top: 30px;
    margin-bottom: 10px;
}

parallax {
    position: relative;
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden; /* Javascript change to auto */
    display: block;
    -webkit-overflow-scrolling: touch;
}

.parallax-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.parallax-base {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    /*box-shadow: inset 0 -20px 10px -15px rgba(60,50,60,0.8);*/
}

.parallax-back {
    -webkit-transform: translateZ(-1px) scale(2);
    -moz-transform: translateZ(-1px) scale(2);
    -ms-transform: translateZ(-1px) scale(2);
    -o-transform: translateZ(-1px) scale(2);
    transform: translateZ(-1px) scale(2);
    width: 100%;
    margin-top: 0;
}

.separator content img.icon-double-down {
    margin: auto auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
}


.parallax-background {
    position: absolute;
    width: 100%;
    height: 900px;
    background-size: cover;
    background-position: bottom center;
}

.parallax-background:first-of-type {
    position: static;
    height: 101%;

}


.black-button, .black-button:active {
    padding: 5px 25px;
    color: #988149;
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    transition: color 0.3s;
    border: 3px solid #988149;
    font-size: large;
}

.black-button:hover {
    color: darkgoldenrod;
    text-decoration: none;
}

scroller > .separator {
    height: 450px;
    background-size: cover;
    background-position: center;
}

scroller > .separator:first-of-type {
    height: 100%;
    position: relative;
}

.text-container {
    white-space: normal;
    padding: 30px 30px 30px 30px;
    text-rendering: optimizeLegibility;
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.4px;
    max-width: 600px;
}

.text-container-center-no-max-width {
    white-space: normal;
    display: block;
    padding: 30px 10px 30px 10px;
    margin: 0 0 0 0;
    text-rendering: optimizeLegibility;
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.4px;
    text-align: center;
}

.text-container-center-no-max-width p {
    font-size: small;
    text-align: center;
    line-height:175%;
}

.text-container.pull-left {
    padding: 30px 30px 30px 50px;
}
.text-container.pull-right {
    padding: 30px 50px 30px 30px;
}

.text-container p {
    font-size: small;
    text-align: justify;
    line-height:175%;
}

.text-container h2 {
    font-size: 20px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8a7971;
    color: #8e7d75;
}
.text-container .motto {
    font-size: smaller;
    font-weight: bold;
    color: #8e7d75;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 20px;
}

.text-container h3 {
    font-size: small;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    color: #8a7971;
}

p.sign {
    float: right;
    text-align: right;
    font-size: small;
}

.half {
    width: 50%;
}

footer .text-container h3 {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #e9e2de;
}
footer {
    display: block;
    clear: both;
    background-color: #0A1411;
    color: #d9d2ce;
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding-bottom: 40px;
    padding-top: 30px;
}
footer a {
    color: #d9d2ce;
}
footer a:hover {
    color: #e9e2de;
}
footer p {
    font-size: small;
}

.social {
    height: 100px;
    background: #07070A;
    margin: 0 0 0 0;
    padding: 20px 15px 20px 15px;
    color: black;
    text-align: right;
}

.social img {
    height: 35px;
    margin-left: 10px;
}

#menu-cover, #banner-cover {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0, 0.8);
    perspective: 600px;
    position: fixed;
    z-index: 2000;
    top:0; left:0;
}

.modal-page {
    background: white;
    color:black;
    transform: rotateY( 0deg );
    position: relative;
    top: 0;
    transform-origin: bottom left;
    width: 100%;
    max-width: 1000px;
    margin: 100px auto auto auto;
    max-height: calc(100vh - 200px);
    overflow: auto;
    padding: 10px 10px;
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#banner-cover .modal-page {
    max-height: calc(100vh - 100px);
    max-width: 1200px;
    background: #a90329;
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
    background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
}

.modal-page h2 {
    font-size: 20px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(156, 139, 131, 0.15);
}

.modal-page h3 {
    text-transform: uppercase;
    color: rgba(160, 143, 135, 1);
    letter-spacing: 1.1px;
}


.modal-page .text-container {
    padding-top: 0;
}



#map {
    height: 600px;
}

.max-width-large-screen-container {
    background-color: white;
}

.max-width-large-screen {
    margin:auto auto;
    max-width: 1200px;
}

.full-bg-image-right-side {
    background-size: cover;
    background-position: center left
}
.full-bg-image-left-side {
    background-size: cover;
    background-position: center right
}

.full-bg-image-center {
    background-size: cover;
    background-position: center center
}

.full-bg-image-center-top {
    background-size: cover;
    background-position: top center
}

div#instafeed {
    background-color: white;
    overflow-x: auto;
    overflow-y: hidden;
    height: 220px;
}
div#instafeed a {
    position: relative;
    display: inline-block;
    height: 220px;
    width: 220px;
    color: rgba(255,255,255,0);
    text-transform: none;
    transition: color 0.6s, text-shadow 0.6s;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
}
div#instafeed a:hover {
    color:white;
    text-shadow: 0 1px 1px black;
}
div#instafeed a img {
    height: 220px;
    position: absolute;
}
div#instafeed a span {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 15px;
    width: 220px;
}

div#instafeed::-webkit-scrollbar {
    display: none;
}

.instagram-heading .social_instagram {
    font-size: 32px;
}

.instagram-heading h2 {
    font-size: 40px;
}

.reference .reference-name {
    display: block;
    text-align: center;
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.reference .reference-opinion {
    display: block;
    text-align: center;
    white-space: normal;
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
}

footer .accepted-payment-method {
    margin-top: 20px;
    margin-bottom: 20px;
}
footer .accepted-payment-method img {
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
}

footer .eet-bullshit {
    font-size: xx-small;
    color: #d9d2ce;
}

#reservation form select {
    -webkit-appearance: none;
}
#reservation form input[type=checkbox] {
    margin-right:10px;
}
#reservation .text-container {
    min-height: 600px;
}
#reservation label.required::after {
    content: ' *';
}
input[type='phone'] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.service-list li {
    list-style: none;
    display: block;
    clear: both;
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 5px;
}

.service-list li .name {
    font-weight: bold;
    display: block;
}

.service-list li .description {
    display: block;
    float: left;
    font-size: 0.86em;
}

.service-list li price {
    float: right;
    font-weight: bold;
}

.service-list li.separator {
    height: 0;
    border-bottom: 1px solid silver;
    margin-top: 30px;
    margin-bottom: 10px;
}

.modal-page .text-container {
    margin:auto auto;
    clear: both;
}

.modal-page .text-container .collumns .collumn {
    padding-left: 10px;
    padding-right: 10px;
}
.modal-page .text-container .collumns .collumn:first-child {
    padding-left: 0;
}

.modal-page .text-container .collumns .collumn:last-child {
    padding-right: 0;
}
.modal-page h2 {
    margin-top: 30px;
}
.modal-page .note {
    font-size: smaller;
    color: #999;
}



/* jQuery UI */
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
    border-color: transparent;
}

.ui-widget.ui-widget-content {
    border: 1px solid #cccccc;
}

/* DEBUG */
welcome {
    display: none;
}

#intro-video {
    position: absolute;
    top: 50vh;
    left: 50vw;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    background-size: cover;
    transition: 1s opacity;
}


.thumbnail {
    border: none;
    padding: 0 0 0 0;
    overflow: hidden;
    box-shadow:
            -3px 2px 10px rgba(160, 143, 135, 0.12),
            3px 2px 10px rgba(160, 143, 135, 0.12),
            0 5px 10px rgba(160, 143, 135, 0.12),
            0 2px 2px rgba(144, 116, 103, 0.3);
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 0;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail img.thumbnail-photo {
    height: 250px;
    object-fit: cover;
    min-width: 100%;
}

.thumbnail .caption {
    text-align: center;
    font-family: "Sarabun", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 20px;
}

.thumbnail .caption .description {
    text-align: center;
    display: inline;
    word-break: normal;
    white-space: normal;
}
.thumbnail .caption h3 {
    margin-top: 12px;
    color: #9a8981;
}

.margin-top-big {
    margin-top: 70px;
}

.margin-top-medium {
    margin-top: 40px;
}

.margin-top-small {
    margin-top: 20px;
}

.margin-top-xsmall {
    margin-top: 10px;
}

.margin-top-none {
    margin-top: 0;
}

.margin-bottom-big {
    margin-bottom: 70px;
}

.margin-bottom-medium {
    margin-bottom: 40px;
}

.margin-bottom-small {
    margin-bottom: 20px;
}

.margin-bottom-xsmall {
    margin-bottom: 10px;
}

.margin-bottom-xxsmall {
    margin-bottom: 5px;
}

.margin-bottom-xxxsmall {
    margin-bottom: 3px;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.padding-top-big {padding-top: 80px;}
.padding-bottom-big {padding-bottom: 80px;}

.padding-top-medium {padding-top: 50px;}
.padding-bottom-medium {padding-bottom: 50px;}


h1.main-title {
    font-size: 16px;
    padding-top: 10px;
    border-top: 1px solid #FFE8DA;
    display: inline-block;
}

.reservation-link-wrapper {
    position: absolute;
    bottom:105px;
    left: 50px;
}

img.reservation-link {
    width: 132px;
    transform: rotate(-8deg);
    box-shadow:
            -3px 2px 10px rgba(160, 143, 135, 0.12),
            3px 2px 10px rgba(160, 143, 135, 0.12),
            0 5px 10px rgba(160, 143, 135, 0.12),
            0 2px 2px rgba(144, 116, 103, 0.5);
    transition: width 0.3s, transform 0.3s, box-shadow 0.3s;
    animation-name: wavingRight;
    animation-duration: 3s;
}

img.reservation-link:hover {
    width: 150px;
    transform: rotate(-4deg);
    box-shadow:
            -6px 4px 20px rgba(160, 143, 135, 0.03),
            6px 4px 20px rgba(160, 143, 135, 0.03),
            0 10px 20px rgba(160, 143, 135, 0.03),
            0 2px 6px rgba(144, 116, 103, 0.5);
}

a.tab-link {
    font-size: 16px;
    color: #8e7d75;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    transition: border 0.3s, color 0.3s;
    margin-left: 20px;
    margin-right: 20px;
}

a.tab-link.active {
    color: #8f7c75;
    text-decoration: none;
    border-bottom: 2px solid #8f7c75;
}

#photos p {
    white-space: normal;
}

.full-width {
    width: 100%;
}

#myCarousel {
    width: 100%;
}

#myCarousel .item img {
    max-height: 600px;
    object-fit: cover;
}

@keyframes wavingRight {
    0%   {width: 132px; transform: rotate(-8deg); box-shadow: -3px 2px 10px rgba(160, 143, 135, 0.12), 3px 2px 10px rgba(160, 143, 135, 0.12), 0 5px 10px rgba(160, 143, 135, 0.12), 0 2px 2px rgba(144, 116, 103, 0.5);}
    30%   {width: 132px; transform: rotate(-8deg); box-shadow: -3px 2px 10px rgba(160, 143, 135, 0.12), 3px 2px 10px rgba(160, 143, 135, 0.12), 0 5px 10px rgba(160, 143, 135, 0.12), 0 2px 2px rgba(144, 116, 103, 0.5);}
    42%  {width: 150px;transform: rotate(-4deg);box-shadow: -6px 4px 20px rgba(160, 143, 135, 0.03), 6px 4px 20px rgba(160, 143, 135, 0.03), 0 10px 20px rgba(160, 143, 135, 0.03), 0 2px 6px rgba(144, 116, 103, 0.5);}
    60%   {width: 132px; transform: rotate(-8deg); box-shadow: -3px 2px 10px rgba(160, 143, 135, 0.12), 3px 2px 10px rgba(160, 143, 135, 0.12), 0 5px 10px rgba(160, 143, 135, 0.12), 0 2px 2px rgba(144, 116, 103, 0.5);}
    100%   {width: 132px; transform: rotate(-8deg); box-shadow: -3px 2px 10px rgba(160, 143, 135, 0.12), 3px 2px 10px rgba(160, 143, 135, 0.12), 0 5px 10px rgba(160, 143, 135, 0.12), 0 2px 2px rgba(144, 116, 103, 0.5);}
}