body{
  background-color: #252525 !important;
}
.title-restaurant-mark
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.site_title
{
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: left;
  padding: 5px 50px;
  z-index: 2;
}
.site_title strong
{
  color: var(--classic-color-1);
  font-size: 46px;
  font-weight: bold;
}

.intro_image img
{
    height: 100%;
    width: auto;
}
.site_title .title
{
    font-size: 60px;
    line-height: 60px;
}
.icon-scroll
{
    display: none;
}
.title-first-word
{
   line-height: 65px !important;
    font-size: 55px !important;
}
.tp-caption.sub-title, .sub-title {
  line-height: 25px !important;
}
.intro_image p {
    font-size: 20px;
    line-height: 24px;
}
.intro_image h1{
    line-height: 42px;
    font-size: 48px;
}
@media (max-width: 1200px) { 
    .intro_image img
{
    height: auto;
    width: 100%;
}
}
.ppb_subtitle
{
  font-size: 28px !important;
  text-align: left!important;
  color: #FAFAFA !important;
  margin: 5px;
}

.flip-box {
    background-color: transparent;
    height: 250px;
    perspective: 1000px;
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    background-color: rgb(246, 246, 246);
    color: black;
  }
  
  .flip-box-back h2
  {
  box-sizing: border-box;
  width: 100%;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 10px;
  color: white;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  }
  .flip-box-back {
    background-color: var(--classic-color-1);
    color: white;
    transform: rotateY(180deg);
    position: relative;
  
  }
  .flip-box-image
  {
    height: 200px;
    width: 100%;
    background-color: var(--classic-color-1);
  }
  .flip-box-image img
  {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
  .flip-box-front h2
  {
    color: white;
    font-size: 28px;
    background-color: var(--classic-color-1);
  }
  .login_buuton
  {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    color: #222;
    background: transparent;
    border: 2px solid #cfa670;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    text-shadow: none;
    margin-right: 5px;
    text-shadow: none;
    -webkit-appearance: none;
    box-shadow: 0 0 0 0 !important;
    line-height: 1.5 !important;
    -webkit-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -moz-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -ms-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -o-transition: color .2s linear, background .1s linear, opacity .2s linear;
    transition: color .2s linear, background .1s linear, opacity .2s linear;
  }
.user-lang-wrapper-langding-page
{
position: static;
}



.icon-flag-country{
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
  overflow: hidden;
  margin-right: 8px;
}

.icon-flag-Portuguese
{
  background: url(../images/flag/portugal.png);
  background-size: cover;
  background-position: center center;
}


.icon-flag-Turkish{
  background: url(../images/flag/turkey.png);
  background-size: cover;
  background-position: center center;
}

.icon-flag-English
{
  background: url(../images/flag/united-kingdom.png); 
  background-size: cover;
  background-position: center center; 
}
.icon-flag-French
{
  background: url(../images/flag/france.png);
  background-size: cover;
  background-position: center center;
}
.icon-flag-German
{
  background: url(../images/flag/germany.png);
  background-size: cover;
  background-position: center center;
}
.icon-flag-Japanese
{
  background: url(../images/flag/japan.png);
  background-size: cover;
  background-position: center center;
}
.icon-flag-Polish
{
  background: url(../images/flag/poland.png);
  background-size: cover;
  background-position: center center;
}
.icon-flag-Russian
{
  background: url(../images/flag/russia.png); 
  background-size: cover;
  background-position: center center;
}
.icon-flag-Spanish
{
  background: url(../images/flag/spain.png);
  background-size: cover;
  background-position: center center;
}
.icon-flag-Vietnamese
{
  background: url(../images/flag/vietnam.png);
  background-size: cover;
  background-position: center center;
}
.icon-flag-Italian
{
  background: url(../images/flag/Italy.png);
  background-size: cover;
  background-position: center center;
}

.selected-lang::after
{
  float: none !important;
}
.intro-sub-title
{
  padding: 10px 30px;
}
#custom_logo img
{
  max-height: 100% !important;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
}
.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 48px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
#rev_slider_108_1_wrapper
{
  height: 600px !important;
}
.tp-leftarrow
{
  left: 15px !important;
}
.tp-rightarrow
{
 left: unset !important;
 right: 15px !important;
}
.menu-one-page-menu-container ul li a{
  padding-top: 10px !important; padding-bottom: 10px !important;
}
#mlens_wrapper_0{
  width: 100% !important;
  text-align: center !important;
}

