#fp-nav {}
#fp-nav ul {}
#fp-nav ul li {}
#fp-nav ul li a {}
#fp-nav ul li a span {
    background: white;
}
#fp-nav ul li a.active span {}


.sidebar-wrapper {
    position: fixed;
    width: 360px;
    height: 100vh;
    overflow: hidden;
    right: -360px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 99999;
    background: rgba(0,0,0,0.90);
    border-left: 1px solid white;
}



.sidebar-open .sidebar-wrapper {
    right: 0;
    padding: 90px 42px 0;
}
.sidebar-wrapper .sidebar {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.sidebar-wrapper .sidebar .nav {
    display: block;
    width: 100%;
    height: calc(100vh - 70px);
    overflow-y: auto;
    position: relative;
}



.sidebar-wrapper .sidebar .nav .nav-item {
    display: block;
    width: 100%;
    padding: 0;
    background: url('../img/icons/menuArrow.svg?v=1') no-repeat left center;
    background-size: 10px;
    background-color: transparent;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.39);
}

.sidebar-wrapper .sidebar .nav .nav-item:first-child {padding: 15px 0;border-top: dashed 1px rgba(255, 255, 255, 0.39);background: none;}

.sidebar-wrapper .sidebar .nav .nav-item a {color: white;padding: 15px 0px;cursor: pointer;}

.sidebar-wrapper .sidebar .nav .nav-item:hover a,
.sidebar-wrapper .sidebar .nav .nav-item a:focus,
.sidebar-wrapper .sidebar .nav .nav-item.active a
{
    background-color: transparent;
    font-weight: bold;
    /* text-align: center; */
}

.sidebar-wrapper .sidebar .nav .nav-item a > span {
    color: rgba(0, 0, 0, 0.26);
    float: left;
    font-family: "toyota_bold","helvetica","arial";
    letter-spacing: -1px;
    font-size: 16px;
}
.sidebar-wrapper .sidebar .nav .nav-item a span.hover {display: none;}

.sidebar-wrapper .sidebar .nav .nav-item:hover a span,
.sidebar-wrapper .sidebar .nav .nav-item.active a span
{display: none;}

.sidebar-wrapper .sidebar .nav .nav-item:hover a span.hover,
.sidebar-wrapper .sidebar .nav .nav-item.active a span.hover
{
    font-family: "toyota","helvetica","arial";
    /* font-weight: bold; */
    display: inline-block;
    color: white;
    width: 100%;
    font-size: 26px;
    vertical-align: middle;
    /* margin: 18px 0 0 0; */
}



