/*

Template 2076 Zentro

http://www.tooplate.com/view/2076-zentro

*/

body{
	background: #ffffff;/*#1d2d3a;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    min-height: 100vh;
}

.heading {
  font-size: 22px;
  font-weight: 500;
}

.subheading {
  font-size: 16px;
  padding-bottom: 50px;
}

p {
  color: #848484;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 28px;
}

hr {
	border-top: 2px solid #828282;
	width: 120px;
}

#gallery, #team {
	padding-top: 100px;
	padding-bottom: 100px;
}
#aboutus{
	padding-top: 100px;
	background: #f7f7f7;
}
#contact {
	background: #f0f0f0;
}
 #map {
    width: 100%;
    height: 540px;
    background-color: grey;
}
.special-menu{
  background-image: url(/images/icons/pattern5.png?v=11);
  padding-top: 100px;
  padding-bottom: 100px;"
}
.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* preloader section */
.preloader  {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #F6D76B;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


/* start navigation */
.navbar-default {
  background: #000000;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  border: none;
  margin-bottom: 0;
}
.navbar-brand, .navbar-nav li a,.navbar-default .navbar-collapse p {
  line-height: 28px;
}
.logo{
	width:50px;
	margin-top:-12px;
}
.navbar-default .navbar-brand  {
  color: #5C5C5C;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}
.navbar-default .navbar-nav li a, .navbar-default .navbar-collapse p, .navbar-default .navbar-collapse p a {
  font-size: 12px;
  letter-spacing: 1px;
  color:#ffffff;
}
.navbar-default .navbar-nav li a:hover,.navbar-default .navbar-nav li a:active,.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-collapse p a:hover {
  color:#12B57B;
}

.sms-verified.modal .bootbox-close-button{

}

.sms-verified.modal .modal-footer{
    padding: 0;
}

.sms-verified.modal .modal-footer{
    padding: 0;
}

.sms-verified.modal .modal-body{
    padding-top: 50px;
    padding-bottom: 40px;
}

.sms-verified.modal .modal-dialog{
    height: 100%;
    padding-top: 20vh;
}

.sms-verified.modal .bootbox-close-button{
    position: absolute;
    right: -13px;
    background: white;
    top: -14px;
    padding: 0 5px 5px 6px;
    opacity: 1;
}

.sms-verified.modal .bootbox-accept{
    width: 100%;
}

.form-group .alert ul{
    padding-inline-start: 15px;
}

[type=date]#birthday::-webkit-calendar-picker-indicator {
    display: none;
}

/* home section */
#home {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  /*text-align: center;*/
}

@media (max-width: 767px) {
	#home {
		background-attachment: initial !important; /* bug fix for iPhone(iOS) limitation */
	}
}

#home h1 {
  font-size: 48px;
  letter-spacing: 1px;
  font-style: normal;
  padding-top: 10px;
  text-shadow: black 0.1em 0.1em 0.2em
}
#home h4 {
  text-shadow: black 0.2em 0.2em 0.4em
}
#home .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 16px 42px;
  /*margin-top: 40px;*/
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #ffffff;
  color: #202020;
}

/* team section */
#team {
  text-align: center;
}
#team h3 {
  font-size: 18px;
  line-height: 4px;
}
#team h4 {
  color: #5C5C5C;
  padding-top: 24px;
}
#team .col-md-4 {
 padding-top: 42px;
}

/* menu section */
#menu h4 {
	line-height: 1.5;
}
#menu .col-md-8 {
  padding-bottom: 42px;
}
#menu .col-md-6 {
  padding-bottom: 18px;
}
#menu span {
  color: #5C5C5C;
}

/* gallery section */
#gallery {
  padding-top: 80px;
  padding-bottom: 80px;
}
#gallery .col-md-4 {
  padding-top: 52px;
}
#gallery img {
  width: 100%;
  padding-bottom: 18px;
}
#gallery .col-md-4 div {
  position: relative;
  bottom: 18px;
  padding-bottom: 12px;
}
#gallery h3 {
  font-size: 18px;
  line-height: 8px;
}

/* contact section */
#contact {
  padding-top: 80px;
  padding-bottom: 100px;
}
#contact .col-md-8 {
  margin-bottom: 32px;
}
#contact .form-control {
  background: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact .form-control:focus {
  border-color: #f9f9f9;
}
#contact input {
  height: 48px;
}
#contact input[type="submit"] {
  background: transparent;
  border: 2px solid #999;
  border-radius: 10px;
  letter-spacing: 2px;
  margin-top: 12px;
  height: 50px;
}
#contact input[type="submit"]:hover {
  background: #999;
  color: #ffffff;
}