.parallax_scroll_image_right_not_override
{
  width: 50%;
  float: left;
  background-position: 50% 50% !important;
  background-size: cover !important;
  box-sizing: border-box;
}
.parallax_scroll_right_not_override
{
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0px 20px;
  transform: unset !important;
  background-color: transparent !important;
}

.parallax_scroll_image_left_not_override
{
  width: 50%;
  float: right;
  background-position: 50% 50% !important;
  background-size: cover !important;
  box-sizing: border-box;
}
.parallax_scroll_left_not_override
{
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding: 0px 20px;
  transform: unset !important;
  background: transparent !important;
}

.container_ld_button
{
    color: white;
    padding: 15px 5px;
    font-size: 24px;
    letter-spacing: 1px;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    margin: 10px 10px;
    text-align: center;
    z-index: 2;
}
.container_ld_button.website
{
  background: rgba(255, 255, 0,0.5)
}
.container_ld_button.violet
{
  background: rgb(153, 0, 153,0.5)
}
.container_ld_button.green
{
  background:  rgb(0, 204, 0,0.5)
}

.container_ld_button.brown
{
  background:  rgb(153, 102, 51,0.5)
}

.container_ld_button.aqua
{
  background:  rgb(0, 255, 255,0.5)
}




.container_ld_button:hover
{
  color: white;
  background-color: #222 !important; 
}
.contact-button
{
  position: absolute;
  bottom: 20px;
  right: 260px;
  background: var(--classic-color-1);
  color: white;
  padding: 5px 30px;
  font-size: 24px;
  letter-spacing: 1px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 2;
}
.contact-button:hover
{
  background-color: #222 !important; 
  color: white;
}
.button_right_container
{
  position: absolute;
  width: 250px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  right: 0;
  padding-top: 100px;
}
h1#outstanding
{
  font-size: 40px;
  line-height: 40px;
}

h2.module_title {
  font-size: 32px;
  letter-spacing: 1px;
}
h2.ppb_module_title
{
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 10px;
  line-height: 1;
}

.parallax_scroll {
  background: rgba(60,60,60,0.8);
  font-size: 22px !important;
  padding-bottom: 10px !important;
  padding-left: 15px !important;
  display: block !important;
  transform: unset !important;
}

.top_bar.hasbg
{
  height: 85px !important;
}

#tg_live_preview  {
  background: transparent !important;
  border: 2px solid var(--classic-color-1);
  font-size: 20px !important;
  color: #fff;
  padding: 5px 15px;
  border-radius: 25px;
}

.top_bar.scroll #tg_live_preview
{
color: black;
}

#tg_live_preview:hover
{
  background-color: var(--classic-color-1) !important;
  color: white !important;
}

@media only screen and (max-width: 860px) {

	.top_bar #tg_live_preview
  {
    color: black !important;
  }
  .top_bar.hasbg #tg_live_preview
  {
  color: white !important;
  }

  .site_title {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: left;
    padding: 0px 10px;
    z-index: 2;
}
.site_title strong {
  color: var(--classic-color-1);
  font-size: 20px;
  font-weight: bold;
}
.contact-button
{
  right: 20px;
}

.button_right_container
{
display: none !important;
}

.menu_buttons_content {
  display: flex !important;
  align-items: center;
  margin-top: 10px;
  vertical-align: middle;
}



}
.parallax.title
{
  height: 200px !important;
}
.parallax.title:after {
  content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: none !important;
}
/* .parallax.mark
{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);

} */
.button_contact
{
  font-size: 18px !important;
}
option
{
  font-size: 18px;
}

.mobile_menu_wrapper {
  background-color: rgba(1,1,1,0.8) !important;
}
.menu-side-menu-container
{
  padding-top: 30px;
}
@media only screen and (min-width: 168px) and (max-width: 960px)
{
  #menu_border_wrapper {
    height: auto;
    display: block !important;
}
#menu_wrapper .nav ul, #menu_wrapper div .nav {
  display: block;
}
}

@media only screen and (max-width: 767px)
{
  #nav_wrapper {
    display: block !important;
}

#nav_wrapper {
  float: right;
  display: table;
  height: 100%;
  margin-left: 0px !important;
}

.top_bar.hasbg #menu_wrapper div .nav > li > a
{
  color: white !important;
}
}

.parallax_scroll, .parallax_scroll p {
  font-size: 18px !important;
  letter-spacing: 1px;
  padding: 0;
  line-height: 24px;
  margin: 0;
  color: white;
  text-align: left !important;
}