.sidebar-wrapper .sidebar .nav .nav-item .nav-link {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-wrapper .sidebar .nav .nav-item .nav-link .logo-img {
width: 178px;display: inline-block;float: right;margin: 12px 0 0 0;}

.sidebar-wrapper .sidebar .nav .nav-item .nav-link.active,
.sidebar-wrapper .sidebar .nav .nav-item .nav-link:hover {
    background-color:#f2f2f2;
}

.sidebar-wrapper .sidebar .nav .nav-item .nav-link:after {
    /* content:''; */
    background-image: url('../img/icons/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 15px;
    height: 20px;
    position: absolute;
    left: 17px;
    top: 47px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-wrapper .sidebar .nav .nav-item .nav-link.active:after,
.sidebar-wrapper .sidebar .nav .nav-item .nav-link:hover:after {
    background-image: url('../img/icons/arrow_red.svg');
}

.sidebar-wrapper .sidebar .nav .nav-item .nav-link img {
}

.sidebar-wrapper .sidebar .nav .nav-item .nav-link .circle_arrow {
    width: 28px;
    float: left;
    margin: 39px 0 0 0;
}

.sidebar-wrapper .sidebar .nav .nav-item .nav-link small {
    color: #808080;
    font-size: 17px;
}

.sidebar-wrapper .sidebar .bottom_menu {
    position: fixed;
    width: 360px;
    background-color: #DD0F24;
    bottom: 0;
    height: 80px;
    padding: 0 20px;
    text-align: right;
    display: table;
}

.bottom_menu {}
.sidebar-wrapper .sidebar .bottom_menu:hover {
    background-color: black;
    text-align: center;
}
.sidebar-wrapper .sidebar .bottom_menu a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.sidebar-wrapper .sidebar .bottom_menu a img {
    float: left;
    width: 35px;
    margin: 5px 0 0 0;
}
.sidebar-wrapper .sidebar .bottom_menu a span {
font-size: 29px;color: white;}


.toggle-menu {
    position: fixed;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.87);
    border: none;
    padding: 0px;
    top: 20px;
    right: 40px;
    color: black;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    width: 42px;
    height: 42px;
}


.toggle-menu.open {
    right: 400px;
}

.toggle-menu:focus {
    outline: 0;
}


.toggle-menu:focus, .toggle-menu:hover {
    background: rgba(255, 255, 255, 0.47);
}

.toggle-menu.open {
    color: white;
    z-index: 99999;
    background: transparent;
}



.toggle-menu .bars {
    width: 42px;
    height: 42px;
    position: relative;
    -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;
}

.toggle-menu .bars span  {
    display: block;
    position: absolute;
    height: 2px;
    width: 60%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    right: 8px;
    -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;
}

.welcome-index .toggle-menu .bars span, .toggle-menu.open .bars span {
    background: #fff;
}

.toggle-menu .bars span:nth-child(1) {
    top: 13px;
}

.toggle-menu .bars span:nth-child(2) {
    top: 20px;
    width: 60%;
}

.toggle-menu .bars span:nth-child(3) {
    top: 27px;
    width: 60%;  
}

.toggle-menu.open .bars {
    right: -370px;
}

.toggle-menu.open .bars span:nth-child(1) {
    top: 19px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.toggle-menu.open .bars span:nth-child(2) {
    opacity: 0;
    right: -60px;
}

.toggle-menu.open .bars span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.content-wrapper {
    margin-right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content-wrapper::before, .content-wrapper::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}
.sidebar-open .content-wrapper::before, .sidebar-open .content-wrapper::after {
    opacity: 1;
    visibility: visible;
}
.sidebar-open .content-wrapper {
    /* margin-right: 360px; */
}






/*END SITE BAR*/





.wrapperAbsolute {
    position: absolute;
    top: 0;
    right: 50%;
    margin: 0 -600px 0 0;
}


/********************************** SECTION1 *******************************************/


.home .section.section1 {
/*     height: 800px; 
    position: relative;
    background-color: black;
    background: url('../img/bgs/home.jpg') center top white no-repeat;
    width: 100%;
    height: 1079px;*/min-height: 800px;background-color: black;background-size: 100%;}

.home .section.section1 img.kasher {
    width: 130px;
    position: absolute;
    left: 50px;
    bottom: 50px;
}

.home .section.section1 .wrapperAbsolute {
    margin-top: 10%;
}

.home .section.section1 .wrapper {
    min-height: 530px;
}

.home .section.section1 img.neto {
    position: absolute;
    top: 27px;
    right: 130px;
}

.home .section.section1 .text {
    width: 441px;
    float: left;
    color: white;
    text-align: center;
}

.home .section.section1 .text h1 {
    font-family: "fb_regular","helvetica","arial";
    font-size: 54px;
    letter-spacing: -2px;
    border-bottom: 1px solid #E0B382;
    border-top: 1px solid #E0B382;
    text-align: center;
    padding: 8px 0;
    margin: 0 0 12px 0;
}

.home .section.section1 .text h2 {
    font-family: "fb_regular","helvetica","arial";
    letter-spacing: 10px;
    font-size: 26px;
    text-align: center;
    padding: 13px 0;
}


.home .section.section1 .text p {
    text-align: right;
}
.home .section.section1 .text strong  {}

.home .section.section2 .wrapperAbsolute {
    
}

.home .section.section2 .eat {
    width: 780px;
    height: 956px;
    margin: 0 auto;
    background: url('../img/bgs/eat.png') center top transparent no-repeat;
    padding: 604px 0 0 0;
    text-align: center;
}

.home .section.section2 .eat h2 {
    font-size: 30px;
    text-align: center;
    color: white;
    padding: 0 250px;
    letter-spacing: 0px;
}

.home .section.section2 .eat ul.navUl {
    width: 300px;
    min-height: 86px;
    margin: 19px auto 45px;
}
.home .section.section2 .eat ul.navUl li {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0;
    background: url('../img/icons/menuArrow.svg?v=1') no-repeat left center;
    background-size: 10px;
    background-color: transparent;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.39);
}
.home .section.section2 .eat ul.navUl li:first-child {}
.home .section.section2 .eat ul.navUl li:last-child {}

.home .section.section2 .eat a {
    cursor: pointer;
    color: #E0B382;
    display: block;
    padding: 10px 0px;
    margin: 0;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radiborder-radus: 7px;
    cursor: pointer;
}

.home .section.section2 .eat a:hover {
    font-weight: bold;
}

.home .section.section2 .lastUL {
}

.home .section.section2 .lastUL ul {
    text-align: center;
    color: white;
    margin: 0px 0 0 0;
}
.home .section.section2 .lastUL ul li {
    display: inline-block;
}
.home .section.section2 .lastUL ul li:before {
    content: "";
    width: 19px;
    height: 19px;
    background: url('../img/icons/star.svg') center center transparent no-repeat;
    display: inline-block;
    margin: 0px 16px;
}

.home .section.section2 .lastUL ul li:first-child:before {
    display: none;
}




.home .section.section3 {
    background-color: #1D242C;
}

.home .section.section3 .wrapper {}

.home .section.section3 .text {
    text-align: center;
    padding: 50px 0 0 0;
}

.home .section.section3 .wrapperAbsolute {
    text-align: center;
    padding: 10% 0 0 0;
}

.home .section.section3 img.salt {
    position: absolute;
    top: -200px;
    right: -200px;
}

.home .section.section3 img.tit,
.home .section.section4 img.tit,
.home .section.section5 img.tit
{
    height: 40px;
}

.home .section.section3 h2,
.home .section.section4 h2,
.home .section.section5 h2
{
    color: white;
    font-size: 29px;
    letter-spacing: 10px;
    margin: 14px 0 0 0;
}

.home .section.section3 .ul_A {
    margin: 0 0 7px 0;
}

.home .section.section3 .ul_A ul {
    width: 605px;
    margin: 40px auto 0;
    color: white;
}

.home .section.section3 .ul_A ul li {
    border-bottom: 1px solid #E0B382;
    text-align: right;
    line-height: 1.1;
    padding: 10px 0;
    font-size: 18px;
}

.home .section.section3 .ul_A ul li:last-child {
    border: none;
}

.home .section.section3 .ul_A ul li strong {
}

.home .section.section3 .ul_A .round {
    margin: 40px auto 0;
    width: 70px;
}


.home .section.section5 .gallery-carousel {
    width: 1000px;
    margin: 40px auto 50px;
}
.home .section.section5 .gallery-carousel .item {
    width: 100%;
    display: table;
    padding: 15px;
}

.home .section.section5 .gallery-carousel .item img.premium {
    width: 50px;
    position: absolute;
    right: 50%;
    margin: -12px -25px 0 0;
}

.home .section.section5 .gallery-carousel .item h3 {
    /* font-family: "fb_bold","Roboto","helvetica","arial"; */
    font-size: 23px;
    margin-bottom: 0px;
}
.home .section.section5 .gallery-carousel .item p {
    font-size: 16px;
}
.home .section.section5 .gallery-carousel .item .text {
    display: table-cell;
    width: 172px;
    height: 172px;
    padding: 0px 0px;
    background: none;
    text-align: center;
    color: white;
    vertical-align: middle;
    border: 1px solid #DFB382;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radiborder-radus: 100%;
}


.home .section.section5 .ul_B {
    margin: 50px 0 20px 0;
}
.home .section.section5 .ul_B ul {}
.home .section.section5 .ul_B ul li {
    display: inline-block;
    color: white;
    width: 227px;
    vertical-align: top;
    margin: 0 23px;
}
.home .section.section5 .ul_B ul li img {
    height: 100px;
    margin: 0 0 30px;
}

.home .section.section5 .ul_B ul li:nth-child(1) img {}
.home .section.section5 .ul_B ul li:nth-child(2) img {}
.home .section.section5 .ul_B ul li:nth-child(3) img {}
.home .section.section5 .ul_B ul li:nth-child(4) img {}

.home .section.section5 .ul_B ul p {
    font-size: 18px;
}


.home .section.section6 {}

.home .section.section6 .text {
    text-align: center;
}


.home .section.section6 .form-wrapper {
    margin: 80px 0 0 0;
    text-align: center;
}


.home .section.section6 img.min_height {
    min-width: 1897px;
}



.modal-default .modal-header header{
    display: table;
    width: 100%;
}

.modal-default .modal-header header .col {
    vertical-align: middle;
}

.modal-default .modal-header header h2 {
    color: white;
    font-size: 57px;
}

.modal-default .modal-header header nav {}
.modal-default .modal-header header nav a {
    color: #A0A0A0;
    border-left: 1px solid white;
    padding: 0 7px;
}

.modal-default .modal-header header nav a:last-child {
    border-left: none;
}

.modal-default .modal-header header nav a:hover,
.modal-default .modal-header header nav a:focus,
.modal-default .modal-header header nav a.active {
    color: white;
    font-family: "fb_bold","helvetica","arial";
}


.modal-default .modal-body ul {
    display: table;
    width: 100%;
}

.modal-default .modal-body ul li {
    display: table-row;
    width: 100%;
}
.modal-default .modal-body ul li .col {
    display: table-cell;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 15px 0;
}

.modal-default .modal-body ul li .col.tit {
    font-family: "fb_bold","helvetica","arial";
}

.modal-default .modal-body ul li .col span:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #369D37;
    display: inline-block;
    margin: 0 0 0 10px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.modal-default .modal-body ul li .col span.not:before {
    background: red;
}

.modal-default .modal-body p {
    text-align: center;
    margin: 20px 0 0 0;
}
.modal-default .modal-body p small {
    color: grey;
}



.sidebar li.social {}
.sidebar li.social span {
    color: white;
}
.sidebar li.social .icons {
    float: left;
}
.sidebar li.social .icons a {
    margin: 0 10px 0 0;
}
.sidebar li.social .icons a img {
    width: 25px;
}
/*.sidebar-wrapper .sidebar li.nav-item:last-child {
    padding: 15px 0;
    border-bottom: none;
    background: none;
}
.sidebar-wrapper .sidebar li.nav-item:last-child span {}*/


a.goDown {
    color: #E0B382;
    background: transparent;
    border: none;
    border-bottom: 1px solid #E0B382;
    display: inline-block;
    margin: 10px 0 0 0;
    font-family: "fb_regular","helvetica","arial";
}

a.goDown:hover {
    /* background: #E0B382; */
    color: white;
    border-color: white;
}

.section4 {}

.section4 .text {
    text-align: center;
    padding: 150px 0 0 0;
}

.section4 .americanCutsText {
    color: white;
    width: 800px;
    margin: 30px auto 100px;
}

.section4 img.chimichurri {
    display: block;
    margin: 20px auto;
}


.section5 {
}

.section5 .text {
    text-align: center;
    padding: 0px 0 0 0;
}



.home .section6 .wrapper {
    min-height: 850px;
}


.section6 img.devide {
    
}

.home .section.section6 .titleForm {
    font-family: "fb_regular","helvetica","arial";
    color: white;
}

.home .section.section6 .titleForm h3 {
    color: white;
    font-size: 29px;
    letter-spacing: 10px;
    margin: 14px 0 0 0;
}

.home .section.section6 .titleForm h2 {
    color: #E0B382;
    letter-spacing: 1px;
    font-size: 41px;
    font-family: "fb","helvetica","arial";
}

.home .section.section6 .credit {
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
    padding: 30px 0 30px 40px;
    margin: 0;
}
.home .section.section6 .credit a {}

body.welcome-thank {
    background: url('../img/bgs/bigTexture.jpg') center center black no-repeat;
    background-size: cover;
}

body.welcome-thank .toggle-menu {
    display: none;
}

.thankPage {
    color: white;
    padding: 140px 0 0 0;
    text-align: center;
}

.thankPage a.close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 40px;
    right: 40px;
    filter: alpha(opacity=100);
    opacity: 1;
}
.thankPage a.close img {
    width: 24px;
    height: 24px;
}


.thankPage img.tit {
    height: 52px;
}

.thankPage h1 {
    color: white;
    font-size: 29px;
    letter-spacing: 10px;
    margin: 14px 0 0 0;
}



.thankPage ul.navUl {
    width: 300px;
    margin: 59px auto 45px;
}
.thankPage ul.navUl li {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0;
    background: url('../img/icons/menuArrow.svg?v=1') no-repeat left center;
    background-size: 10px;
    background-color: transparent;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.39);
}
.thankPage ul.navUl li:first-child {}
.thankPage ul.navUl li:last-child {}

.thankPage ul.navUl a {
    cursor: pointer;
    color: #E0B382;
    display: block;
    padding: 10px 0px;
    margin: 0;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radiborder-radus: 7px;
    cursor: pointer;
}

.thankPage ul.navUl a:hover,
.thankPage ul.navUl a:focus
{
    font-weight: bold;
}

.thankPage ul.navUl li.social {
    background: none;
    cursor: pointer;
}

.thankPage ul.navUl li.social span {
    display: inline-block;
    color: #E0B382;
    margin: 10px 0 0 0;
}

.thankPage ul.navUl li.social .icons {
    float: left;
}

.thankPage ul.navUl li.social .icons a {
    margin: 0 10px 0 0;
}

.thankPage ul.navUl li.social .icons a img {
    width: 25px;
}

.thankPage img.logoWhite {
    width: 150px;
    margin: 50px 0 20px;
}