@charset "UTF-8";
/* CSS Document */

html,
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	max-width: 800px;
	margin: 0px auto;
	background-color: #FFF8E7;
	color: White;
}
h1 {
	text-transform: uppercase;
	padding: 12px 2px 12px 2px;
	font-weight: 300;
}
h2 {
	font-weight: 200;
	margin: 22px 0px 2px 0px;
}
H3 {
	font-weight: 400;
	font-size: 28px
}
p {
	font-weight: 200;
	color: white;
}
hr {
	width: 250px;
}
.hr {
	text-align: center;
	margin: 15px auto;
}

.phone {
	text-align: center;
	background-color: #06501f;
	font-weight: 200;
}
.phone p {
	color: white;
	padding: 3px;
	
}
.phone p a {
	background-color: #FF3D00;
	color: white;
	text-decoration: none;
	padding: 2px 4px;
	
}
.phone p a:hover {
	text-decoration: underline;
}
.menu ul {
	text-align: right;
	background-color: #06501f;
	padding: 6px 14px;
}
.menu ul li {
	display: inline-block;
	padding-right: 14px;
}
.menu ul li a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
}
.menu ul li a:active {
	text-decoration: overline;
}
.menu ul li a:hover {
	color: #FF3D00;
	text-decoration: underline;
}
.main_logo {
	height: 65px;
	margin: 5px 20px;;
}
.main_logo:hover {
	border: solid black 1px;
}

main {
	background-color: #06501f;
	min-height: 800px;
	text-align: center;
}

#container {
		width: 100%;
		height: 350px;
		margin: 0px auto;
		position: relative;
		overflow: hidden;
	}
	#container img {
		position: absolute;
		overflow: hidden;
	}
	#container .btn {
		position: absolute;
	    width: 50px;
		height: 50px;
		border: none;
		border-radius: 25px;
		top: 200px;
		background-color: transparent;
		color: white;
		font-size: 25px;
		font-weight: 100;
	}
    #container #btn1 {
		position: relative;
		float: left;
	}
	#container #btn2 {
		position: relative;
		float: right;
	}
	#container #btn1:hover {
		box-shadow: 10px 0px 20px 0px black;
	}
	#container #btn2:hover {
		box-shadow: -10px 0px 20px 0px black;
	}


    .animateOpacity
  {
   -webkit-animation-name:opacityAnimation;
   -moz-animation-name:opacityAnimation;
   -o-animation-name:opacityAnimation;
   -ms-animation-name:opacityAnimation;
   animation-name:opacityAnimation;

   -webkit-animation-duration:2s;
   -moz-animation-duration:2s;
   -o-animation-duration:2s;
   -ms-animation-duration:2s;
   animation-duration:2s;
  }
  @-webkit-keyframes opacityAnimation
  {
   from
   {
    opacity:0.1;
   }
   to
   {
    opacity:1;
   }
  }
  @-moz-keyframes opacityAnimation
  {
   from
   {
    opacity:0.1;
   }
   to
   {
    opacity:1;
   }
  }
  @-o-keyframes opacityAnimation
  {
   from
   {
    opacity:0.1;
   }
   to
   {
    opacity:1;
   }
  }
  @-ms-keyframes opacityAnimation
  {
   from
   {
    opacity:0.1;
   }
   to
   {
    opacity:1;
   }
  }
  @keyframes opacityAnimation
  {
   from
   {
    opacity:0.1;
   }
   to
   {
    opacity:1;
   }
  } 
footer {
	background-image: -moz-linear-gradient( 125deg, rgb(217,61,64) 0%, rgb(196,217,64) 100%);
    background-image: -webkit-linear-gradient( 125deg, rgb(217,61,64) 0%, rgb(196,217,64) 100%);
    background-image: -ms-linear-gradient( 125deg, rgb(217,61,64) 0%, rgb(196,217,64) 100%);
	min-height: 120px;
}


.space {
	height: 40px;
	text-align: left;
	background-color: #06501f;
}
#images .col {
	display: inline;
}
#images .col img {
	border: 15px #FFF8E7 solid;
	margin: 15px 1px;
	width: 19%;
	height: 120px;
	overflow: hidden;
	filter: grayscale(100%);
	transition: 1s;
}
#images .col img:hover {
	filter: grayscale(0%);
	transform: scale(1.2);
}


