/*

Template 2076 Zentro

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

*/
@font-face {
    font-family: 'Script MT';
    src: url('../fonts/ScriptMTBold.eot');
    src: url('../fonts/ScriptMTBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ScriptMTBold.woff2') format('woff2'),
        url('../fonts/ScriptMTBold.woff') format('woff'),
        url('../fonts/ScriptMTBold.ttf') format('truetype'),
        url('../fonts/ScriptMTBold.svg#ScriptMTBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
body
	{
	background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
	}

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

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

p {
  color: #212121;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 28px;
}
a {
    color: #0F0F0F;
    text-decoration: none;
}
a:hover {
    color: #DB0101;
    text-decoration: none;
}
hr {
	border-top: 2px solid #828282;
	width: 120px;
}

#menu, #gallery, #gallery2, #team {
	padding-top: 100px;
	padding-bottom: 100px;
}
#menu, #contact, #form {
  background: #f0f0f0;
}

.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: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  border: none;
  margin-bottom: 0;
}
.navbar-brand, .navbar-nav li a {
  line-height: 28px;
}
.navbar-default .navbar-brand  {
  color: #313131;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width:767px){
#home img {
  width: 70%;
  height: 70%;
	
}
.navbar-default .navbar-brand  {
  color: #313131;
  font-size: 16px;
  font-weight: bold;
}	
}

.navbar-default .navbar-nav li a {
  font-size: 12px;
  letter-spacing: 1px;
}
.logoname {
  font-family: 'Script MT';	
  color: #ff0000;
  font-size: 34px;
  font-weight: bold;	
}
/* home section */
#home {
  background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
  -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: 100vh;
  text-align: center;
}
#home .main_head {
    text-align: center;
    color: #ffffff;
    background-color: rgba(29,28,28,0.48);
    width: 640px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:767px) {
	#home .main_head {
    text-align: center;
    color: #ffffff;
    background-color: rgba(29,28,28,0.48);
    width: 105%;

}
#home h1 {
    font: 600 22px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}	
}
@media (max-width:480px) {
	#home .main_head {
    width: 104%;		
	}
#home h1 {
    font: 400 14px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}	
	}
#home h1 {
    font: 800 34px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
#home h2 {
  font-size: 20px;
  letter-spacing: 4px;
  font-style: normal;
/*  background-color: rgba(223,223,223,0.48);	*/

}
#home_pic01 {  background: url('../images/viscarnis_logo.png') 50% 0 repeat-y fixed;  }
#home .btn {
  /*background: transparent;*/
  background-color: rgba(223,223,223,0.82);	
  border-radius: 0;
  border: 3px solid #3D3D3D;
  color: #000000;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #7A7A7A;
  color: #202020;
}
#home p,  #home a {
  color: #212121;
}
/* team section */
#team {
  text-align: center;
}
#team h3 {
  font-size: 18px;
  line-height: 4px;
}
#team h4 {
  color: #313131;
  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: #313131;
}

/* 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: 16px;
  line-height: 8px;
}

/* gallery2 section */
#gallery2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
#gallery2 .col-md-4 {
  padding-top: 52px;
}
#gallery2 img {
  width: 100%;
  padding-bottom: 18px;
}
#gallery2 .col-md-4 div {
  position: relative;
  bottom: 18px;
  padding-bottom: 12px;
}
#gallery2 h3 {
  font-size: 16px;
  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: url('../images/footer-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}
footer h2 {
  padding-bottom: 14px;
}
footer h3 {
  padding-top: 8px;
}
footer p, footer a {
  color: #ffffff;
}
footer a:hover {
  color: #DB0101;
}
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: #313131;
  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;
  padding-top: 6px;
  padding-bottom: 2px;
  text-align: center;
}
#copyright p {
  font-size: 12px;	
  color: #ffffff;
}
#copyright a {
  font-size: 12px;	
  color: #ffffff;
}
#copyright a:hover {
  color: #026CB8;
}
/* nida */
.btn-menu-out {
    background: transparent;
    border-radius: 0;
    border: 4px solid #e3031e;
    padding: 6px;
    width: 280px;
}
.btn-menu-in {
  background: transparent;
  border-radius: 0;
  border: 1px solid #e3031e;
  color: #FF0004;
  font-size: 22px;	
  font-weight: bold;
  text-align: center;	
  letter-spacing: 2px;
  padding: 8px 24px;
}
/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_right {
  float: right; }
.brd {
  border-top: dotted 2px #252525; 
}
.heading-lunch {
  color: #FFFFFF;	
  font-size: 38px;
  font-weight: 800;
}
.container.lunch {
    color: #FFFFFF;	
    font-size: 20px;	
    border-radius: 20px;
    background-color: #F16161;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.box-weekday {
    background-color: #F16161;
    border-bottom: 4px solid #F7F7F7;
    border-left: 4px solid #F7F7F7;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.box-weekday h2 {
    font-weight: bold;
    font-size: 30px;
}	
#lunch span{
    font-size: 24px;
    font-variant: small-caps;
}
	
@media only screen and (max-width: 991px) {
#lunch span{
    font-size: 18px;
    font-variant: small-caps;
}
.btn-menu-out {
    width: 320px;
}	
.bg-white-transparent {
    background: rgba(255,255,255,0.51);
    fill: rgba(255,255,255,0.51);
    max-width: 420px;
    border-radius: 12px;
}	
  }
@media only screen and (max-width: 480px) {
#home {
    background-image: url(../images/home-bg_mb.jpg);
	}
}
.form-container-box {
    margin-top: 80px;
    margin-bottom: 20px;
}
.contect_form_btn {
    margin-top: 6px;
    margin-bottom: 20px;
    margin-left: 8px;
}
.button_left button{
    float: left;
    width: 180px;
    height: 50px;
    background: #DB0101;
    color: #fff;
    border: none;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 30px;
}
.button_left button:hover{
	background: #949494;
	color: #000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}
.button_right button{
	width: 80px;
	height: 50px;
	background: #DB0101;
	color: #fff;
	border: none;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}
.button_right button:hover{
	background: #949494;
	color: #000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}
.text-center [class*='text-width-'] {
	margin-left: auto;
	margin-right: auto;
}