/* footer section */
footer {
   background: #343434;
  color: #ffffff;
  padding-top: 80px;
  //padding-bottom: 80px;
}
footer h2 {
  padding-bottom: 14px;
}
footer h3 {
  padding-top: 8px;
}
footer p {
  color: #ffffff;
}
footer span {
  font-weight: bold;
  padding-left: 24px;
}
footer .ph, footer .address {
  padding-top: 12px;
  padding-bottom: 12px;
}
footer .fa {
  font-size: 12px;
  padding-right: 10px;
}

/* social icon */
.social-icon {
  padding: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.social-icon li a {
  background: #f0f0f0;
  border-radius: 50%;
  color: #5C5C5C;
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 12px;
  margin-right: 16px;
  top: 0;
  position: relative;
  padding: 0;
}
.social-icon li a:hover {
  background: #F6D76B;
  top: 5px;
}

/* copyright section */
#copyright {
  background: #343434;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: center;
}
#copyright p {
  color: #ffffff;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  color: #FF0;
}
/*[ Item mainmenu ]
///////////////////////////////////////////////////////////
*/

.line-item-mainmenu {
  flex-grow: 1;
  height: 2px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

html {
    scroll-behavior: smooth !important;
}
#menu {
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
.special-menu1{
    background-image: url(/images/icons/pattern5.png?v=11);
    padding-top: 75px;
    padding-bottom: 50px;
    min-height:100vh;
}
.image-carousel {
    width: 100%;
    height: 60vh;
    min-height: 450px;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}
.nav-tabs {
    border-bottom: 0px;
}
.nav-tabs>li {
    display: inline-block;
    text-align: center;
    float: none;
    margin: 0 16px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>button, .nav-tabs>li.active>button:focus, .nav-tabs>li.active>button:hover {
    color: #fff;
    background: none;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav-tabs>li>a, .nav-tabs>li>button {
    color: hsla(0,0%,100%,.7);
    border: none;
    text-transform: uppercase;
    padding: 7px 1em;
    margin-right: 0;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
.nav-tabs>li>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li>button:hover {
    color: #fff;
    background: none;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav-tabs>li>a h2, .nav-tabs>li>button h2 {
    font-size: 1.3em;
    margin: .5em 0;
}
.nav-line-base {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    height: 2px;
    background-color: hsla(0,0%,100%,.25);
}
.nav-line-base #tab-line {
    position: absolute;
    display: inline-block;
    top: 0;
    height: 100%;
    background-color: #bc272d;
    -webkit-transition: all ease-Out .25s;
    transition: all ease-Out .25s;
}
.tab-pane {
    padding-top: 3em;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    transition: all 1s;
}
.tab-line-base #tab-line {
    position: absolute;
    display: inline-block;
    top: 0;
    height: 100%;
    background-color: #bc272d;
    -webkit-transition: all ease-Out .25s;
    transition: all ease-Out .25s;
}
.tab-pane .pane-section {
    padding: 2em 15px;
    margin: 0 -15px 2em;
    border-bottom: 1px solid #bc272d;
}
.main-subtitle, .main-title, .secondary-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.tab-pane h3 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: .5em;
}
.tab-pane ul {
    list-style-type: none;
    padding-left: 0;
}
.tab-pane ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.35em;
    margin-bottom: 0;
}
.tab-pane ul>li>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.tab-pane ul>li>div>p {
    font-weight: 200;
    margin-bottom: 0;
}
.tab-pane ul>li>div>p:last-of-type {
    margin-bottom: 11px;
}
p {
    color: #fff;
}
.tab-pane ul>li>div>p.description {
    margin-top: -5px;
    font-size: .7em;
}
.nav-tabs>li>a.catering, .nav-tabs>li>button.catering {
    color: #bc272d;
}
#catering-offer {
    position: relative;
    padding: 12em 5em;
    margin: 5em -15px 0;
    border-top: 1px solid #bc272d;
    background-size: cover;
    background-position: bottom;
}
#catering-offer .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
}
#catering-offer .overlay-wrapper {
    position: relative;
}
@media (min-width: 1200px) {
    .container.custom-size {
        width: 970px !important;
    }
}
@media(min-width: 576px) {
    .special-menu1 > .container {
        height: 100vh!important;
    }
}
@media (max-width: 575px) {
  .line-item-mainmenu {
    display: none;
  }

  .price-item-mainmenu {
    padding-top: 5px;
  }

  .name-item-mainmenu {
    width: 100%;
  }
    .special-menu1 > .container {
        min-height: 715px;
    }

}
@media (min-width:768px){
	.logo{
		width:80px;
	}
	.navbar-brand, .navbar-nav li a,.navbar-default .navbar-collapse p {
	  line-height: 44px;
	}
}