.middle {
	   transform: scale(1.4);
}
.credit {
	background-color: #2F322A;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	font-weight: 100;
	margin-bottom: 15px;
}
.credit p span {
	background-color: #FF3D00;
	padding: 0px 5px;
}

.info {
	padding: 15px;
	text-align: center;
}
.socialmedia {
	min-height: 70px;
	padding: 15px;
	margin: 1px 1px 1px 1px;
}
footer h1 {
	text-align: center;
	padding: 15px;
}
footer iframe {
	align-content: center;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.footer-social {
	display: block;
	width: 100%;
	list-style-type: none;
	text-align: center;
	padding: 15px;
}
.footer-social li {
	display: inline-block;
	margin: 0 25px;
}
.footer-social li a {
	line-height: 60px;
	display: inline-block;
	width: 4em;
	height: 4em;
	text-align: center;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
}
.footer-social li a:hover {
	border-color: #fff;
	background: #fff;
}
.footer-social li a img {
	width: auto;
	height: 2em;
	margin-top: 14px;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
}
#gallery .col {
	display: inline;
}
#gallery .col img {
	border: 15px #FFF8E7 solid;
	margin: 15px 1px;
	width: 24%;
	height: 140px;
	overflow: hidden;
	transition: 1s;
}
#gallery .col img:hover {
	filter: grayscale(0%);
	transform: scale(1.2);
}
.medias {
	margin: 45px;
}
.medias {
	text-align: right;
}
.medias h1 {
	text-align: center;
}
.medias a {
	text-decoration: none;
	color: black;
	text-align: justify;
}
.medias a:hover {
	text-decoration: underline;
	color: darkgrey;
}
.medias p span {
	color:c slategrey;
	font-size: 20px;
	
}
.medias p span a {
	color: blue;
	text-decoration: none;
}
.medias p span a:hover {
	color : black;
	text-decoration: underline;
}


#menusonline {
	padding-top: 35px;
}
#menusonline .col img {
	width: 45%;
	max-height: 650px;
	overflow: hidden;
	margin: 15px;
	border: 1px black solid;
}
#menusonline .col {
	display: inline;
}


.aboutus p {
	text-align: justify;
	padding: 25px;
}
.aboutus .col {
	display: inline;
	padding: 10px
}
.aboutus img {
	width: 45%;
}
@media (max-width: 646px){
	
	.menu ul li {
	display: inline-block;
	padding-right: 2px;
}
	.menu ul {
		text-align: center;
	}
	.space {
		display: none;
	}
	#container {
		height: 250px;
	}
	#container img {
		width: 700px
	}
	#gallery .col img {
	    width: 48%;
	    height: 100%;
		overflow: hidden;
	}
	
	
}
.logoataboutus {
	padding: 25px;
}
.logoataboutus img {
	width: 700px;
	border: 1px black solid;
}

.facebookline {
	background-color: #4469b2;
	height: 45px;
	color: white;
	width: 100%;
}

.facebookline p {
	padding: 11px;
}

.facebookline p a {
	color: white;
	text-decoration: none;
	font-weight: 800;
}
.facebookline p a:hover {
	color: burlywood;
	text-decoration: underline;
}
.facebookline p {
	text-indent: 29px;
	font-weight: 200;
	text-align: center
}
.facebookline .left {
	float: left;
}


.tokaj {
	background-image: url(../images/hflag.png);
	background-repeat: repeat-x;
	height: 80px;
}
.tokaj h3 {
	padding-top: 4px;
}
.tokaj h3 a {
	text-decoration: none;
	color: crimson;
}

.bsdelivery {
	padding-top: 25px;
}

.dinner p a {
	text-decoration: none;
	color: aliceblue;
	font-size: 24px;
	}
.dinner p a:hover {
	text-decoration: blink;
	color: indigo;
}

#dinnermenus img {
	width: 350px;
	float: left;
	margin: 25px;
}
#dinnermenus {
	text-align:  center;
}

#TA_certificateOfExcellence726 {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	float: left;
}
